wtt
2026-02-06 3d5c2c0a69654e514df25a38ae69c8d55ce45748
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -642,6 +642,7 @@
                    HMainSourceEntryID: "1",
                    HMainSourceBillNo: "",
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
                    HRemarkSN: '' // SN码记录
                },
                // 检验项目和抽样检验 值
                checkItems: {},
@@ -689,6 +690,7 @@
                });
            },
            async getSourceBillInfo(HBarCode) {
                let HBarCodeOld = HBarCode
                console.log('HBarCode: ', HBarCode);
                let res = await CommonUtils.doRequest2Async({
                    url: "/WEBSController/get_CheckBillBarCode_Json_CheckItem",
@@ -767,6 +769,7 @@
                        this.hform.HProcID = data[0].HProcID
                        this.hform.HProcName = data[0].当前工序
                    }
                    this.hform.HRemarkSN = HBarCodeOld // 所扫描的条码存SN字段
                    this.get_CheckItem();
                } else {
                    CommonUtils.showTips({
@@ -855,7 +858,7 @@
                            this.hform.HProcID = data[0].HProcID
                            this.hform.HProcName = data[0].当前工序
                        }
                        this.get_CheckItem();
                        this.hasSourceBill = true
                        this.$refs['billList'].exit()