wangyi
2026-03-03 fbe87c8d043cb038d384df7721bc071676a0c24c
pages/MJGL/Sc_MouldRepairTaskReport/Sc_MouldRepairTaskReport.vue
@@ -13,7 +13,12 @@
                <view class="card-detail">
                    <view class="detail" v-for="(field, index) in CommonUtils.emptyValueFilter(item, HFieldList)"
                        :key="index">
                        <text>{{field.ColmCols}}:</text>{{item[field.ColmCols]}}
                        <template v-if="field.ColmType == 'DateTime'">
                            <text>{{ field.ColmCols }}:</text>{{dayjs(item[field.ColmCols]).format('YYYY-MM-DD HH:mm:ss')}}
                        </template>
                        <template v-else>
                            <text>{{ field.ColmCols }}:</text>{{item[field.ColmCols]}}
                        </template>
                    </view>
                </view>
                <view class="more" v-if="showDetail == index && operations != index">
@@ -83,10 +88,12 @@
                }else if(tab == 1) {
                    uni.navigateTo({
                        url: '/pages/MJGL/Sc_MouldRepairWorkBill/Sc_MouldRepairWorkBill?operationType=5' + Query
                        + `&HRepairSendWorkID=${item.HRepairSendWorkID}`
                    })
                }else if(tab == 2) {
                    uni.navigateTo({
                        url: '/pages/MJGL/SC_MouldRepairCheck/Sc_MouldRepairCheckBill?operationType=4' + Query
                        + `&HRepairBillNo=${item['器具维修记录单']}&HRepairID=${item['HRepairWorkID']}&HRepairSendWorkID=${item.HRepairSendWorkID}`
                    })
                }
            },
@@ -109,7 +116,7 @@
                    let res = await CommonUtils.doRequest2Async({
                        url: 'Sc_MouldRepairCheckTaskReport/RepairCheckList2',
                        data: {
                            user: getUserInfo()["Czymc"]
                            user: getUserInfo()["HEmpName"]
                        }
                    })
@@ -156,7 +163,7 @@
                }
            }
        },
        onLoad() {
        onShow() {
            this.getRepairList()
        }
    }