From aa3438b349bb365bfb4c30a9194b5c10f9f843eb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 08 四月 2025 17:39:13 +0800
Subject: [PATCH] feat:质检员历史质检单增加上滑更多

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index 7ec3877..ade255d 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -39,8 +39,8 @@
 
 <script>
 	import customerIndex from '@/pages/customer-page/customer-index/customer-index.vue';
-	// import driverIndex from '@/pages/driver-page/driver-index/driver-index.vue';
-	 import driverIndex from '@/pages/driver-page/driver-index/test-index.vue'
+	import driverIndex from '@/pages/driver-page/driver-index/driver-index.vue';
+	//  import driverIndex from '@/pages/driver-page/driver-index/test-index.vue'
 	import inspectionIndex from '@/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue'
 	import freightForwarderIndex from '@/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue';
 	import { mapState, mapMutations, mapGetters } from 'vuex';
@@ -156,9 +156,7 @@
               let nowWeighObj = JSON.parse(v.slice(7));
               console.log(nowWeighObj,'nowWeighObj-----')
               console.log(this.globalweighHouseCode,'this.globalweighHouseCode-----')
-              console.log('鎴戣繘鏉ヤ簡--------------1111111')
               if (this.globalweighHouseCode && nowWeighObj.eqCode == this.globalweighHouseCode) {
-                console.log('鎴戣繘鏉ヤ簡--------------22')
                 if (nowWeighObj.eqInfraredStatus) {
                   this.changeinfraredStatus(true);
                   this.changeWeigh(nowWeighObj.weigh);

--
Gitblit v1.9.1