src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
@@ -474,6 +474,12 @@ if (this.queryParams.HOrgID) { this.sWhere += " and HStockOrgID = ''" + this.queryParams.HOrgID + "''"; } //如果是自动登录,则只能查看供应商自己的条码。 if (sessionStorage["HAutoLogin"] == "1") { this.sWhere += " and 供应商 = ''" + sessionStorage["HUserName"] + "''"; } this.getList() }, //#endregion