buhuazhen
6 天以前 289292a4023c6cffa102fbe6702e8199d9cee066
src/views/basicData/customerFile/index.vue
@@ -9,17 +9,17 @@
                  @change="handleQuery"
                  clearable
                  :prefix-icon="Search" />
        <span class="search_title">客户分类:</span>
        <el-select v-model="searchForm.customerType"
                   placeholder="请选择"
                   style="width: 240px"
                   clearable
                   @change="handleQuery">
          <el-option label="零售客户"
                     value="零售客户" />
          <el-option label="进销商客户"
                     value="进销商客户" />
        </el-select>
<!--        <span class="search_title">客户分类:</span>-->
<!--        <el-select v-model="searchForm.customerType"-->
<!--                   placeholder="请选择"-->
<!--                   style="width: 240px"-->
<!--                   clearable-->
<!--                   @change="handleQuery">-->
<!--          <el-option label="零售客户"-->
<!--                     value="零售客户" />-->
<!--          <el-option label="进销商客户"-->
<!--                     value="进销商客户" />-->
<!--        </el-select>-->
        <el-button type="primary"
                   @click="handleQuery"
                   style="margin-left: 10px">搜索</el-button>
@@ -923,10 +923,10 @@
      const unauthorizedData = selectedRows.value.filter(
        item => item.maintainer !== userStore.nickName
      );
      if (unauthorizedData.length > 0) {
        proxy.$modal.msgWarning("不可删除他人维护的数据");
        return;
      }
      // if (unauthorizedData.length > 0) {
      //   proxy.$modal.msgWarning("不可删除他人维护的数据");
      //   return;
      // }
      ids = selectedRows.value.map(item => item.id);
    } else {
      proxy.$modal.msgWarning("请选择数据");