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
0ce5bfab
Commit
0ce5bfab
authored
Dec 21, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收支查询折叠操作按钮
parent
592ccb10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
20 deletions
+36
-20
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+36
-20
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
0ce5bfab
...
...
@@ -3,6 +3,8 @@
background-color
:
#E6E6E6
;
}
.recpayQueryMore
{
margin
:
10px
0px
5px
0px
;
text-align
:
center
;
cursor
:
pointer
;}
</
style
>
<
template
>
...
...
@@ -309,7 +311,7 @@
<
/el-popover
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
""
label
=
"所属公司"
>
<
el
-
table
-
column
prop
=
""
label
=
"所属公司"
width
=
"90"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
row
.
BranchName
}}
<
/span
>
<
/template
>
...
...
@@ -497,7 +499,7 @@
<
/el-popover
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
""
label
=
"发票状态"
>
<
el
-
table
-
column
prop
=
""
label
=
"发票状态"
width
=
"90"
>
<
template
slot
-
scope
=
"scope"
>
<
div
v
-
if
=
"scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==3"
>
...
...
@@ -552,7 +554,34 @@
outline: none;"
class
=
"iconfont icon-zhuanhuan1"
@
click
=
"getExchange(scope.row,scope.$index)"
>
<
/i
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"费用类型"
placement
=
"top"
>
<
el
-
tooltip
effect
=
"dark"
content
=
"更多"
placement
=
"top-start"
>
<
el
-
popover
placement
=
"bottom-start"
trigger
=
"click"
width
=
"100"
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"Finance_ExpenseType==true && (scope.row.Type==2 || scope.row.Type==1)"
@
click
=
"showfeiy(scope.row)"
>
费用类型
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"F_Update_CurrencyRate==true && (scope.row.Type==2 || scope.row.Type==1)"
@
click
=
"editRate(scope.row)"
>
修改汇率
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"scope.row.Type==1&&(istransaction == true || isJapanCommission == true)"
@
click
=
"editCommission(scope.row)"
>
修改手续费
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"
scope.row.TradeWayList&&scope.row.TradeWayList.length>0&&isManageFinance == true"
@
click
=
"showjiaoyi(scope.row.FrID)"
>
交易方式
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"IsUpdatePayment == true && scope.row.Type==2"
@
click
=
"showPayment(scope.row.FrID)"
>
修改垫付对象
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"scope.row.KingdeeInvoice!=3&&scope.row.Type==2&&IsUpdatePayment"
@
click
=
"showHelpBranch(scope.row)"
>
{{(
scope
.
row
.
KingdeeInvoice
==
1
||
scope
.
row
.
KingdeeInvoice
==
0
)?
'不需要发票'
:
'需要发票'
}}
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"(scope.row.Type==1||scope.row.Type==2)&& IsUpdatePayment"
@
click
=
"showHelpBranch(scope.row)"
>
{{
scope
.
row
.
Type
==
1
?
'修改帮代收公司'
:(
scope
.
row
.
Type
==
2
?
'修改帮代付公司'
:
''
)
}}
<
/div
>
<
i
slot
=
"reference"
style
=
"width: 30px;
height: 30px;
display: inline-block;
color: white !important;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
background-color: #47BF8C;
outline: none;"
class
=
"iconfont icon-more"
>
<
/i
>
<
/el-popover
>
<
/el-tooltip
>
<!--
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"费用类型"
placement
=
"top"
>
<
i
style
=
"width: 30px;
height: 30px;
display: inline-block;
...
...
@@ -667,27 +696,13 @@
background-color: #47BF8C;
outline: none;"
class
=
"iconfont icon-bianji"
@
click
=
"showHelpBranch(scope.row)"
>
<
/i
>
<
/el-tooltip
>
<
/el-tooltip>
--
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
<!--
<
v
-
table
is
-
horizontal
-
resize
column
-
width
-
drag
style
=
"width:100%"
:
columns
=
"columns"
:
table
-
data
=
"DataList"
:
filter
-
method
=
"filterMethod"
:
row
-
height
=
'100'
@
on
-
custom
-
comp
=
"customCompFunc"
@
sort
-
change
=
"sortChange"
multiple
-
sort
>
<
/v-table> --
>
<
div
style
=
"padding-bottom:15px"
>
<!--
:
total
=
'total'
:
pageSize
=
'pageSize'
:
pageIndex
=
'pageIndex'
-->
<
el
-
pagination
background
@
current
-
change
=
"handleCurrentChanges"
layout
=
"total,prev, pager, next, jumper"
:
page
-
size
=
"pageSize"
:
total
=
'total'
>
<
/el-pagination
>
...
...
@@ -833,6 +848,7 @@
loadingDC
:
false
,
loadingDC1
:
false
,
loadingDC2
:
false
,
tipvisible
:
true
,
KingdeelnvoiceList
:[
{
Name
:
'不限'
,
Id
:
0
}
,
{
Name
:
'待上传发票凭证'
,
Id
:
1
}
,
...
...
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