src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
@@ -490,7 +490,12 @@
      if (this.queryParams.HOrgID) {
        this.sWhere += " and HStockOrgID = ''" + this.queryParams.HOrgID + "''";
      }
      if(sessionStorage["HMainSourceBillNo"] &&sessionStorage["HMainSourceBillNo"].length>0){
        this.sWhere += " and 源单单号 like ''%" + sessionStorage["HMainSourceBillNo"] + "%''";
      }
       if (sessionStorage["HSourceBillSEQ"] &&sessionStorage["HSourceBillSEQ"].length>0) {
        this.sWhere += " and 源单行号 = ''" + sessionStorage["HSourceBillSEQ"] + "''";
      }
      //如果是自动登录,则只能查看供应商自己的条码。
      if (sessionStorage["HAutoLogin"] == "1") {
        this.sWhere += " and HSupID = ''" + sessionStorage["HUserName"] + "''";