Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
27c1e85c
Commit
27c1e85c
authored
May 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
dc0c1e74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
orderList.vue
src/components/customerManage/orderList.vue
+1
-1
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+10
-8
No files found.
src/components/customerManage/orderList.vue
View file @
27c1e85c
...
...
@@ -384,7 +384,7 @@ export default {
// 点击单号
clickSingleNumber
(
item
)
{
this
.
currentOrder
=
item
;
this
.
orderDrawer
=
true
;
//
this.orderDrawer = true;
},
closeOrderDrawerHandler
()
{
this
.
currentOrder
=
null
;
...
...
src/components/guestManagement/ticketOrder.vue
View file @
27c1e85c
...
...
@@ -1379,23 +1379,23 @@
},
50
);
this
.
form
.
GuestId
=
this
.
GuestId
if
(
this
.
name
==
"编辑机票订单"
)
{
this
.
checkList
=
this
.
obj
.
OrderType
.
split
(
','
)
if
(
this
.
obj
.
OrderType
.
indexOf
(
1
)
!=
-
1
)
{
this
.
checkList
=
this
.
obj
.
OrderType
!=
null
&&
this
.
obj
.
OrderType
.
split
(
','
)
if
(
this
.
obj
.
OrderType
&&
this
.
obj
.
OrderType
.
indexOf
(
1
)
!=
-
1
)
{
this
.
AirTicketsShow
=
false
}
else
{
this
.
AirTicketsShow
=
true
}
if
(
this
.
obj
.
OrderType
.
indexOf
(
2
)
!=
-
1
)
{
if
(
this
.
obj
.
OrderType
&&
this
.
obj
.
OrderType
.
indexOf
(
2
)
!=
-
1
)
{
this
.
visaShow
=
false
}
else
{
this
.
visaShow
=
true
}
if
(
this
.
obj
.
OrderType
.
indexOf
(
3
)
!=
-
1
)
{
if
(
this
.
obj
.
OrderType
&&
this
.
obj
.
OrderType
.
indexOf
(
3
)
!=
-
1
)
{
this
.
groundShow
=
false
}
else
{
this
.
groundShow
=
true
}
if
(
this
.
obj
.
OrderType
.
indexOf
(
4
)
!=
-
1
)
{
if
(
this
.
obj
.
OrderType
&&
this
.
obj
.
OrderType
.
indexOf
(
4
)
!=
-
1
)
{
this
.
comboShow
=
false
}
else
{
this
.
comboShow
=
true
...
...
@@ -1786,7 +1786,8 @@
this
.
BillMaking
.
vorcherInos
=
[]
this
.
form
.
Voucher
.
forEach
(
item
=>
{
let
Content
=
{
Content
:
item
Content
:
item
,
type
:
3
}
this
.
BillMaking
.
vorcherInos
.
push
(
Content
)
})
...
...
@@ -1806,7 +1807,8 @@
// });
this
.
Voucher
.
push
(
data
)
let
Content
=
{
Content
:
data
Content
:
data
,
type
:
3
}
this
.
BillMaking
.
vorcherInos
.
push
(
Content
)
this
.
form
.
Voucher
.
push
(
url
);
...
...
@@ -2044,7 +2046,7 @@
this
.
$message
.
warning
(
'请选择汇款时间'
);
return
}
if
(
!
this
.
BillMaking
.
TradeDate
){
if
(
!
this
.
BillMaking
.
AccountNumber
){
this
.
$message
.
warning
(
'请输入流水号'
);
return
}
...
...
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