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
2bdaaf50
Commit
2bdaaf50
authored
Oct 31, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3565e197
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
ClientBankAccount.vue
...mponents/FinancialModule/components/ClientBankAccount.vue
+13
-6
No files found.
src/components/FinancialModule/components/ClientBankAccount.vue
View file @
2bdaaf50
...
...
@@ -265,7 +265,7 @@
</el-table-column>
<el-table-column
prop=
"Money"
:label=
"$t('fnc.jine')"
width=
"7
0"
show-overflow-tooltip
>
:label=
"$t('fnc.jine')"
:width=
"IsExpensesMonthlyShare?70:8
0"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"activeIndx!=scope.$index"
>
{{
scope
.
row
.
Money
}}
</
template
>
<el-input
v-else
v-model=
"msg.Money"
:placeholder=
"$t('fnc.jine')"
disabled
></el-input>
...
...
@@ -273,7 +273,7 @@
</el-table-column>
<el-table-column
prop=
"CreateDate"
label=
""
width=
"7
5"
show-overflow-tooltip
>
label=
""
:width=
"IsExpensesMonthlyShare?75:9
5"
show-overflow-tooltip
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.LeaderManagement.fentanqsyf')"
placement=
"top"
>
<span
class=
"OrderTitle"
>
{{
$t
(
'objFill.v101.LeaderManagement.fentanqsyf'
)
}}
</span>
...
...
@@ -293,7 +293,7 @@
</el-table-column>
<el-table-column
prop=
"RelevanceFrId2"
label=
""
width=
"4
0"
show-overflow-tooltip
>
label=
""
:width=
"IsExpensesMonthlyShare?40:6
0"
show-overflow-tooltip
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.LeaderManagement.yueshu')"
placement=
"top"
>
<span
class=
"OrderTitle"
>
{{
$t
(
'objFill.v101.LeaderManagement.yueshu'
)
}}
</span>
...
...
@@ -304,16 +304,16 @@
<el-input
v-else
v-model=
"msg.RelevanceFrId2"
type=
"Number"
min=
"1"
:placeholder=
"$t('objFill.v101.LeaderManagement.yueshu')"
></el-input>
</template>
</el-table-column>
<el-table-column
<el-table-column
v-if=
"IsExpensesMonthlyShare"
prop=
""
label=
""
width=
"45"
align=
"right"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<div
class=
"row"
>
<!--
<span>
{{
$t
(
'system.table_operation'
)
}}
</span>
-->
<div
class=
"cursor-p el-icon-circle-plus"
@
click=
"addData"
></div>
<div
v-if=
"IsExpensesMonthlyShare"
class=
"cursor-p el-icon-circle-plus"
@
click=
"addData"
></div>
</div>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
v-if=
"IsExpensesMonthlyShare"
>
<i
v-if=
"activeIndx!=scope.$index"
class=
"cursor-p el-icon-edit"
@
click=
"editData(scope.row,scope.$index)"
></i>
<div
v-else
>
...
...
@@ -350,6 +350,7 @@
},
activeIndx
:
null
,
FDList
:
[],
IsExpensesMonthlyShare
:
false
}
},
watch
:
{
...
...
@@ -362,6 +363,12 @@
}
},
created
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'Finance_ExpenseType'
)
!=
-
1
)
{
this
.
IsExpensesMonthlyShare
=
true
;
}
this
.
msg
.
BaseFinanceId
=
this
.
GetDetail
.
FrID
if
(
this
.
GetDetail
.
SpecialType
==
11
)
this
.
GetExpensesMonthlyShare
()
},
...
...
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