Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
2128f25c
Commit
2128f25c
authored
Oct 18, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
25cd54a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
AirplanePassengerAddEditing.vue
pages/airTicket/AirplanePassengerAddEditing.vue
+0
-3
airTicketDetails.vue
pages/airTicket/airTicketDetails.vue
+6
-6
No files found.
pages/airTicket/AirplanePassengerAddEditing.vue
View file @
2128f25c
...
...
@@ -124,9 +124,6 @@
title
:
options
.
editorIndex
||
options
.
editorIndex
==
0
?
'编辑乘机人'
:
'新增乘机人'
})
},
onBackPress
(
options
){
console
.
log
(
options
,
'-----navigateBack'
)
},
created
()
{},
mounted
()
{
let
GuestList
=
uni
.
getStorageSync
(
"GuestList"
)
...
...
pages/airTicket/airTicketDetails.vue
View file @
2128f25c
...
...
@@ -64,8 +64,8 @@
</template>
</view>
</scroll-view>
<view
class=
"airTicketDetailsFooter fixedFooter bgFFF fixed row-sb-n z-index2"
v-if=
"orderMsg.Unit_Price>0&&B2BSellNum>0"
>
<view
class=
"airTicketDetailsFooter fixedFooter bgFFF fixed row-sb-n z-index2"
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
.
get
Air
Details
()
let
that
=
this
;
uni
.
getSystemInfo
({
...
...
@@ -411,7 +411,7 @@
},
});
},
getDetails
(){
get
Air
Details
(){
uni
.
showLoading
()
this
.
apipost
(
"AirTicket_get_GetTicketDetails"
,{
TCID
:
this
.
orderMsg
.
TCID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment