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
90b78714
Commit
90b78714
authored
May 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ea0f1bf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
orderList.vue
src/components/customerManage/orderList.vue
+3
-2
Agreement.vue
src/components/guestManagement/Agreement.vue
+1
-1
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+1
-1
No files found.
src/components/customerManage/orderList.vue
View file @
90b78714
...
...
@@ -390,7 +390,7 @@
},
// 点击单号
clickSingleNumber
(
item
){
//
this.orderDrawer = true
this
.
orderDrawer
=
true
},
handleClose
(
done
)
{
done
();
...
...
@@ -407,6 +407,7 @@
},
chooseMore
(
row
)
{
// 取消订单
if
(
row
.
More
==
'1'
)
{
this
.
cancelOrder
(
row
)
}
...
...
@@ -636,7 +637,7 @@
}
},
cancelOrderfun
(
row
)
{
if
(
row
.
OrderStatus
!=
'2'
&&
row
.
IncomeFinance
==
[]
&&
row
.
BackFinance
==
[]
&&
row
.
PayFinance
==
[]
)
{
if
(
row
.
OrderStatus
!=
'2'
&&
row
.
IncomeFinance
.
length
==
0
&&
row
.
BackFinance
.
length
==
0
&&
row
.
PayFinance
.
length
==
0
)
{
let
tips
=
'此操作将取消该订单,是否继续取消?'
this
.
$confirm
(
tips
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
src/components/guestManagement/Agreement.vue
View file @
90b78714
...
...
@@ -717,7 +717,7 @@
if
(
this
.
userInfo
.
EmName
!=
row
.
EnterName
)
{
this
.
ValidateOperator
()
}
else
{
if
(
row
.
OrderStatus
!=
'2'
&&
row
.
IncomeFinance
==
[]
&&
row
.
BackFinance
==
[]
&&
row
.
PayFinance
==
[]
)
{
if
(
row
.
OrderStatus
!=
'2'
&&
row
.
IncomeFinance
.
length
==
0
&&
row
.
BackFinance
.
length
==
0
&&
row
.
PayFinance
.
length
==
0
)
{
let
tips
=
'此操作将取消该订单,是否继续取消?'
this
.
$confirm
(
tips
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
src/components/guestManagement/ticketOrder.vue
View file @
90b78714
...
...
@@ -1348,7 +1348,6 @@
},
form
:
{
handler
(
val
,
oldVal
)
{
// console.log(val.MealMoney, '---')
val
.
TicketMoney
=
val
.
TicketMoney
-
0
val
.
VisaMoney
=
val
.
VisaMoney
-
0
val
.
DiJieMoney
=
val
.
DiJieMoney
-
0
...
...
@@ -1452,6 +1451,7 @@
}
if
(
this
.
name
==
'编辑订单金额'
)
{
this
.
width
=
"600px"
this
.
checkList
=
this
.
obj
.
OrderType
.
split
(
','
)
this
.
form
=
{
TicketMoney
:
this
.
obj
.
TicketMoney
,
VisaMoney
:
this
.
obj
.
VisaMoney
,
...
...
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