客户名称只读

pull/781/head
苑坤 2025-05-02 11:52:53 +08:00
parent f89517298a
commit 2ede3c0853
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="客户" prop="customerId">
<el-select v-model="formData.customerId" placeholder="请选择客户" clearable @change="onCustomerChange">
<el-select v-model="formData.customerId" placeholder="请选择客户" disabled clearable @change="onCustomerChange">
<el-option
v-for="item in customerList"
:key="item.id"
@ -193,11 +193,11 @@
<el-input v-model="formData.bBusinessLicenseNumber" disabled />
</el-form-item>
</el-col> -->
<el-col :span="8">
<!-- <el-col :span="8">
<el-form-item label="营业执照" prop="businessLicense">
<el-input v-model="formData.businessLicense" disabled />
</el-form-item>
</el-col>
</el-col>-->
</el-row>
@ -671,4 +671,4 @@ onMounted(async () => {
})
orgList.value = org.list
});
</script>
</script>