Browse Source

修改质检客户搜索

mxx 3 years ago
parent
commit
93a62d7cf0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/houseSelfCollect/inspectInfo.vue

+ 3 - 3
src/views/houseSelfCollect/inspectInfo.vue

@@ -28,10 +28,10 @@
               </ws-select>
             </ws-form-item>
             <ws-form-item label="客户" span="1" prop="customerName">
-              <ws-select v-model="inspect.customerName" placeholder="" class="typeselect" @change="customerChange"
+              <el-select v-model="inspect.customerName" clearable filterable  placeholder="请选择" class="typeselect" @change="customerChange"
                 :disabled="disabled1">
-                <ws-option v-for="item in customerList" :key="item.valueKey" :label="item.value" :value="item.value" />
-              </ws-select>
+                <el-option v-for="item in customerList" :key="item.valueKey" :label="item.value" :value="item.value" />
+              </el-select>
             </ws-form-item>
             <ws-form-item label="囤位号" span="1" prop="storageTagNo">
               <ws-input v-model="inspect.storageTagNo" placeholder="请输入囤位号" maxlength="15" size="small"