wtt
2026-04-10 daa26ecd4586c9135cc95791fa703692c46c0e42
质量优化
4个文件已修改
8 ■■■■ 已修改文件
components/ZLGL/ProcExchBillPopup.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/QualityReportStep/QualityReportStepBill.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/ZLGL/ProcExchBillPopup.vue
@@ -206,7 +206,7 @@
                    sWhere += ` and  CONVERT(varchar(100),日期, 23) between '${this.HBeginDate}' and '${this.HEndDate}'`
                }
                if (this.HPrdOrderBillNo) {
                    sWhere += ` and 生产订单号 like'%${this.HPrdOrderBillNo}%`
                    sWhere += ` and 生产订单号 like'%${this.HPrdOrderBillNo}%'`
                }
                if (this.HWorkShop != '全部车间') {
                    let workshopValue = this.HWorkShopValues.find(e => e.HName = this.HStatus )
pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
@@ -1062,7 +1062,7 @@
            
        },
        async onLoad(e) {
            this.setAuto();
            //this.setAuto();
            this.operationType = e.operationType || 1;
            this.hform.HInterID = e.linterid || 0;
            if (this.operationType == 1) {
pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
@@ -2281,7 +2281,7 @@
            },
        },
        async onLoad(e) {
            this.setAuto();
            //this.setAuto();
            this.operationType = e.operationType || 1;
            this.hform.HInterID = e.linterid || 0;
            console.log(this.hform.HFirstCheckEmp)
pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue
@@ -2333,7 +2333,7 @@
            },
        },
        async onLoad(e) {
            this.setAuto();
            //this.setAuto();
            this.operationType = e.operationType || 1;
            this.hform.HInterID = e.linterid || 0;
            if (this.operationType == 1) {