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
209688ad
Commit
209688ad
authored
Oct 10, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c2f01655
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
HuichaImport.vue
src/components/systemManagement/HuichaImport.vue
+13
-4
No files found.
src/components/systemManagement/HuichaImport.vue
View file @
209688ad
...
...
@@ -114,9 +114,11 @@
<div>
<ul
style=
"margin:10px 0;text-align:right"
>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible=true"
>
导入预估数据
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible2=true"
>
导入账单数据
</button>
<button
class=
"hollowFixedBtn"
@
click=
"SureUpdate"
v-loading=
"UpdateLoad"
>
执行更新
</button>
<el-button
class=
"hollowFixedBtn"
@
click=
"outerVisible=true"
>
导入预估数据
</el-button>
<el-button
class=
"hollowFixedBtn"
@
click=
"outerVisible2=true"
>
导入账单数据
</el-button>
<el-button
class=
"hollowFixedBtn"
@
click=
"downloadExcel()"
:loading=
"loadingDC"
>
导出Excel
</el-button>
<el-button
class=
"hollowFixedBtn"
@
click=
"SureUpdate()"
:loading=
"UpdateLoad"
>
执行更新
</el-button>
</li>
</ul>
<div>
差额合计:
{{
TotalMoney
}}
</div>
...
...
@@ -202,6 +204,7 @@
return
{
outerVisible
:
false
,
outerVisible2
:
false
,
loadingDC
:
false
,
DataList
:[],
loading
:
false
,
importFileUrl2
:
""
,
...
...
@@ -312,7 +315,13 @@
this
.
$message
.
error
(
'绑定失败,请联系管理员'
);
}
},
err
=>
{})
}
},
downloadExcel
()
{
this
.
loadingDC
=
true
;
this
.
GetLocalFile
(
"Financial_post_GetNewCarETCPPDataListToExcel"
,
{},
`ETC差额.xls`
,
x
=>
{
this
.
loadingDC
=
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