Commit 4af99399 authored by youjie's avatar youjie

no message

parent 17937033
......@@ -692,6 +692,11 @@
<p class="fz12 color333 fbold" style="border: none; padding-left: 3px;">可直接保存</p>
<el-form label-width="80px">
<el-row :gutter="20">
<el-col :span="6">
<el-form-item label="联系电话11">
<el-input class='w200' v-model="updateMsg.contactNumber" placeholder="请输入联系电话"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="门店名称:">
<el-input class='w200' v-model='updateMsg.CustomerName'></el-input>
......@@ -947,6 +952,7 @@
khly: [], //客户来源
outerVisible: false,
updateMsg: {
ContactNumber: '',
CustomerName: '',
CustomerId: 0,
Address: '',
......@@ -1069,7 +1075,6 @@
this.addLayer1 = false;
this.$message.success(res.data.message)
this.getList()
this.addLayer1 = false
} else {
this.$message.error(res.data.message)
}
......@@ -1115,6 +1120,7 @@
// this.customerInfo.address=this.customerInfo.address
// }
// this.contact=res.data.data.contact
this.updateMsg.contactNumber = x.contactNumber
this.updateMsg.CustomerName = x.customerName
this.updateMsg.Contact = x.contactName
this.updateMsg.CustomerId = x.customerId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment