qita物料组盘入库

This commit is contained in:
2026-06-30 09:47:56 +08:00
parent 08d298b262
commit 0433b439e0
6 changed files with 389 additions and 0 deletions

View File

@@ -21,7 +21,9 @@ const BarrelBagUpdate = r => require.ensure([], () => r(require('../pages/xinrui
const PeifenBarrelPrint = r => require.ensure([], () => r(require('../pages/xinrui/storage/settings/PeifenBarrelPrint')), 'settings')
const AbnormalBarrelPrint = r => require.ensure([], () => r(require('../pages/xinrui/storage/settings/AbnormalBarrelPrint')), 'settings')
const NewMaterInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/NewMaterInStoreGroup')), 'instorage')
const NewMaterOtherInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/NewMaterOtherInStoreGroup')), 'instorage')
const SearchRelatedBill = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SearchRelatedBill')), 'instorage')
const SearchRelatedBill2 = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/SearchRelatedBill2')), 'instorage')
const FinishMaterInStoreGroup = r => require.ensure([], () => r(require('../pages/xinrui/storage/instorage/FinishMaterInStoreGroup')), 'instorage')
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')
@@ -216,10 +218,18 @@ export default new Router({
path: '/NewMaterInStoreGroup', // 新料入库组盘
component: NewMaterInStoreGroup
},
{
path: '/NewMaterOtherInStoreGroup', // 新料其他入库组盘
component: NewMaterOtherInStoreGroup
},
{
path: '/SearchRelatedBill', // 查找关联单据
component: SearchRelatedBill
},
{
path: '/SearchRelatedBill2', // 查找关联单据(新料入库组盘)
component: SearchRelatedBill2
},
{
path: '/FinishMaterInStoreGroup', // 产成品入库组盘
component: FinishMaterInStoreGroup