From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/views/platform/LogisticsRecord/subscribe.vue |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index fa8981f..8644181 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -45,11 +45,12 @@
       </el-table-column>
       <el-table-column prop="auditName" label="褰撳墠瀹℃壒浜�" min-width="100" show-overflow-tooltip />
       <el-table-column prop="editDate" label="鎿嶄綔鏃堕棿" min-width="150" show-overflow-tooltip />
+      <el-table-column prop="editUserName" label="鏈�鍚庢搷浣滀汉鍛�" min-width="150" show-overflow-tooltip />
       <el-table-column prop="name" label="鎿嶄綔" min-width="170" align="center" fixed="right" show-overflow-tooltip>
         <template v-slot="scope">
           <el-button type="text" v-permissions="['business:platformbooks:detail']"
             @click="handleDetail(scope.row)">棰勭害璇︽儏</el-button>
-          <el-button type="text" @click="complete([scope.row.jobId])" v-if="[0,1].includes(scope.row.jobStatus)">瀹屾垚浣滀笟</el-button>
+          <el-button type="text" @click="complete([scope.row.jobId])" v-if="[0,1,2].includes(scope.row.jobStatus)">瀹屾垚浣滀笟</el-button>
           <el-button type="text" class="red" v-permissions="['business:platformbooks:delete']"
             @click="handleDel(scope.row)">鍒犻櫎</el-button>
         </template>
@@ -188,6 +189,26 @@
             label: '鍚堝悓鍗曞彿'
           },
           {
+            filed: 'jobStatus',
+            type: 'select',
+            label: '浣滀笟鐘舵��',
+            options: [
+              { value: 0, label: '寰呯‘璁�' },
+              { value: 1, label: '寰呯鍒�' },
+              { value: 2, label: '绛夊緟鍙彿' },
+              { value: 3, label: '鍏ュ洯绛夊緟' },
+              { value: 4, label: '鏈堝彴绛夊緟' },
+              { value: 5, label: '浣滀笟涓�' },
+              { value: 6, label: '浣滀笟瀹屾垚' },
+              { value: 7, label: '杞Щ涓�' },
+              { value: 8, label: '寮傚父鎸傝捣' },
+              { value: 9, label: '宸叉巿鏉冪鍥�' },
+              // { value: 10, label: '宸茬鍥�' },
+              { value: 11, label: '宸茶繃鍙�' },
+              { value: 12, label: '宸插彇娑�' },
+            ]
+          },
+          {
             filed: 'status',
             type: 'select',
             label: '瀹℃壒缁撴灉',
@@ -209,7 +230,7 @@
             filed1: 'arriveDateStart',
             filed2: 'arriveDateEnd',
             type: 'datetime',
-            label: '鎿嶄綔鏃堕棿'
+            label: '棰勭害鍒板満鏃堕棿'
           },
           {
             type: 'slot',
@@ -356,7 +377,7 @@
     },
     getplatformReasons() {
       platformReasonList().then(res => {
-        this.queryFormConfig.formItems[4].options = (res || []).map(item => {
+        this.queryFormConfig.formItems[5].options = (res || []).map(item => {
           return {
             value: item.id,
             label: item.reason

--
Gitblit v1.9.3