wtt
2026-01-05 caa6025663f6651543cecf7142e56d1121ccca60
pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
@@ -631,20 +631,19 @@
                ArrayAnalysisMethodValue: [1, 2, 3],
                // 子表 页签信息
                subTabs: {
                    1: {
                        id: "1",
                        name: "检验项目",
                    },
                    2: {
                        id: "2",
                        name: "不良原因",
                    },
                    3: {
                        id: "3",
                        name: "抽样检验",
                    },
                },
               1: {
                  id: "1",
                  name: "检验项目",
               },
               2: {
                  id: "2",
                  name: "不良原因",
               },
               3: {
                  id: "3",
                  name: "抽样检验",
               },
            },
                // 源单类型
                HSourceBillType: "收料通知单",
@@ -770,7 +769,8 @@
                            HBarCode: "",
                            HInterID: e?.HInterID,
                            HEntryID: e?.HEntryID,
                            Mode: 2 //选单模式
                            Mode: 2 ,//选单模式
                     user:getUserInfo()["Czymc"]
                        }
                    })
@@ -851,7 +851,7 @@
            toScanCode() {
                MpaasScan.scanCode((res) => {
                    if (res) {
                        this.getSourceBillInfo(HBarCode);
                        this.getSourceBillInfo(res);
                    }
                });
            },
@@ -869,7 +869,8 @@
                        HBarCode: HBarCode,
                        HInterID: 0,
                        HEntryID: 0,
                        Mode: 1 //扫码模式
                        Mode: 1 ,//扫码模式
                  user:getUserInfo()["Czymc"]
                    }
                })