| | |
| | | @keyup.enter.native="handleQuery" |
| | | class="ForFilteringSchemes" |
| | | /> |
| | | </el-form-item><el-form-item label="仓库名称" prop="HWHName"> |
| | | <el-input |
| | | v-model="queryParams.HWHName" |
| | | placeholder="请输入仓库名称" |
| | | @keyup.enter.native="handleQuery" |
| | | class="ForFilteringSchemes" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="组织"> |
| | | <el-select |
| | |
| | | if (this.queryParams.HName) { |
| | | this.sWhere += " and 仓位名称 like '%" + this.queryParams.HName + "%'"; |
| | | } |
| | | if (this.queryParams.HWHName) { |
| | | this.sWhere += " and 仓库名称 like '%" + this.queryParams.HWHName + "%'"; |
| | | } |
| | | if (this.queryParams.HOrgID) { |
| | | let OrgName = this.organizationList.find((e) => e.ID == this.queryParams.HOrgID) |
| | | ?.Name; |
| | |
| | | this.queryParams = { |
| | | HNumber: "", |
| | | HName: "", |
| | | HWHName: "", |
| | | HBillNo: "", |
| | | HInitTimeCycle: 29, |
| | | HProjectNumber: "", |