Commit 609a0a58 authored by youjie's avatar youjie

no message

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