diff --git a/src/pages/xinrui/storage/instorage/InsideSoftWasteInStore.vue b/src/pages/xinrui/storage/instorage/InsideSoftWasteInStore.vue new file mode 100644 index 0000000..330a8e7 --- /dev/null +++ b/src/pages/xinrui/storage/instorage/InsideSoftWasteInStore.vue @@ -0,0 +1,133 @@ + + + + + + + + + + + + + 桶码 + + + {{e.bucketunique}} + + + + + + + 产品编码 + 批次 + 重量kg + + + {{e.material_code}} + {{e.pcsn}} + {{e.storage_qty | numeric(3)}} + + + + + + + + 总重量 + + + + KG + + + + 入库确认 + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index c263ef8..1e21a93 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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) {