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
835693d5
Commit
835693d5
authored
Jul 22, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
be8a5cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
...nts/FinancialModule/BankStatementReconciliation/index.vue
+2
-1
AccountStatementDetail.vue
...ents/FinancialModule/accDetail/AccountStatementDetail.vue
+1
-1
No files found.
src/components/FinancialModule/BankStatementReconciliation/index.vue
View file @
835693d5
...
...
@@ -206,7 +206,7 @@
:key=
"index"
align=
"center"
>
<template
#
header
>
<div
style=
"cursor: pointer;"
@
click=
"getTimeObj(item)"
>
{{
String
(
item
.
StartDate
)
}}
<i
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>
</
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"
>
...
...
@@ -392,6 +392,7 @@ export default {
this
.
isShowBankSta
=
true
},
getTimeObj
(
item
){
if
(
!
(
this
.
msg
.
BankType
==
1
&&
(
this
.
msg
.
BankId
==
1
||
this
.
msg
.
BankId
==
35
))){
return
;}
this
.
BankStaObj
=
{
Id
:
1
,
BankId
:
this
.
msg
.
BankId
,
...
...
src/components/FinancialModule/accDetail/AccountStatementDetail.vue
View file @
835693d5
...
...
@@ -332,6 +332,7 @@ export default {
if
(
this
.
$route
.
query
.
ID
){
this
.
accType
=
parseInt
(
this
.
$route
.
query
.
TypeId
);
this
.
AccountId
=
parseInt
(
this
.
$route
.
query
.
ID
);
if
(
this
.
$route
.
query
.
Type
){
this
.
Type
=
parseInt
(
this
.
$route
.
query
.
Type
)}
let
mon1
=
this
.
$route
.
query
.
sTradeDate
?
this
.
$route
.
query
.
sTradeDate
:
moment
().
format
(
"YYYY-MM-DD"
);
let
mon2
=
this
.
$route
.
query
.
eTradeDate
?
this
.
$route
.
query
.
eTradeDate
:
moment
().
subtract
(
1
,
"months"
).
format
(
"YYYY-MM-DD"
);
this
.
productionDate
=
[
mon2
,
mon1
];
...
...
@@ -342,7 +343,6 @@ export default {
Type
:
this
.
Type
,
AccountId
:
this
.
AccountId
})
if
(
this
.
$route
.
query
.
Type
){
this
.
Type
=
parseInt
(
this
.
$route
.
query
.
Type
)}
if
(
this
.
Type
==
1
){
this
.
bankaccount_post_GetList
();
}
else
if
(
this
.
Type
==
3
){
...
...
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