Commit 2128f25c authored by 18224442217's avatar 18224442217

no message

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