软废型材入库

This commit is contained in:
2026-06-11 14:15:14 +08:00
parent b1e4f0ba4f
commit 1f28289c22
2 changed files with 302 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const FinishMaterInStoreGroup = r => require.ensure([], () => r(require('../page
const ProcedureReworkInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/ProcedureReworkInStoreGroup')), 'instorage')
const LikuReworkInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/LikuReworkInStoreGroup')), 'instorage')
const SoftWasteInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SoftWasteInStoreGroup')), 'instorage')
const SoftWasteProfileInStore = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SoftWasteProfileInStore')), 'instorage')
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')
@@ -235,6 +236,10 @@ export default new Router({
path: '/SoftWasteInStoreGroup', // 软废入库组盘
component: SoftWasteInStoreGroup
},
{
path: '/SoftWasteProfileInStore', // 软废型材入库
component: SoftWasteProfileInStore
},
{
path: '/SearchPallet', // 查找托盘
component: SearchPallet