1
chenhaozhe
2025-12-14 31c266fbc03db41c21843988d0a3dd9eb2666c79
1
1个文件已修改
11 ■■■■■ 已修改文件
src/views/basic/gyStockPlace/gyStockPlace.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/gyStockPlace/gyStockPlace.vue
@@ -23,6 +23,13 @@
            @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
@@ -1156,6 +1163,9 @@
      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;
@@ -1211,6 +1221,7 @@
      this.queryParams = {
        HNumber: "",
        HName: "",
        HWHName: "",
        HBillNo: "",
        HInitTimeCycle: 29,
        HProjectNumber: "",