From 33d3de5b53cdd705830fa8c82a618258e9505501 Mon Sep 17 00:00:00 2001 From: zhangzhiqiang Date: Tue, 13 Jun 2023 14:59:26 +0800 Subject: [PATCH] =?UTF-8?q?rev:=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device_manage/deviceMaterial/index.vue | 4 +- .../wms/product_manage/workorder/index.vue | 3 +- .../product_manage/workorder/reportDialog.vue | 41 ++++++++++--------- .../views/wms/scheduler_manage/task/index.vue | 4 +- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue b/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue index 18466c7f..3f2205cc 100644 --- a/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue +++ b/mes/qd/src/views/wms/device_manage/deviceMaterial/index.vue @@ -101,7 +101,7 @@ const defaultForm = { product_area: 'A1', workprocedure_id: '1535144552481034240 export default { name: 'SKdevice', - components: { crudOperation, pagination, rrOperation }, + components: { crudOperation, pagination, rrOperation }, dicts: ['product_area'], cruds() { return [ @@ -139,7 +139,7 @@ export default { this.notify('保存成功', 'success') }).catch(() => { }) - } + }, } } diff --git a/mes/qd/src/views/wms/product_manage/workorder/index.vue b/mes/qd/src/views/wms/product_manage/workorder/index.vue index 4b930d1b..ba7e92e5 100644 --- a/mes/qd/src/views/wms/product_manage/workorder/index.vue +++ b/mes/qd/src/views/wms/product_manage/workorder/index.vue @@ -393,7 +393,8 @@ - + + diff --git a/mes/qd/src/views/wms/product_manage/workorder/reportDialog.vue b/mes/qd/src/views/wms/product_manage/workorder/reportDialog.vue index bc8cf69a..ecfb875a 100644 --- a/mes/qd/src/views/wms/product_manage/workorder/reportDialog.vue +++ b/mes/qd/src/views/wms/product_manage/workorder/reportDialog.vue @@ -7,9 +7,9 @@ @close="close" >
- + - + @@ -78,24 +78,25 @@ - + + + - - - - - - - - - - - + + + + + + + + + + + - + @@ -164,7 +165,7 @@ const defaultForm = { sale_id: null, export default { name: 'ViewDialog', - components: { crudOperation, pagination, rrOperation }, + components: { crudOperation, pagination, rrOperation }, cruds() { return [ CRUD({ title: '报工审核', url: '/api/produceWorkorder/reportQuery2', query: {}, idField: 'macoperate_id', crudMethod: { ...crudProduceshiftorder }}) @@ -259,7 +260,7 @@ export default { const arr = [] arr.push(data) crudProduceshiftorder.reportApprove(arr).then(res => { - // todo:刷新数据 + //todo:刷新数据 }) }, setForm() { diff --git a/mes/qd/src/views/wms/scheduler_manage/task/index.vue b/mes/qd/src/views/wms/scheduler_manage/task/index.vue index 494c0567..4576e823 100644 --- a/mes/qd/src/views/wms/scheduler_manage/task/index.vue +++ b/mes/qd/src/views/wms/scheduler_manage/task/index.vue @@ -138,7 +138,7 @@ clearable style="width: 60px" /> - 任务调度 + 任务调度 @@ -157,7 +157,7 @@ - +