From dfb4009335b79202e625b709516ef14f9065a416 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 23 May 2026 15:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storeManagement/additionalPlan.js | 11 +- .../storeManagement/materialMaintenance.js | 11 +- src/views/approvalRecord/index.vue | 27 +- .../basicData/assignConfigApprove/index.vue | 3 +- .../components/additionalPlan.vue | 962 +++++++++--------- .../components/materialAdd.vue | 263 +++++ .../leveragingManagement.vue | 115 +-- .../materialMaintenance.vue | 75 +- .../warehouseRequest/components/record.vue | 54 +- 9 files changed, 918 insertions(+), 603 deletions(-) create mode 100644 src/views/warehouseManagement/components/materialAdd.vue diff --git a/src/api/storeManagement/additionalPlan.js b/src/api/storeManagement/additionalPlan.js index 38fde847..8b4186b4 100644 --- a/src/api/storeManagement/additionalPlan.js +++ b/src/api/storeManagement/additionalPlan.js @@ -81,4 +81,13 @@ export const getDeptList = params => { method: 'get', params }); -}; \ No newline at end of file +}; + +// 删除 /stBuyOrder/remove +export const del = params => { + return request({ + url: '/api/blade-wms/stBuyOrder/remove', + method: 'post', + params + }); +}; diff --git a/src/api/storeManagement/materialMaintenance.js b/src/api/storeManagement/materialMaintenance.js index ea0f8ef6..874e191e 100644 --- a/src/api/storeManagement/materialMaintenance.js +++ b/src/api/storeManagement/materialMaintenance.js @@ -26,4 +26,13 @@ export const editGoods = data =>{ method:'post', data }) -} \ No newline at end of file +} + +// 新增之后物料 +export const submitGoods = data =>{ + return request({ + url:'/api/blade-wms/stGoods/submit', + method:'post', + data + }) +} \ No newline at end of file diff --git a/src/views/approvalRecord/index.vue b/src/views/approvalRecord/index.vue index a3d351cb..c3fe8179 100644 --- a/src/views/approvalRecord/index.vue +++ b/src/views/approvalRecord/index.vue @@ -6,19 +6,10 @@ width="50%" @close="closeDialog" > -
{{ items.label }}:{{ items.value }}
@@ -26,9 +17,9 @@