Commit 9329f282 authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents b5d1a654 4495e4b6
...@@ -263,7 +263,8 @@ ...@@ -263,7 +263,8 @@
IdCardExpired:'', IdCardExpired:'',
Passport:'', Passport:'',
PassportExpired:'', PassportExpired:'',
Mobile:'' Mobile:'',
Checked: false,
} }
this.defaultCountry = [0] this.defaultCountry = [0]
} }
......
...@@ -518,6 +518,9 @@ ...@@ -518,6 +518,9 @@
}) })
let PriceNum = 0 let PriceNum = 0
var CreateBy = this.createBy.CreateBy var CreateBy = this.createBy.CreateBy
if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){
CreateBy = this.customer.salesBaseInfo.employeeId
}
var DirectCustomerId = 0 var DirectCustomerId = 0
var CustomerId = 0 var CustomerId = 0
//#ifdef MP-DI //#ifdef MP-DI
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<view class="submit"> <view class="submit">
<button class="sub-btn" :disabled="!isSub" @click="submit"> <button class="sub-btn" :disabled="!isSub" @click="submit">
<text v-if="isSub">确定</text> <text v-if="isSub">确定</text>
<text v-if="!isSub">请选择入住日期</text> <text v-if="!isSub">请选择出团日期</text>
</button> </button>
</view> </view>
</scroll-view> </scroll-view>
......
...@@ -1298,6 +1298,9 @@ ...@@ -1298,6 +1298,9 @@
Remark: this.orderMsg.Remark, Remark: this.orderMsg.Remark,
CouponAllotIds: CouponAllotIds, CouponAllotIds: CouponAllotIds,
}; };
if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){
msg.CreateBy = this.customer.salesBaseInfo.employeeId
}
this.apipost( this.apipost(
"b2b_get_SetB2BVisaOrder", "b2b_get_SetB2BVisaOrder",
msg, msg,
......
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