wangyi
2 天以前 14097136183a66f6d9c8283b6fa2cc045741c702
Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
2个文件已修改
6 ■■■■ 已修改文件
src/views/basic/gyEmployee/gyEmployee.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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()