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 }} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +