Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
b7ec035c
Commit
b7ec035c
authored
Jul 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7bf3ad9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
9 deletions
+24
-9
CompanyAccDetail.vue
src/pages/financial/accDetail/CompanyAccDetail.vue
+2
-0
PlatformAccDetail.vue
src/pages/financial/accDetail/PlatformAccDetail.vue
+2
-0
newTransferReport.vue
src/pages/financial/accDetail/newTransferReport.vue
+20
-9
No files found.
src/pages/financial/accDetail/CompanyAccDetail.vue
View file @
b7ec035c
...
...
@@ -565,6 +565,8 @@
this
.
msg
.
eTradeDate
=
this
.
$route
.
query
.
eTradeDate
?
this
.
$route
.
query
.
eTradeDate
:
""
;
this
.
productionDate
=
[
this
.
msg
.
sTradeDate
,
this
.
msg
.
eTradeDate
];
this
.
productionDateByTC
=
[
this
.
msg
.
QStartDate
,
this
.
msg
.
QEndDate
];
this
.
msg
.
RB_Branch_Id
=
Number
(
this
.
$route
.
query
.
RB_Branch_Id
)
this
.
getList
();
this
.
bankaccount_post_GetListS
(
"query"
);
}
...
...
src/pages/financial/accDetail/PlatformAccDetail.vue
View file @
b7ec035c
...
...
@@ -460,6 +460,8 @@
this
.
msg
.
eTradeDate
=
this
.
$route
.
query
.
eTradeDate
;
this
.
productionDate
=
[
this
.
msg
.
sTradeDate
,
this
.
msg
.
eTradeDate
];
this
.
productionDateByTC
=
[
this
.
msg
.
QStartDate
,
this
.
msg
.
QEndDate
];
this
.
msg
.
RB_Branch_Id
=
Number
(
this
.
$route
.
query
.
RB_Branch_Id
)
this
.
getList
();
this
.
BankAccount_post_GetPlatformList
(
"query"
);
}
...
...
src/pages/financial/accDetail/newTransferReport.vue
View file @
b7ec035c
...
...
@@ -46,7 +46,7 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"校区"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
@
change=
"getList()"
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.SId'
>
</el-option>
...
...
@@ -229,19 +229,29 @@
}
else
if
(
obj
.
TradeWay
===
3
)
{
//资金池
name
=
'PoolAccDetail'
}
this
.
$router
.
push
({
path
:
name
,
query
:{
"Is_Cashier"
:
1
,
this
.
OpenNewUrl
(
'/financial/accDetail/'
+
name
,
{
"Is_Cashier"
:
1
,
"TypeId"
:
obj
.
TypeId
,
"BankID"
:
obj
.
BankID
,
"sTradeDate"
:
this
.
msg
.
sTradeDate
,
"eTradeDate"
:
this
.
msg
.
eTradeDate
,
"DayReport"
:
type
,
"blank"
:
'y'
,
"tab"
:
'现金账户明细'
}
})
'RB_Branch_Id'
:
this
.
msg
.
RB_Branch_Id
});
// this.$router.push({
// path: name,
// query:{
// "Is_Cashier":1,
// "TypeId": obj.TypeId,
// "BankID": obj.BankID,
// "sTradeDate": this.msg.sTradeDate,
// "eTradeDate": this.msg.eTradeDate,
// "DayReport":type,
// "blank": 'y',
// "tab": '现金账户明细'
// }
// })
},
getList
:
function
()
{
this
.
loading
=
true
;
...
...
@@ -272,6 +282,7 @@
}
this
.
msg
.
sTradeDate
=
this
.
transactionDate
[
0
];
this
.
msg
.
eTradeDate
=
this
.
transactionDate
[
1
];
this
.
getList
()
},
resetPageIndex
()
{
// 重置页码
this
.
msg
.
pageIndex
=
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