|
@@ -60,7 +60,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="12" :sm="16" v-if="showCustomer=='no'">
|
|
|
<a-form-item label="供应商(supplier)" >
|
|
|
- <JSelect v-model:value="queryParams.supplierId" :get-option-url="supplierOption" :showField="showField" @change="changeCustmer" :disabled="fatherSupplier!==''"></JSelect>
|
|
|
+ <JSelect v-model:value="queryParams.supplierId" :get-option-url="supplierOption" :showField="showField" :disabled="fatherSupplier!==''"></JSelect>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="12" :sm="16" v-if="showCustomer=='yes'">
|