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
3118121f
Commit
3118121f
authored
May 09, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票
parent
5b61ff19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
invoicesManagerAdd.vue
src/components/FinancialModule/invoicesManagerAdd.vue
+13
-9
No files found.
src/components/FinancialModule/invoicesManagerAdd.vue
View file @
3118121f
...
...
@@ -475,19 +475,23 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
let
detail
=
res
.
data
.
data
console
.
log
(
detail
)
this
.
isChang
=
2
this
.
msg
.
DutyParagraph
=
detail
.
DutyParagraph
;
this
.
msg
.
CompanyName
=
detail
.
CompanyName
;
this
.
msg
.
Address
=
detail
.
Address
;
this
.
msg
.
BankNo
=
detail
.
BankNo
;
this
.
msg
.
CompanyPhone
=
detail
.
CompanyPhone
;
this
.
msg
.
OpeningBank
=
detail
.
OpeningBank
;
this
.
msg
.
ApplyMoney
=
detail
.
ApplyMoney
;
if
(
detail
.
ApplyPics
&&
detail
.
ApplyPics
.
length
>
0
){
detail
.
ApplyPics
.
forEach
(
x
=>
{
console
.
log
(
x
,
'1111111'
)
if
(
x
.
Type
===
'3'
){
this
.
saveMsg
.
push
({
Type
:
x
.
Type
,
Url
:
x
.
Url
});
this
.
images
.
push
(
x
.
Url
)
}
this
.
saveMsg
.
push
({
Content
:
x
.
Url
,
Type
:
x
.
Type
,
Url
:
x
.
Url
});
})
}
this
.
detail
=
detail
this
.
getOrderDetail
();
}
this
.
loading
=
false
...
...
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