From 1f28289c2288de486bc7e0c38fa43af7ad3f4381 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 11 Jun 2026 14:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E5=BA=9F=E5=9E=8B=E6=9D=90=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../instorage/SoftWasteProfileInStore.vue | 297 ++++++++++++++++++ src/router/index.js | 5 + 2 files changed, 302 insertions(+) create mode 100644 src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue diff --git a/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue b/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue new file mode 100644 index 0000000..a50b669 --- /dev/null +++ b/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue @@ -0,0 +1,297 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 4c99bb2..538dbdb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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