From 9b62a922810d060243230c27cc6ef173334c23ef Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 8 Apr 2025 21:24:41 +0800 Subject: [PATCH] =?UTF-8?q?4/8=20=E6=96=B0=E5=A2=9E=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B=E5=A2=9E=E5=8A=A0=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=BC=BA=E5=88=B6=E6=8F=90=E4=BA=A41..0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/collect/collectOrder.js | 8 + .../basic/workplace/addBusTypeDialog.vue | 17 +- src/views/collect/DealOrder.vue | 1 + src/views/collect/IoEndCollectOrderStats.vue | 228 ++++++++++++++++++ 4 files changed, 253 insertions(+), 1 deletion(-) create mode 100644 src/views/collect/IoEndCollectOrderStats.vue diff --git a/src/api/collect/collectOrder.js b/src/api/collect/collectOrder.js index 8753dcc5..b1a67205 100644 --- a/src/api/collect/collectOrder.js +++ b/src/api/collect/collectOrder.js @@ -377,3 +377,11 @@ export function codeReturnRemove(query) { data: query }); } + +export function orderStats(query) { + return axios({ + url: "/udiwms/basic/collect/orderFinish/orderStats", + method: "post", + data: query + }); +} diff --git a/src/views/basic/workplace/addBusTypeDialog.vue b/src/views/basic/workplace/addBusTypeDialog.vue index 6542a4f6..5be0684f 100644 --- a/src/views/basic/workplace/addBusTypeDialog.vue +++ b/src/views/basic/workplace/addBusTypeDialog.vue @@ -127,6 +127,17 @@ + + + + + + + + + + + @@ -374,7 +385,8 @@ export default { shipper: 1, consignee: 5, autoHandle: false, - productType: 1 + productType: 1, + coercionSubmit:1, }, invList: [], busTypes: [], @@ -423,6 +435,9 @@ export default { productType: [ {required: true, message: '请选择业务类型', trigger: 'blur'} ], + coercionSubmit: [ + {required: true, message: '请选择是否强制完成单据', trigger: 'blur'} + ], consignee: [] } } diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index 65a304cc..cda9ac6e 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -1047,6 +1047,7 @@ export default { }).catch(() => { }) } else if (res.code == 503) { + loading.close(); this.$alert('该单据未全部赋码无法完成,请检查后重试', '提示', { confirmButtonText: '确定', callback: action => { diff --git a/src/views/collect/IoEndCollectOrderStats.vue b/src/views/collect/IoEndCollectOrderStats.vue new file mode 100644 index 00000000..c7cf3f8e --- /dev/null +++ b/src/views/collect/IoEndCollectOrderStats.vue @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 显示/隐藏搜索栏 + 重置 + 查询 + + + + + + + + + + + + + {{ storardMap[scope.row.storard] }} + + + + + + + + 编辑 + + 删除 + + + + + + + + + + + + + + + +