From 5fe0a6eda77673900de209d251b2fc08de49c44d Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Thu, 15 Jan 2026 16:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99BOM=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/productManagement/proworkorder.js | 5 +- .../Material/MaterialBom.vue | 296 ++++++++++++++---- .../productManagement/ProgressTrack/index.vue | 73 ++++- 3 files changed, 301 insertions(+), 73 deletions(-) diff --git a/src/api/productManagement/proworkorder.js b/src/api/productManagement/proworkorder.js index 55b58b3..21df1f9 100644 --- a/src/api/productManagement/proworkorder.js +++ b/src/api/productManagement/proworkorder.js @@ -239,9 +239,10 @@ export function PauseWorkorder(workorder) { }) } //结束工单 -export function EndWorkorder(workorder) { +export function EndWorkorder(data) { return request({ - url: `mes/productManagement/ProWorkorder/finish_workorder?workorder=${workorder}`, + url: `mes/productManagement/ProWorkorder/finish_workorder`, method: 'get', + params: data }) } \ No newline at end of file diff --git a/src/views/masterDataManagement/Material/MaterialBom.vue b/src/views/masterDataManagement/Material/MaterialBom.vue index 31a2c8f..0a1676f 100644 --- a/src/views/masterDataManagement/Material/MaterialBom.vue +++ b/src/views/masterDataManagement/Material/MaterialBom.vue @@ -12,11 +12,11 @@ {{ $t('btn.reset') }} + - 新增 导入 导出 @@ -46,8 +46,8 @@ @@ -66,9 +66,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 数据正在导入中请稍等…… + :close-on-click-modal="false"> + 数据正在导入中请稍等…… @@ -82,7 +127,6 @@ 下载模板 -