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
6166ffe3
Commit
6166ffe3
authored
Mar 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c421e9d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
TicketOrderPreview.vue
src/pages/ticket/TicketOrderPreview.vue
+8
-1
No files found.
src/pages/ticket/TicketOrderPreview.vue
View file @
6166ffe3
...
...
@@ -295,6 +295,12 @@ export default defineComponent({
methods
.
getNum
()
if
(
!
data
.
isCheck
)
return
let
flag
=
false
if
(
data
.
msg
.
MailingState
!=
'2'
){
data
.
msg
.
MailingAddress
=
''
data
.
msg
.
MailingMoney
=
0
}
if
(
data
.
msg
.
MailingState
!=
'1'
){
data
.
msg
.
SelffetchAddress
=
''
}
if
(
data
.
msg
.
MailingState
!=
'4'
){
guestName
.
value
.
validate
()
guestEName
.
value
.
validate
()
...
...
@@ -302,7 +308,7 @@ export default defineComponent({
}
if
(
data
.
msg
.
MailingState
==
'2'
){
data
.
msg
.
SelffetchAddress
=
''
guestAddress
.
value
.
validate
()
flag
=
!
guestName
.
value
.
hasError
&&
!
guestEName
.
value
.
hasError
&&
!
guestMobile
.
value
.
hasError
&&
!
guestAddress
.
value
.
hasError
if
(
!
flag
)
return
...
...
@@ -313,6 +319,7 @@ export default defineComponent({
if
(
!
flag
)
return
}
if
(
data
.
loading
)
return
data
.
loading
=
true
data
.
msg
.
DetailList
=
[]
as
any
...
...
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