Explorar o código

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

peter hai 1 día
pai
achega
7196295afc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"