Commit 609a0a58 authored by youjie's avatar youjie

no message

parent 74fbf31d
......@@ -506,7 +506,7 @@
<view class="visaProductNum column">
<view class="visaProductNum_Title">请输入姓名</view>
<view class="row-sbas-n items-center">
<input class="visaProductTetx" v-model="customer.name" />
<input class="visaProductTetx" v-model="orderMsg.RelationName" />
</view>
</view>
<view class="visaProductNum visaProductNumR column">
......@@ -760,6 +760,7 @@
ChildPeopleNum: null,
Remark: '',
PeopleNum: 0,
RelationName: '',
},
activity: {},
price: 0,
......@@ -1104,11 +1105,7 @@
return;
}
this.tipsText = ''
// if (this.customer.customerName == "") {
// this.tipsText = '请输入名'
// return;
// }
if (this.customer.name == "") {
if (this.orderMsg.RelationName == "") {
this.tipsText = '请输入姓名'
return;
}
......@@ -1196,7 +1193,7 @@
EnterCountryTime: this.orderMsg.EnterCountryTime,//入境时间
GuestList: [],//this.guests
VisaOrderRelation:{
RelationName: this.customer.name ,// +this.customer.customerName联系名称
RelationName: this.orderMsg.RelationName ,//customer.customerName customer.name联系名称
RelationPhone: this.customer.contactNumber,// 电话
RelationEmail: this.customer.Mailbox,// 邮箱
IsNeedInvoice: this.orderMsg.IsNeedInvoice,// 是否需要发票 ,0-默认
......
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