Commit 2128f25c authored by 18224442217's avatar 18224442217

no message

parent 25cd54a4
......@@ -124,9 +124,6 @@
title: options.editorIndex||options.editorIndex==0?'编辑乘机人':'新增乘机人'
})
},
onBackPress(options){
console.log(options,'-----navigateBack')
},
created() {},
mounted() {
let GuestList = uni.getStorageSync("GuestList")
......
......@@ -65,7 +65,7 @@
</view>
</scroll-view>
<view class="airTicketDetailsFooter fixedFooter bgFFF fixed row-sb-n z-index2"
v-if="orderMsg.Unit_Price>0&&B2BSellNum>0">
v-if="orderMsg.Unit_Price>0&&B2BSellNum>0&&orderMsg.OrderId==0">
<view class="row-aic-n">
<text class="airTicketDetailsFooter-text fz32 relative">
<!-- 价格 -->
......@@ -77,8 +77,8 @@
{{orderMsg.PreferPrice}}
</text>
<!-- <text class="airTicketDetailsFooter-text fz26 ML10 relative">
/人 -->
</text>
/人
</text> -->
</view>
<view class="row-acje">
<view class="airTicketDetailsFooter-order row-ajc-w bgDEBF7B fontBold"
......@@ -170,7 +170,7 @@
this.orderMsg.CreateBy = this.Ub2b.salesBaseInfo.employeeId
this.orderMsg.CustomerId = this.Ub2b.customerId
}
this.getDetails()
this.getAirDetails()
let that = this;
uni.getSystemInfo({
......@@ -411,7 +411,7 @@
},
});
},
getDetails(){
getAirDetails(){
uni.showLoading()
this.apipost("AirTicket_get_GetTicketDetails",{
TCID: this.orderMsg.TCID
......
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