Преглед изворни кода

1、修改入库办理的路由信息

zhoux пре 2 година
родитељ
комит
cd145aa69d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/pages/ivt/inboundOther.js

+ 1 - 1
api/pages/ivt/inboundOther.js

@@ -25,7 +25,7 @@ module.exports = {
       chooseOrg: { key: 'chooseOrg',url: '/package-base-select/pages/select-data/select-data',type:'org' }, 
       chooseWh: { key: 'chooseWh', url: '/package-base-select/pages/select-data/select-data',type:'warehouse'  },    
       chooseStorageObject: { key: 'chooseStorageObject',  url: '/package-base-select/pages/select-data/select-data',type:'objectType'   },
-      chooseStorageInReason: { key: 'chooseStorageInReason', url: '/package-base-select/pages/select-data/select-data' ,dictCode:'基础资料-入库' },
+      chooseStorageInReason: { key: 'chooseStorageInReason', url: '/package-base-select/pages/select-data/select-data' ,type:'dictionary',dictCode:'基础资料-入库' },
 
     }
   }