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