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
cc9eab22
Commit
cc9eab22
authored
Mar 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘1
parent
47c13131
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+3
-1
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+3
-0
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
cc9eab22
...
@@ -1036,6 +1036,7 @@ export default {
...
@@ -1036,6 +1036,7 @@ export default {
this
.
picIsShow
=
true
;
this
.
picIsShow
=
true
;
// this.hideFlashMan = true;
// this.hideFlashMan = true;
}
else
{
}
else
{
console
.
log
(
i
.
Url
)
if
(
i
.
Content
.
substring
(
i
.
Content
.
lastIndexOf
(
'.'
)
+
1
,
i
.
Content
.
length
).
toUpperCase
()
==
'PDF'
){
if
(
i
.
Content
.
substring
(
i
.
Content
.
lastIndexOf
(
'.'
)
+
1
,
i
.
Content
.
length
).
toUpperCase
()
==
'PDF'
){
this
.
previewPDF
(
i
.
Url
)
this
.
previewPDF
(
i
.
Url
)
}
else
{
}
else
{
...
@@ -1044,6 +1045,7 @@ export default {
...
@@ -1044,6 +1045,7 @@ export default {
}
}
},
},
showUpLoadFile
(
i
){
// 预览上传文件
showUpLoadFile
(
i
){
// 预览上传文件
console
.
log
(
i
.
Content
)
if
(
i
.
Content
.
substring
(
i
.
Content
.
lastIndexOf
(
'.'
)
+
1
,
i
.
Content
.
length
).
toUpperCase
()
==
'PDF'
){
if
(
i
.
Content
.
substring
(
i
.
Content
.
lastIndexOf
(
'.'
)
+
1
,
i
.
Content
.
length
).
toUpperCase
()
==
'PDF'
){
this
.
previewPDF
(
i
.
Content
)
this
.
previewPDF
(
i
.
Content
)
}
else
{
}
else
{
...
@@ -1118,7 +1120,7 @@ export default {
...
@@ -1118,7 +1120,7 @@ export default {
if
(
data
.
VorcherInos
.
length
>
0
){
if
(
data
.
VorcherInos
.
length
>
0
){
data
.
VorcherInos
.
forEach
(
x
=>
{
data
.
VorcherInos
.
forEach
(
x
=>
{
if
(
x
.
Type
==
3
){
if
(
x
.
Type
==
3
){
let
Content
=
x
.
Content
.
replace
(
'http:'
,
'http
s
:'
);
let
Content
=
x
.
Content
.
replace
(
'http:'
,
'http:'
);
this
.
FuImgList
.
push
(
Content
);
this
.
FuImgList
.
push
(
Content
);
this
.
images
.
push
(
Content
)
this
.
images
.
push
(
Content
)
}
}
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
cc9eab22
...
@@ -440,6 +440,9 @@ export default {
...
@@ -440,6 +440,9 @@ export default {
AddFinancial
:
function
()
{
AddFinancial
:
function
()
{
this
.
loading
=
true
this
.
loading
=
true
this
.
msg
.
BankList
.
push
(...
this
.
inList
,...
this
.
outList
)
this
.
msg
.
BankList
.
push
(...
this
.
inList
,...
this
.
outList
)
this
.
msg
.
BankList
.
forEach
(
x
=>
{
delete
x
.
shouAccNumList
})
this
.
apipost
(
'Financial_post_SetFundTransfer'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_SetFundTransfer'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
if
(
res
.
data
.
resultCode
==
1
){
this
.
$message
.
success
(
res
.
data
.
message
);
this
.
$message
.
success
(
res
.
data
.
message
);
...
...
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