From a7012f576af864cb6e29473934698a6932dbc27b Mon Sep 17 00:00:00 2001 From: duanliangtao <48194157+duanliangtao@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:58:33 +0800 Subject: [PATCH] =?UTF-8?q?12345=20=E9=80=80=E5=9B=9E=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/Delivery/index.vue | 3 +- .../shequzhili/event/cpts/event-info.vue | 32 ++- .../event/cpts/process-form-return.vue | 216 ++++++++++++++++++ .../shequzhili/event/cpts/process-form.vue | 20 +- .../shequzhili/eventHandling/index.vue | 15 +- 5 files changed, 274 insertions(+), 12 deletions(-) create mode 100644 src/views/modules/shequzhili/event/cpts/process-form-return.vue diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index ce7c65c50..f342b77ac 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -139,6 +139,7 @@ @@ -168,7 +169,7 @@ 改派 派件 + v-if="scope.row.status =='unassigned'||scope.row.status =='processing'||scope.row.operationType =='13'">派件 审核 diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 4b88a4dc4..a80f2ba87 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -1,6 +1,6 @@