Commit 0257abcd authored by liudong1993's avatar liudong1993

1

parent c22274fa
...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment