소스 검색

change: indent转单.客户选择调整为永不禁用.

peter 1 일 전
부모
커밋
7196295afc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/indent-manage/indent/components/quoteRecord.vue

+ 1 - 1
src/pages/indent-manage/indent/components/quoteRecord.vue

@@ -228,8 +228,8 @@
                     remote
                     filterable
                     @change="selectCustomer"
-                    :disabled="!!indentData.enquiry_id"
                   >
+                    <!-- :disabled="!!indentData.enquiry_id" -->
                     <el-option
                       v-for="(option, index) in customList"
                       :key="option.id || index"