|
@@ -322,7 +322,14 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="客户名称" prop="customerName">
|
|
|
- <el-input
|
|
|
+ <dr-popover-select
|
|
|
+ :disabled="this.operatingState == 'Update'"
|
|
|
+ v-model="form.customerName" title="客户" type="CUSTOMER_PARAM_ZT" :dataMapping="{
|
|
|
+ customer: 'id',
|
|
|
+ customerName: 'name',
|
|
|
+ }" :source.sync="form">
|
|
|
+ </dr-popover-select>
|
|
|
+ <!-- <el-input
|
|
|
v-model="form.customerName"
|
|
|
:disabled="this.operatingState == 'Update'"
|
|
|
>
|
|
@@ -332,7 +339,7 @@
|
|
|
@click="refereCustomer"
|
|
|
:disabled="this.operatingState == 'Update'"
|
|
|
></el-button>
|
|
|
- </el-input>
|
|
|
+ </el-input> -->
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|