From 32d1906137bd3733fc0be381dbc9848bf69aca72 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 10 Feb 2026 11:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=80=E5=89=8D=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../beforeAndAfterPlating.js | 10 + .../beforeAndAfterPlating.vue | 4 +- .../components/afterPlatingEntryDialog.vue | 299 ++++++++++-------- .../components/beforePlatingBoundDialog.vue | 260 ++++++++++----- .../components/beforePlatingEntryDialog.vue | 243 ++++++++++---- .../js/platingColumnData.js | 9 + 6 files changed, 557 insertions(+), 268 deletions(-) diff --git a/src/api/productionManagement/beforeAndAfterPlating.js b/src/api/productionManagement/beforeAndAfterPlating.js index de86d41..b05a875 100644 --- a/src/api/productionManagement/beforeAndAfterPlating.js +++ b/src/api/productionManagement/beforeAndAfterPlating.js @@ -65,3 +65,13 @@ export const loadPlateAround = (params) => { params: params, }); }; + + +// 镀前入库、镀前出库、镀后入库保存 +export const savePlateFrontEnter = (params) => { + return request({ + url: '/blade-desk/plateAround/savePlateAround', + method: 'post', + data: params, + }); +}; diff --git a/src/views/productionManagement/beforeAndAfterPlating.vue b/src/views/productionManagement/beforeAndAfterPlating.vue index 20f4ddc..04e61d4 100644 --- a/src/views/productionManagement/beforeAndAfterPlating.vue +++ b/src/views/productionManagement/beforeAndAfterPlating.vue @@ -34,12 +34,12 @@ > diff --git a/src/views/productionManagement/components/afterPlatingEntryDialog.vue b/src/views/productionManagement/components/afterPlatingEntryDialog.vue index 99ae6bc..7c577ab 100644 --- a/src/views/productionManagement/components/afterPlatingEntryDialog.vue +++ b/src/views/productionManagement/components/afterPlatingEntryDialog.vue @@ -2,10 +2,11 @@
删除选择行
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+ {{ formError }} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +