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
0257abcd
Commit
0257abcd
authored
Jul 17, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c22274fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
platformFinancial.vue
src/components/FinancialModule/platformFinancial.vue
+5
-5
No files found.
src/components/FinancialModule/platformFinancial.vue
View file @
0257abcd
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
<span
v-else
>
{{
scope
.
row
.
Lately7Day
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Lately7Day
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Lately15Day"
label=
"近15天可能回款"
sortable
>
<el-table-column
prop=
"Lately15Day"
label=
"近15天可能回款"
sortable
width=
"145"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Lately15Day
}}
</span>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Lately15Day
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Lately15Day
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Lately15Day
}}
</span>
...
@@ -615,10 +615,7 @@ export default {
...
@@ -615,10 +615,7 @@ export default {
PlatBalImport
()
{
PlatBalImport
()
{
let
url
=
let
url
=
this
.
domainManager
().
UploadFileUrl
+
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&Type=9&EmployeeId="
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&Type=26&EmployeeId="
+
this
.
getLocalStorage
().
EmployeeId
;
this
.
getLocalStorage
().
EmployeeId
+
"&importType="
+
this
.
importType
;
return
url
;
return
url
;
},
},
//上传文件后清空文件队列
//上传文件后清空文件队列
...
@@ -627,6 +624,9 @@ export default {
...
@@ -627,6 +624,9 @@ export default {
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
Success
(
res
.
message
);
this
.
Success
(
res
.
message
);
this
.
outerVisible
=
false
;
this
.
outerVisible
=
false
;
this
.
getStatisticsList
();
}
else
{
this
.
Error
(
res
.
message
);
}
}
},
},
GetSupperOrderEditAuth
()
{
GetSupperOrderEditAuth
()
{
...
...
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