From 3b7bc7dd003bb12868be22ab2343775f9222eccb Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Wed, 16 Aug 2023 09:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0bu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/order/index.vue | 2 +- src/views/plan/workorder/index.vue | 2 +- src/views/technology/proroute/index.vue | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue index d72e413b..c95053c4 100644 --- a/src/views/plan/order/index.vue +++ b/src/views/plan/order/index.vue @@ -1085,7 +1085,7 @@ export default { /** SAP同步按钮操作 */ handleSyncSAP() { this.$modal.confirm('是否确认SAP同步操作步骤?').then(function() { - return syncSAP(contentIds) + return syncSAP() }).then(() => { this.getList() this.$modal.msgSuccess('同步成功') diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue index edd0e50b..1f445a9b 100644 --- a/src/views/plan/workorder/index.vue +++ b/src/views/plan/workorder/index.vue @@ -103,7 +103,7 @@ :disabled="multiple" @click="handleUpdateDown" v-hasPermi="['mes:pro:workorder:edit']" - >下达工单 + >派发工单 diff --git a/src/views/technology/proroute/index.vue b/src/views/technology/proroute/index.vue index 0ddff30c..a6f580f9 100644 --- a/src/views/technology/proroute/index.vue +++ b/src/views/technology/proroute/index.vue @@ -345,7 +345,7 @@ export default { { required: true, message: "是否启用不能为空", trigger: "blur" } ], }, - fileList:'' + fileList:null }; }, created() { @@ -379,8 +379,8 @@ export default { createTime: null, updateBy: null, updateTime: null, - fileList:'', - idList:'' + fileList:null, + idList:null }; this.resetForm("form"); },