Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
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
isc-v3.1-tmp
isc-web-vue
Commits
018e0ce9
Commit
018e0ce9
authored
Oct 15, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资金拆借界面修改
parent
8540ea43
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
79 additions
and
31 deletions
+79
-31
DisplayRouter.js
src/page/Display/DisplayRouter.js
+1
-1
index.js
src/page/Funds/Infftd/event/index.js
+70
-29
Infsea.vue
src/page/Funds/Infftd/views/Infsea.vue
+0
-0
InfoRouter.js
src/page/Info/InfoRouter.js
+8
-1
No files found.
src/page/Display/DisplayRouter.js
View file @
018e0ce9
...
...
@@ -2058,7 +2058,7 @@ const DisplayRouter = [
name
:
"DisplayFttfcm"
,
path
:
"fttfcm"
,
component
:
()
=>
import
(
"./Funds/DisplayFttfcm.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"交易快照-资金
调拨
"
}
meta
:
{
keepAlive
:
true
,
title
:
"交易快照-资金
拆借
"
}
},
{
...
...
src/page/Funds/Infftd/event/index.js
View file @
018e0ce9
...
...
@@ -160,34 +160,60 @@ export default {
this
.
initdialog
=
false
;
},
/**
* 打开快照页面
* @param {string} inr
// /**
// * 打开快照页面头寸调拨
// */
// display(row) {
// if(this.oldRefId){
// this.$refs[this.oldRefId].showPopper = false;
// }
// // 历史快照
// if (row.inr.length == 8) {
// this.routerPush({
// path: '/business/HistoryRecord',
// query: {
// businessInr: row.inr,
// businessType: 'TRN',
// type:'view'
// }
// })
// } else if (row.inr.length == 4) {//TODO:修改为16 本地测试:4
// this.routerPush({
// path: `/display/fttpcm`,//${row.inifrm.toLowerCase()}
// query: {
// businessInr: row.inr,
// businessType: 'TRN'
// }
// });
// }
// },
/**
* 打开快照页面资金拆借
*/
display
(
row
)
{
if
(
this
.
oldRefId
){
this
.
$refs
[
this
.
oldRefId
].
showPopper
=
tru
e
;
}
// 历史快照
if
(
row
.
inr
.
length
==
8
)
{
this
.
routerPush
({
path
:
'/business/HistoryRecord'
,
query
:
{
businessInr
:
row
.
inr
,
businessType
:
'TRN'
,
type
:
'view'
}
})
}
else
if
(
row
.
inr
.
length
==
4
)
{
//TODO:修改为16 本地测试:4
this
.
routerPush
({
path
:
`/display/fttpcm`
,
//${row.inifrm.toLowerCase()},fttpcm 本地测试写死
query
:
{
businessInr
:
row
.
inr
,
businessType
:
'TRN'
}
});
}
},
display
(
row
)
{
if
(
this
.
oldRefId
){
this
.
$refs
[
this
.
oldRefId
].
showPopper
=
fals
e
;
}
// 历史快照
if
(
row
.
inr
.
length
==
8
)
{
this
.
routerPush
({
path
:
'/business/HistoryRecord'
,
query
:
{
businessInr
:
row
.
inr
,
businessType
:
'TRN'
,
type
:
'view'
}
})
}
else
if
(
row
.
inr
.
length
==
16
)
{
this
.
routerPush
({
path
:
`/display/
${
row
.
inifrm
.
toLowerCase
()}
`
,
query
:
{
businessInr
:
row
.
inr
,
businessType
:
'TRN'
}
});
}
},
changeOwnref
(){
if
(
this
.
model
.
infcon
.
seaownref
){
...
...
@@ -197,7 +223,14 @@ export default {
//Info
toInfo
(
row
,
objtyp
,
subobjtyp
,
paytyp
){
this
.
routerPush
({
path
:
"/business/fttpcm"
,
path
:
"/business/fttpcminf"
,
query
:
{
inr
:
row
.
inr
,
objtyp
:
objtyp
,
pntinr
:
row
.
pntinr
,
subobjtyp
:
subobjtyp
,
paytyp
:
paytyp
}
});
},
//InfoZJCJ
toInfoZJCJ
(
row
,
objtyp
,
subobjtyp
,
paytyp
){
this
.
routerPush
({
path
:
"/business/fttfcminf"
,
query
:
{
inr
:
row
.
inr
,
objtyp
:
objtyp
,
pntinr
:
row
.
pntinr
,
subobjtyp
:
subobjtyp
,
paytyp
:
paytyp
}
});
},
...
...
@@ -218,7 +251,14 @@ export default {
getCodelabel
(
value
,
codenam
)
{
const
codeobj
=
this
.
model
.
dbCodes
[
codenam
].
find
(
obj
=>
obj
.
value
===
value
)
return
codeobj
?
codeobj
.
label
:
value
;
},
},
//进入头寸调拨交易
toFttpcm
()
{
this
.
routerPush
({
path
:
'/business/fttpcm'
,
});
},
},
};
\ No newline at end of file
src/page/Funds/Infftd/views/Infsea.vue
View file @
018e0ce9
This diff is collapsed.
Click to expand it.
src/page/Info/InfoRouter.js
View file @
018e0ce9
...
...
@@ -115,7 +115,7 @@ const DisplayRouter = [
},
{
name
:
"InfoFtd"
,
path
:
"fttfcm"
,
path
:
"fttfcm
inf
"
,
component
:
()
=>
import
(
"./InfoFtd.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"Info-资金拆借"
}
},
...
...
@@ -125,6 +125,12 @@ const DisplayRouter = [
component
:
()
=>
import
(
"./InfoFxd.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"Info-结售汇/兑换平盘交易"
}
},
{
name
:
"InfoFtd"
,
path
:
"fttpcminf"
,
component
:
()
=>
import
(
"./InfoFtd.vue"
),
meta
:
{
keepAlive
:
true
,
title
:
"Info-头寸调拨"
}
},
];
export
default
DisplayRouter
;
\ No newline at end of file
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