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
abfdd2f3
Commit
abfdd2f3
authored
Jul 24, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
17318a6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
index.vue
...nts/FinancialModule/BankStatementReconciliation/index.vue
+8
-3
No files found.
src/components/FinancialModule/BankStatementReconciliation/index.vue
View file @
abfdd2f3
...
...
@@ -173,7 +173,8 @@
</el-row>
</el-form>
<div>
<span>
注:和工与和中信需每日维护银行流水得到期末余额,其他账户则根据财务单据自动计算期末余额
</span>
<!--
<span>
注:和工与和中信需每日维护银行流水得到期末余额,其他账户则根据财务单据自动计算期末余额
</span>
-->
<span>
注:均根据填入的银行流水计算得到期末余额
</span>
</div>
<ul>
<li>
...
...
@@ -206,7 +207,8 @@
:key=
"index"
align=
"center"
>
<template
#
header
>
<div
style=
"cursor: pointer;"
@
click=
"getTimeObj(item)"
>
{{
String
(
item
.
StartDate
)
}}
<i
v-if=
"msg.BankType==1&&(msg.BankId==1||msg.BankId==35)"
style=
"color: #33B3FF"
class=
"el-icon-edit"
></i>
</div>
<!--
<div
style=
"cursor: pointer;"
@
click=
"getTimeObj(item)"
>
{{
String
(
item
.
StartDate
)
}}
<i
v-if=
"msg.BankType==1&&(msg.BankId==1||msg.BankId==35)"
style=
"color: #33B3FF"
class=
"el-icon-edit"
></i>
</div>
-->
<div
style=
"cursor: pointer;"
@
click=
"getTimeObj(item)"
>
{{
String
(
item
.
StartDate
)
}}
<i
style=
"color: #33B3FF"
class=
"el-icon-edit"
></i>
</div>
</
template
>
<el-table-column
style=
"position: relative;"
:label=
"String(item.StartBalance)"
align=
"center"
>
<el-table-column
prop=
""
:label=
"$t('objFill.v103.yinhangshouru')"
width=
"120"
align=
"center"
>
...
...
@@ -308,6 +310,7 @@ export default {
isShowBankSta
:
false
,
BankStaObj
:{
BankId
:
0
,
//银行ID
BankType
:
1
,
Date
:
''
,
// 日期
StartBalance
:
''
,
// 期初余额
Image
:
''
,
...
...
@@ -373,6 +376,7 @@ export default {
this
.
BankStaObj
=
{
Id
:
0
,
BankId
:
this
.
msg
.
BankId
,
BankType
:
this
.
msg
.
BankType
,
Date
:
''
,
StartBalance
:
0
,
Image
:
''
,
...
...
@@ -392,10 +396,11 @@ export default {
this
.
isShowBankSta
=
true
},
getTimeObj
(
item
){
if
(
!
(
this
.
msg
.
BankType
==
1
&&
(
this
.
msg
.
BankId
==
1
||
this
.
msg
.
BankId
==
35
))){
return
;}
//
if(!(this.msg.BankType==1&&(this.msg.BankId==1||this.msg.BankId==35))){return;}
this
.
BankStaObj
=
{
Id
:
1
,
BankId
:
this
.
msg
.
BankId
,
BankType
:
this
.
msg
.
BankType
,
Date
:
item
.
StartDate
,
StartBalance
:
item
.
StartBalance
,
Image
:
''
,
...
...
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