From 4372eb278c7c4338a0fe8222e6ac61dfce0b679f Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 10 四月 2026 15:12:03 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
index f667be1..101d76b 100644
--- a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
+++ b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
@@ -91,6 +91,12 @@
 						<view class="detail" v-if="item.璁″垝缁撴潫鏃堕棿鐐�">
 							<text>璁″垝缁撴潫鏃堕棿鐐癸細</text>{{item.璁″垝缁撴潫鏃堕棿鐐�.substr(0,10)}}
 						</view>
+						<view class="detail" v-if="false">
+						  <text>淇濆吇璁″垝鍗曚富ID锛�</text>{{item.HPlanHInterID}}
+						</view>
+						<view class="detail" v-if="false">
+						  <text>淇濆吇璁″垝鍗曞瓙ID锛�</text>{{item.HPlanHEntryID}}
+						</view>
 					</view>
 					<view class="card-detail" v-if="showDetail == item.hmainid">
 						<view class="detail" v-if="item.鍒跺崟浜�">
@@ -281,7 +287,7 @@
 		},
 		methods: {
             pushBill(currTab, item) {
-                let Query = `?operationType=4&HBarCode=${item['璁惧浠g爜']}`
+                let Query = `?operationType=4&HBarCode=${item['璁惧浠g爜']}&HPlanHInterID=${item['HPlanHInterID']}&HPlanHEntryID=${item['HPlanHEntryID']}`
                 if(currTab == 0) {
                     uni.navigateTo({
                         url: '/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill' + Query

--
Gitblit v1.9.1