| src/views/basic/gyEmployee/gyEmployee.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/basic/gyEmployee/gyEmployee.vue
@@ -1158,10 +1158,10 @@ this.sWhere += " and " + this.queryParams.ColName2 + " " + com2; } if (this.queryParams.HNumber) { this.sWhere += " and 生产资源代码 like '%" + this.queryParams.HNumber + "%'"; this.sWhere += " and 职员代码 like '%" + this.queryParams.HNumber + "%'"; } if (this.queryParams.HName) { this.sWhere += " and 生产资源名称 like '%" + this.queryParams.HName + "%'"; this.sWhere += " and 职员名称 like '%" + this.queryParams.HName + "%'"; } if (this.queryParams.HOrgID) { this.sWhere += " and HUSEORGID = '" + this.queryParams.HOrgID + "'"; 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()