wtt
2026-04-10 8617321eaacef8ab7838c2954b6e0ab5fd1d5f35
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['设备代码']}`
                let Query = `?operationType=4&HBarCode=${item['设备代码']}&HPlanHInterID=${item['HPlanHInterID']}&HPlanHEntryID=${item['HPlanHEntryID']}`
                if(currTab == 0) {
                    uni.navigateTo({
                        url: '/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill' + Query