Browse Source

2024-11-01

master
qiezi 1 year ago
parent
commit
7156ae43eb
  1. 14
      src/views/modules/customer/customerInformationManagement.vue

14
src/views/modules/customer/customerInformationManagement.vue

@ -159,8 +159,8 @@
</el-select>
</el-form-item>
</el-form>
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;">
<el-form-item label="客户描述">
<el-form label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;">
<el-form-item label="客户描述" class="auto">
<el-input
type="textarea"
v-model="modalData.customerDescription"
@ -168,17 +168,11 @@
:rows="2"
resize='none'
show-word-limit
:readonly="detailModalFlag"
style="width: 457px;height: 20px">
:readonly="detailModalFlag">
</el-input>
</el-form-item>
</el-form>
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -2px;">-->
<el-form-item label="客户地址">
<el-input v-model="modalData.addressName" disabled :readonly="detailModalFlag" style="width: 457px"></el-input>
</el-form-item>
</el-form>
<el-footer style="height:40px;margin-top: 20px;text-align:center">
<el-footer style="height:40px;line-height:40px;text-align:center">
<el-button v-if="modalData.flag !== '3'" type="primary" @click="saveData()">保存</el-button>
<el-button type="primary" @click="modalFlag = false">关闭</el-button>
</el-footer>

Loading…
Cancel
Save