dytyqx
2026-03-18 2c58678a89edc8e5242841b8a3c701d39a0a2ec5
pages/ZLGL/WorkSelfCheckBill/WorkSelfCheckBill.vue
@@ -640,7 +640,7 @@
            toScanCode() {
                MpaasScan.scanCode((res) => {
                    if (res) {
                        this.getSourceBillInfo(HBarCode);
                        this.getSourceBillInfo(res);
                    }
                });
            },
@@ -954,7 +954,7 @@
                        data: {
                            sWhere: `  and 组织名称 = '${uni.getStorageSync(
                       "Organization"
                     )}' and 禁用标记 = ''and 审核人 !='' order by 部门代码`,
                     )}' and 禁用标记 = ''and 审核人 !=''  and HDeptID = ${uni.getStorageSync("HDeptID")}`,
                            user: getUserInfo()["Czymc"],
                            Organization: uni.getStorageSync("Organization"),
                        },