Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
e08602ce
Commit
e08602ce
authored
Mar 08, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d63fa9c8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CharteredBusPreview.vue
src/pages/CharteredBus/CharteredBusPreview.vue
+1
-1
TicketOrderPreview.vue
src/pages/ticket/TicketOrderPreview.vue
+1
-1
No files found.
src/pages/CharteredBus/CharteredBusPreview.vue
View file @
e08602ce
...
...
@@ -688,7 +688,7 @@
class=
"col q-mt-md"
:class=
"{ 'q-mr-md': $q.platform.is.desktop }"
:placeholder=
"$t('v102.CharteredBus.sjcp.c2')"
:rules=
"[(val) => (val && val.length
==
11) || ' ']"
:rules=
"[(val) => (val && val.length
>0&&val.length <=
11) || ' ']"
ref=
"guestMobile"
/>
<div
class=
"col-2 q-mr-md"
>
...
...
src/pages/ticket/TicketOrderPreview.vue
View file @
e08602ce
...
...
@@ -108,7 +108,7 @@
<q-radio
v-model=
"msg.Sex"
checked-icon=
"task_alt"
unchecked-icon=
"panorama_fish_eye"
val=
"1"
:label=
"$t('v102.ticket.sex.man')"
/>
<q-radio
v-model=
"msg.Sex"
checked-icon=
"task_alt"
unchecked-icon=
"panorama_fish_eye"
val=
"2"
:label=
"$t('v102.ticket.sex.women')"
/>
</div>
<q-input
dense
standout
v-model=
"msg.Mobile"
class=
"col q-mt-md"
:class=
"{'q-mr-md':$q.platform.is.desktop}"
:placeholder=
"$t('v102.ticket.sjcp.c4')"
:rules=
"[ val => val && val.length
==
11 || ' ']"
ref=
"guestMobile"
/>
<q-input
dense
standout
v-model=
"msg.Mobile"
class=
"col q-mt-md"
:class=
"{'q-mr-md':$q.platform.is.desktop}"
:placeholder=
"$t('v102.ticket.sjcp.c4')"
:rules=
"[ val => val && val.length
>0 &&val.length <=
11 || ' ']"
ref=
"guestMobile"
/>
<
template
v-if=
"msg.MailingState == '2'"
>
<q-input
dense
standout
v-model=
"msg.MailingAddress"
class=
"col-4 q-mt-md"
:placeholder=
"$t('v102.ticket.sjcp.c5')"
:rules=
"[ val => val && val.length > 0 || ' ']"
ref=
"guestAddress"
readonly
>
<q-popup-edit
v-model=
"msg.MailingAddress"
buttons
>
...
...
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