From 0c56b5e1e99222077c7bd90358ca81bbbe0e23ba Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Wed, 16 Feb 2022 09:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E4=B8=8B=E6=96=99=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yieldReport/com_cutting_material.js | 4 ++ .../yieldReport/com_cutting_material.vue | 37 ++++++++++++------- 2 files changed, 27 insertions(+), 14 deletions(-) create mode 100644 src/api/yieldReport/com_cutting_material.js diff --git a/src/api/yieldReport/com_cutting_material.js b/src/api/yieldReport/com_cutting_material.js new file mode 100644 index 0000000..adcfa5b --- /dev/null +++ b/src/api/yieldReport/com_cutting_material.js @@ -0,0 +1,4 @@ +import { createAPI } from '@/utils/httpRequest.js' + +// 材料下机操作 +export const processCuttingMaterialRoll = data => createAPI('schedule/processCuttingMaterialRoll', 'POST', data) diff --git a/src/views/modules/yieldReport/com_cutting_material.vue b/src/views/modules/yieldReport/com_cutting_material.vue index c756a09..513764d 100644 --- a/src/views/modules/yieldReport/com_cutting_material.vue +++ b/src/views/modules/yieldReport/com_cutting_material.vue @@ -35,7 +35,7 @@ - 确定 + 确定 关闭 @@ -44,9 +44,8 @@