From 4e9eda78851362419925c230fe9249de061e572f Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 03 四月 2026 17:51:18 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
index d23b2f2..f667be1 100644
--- a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
+++ b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
@@ -202,6 +202,17 @@
 							total: 0,
 						}
 					},
+                    {
+                    	label: '閫炬湡寰呬繚鍏�',
+                    	type: 3,
+                    	count: 0,
+                    	listData: [], // 娣诲姞杩欎釜
+                    	pageMeta: { // 娣诲姞杩欎釜
+                    		curPage: 1,
+                    		size: 50,
+                    		total: 0,
+                    	}
+                    },
 					{
 						label: '杩戞棩鍏ㄩ儴浠诲姟',
 						type: 2,
@@ -388,10 +399,17 @@
 
 						if (data && data.h_p_Sb_EquipMaintainTaskReport_APP2) {
 							// 鏇存柊寰呴獙鏀堕〉绛�
-							this.tabs[2].listData = data.h_p_Sb_EquipMaintainTaskReport_APP2
-							this.tabs[2].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
-							this.tabs[2].count = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
+							this.tabs[3].listData = data.h_p_Sb_EquipMaintainTaskReport_APP2
+							this.tabs[3].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
+							this.tabs[3].count = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
 						}
+                        
+                        if (data && data.h_p_Sb_EquipMaintainTaskReport_APP3) {
+                        	// 鏇存柊寰呴獙鏀堕〉绛�
+                        	this.tabs[2].listData = data.h_p_Sb_EquipMaintainTaskReport_APP3
+                        	this.tabs[2].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP3.length
+                        	this.tabs[2].count = data.h_p_Sb_EquipMaintainTaskReport_APP3.length
+                        }
 
 						
 						uni.stopPullDownRefresh()

--
Gitblit v1.9.1