chenhaozhe
2025-09-28 c5380b5cb810005ebfcc1c48247dc4f603a0fd00
pages/shengchanlingliao/form.vue
@@ -394,9 +394,9 @@
            },
            //扫描单据号条码
            GetMeesageByBillNo(e) {
            if(this.hform.HBillNo==""||this.hform.HBillNo==undefined){
               return
            }
                if (this.hform.HBillNo == "" || this.hform.HBillNo == undefined) {
                    return
                }
                uni.request({
                    url: this.serverUrl + '/WEBSController/get_BillBarCode_BillCheck_Json',
                    data: {
@@ -529,9 +529,9 @@
            },
            //扫条码处理
            getCode(HBarCode) {
            if(HBarCode==undefined||HBarCode==""){
               return
            }
                if (HBarCode == undefined || HBarCode == "") {
                    return
                }
                //仓库、仓位文本框为空时,清空对应ID
                if (!this.hform.HWHName) {
                    this.hform.HWHID = 0