内部软废入库

This commit is contained in:
2023-04-27 15:58:13 +08:00
parent cab1dff914
commit 9d5678d6c9
2 changed files with 138 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ const SoftWasteInStoreGroup = r => require.ensure([], () => r(require('../pages/
const SearchPallet = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SearchPallet')), 'instorage')
const SearchSoftWasteBill = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SearchSoftWasteBill')), 'instorage')
const RemnantInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/RemnantInStoreGroup')), 'instorage')
const InsideSoftWasteInStore = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/InsideSoftWasteInStore')), 'instorage')
// 出库
const ReturnScanBarrelOutStore = r => require.ensure([], () => r(require('../pages/xinrui/storage/outstorage/ReturnScanBarrelOutStore')), 'outstorage')
const OtherScanBarrelOutStore = r => require.ensure([], () => r(require('../pages/xinrui/storage/outstorage/OtherScanBarrelOutStore')), 'outstorage')
@@ -529,6 +530,10 @@ export default new Router({
{
path: '/SelectGongling', // 生产管理 - 查找外协工令
component: SelectGongling
},
{
path: '/InsideSoftWasteInStore', // 内部软废入库
component: InsideSoftWasteInStore
}
],
scrollBehavior (to, from, savedPosition) {