From a98584f2fb09202a4999d3f9e5df09efee2aedea Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期一, 22 一月 2024 10:01:13 +0800
Subject: [PATCH] 	modified:   src/views/quality/Packaging_ledger/index.vue 	modified:   vue.config.js

---
 src/page/ScheduleData/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/page/ScheduleData/index.vue b/src/page/ScheduleData/index.vue
index cdb20fd..612e2c3 100644
--- a/src/page/ScheduleData/index.vue
+++ b/src/page/ScheduleData/index.vue
@@ -13,7 +13,7 @@
             @click="getCurrent(i)"
             ref="listItem"
           >
-            璁㈠崟鍙凤細{{ x.customerOrderNo }}/{{ x.otcLineNo }}
+            璁㈠崟鍙凤細{{ x.contractNo }}
           </div>
         </div>
         <!-- <el-pagination
@@ -176,6 +176,7 @@
         },
         1
       ).then((res) => {
+        console.log(res,"1");
         const d = res.data.data
         this.pagination.total = d.total
         d.records.forEach((e) => (e.active = false))
@@ -212,6 +213,7 @@
                 color: '#14a9d7'
               })
             )
+            console.log(this.tasks,"----===");
             let endDate = e.actualFinishDate
             if (!e.actualFinishDate) {
               const s = Date.parse(e.actualStartDate)

--
Gitblit v1.9.3