Commit 9a988708 authored by youjie's avatar youjie

no message

parent 58975c60
...@@ -693,8 +693,8 @@ ...@@ -693,8 +693,8 @@
<el-form label-width="80px"> <el-form label-width="80px">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="6"> <el-col :span="6">
<el-form-item label="联系电话11"> <el-form-item label="联系电话">
<el-input class='w200' v-model="updateMsg.contactNumber" placeholder="请输入联系电话"></el-input> <el-input class='w200' v-model="updateMsg.contactNumber" @input='searchHistory(updateMsg.contactNumber)' placeholder="请输入联系电话"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
...@@ -952,7 +952,7 @@ ...@@ -952,7 +952,7 @@
khly: [], //客户来源 khly: [], //客户来源
outerVisible: false, outerVisible: false,
updateMsg: { updateMsg: {
ContactNumber: '', contactNumber: '',
CustomerName: '', CustomerName: '',
CustomerId: 0, CustomerId: 0,
Address: '', Address: '',
......
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