Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ec63a091
Commit
ec63a091
authored
Oct 20, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c516ba8a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+1
-1
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+1
-1
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+1
-1
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+2
-1
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
ec63a091
...
@@ -1218,7 +1218,7 @@ export default {
...
@@ -1218,7 +1218,7 @@ export default {
},
},
// 制作单据
// 制作单据
makeAdocument
(
row
,
index
,
num
,
name
,
Offset
)
{
makeAdocument
(
row
,
index
,
num
,
name
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
row
.
Income
<=
0
){
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
Income
+
row
.
PlatformMoney
)
<=
0
){
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
return
}
}
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
ec63a091
...
@@ -1510,7 +1510,7 @@
...
@@ -1510,7 +1510,7 @@
// 制作单据
// 制作单据
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
row
.
income
<=
0
)
{
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
income
+
row
.
PlatformMoney
)
<=
0
)
{
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
return
}
}
...
...
src/components/busManagement/BookAcar/components/orderList.vue
View file @
ec63a091
...
@@ -1424,7 +1424,7 @@ export default {
...
@@ -1424,7 +1424,7 @@ export default {
},
},
// 制作单据
// 制作单据
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
row
.
Income
<=
0
){
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
Income
+
row
.
PlatformMoney
)
<=
0
){
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
return
}
}
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
ec63a091
...
@@ -1432,7 +1432,8 @@
...
@@ -1432,7 +1432,8 @@
},
},
// 制作单据
// 制作单据
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
row
.
Income
<=
0
){
console
.
log
(
"row"
,
row
);
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
Income
)
<=
0
){
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
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