| | |
| | | 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 + "'"; |