From 8617321eaacef8ab7838c2954b6e0ab5fd1d5f35 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 10 四月 2026 09:38:57 +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