liuyanpeng 1 rok pred
rodič
commit
8856859d56
2 zmenil súbory, kde vykonal 7 pridanie a 3 odobranie
  1. 3 3
      package.json
  2. 4 0
      src/routes/route-eam-v3.js

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.74",
+  "version": "1.2.75",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -19,7 +19,7 @@
     "click-outside-vue3": "^4.0.1",
     "client-base-v4": "^4.1.42",
     "client-dic-v3": "^3.0.49",
-    "client-eam-v3": "^3.0.87",
+    "client-eam-v3": "^3.0.90",
     "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.97",
+    "pc-component-v3": "^1.0.98",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

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

@@ -43,6 +43,8 @@ import {
     InventoryGlobalView,
     AssetsDisposal,
     ExecuteAssetDisposal,
+    DepreciationIndex,
+    AssetManagerDepreciation,
 } from 'client-eam-v3/dist/client-eam-v3.js';
 
 
@@ -279,6 +281,8 @@ const routes = [
     { path: '/eam/inventoryGlobalView', component: InventoryGlobalView, },
     { path: '/eam/disposalApplication', component: AssetsDisposal }, // 处置申请单
     { path: '/eam/executeAssetDisposal', component: ExecuteAssetDisposal }, // 执行处置
+    { path: '/eam/assetPeriodDepreciate', component: DepreciationIndex }, // 资产折旧
+    { path: '/eam/assetManagerDepreciation', component: AssetManagerDepreciation }, // 资产折旧-单位资产管理员
 ];