wangyi
7 天以前 2e9a8406f2ee16c01e2d04d1457d52163e5bef54
src/views/sell/XsSeOutStockBill.vue
@@ -103,7 +103,7 @@
                  <el-col :span="7">
                    <el-select v-model="queryParams.ColName" placeholder="请选择" @change="riqiChange"
                      class="ForFilteringSchemes">
                       <span v-for="(item, index) in btList" :key="index">
                      <span v-for="(item, index) in btList" :key="index">
                        <el-option :label="item.field" :value="item.field" v-if="!item.hide"></el-option>
                      </span>
                    </el-select>
@@ -696,7 +696,7 @@
      if (this.pageSize == 0) {
        this.pageSize = 50;
      }
      if (this.openPage && this.propsHOrgID && this.queryParams.HOrgID == "" ) {
      if (this.openPage && this.propsHOrgID && this.queryParams.HOrgID == "") {
        this.queryParams.HOrgID = this.propsHOrgID
      }
      // this.queryParams.HOrgID = 100038
@@ -993,6 +993,9 @@
        this.rowForm = selection[0];
      }
      this.selRowList = selection
      if (this.openPage) {
        this.$emit('deptEmit', this.selRowList, 12)
      }
    },
    //打开侧边搜索弹窗
    handleSearch() {