内部软废入库
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user