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
aad45bdb
Commit
aad45bdb
authored
Jul 17, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9b8b6307
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
index.vue
...nts/FinancialModule/BankStatementReconciliation/index.vue
+9
-7
No files found.
src/components/FinancialModule/BankStatementReconciliation/index.vue
View file @
aad45bdb
...
@@ -155,8 +155,8 @@
...
@@ -155,8 +155,8 @@
<ul>
<ul>
<li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
<input
v-if=
"SubjectTypeList&&SubjectTypeList.length>0"
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.v103.xinzenliushuiu')"
@
click=
"addBankStatement"
/>
<
!--
<
input
v-if=
"SubjectTypeList&&SubjectTypeList.length>0"
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.v103.xinzenliushuiu')"
@
click=
"addBankStatement"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('objFill.v101.FinancialModule.xinzengkem')"
@
click=
"isShowAdd=true"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('objFill.v101.FinancialModule.xinzengkem')"
@
click=
"isShowAdd=true"
/>
-->
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.duizhnagkm')+$t('ground.liebiao')"
@
click=
"isShow=true"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.duizhnagkm')+$t('ground.liebiao')"
@
click=
"isShow=true"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('visa.v_daochu')"
@
click=
"Export()"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('visa.v_daochu')"
@
click=
"Export()"
/>
</li>
</li>
...
@@ -294,10 +294,10 @@ export default {
...
@@ -294,10 +294,10 @@ export default {
}
}
},
},
created
(){
created
(){
// let mon1= this.getBeforeDate(1
, new Date().Format("yyyy-MM-dd"));
let
mon1
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
// let mon2= this.getBeforeDate(7
, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
let
mon2
=
this
.
getBeforeDate
(
2
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
let
mon1
=
this
.
getBeforeDate
(
12
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
//
let mon1= this.getBeforeDate(12, new Date().Format("yyyy-MM-dd"));
let
mon2
=
this
.
getBeforeDate
(
16
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
//
let mon2= this.getBeforeDate(16, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
this
.
titleStart
=
mon2
.
slice
(
5
,
7
)
>
9
?
mon2
.
slice
(
5
,
7
):
mon2
.
slice
(
6
,
7
)
this
.
titleStart
=
mon2
.
slice
(
5
,
7
)
>
9
?
mon2
.
slice
(
5
,
7
):
mon2
.
slice
(
6
,
7
)
this
.
titleEnd
=
mon1
.
slice
(
5
,
7
)
>
9
?
mon1
.
slice
(
5
,
7
):
mon1
.
slice
(
6
,
7
)
this
.
titleEnd
=
mon1
.
slice
(
5
,
7
)
>
9
?
mon1
.
slice
(
5
,
7
):
mon1
.
slice
(
6
,
7
)
this
.
productionDate
=
[
mon2
,
mon1
];
this
.
productionDate
=
[
mon2
,
mon1
];
...
@@ -310,6 +310,7 @@ export default {
...
@@ -310,6 +310,7 @@ export default {
},
},
methods
:{
methods
:{
goUrl
(
row
,
item
){
goUrl
(
row
,
item
){
if
(
row
.
SubjectId
>
0
||
row
.
SubjectId
==-
3
){
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"AccountStatementDetail"
,
name
:
"AccountStatementDetail"
,
query
:
{
query
:
{
...
@@ -317,10 +318,11 @@ export default {
...
@@ -317,10 +318,11 @@ export default {
TypeId
:
3
,
TypeId
:
3
,
sTradeDate
:
item
.
StartDate
,
sTradeDate
:
item
.
StartDate
,
eTradeDate
:
item
.
StartDate
,
eTradeDate
:
item
.
StartDate
,
SubjectId
:
row
.
SubjectId
,
SubjectId
:
row
.
SubjectId
>
0
?
row
.
SubjectId
:
-
2
,
blank
:
'y'
blank
:
'y'
}
}
})
})
}
},
},
Export
(){
Export
(){
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
...
...
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