From 172d3d591c1e541751ee5fde88df12f0a4188579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 29 Feb 2024 17:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90NEV-PC=E3=80=91=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/StepsForm/index.vue | 1 - .../_index.vue => StepsFormNotView/index.vue} | 213 +++++++------ .../StepsFormNotView/style/index.scss | 138 +++++++++ fe/PC/src/router/index.js | 32 ++ fe/PC/src/utils/tableColumns/index.js | 35 ++- fe/PC/src/utils/tabsDesTions/index.js | 27 ++ fe/PC/src/utils/utils.js | 2 + .../views/basicData/ItemsManage/Kitting.vue | 11 +- .../{Kitting_old.vue => Kitting_hasView.vue} | 201 +++++++----- .../InventoryQuery/splitPackingList.vue | 2 +- .../materialsAdjustmentFunc.vue | 293 ++++++++++++++++++ .../purchaseReturn/returnApprove.vue | 108 +++++++ .../purchaseReturn/returnRequest.vue | 2 +- 13 files changed, 878 insertions(+), 187 deletions(-) rename fe/PC/src/components/{StepsForm/_index.vue => StepsFormNotView/index.vue} (70%) create mode 100644 fe/PC/src/components/StepsFormNotView/style/index.scss rename fe/PC/src/views/basicData/ItemsManage/{Kitting_old.vue => Kitting_hasView.vue} (54%) create mode 100644 fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustmentFunc.vue create mode 100644 fe/PC/src/views/rawMaterialManage/purchaseReturn/returnApprove.vue diff --git a/fe/PC/src/components/StepsForm/index.vue b/fe/PC/src/components/StepsForm/index.vue index 7fe7c09f8..656469966 100644 --- a/fe/PC/src/components/StepsForm/index.vue +++ b/fe/PC/src/components/StepsForm/index.vue @@ -93,7 +93,6 @@ -