pages/MJGL/SBMJReport/Sc_MouldMaintainTaskReport.vue
@@ -88,6 +88,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.制单人">
@@ -283,7 +289,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/mujubaoyangjiludan/Sc_MouldMaintainBill' + Query