放出供应商和客户

product
bawei 1 year ago
parent 5dd1c3482b
commit ad491f5b73

@ -28,7 +28,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="客户名称" prop="customerId">
<popupSelect disabled v-model="dataForm.customerId" placeholder="请选择客户" clearable field="customerId"
<popupSelect v-model="dataForm.customerId" placeholder="请选择客户" clearable field="customerId"
interfaceId="395936123471343749" :columnOptions="customerIdcolumnOptions" propsValue="id"
relationField="supplier_nm" popupType="dialog" popupTitle="选择数据" popupWidth="800px" hasPage
:pageSize="20" @change="customerSelect">
@ -55,10 +55,10 @@
</el-col>
<el-col :span="6">
<el-form-item label="供应商" prop="supplierId">
<popupSelect disabled v-model="dataForm.supplierId" placeholder="请选择客户" clearable field="supplierId"
<popupSelect v-model="dataForm.supplierId" placeholder="请选择客户" clearable field="supplierId"
interfaceId="382494924156735557" :columnOptions="supplierIdcolumnOptions" propsValue="id"
relationField="supplier_name" popupType="dialog" popupTitle="选择数据" popupWidth="800px" hasPage
:pageSize="20" :disabled="true">
:pageSize="20" >
</popupSelect>
</el-form-item>
</el-col>

Loading…
Cancel
Save