duhe
2026-01-19 a56ebd5feac6283b8a649a12ffb4a72bfa9faa01
职员列表:职员代码、职员名称 搜索报错 处理
1个文件已修改
4 ■■■■ 已修改文件
src/views/basic/gyEmployee/gyEmployee.vue 4 ●●●● 补丁 | 查看 | 原始文档 | 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 + "'";