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
7a494792
Commit
7a494792
authored
May 12, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
航班号 字母大写
parent
b6ddd8cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
order.vue
pages/bus/order.vue
+4
-1
No files found.
pages/bus/order.vue
View file @
7a494792
...
@@ -59,7 +59,9 @@
...
@@ -59,7 +59,9 @@
<view
class=
"form-items"
>
<view
class=
"form-items"
>
<view
class=
"label"
>
航班号
</view>
<view
class=
"label"
>
航班号
</view>
<view
class=
"val"
>
<view
class=
"val"
>
<input
type=
"text"
v-model=
"orderMsg.FlightNumber"
placeholder=
"请输入航班号"
/>
<input
type=
"text"
v-model=
"orderMsg.FlightNumber"
placeholder=
"请输入航班号"
@
change=
"orderMsg.FlightNumber=orderMsg.FlightNumber.toUpperCase()"
/>
</view>
</view>
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"form-items"
>
...
@@ -484,6 +486,7 @@
...
@@ -484,6 +486,7 @@
this
.
busInfor
=
JSON
.
parse
(
res
.
data
);
this
.
busInfor
=
JSON
.
parse
(
res
.
data
);
if
(
this
.
busInfor
.
CarType
<
3
)
{
if
(
this
.
busInfor
.
CarType
<
3
)
{
this
.
orderMsg
.
FlightTime
=
this
.
busInfor
.
time
;
this
.
orderMsg
.
FlightTime
=
this
.
busInfor
.
time
;
this
.
orderMsg
.
ManNum
=
this
.
busInfor
.
peopleNum
;
}
}
this
.
initData
()
this
.
initData
()
}
,
}
,
...
...
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