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
ef94aca4
Commit
ef94aca4
authored
Jul 12, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9928f99e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
3 deletions
+31
-3
HandFeeStatistics.vue
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+9
-2
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+2
-1
CostmonthDetails.vue
...omponents/FinancialModule/components/CostmonthDetails.vue
+20
-0
No files found.
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
View file @
ef94aca4
...
...
@@ -5,7 +5,7 @@
</
style
>
<
template
>
<div
class=
"page_RecPayQuery"
@
keyup
.
enter=
"getPageList()"
>
<div
class=
"page_RecPayQuery"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
...
...
@@ -114,7 +114,7 @@
<!-- <span>
<em @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo"></i></em>
</span> -->
<button
class=
"hollowFixedBtn"
@
click=
"
getPageList
()"
>
{{$t('pub.searchBtn')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"
resetPageIndex
()"
>
{{$t('pub.searchBtn')}}
</button>
<button
class=
"normalBtn"
@
click=
"DocumentMaking"
>
制单
</button>
<button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</button>
</li>
...
...
@@ -160,6 +160,7 @@
:data=
"DataList"
tooltip-effect=
"dark"
style=
"width: 100%"
row-key=
"FinanceId"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
...
...
@@ -610,6 +611,12 @@ export default {
query
});
},
resetPageIndex
(){
// 重置页码
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
this
.
getPageList
()
},
getPageList
(){
// 获取列表数据
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetFinanceHandFeeList'
,
this
.
msg
,
res
=>
{
...
...
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
ef94aca4
...
...
@@ -1029,7 +1029,7 @@ export default {
resetPageIndex
(){
// 重置页码
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
this
.
$refs
.
multipleTable
.
clearSelection
();
this
.
getPageList
()
},
getMoney
(){
...
...
@@ -1068,6 +1068,7 @@ export default {
type
:
"warning"
})
.
then
(()
=>
{
this
.
$refs
.
multipleTable
.
clearSelection
();
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
...
...
src/components/FinancialModule/components/CostmonthDetails.vue
View file @
ef94aca4
...
...
@@ -29,6 +29,7 @@
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th>
单号
</th>
<!--
<th>
类型
</th>
-->
<th>
公司
</th>
<th>
费用类型
</th>
<th>
币种
</th>
...
...
@@ -40,6 +41,25 @@
</tr>
<tr
class=
"_color_b"
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<!--
<td>
<span
v-if=
"item.Type==2"
style=
"display: inline-block;
padding: 2px 8px;
color: white;
background-color: #E95252;
line-height: 16px;
border-radius: 4px;"
>
支出
</span>
<span
v-if=
"item.Type==1"
style=
"display: inline-block;
padding: 2px 8px;
color: white;
background-color: #2BB87C;
line-height: 16px;
border-radius: 4px;"
>
收入
</span>
</td>
-->
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
CostTypeName
}}
</td>
<td>
{{
item
.
CurrencyName
}}
</td>
...
...
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