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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('btn.cancel') }}
+ {{ $t('btn.submit') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('btn.cancel') }}
+ {{ $t('btn.submit') }}
+
+
+
数据正在导入中请稍等……
+ :close-on-click-modal="false">
+ 数据正在导入中请稍等……
@@ -82,7 +127,6 @@
下载模板
-
@@ -93,11 +137,35 @@