From 10e21bbecc87a8f6e30e69daddb4fe9e09888d20 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 15 十月 2024 15:57:39 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 admin/src/views/platform/LogisticsRecord/subscribe.vue |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index 02ec74c..c39c1c6 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -97,7 +97,7 @@
       </el-form>
     </GlobalWindow>
     <!--  -->
-    <DriverDetail v-if="isShowDriver" ref="DriverDetailRef" />
+    <DriverDetail v-if="isShowDriver" @success="getList" @close="isShowDriver = false" ref="DriverDetailRef" />
   </div>
 </template>
 
@@ -169,6 +169,18 @@
             filed: 'contractNum',
             type: 'input',
             label: '鍚堝悓鍗曞彿'
+          },
+          {
+            filed: 'status',
+            type: 'select',
+            label: '瀹℃壒缁撴灉',
+            options: [
+              { value: 0, label: '寰呭鎵�' },
+              { value: 1, label: '瀹℃壒涓�' },
+              { value: 2, label: '瀹℃壒閫氳繃' },
+              { value: 3, label: '瀹℃壒椹冲洖' },
+              { value: 4, label: '宸插彇娑�' },
+            ]
           },
           {
             filed: 'selDate',
@@ -289,7 +301,7 @@
         selDate: [],
         fastdate: 0,
       }
-      this.getList()
+      this.changeRadio('0')
     },
     handleDetail(row) {
       this.isShowDriver = true

--
Gitblit v1.9.3