From 67b0e84de3b5462870143fb98c1eed41ea59b5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Sat, 7 Jun 2025 18:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=91=E8=A1=8C=E5=89=8D=E7=BB=95=E8=BD=A6?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bst/area/edit/edit.vue | 17 +++++++---------- src/views/bst/order/view/view.vue | 4 ++-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/views/bst/area/edit/edit.vue b/src/views/bst/area/edit/edit.vue index 77aaf57..c60252f 100644 --- a/src/views/bst/area/edit/edit.vue +++ b/src/views/bst/area/edit/edit.vue @@ -10,12 +10,12 @@ - - - - + + + + - - - - @@ -117,6 +111,9 @@ + + + diff --git a/src/views/bst/order/view/view.vue b/src/views/bst/order/view/view.vue index 2c31a6e..6e464ca 100644 --- a/src/views/bst/order/view/view.vue +++ b/src/views/bst/order/view/view.vue @@ -470,7 +470,7 @@ export default { } if (fee.manageFee || fee.dispatchFee) { - this.$confirm(`订单${row.no}存在${fee.dispatchFee ? '调度费' + fee.dispatchFee + '元' : ''}${fee.manageFee ? '管理费' + fee.manageFee + '元' : ''},是否收取?`, '提示', { + this.$confirm(`订单${row.no}存在${fee.dispatchFee ? '调度费' + fee.dispatchFee + '元' : ''}${fee.manageFee ? '管理费' + fee.manageFee + '元' : ''},是否收取?`, '提示', { confirmButtonText: '收取', cancelButtonText: '不收取', type: 'warning' @@ -496,7 +496,7 @@ export default { this.loading = true; endOrder(id, needDispatchFee).then(res => { this.$message.success("结束成功"); - this.getList(); + this.getDetail(); }).catch((err) => { this.loading = false; })