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
fb02ecf9
Commit
fb02ecf9
authored
5 years ago
by
华国豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注问题
parent
4ac2cd9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+16
-5
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
fb02ecf9
...
...
@@ -1049,10 +1049,10 @@ export default {
},
AddFinancial
(
z
){
//保存
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
8
&&
this
.
orderObj
.
tipObj
==
1
){
let
tipguestInfo
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"TipGuestList"
));
this
.
msg
.
TipGuestList
=
tipguestInfo
;
}
let
tipguestInfo
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"TipGuestList"
));
this
.
msg
.
TipGuestList
=
tipguestInfo
;
}
this
.
msg
.
Description
=
this
.
Description
;
if
(
z
){
this
.
msg
.
Status
=
0
;
...
...
@@ -1087,7 +1087,18 @@ export default {
this
.
msg
.
detailList
.
forEach
(
x
=>
{
delete
x
.
rate
;
});
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
8
&&
this
.
orderObj
.
tipObj
==
1
){
let
Description
=
"旅客名单:"
;
console
.
log
(
"dfsgjosdjg p"
,
JSON
.
parse
(
sessionStorage
.
getItem
(
"TipGuestList"
)))
let
describeList
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"TipGuestList"
));
if
(
describeList
){
describeList
.
forEach
(
item
=>
{
Description
+=
item
.
GuestName
+
" "
;
})
this
.
msg
.
Description
=
Description
}
}
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
...
...
This diff is collapsed.
Click to expand it.
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