duhe
2 天以前 dcd3a56969008bfad73dda1ec94e91408fdaa032
src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
@@ -477,7 +477,7 @@
      //如果是自动登录,则只能查看供应商自己的条码。
      if (sessionStorage["HAutoLogin"] == "1") {
        this.sWhere += " and 供应商 = ''" + sessionStorage["HUserName"] + "''";
        this.sWhere += " and HSupID = ''" + sessionStorage["HUserName"] + "''";
      }
      this.getList()