liuyanpeng преди 1 година
родител
ревизия
bf770b6d05
променени са 3 файла, в които са добавени 8 реда и са изтрити 4 реда
  1. 4 4
      package.json
  2. 2 0
      src/routes/route-base-v4.js
  3. 2 0
      src/routes/route-eam-v3.js

+ 4 - 4
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.75",
+  "version": "1.2.76",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,9 +17,9 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.42",
+    "client-base-v4": "^4.1.45",
     "client-dic-v3": "^3.0.49",
-    "client-eam-v3": "^3.0.90",
+    "client-eam-v3": "^3.0.91",
     "client-role-v3": "^3.0.24",
     "client-sensor-v3": "^1.0.2",
     "client-wms-v3": "^3.1.1",
@@ -28,7 +28,7 @@
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "^1.0.98",
+    "pc-component-v3": "^1.0.99",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

+ 2 - 0
src/routes/route-base-v4.js

@@ -60,6 +60,7 @@ import {
     PrinterConfiguration,
     CurdWindow1,
     ShortcutMenu,
+    FlowChart,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -363,6 +364,7 @@ const router = [
     { path: '/desktop/identityManager', component: IdentityManager },
     { path: '/desktop/CreateIdentity', component: CreateIdentity },
     { path: '/desktop/printerConfiguration', component: PrinterConfiguration },
+    { path: '/desktop/flowChart', component: FlowChart },
 ];
 
 export default router;

+ 2 - 0
src/routes/route-eam-v3.js

@@ -45,6 +45,7 @@ import {
     ExecuteAssetDisposal,
     DepreciationIndex,
     AssetManagerDepreciation,
+    AccountingSubject
 } from 'client-eam-v3/dist/client-eam-v3.js';
 
 
@@ -283,6 +284,7 @@ const routes = [
     { path: '/eam/executeAssetDisposal', component: ExecuteAssetDisposal }, // 执行处置
     { path: '/eam/assetPeriodDepreciate', component: DepreciationIndex }, // 资产折旧
     { path: '/eam/assetManagerDepreciation', component: AssetManagerDepreciation }, // 资产折旧-单位资产管理员
+    { path: '/eam/accountingSubject', component: AccountingSubject }, // 会计科目
 ];