From d8ae85a3cf86e206c01d1c506b0d2eeb233b2e16 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期五, 10 一月 2025 18:53:35 +0800 Subject: [PATCH] 1 --- Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue | 4 ++-- Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx index 6058faf..2f9e4b4 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx +++ b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx @@ -37,9 +37,11 @@ this.http.get(`/api/Task/CompleteTaskAsync?taskNum=${taskNum}`, {}, "姝e湪瀹屾垚浠诲姟").then((res) => { //绀轰緥锛氳皟鐢ㄥ悗鍙版帴鍙� if (res.status) { - this.$Message.success('浠诲姟瀹屾垚') + this.$Message.success('浠诲姟瀹屾垚'); + this.refresh(); } else { this.$Message.error(res.message) //閿欒鎻愮ず + this.refresh(); } }) } diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue index 1f7f627..0c5b8f6 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue @@ -60,8 +60,8 @@ ]); const columns = ref([{ field: 'TaskId', title: '涓婚敭', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, { field: 'taskNum', title: '浠诲姟鍙�', type: 'int', width: 110, align: 'left', sort: true }, - { field: 'palletCode', title: '鎵樼洏鍙�', type: 'string', width: 150, align: 'left' }, - { field: 'pnboundNo', title: '鍗曟嵁鍙�', type: 'string', width: 110, align: 'left' }, + { field: 'palletCode', title: '鎵樼洏鍙�', type: 'string', width: 180, align: 'left' }, + { field: 'pnboundNo', title: '鍗曟嵁鍙�', type: 'string', width: 110, align: 'left',hidden:true }, { field: 'groupID', title: '搴撳瓨ID', type: 'int', width: 110, hidden: true, align: 'left' }, { field: 'groupDetailId', title: '缁勭洏鏄庣粏ID', type: 'int', width: 110, hidden: true, align: 'left' }, { field: 'roadway', title: '宸烽亾', type: 'string', width: 110, align: 'left' }, -- Gitblit v1.9.3