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
69a2fb01
Commit
69a2fb01
authored
1 year ago
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2fc9a08d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
prestoreList.vue
...nts/FinancialModule/PrestorageManagement/prestoreList.vue
+18
-5
No files found.
src/components/FinancialModule/PrestorageManagement/prestoreList.vue
View file @
69a2fb01
...
...
@@ -38,7 +38,7 @@
<ul
class=
"clearfix"
>
<li
class=
"hight_query"
>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<
!--
<button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</button>
--
>
<
button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</button
>
</li>
</ul>
</div>
...
...
@@ -88,6 +88,11 @@
</
template
>
</template>
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer;color: #00C6FF;"
@
click=
"downloadDetail(scope.row)"
>
下载明细
</span>
</
template
>
</el-table-column>
</el-table>
<div
style=
"padding-bottom:15px"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
...
...
@@ -117,7 +122,8 @@ export default {
ClientIdStr
:
''
,
QStartDate
:
''
,
QEndDate
:
''
,
RB_Branch_Id
:
-
1
RB_Branch_Id
:
-
1
,
EmployeeId
:
''
,
},
loading
:
false
,
total
:
0
,
...
...
@@ -129,6 +135,8 @@ export default {
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
this
.
msg
.
EmployeeId
=
userInfo
.
EmployeeId
;
this
.
getPageList
();
this
.
getBranchList
();
this
.
msg
.
ClientIdStr
=
this
.
$route
.
query
.
ClientIdStr
?
this
.
$route
.
query
.
ClientIdStr
:
""
...
...
@@ -171,10 +179,15 @@ export default {
this
.
msg
.
QStartDate
=
this
.
productionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
productionDate
[
1
];
},
method5
:
function
()
{
method5
()
{
let
time
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
var
fileName
=
`客户预存余额
${
time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceDeposit"
,
this
.
msg
,
fileName
);
},
downloadDetail
(
item
)
{
let
time
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
var
fileName
=
`
成本月结表
${
time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_
get_GetCostMonthALLExport"
,
this
.
msg
,
fileName
);
var
fileName
=
`
客户预存明细
${
time
}
.xls`
;
this
.
GetLocalFile
(
"Financial_
post_DownLoadFinanceDepositLog"
,
{
DepositCustomerId
:
item
.
CustomerId
,
EmployeeId
:
this
.
msg
.
EmployeeId
}
,
fileName
);
}
,
handleCurrentChange
(
val
)
{
//翻页
this
.
msg
.
pageIndex
=
val
;
...
...
This diff is collapsed.
Click to expand it.
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