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
0594b54e
Commit
0594b54e
authored
Sep 29, 2024
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ftd的修改
parent
c5cb29d9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
113 additions
and
15 deletions
+113
-15
index.js
src/page/Funds/Infftd1/event/index.js
+10
-0
index.js
src/page/Funds/Infftd1/model/index.js
+27
-13
Infsea.vue
src/page/Funds/Infftd1/views/Infsea.vue
+75
-1
index.js
src/page/Funds/Inffxd/event/index.js
+1
-1
No files found.
src/page/Funds/Infftd1/event/index.js
View file @
0594b54e
...
...
@@ -59,6 +59,16 @@ export default {
this
.
model
.
infcon
.
eaamtfr
=
""
;
this
.
model
.
infcon
.
eaamtto
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
ptyextkey
=
""
;
this
.
model
.
infcon
.
ptynam
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
usrextkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
accmng
=
""
;
this
.
model
.
infcon
.
fxtyp
=
""
;
},
// pageSize改变
handleSizeChange
(
val
)
{
...
...
src/page/Funds/Infftd1/model/index.js
View file @
0594b54e
import
Api
from
"~/service/Api"
export
default
class
infftd
{
constructor
()
{
export
default
class
infftd
{
constructor
()
{
this
.
data
=
{
infcon
:{
seaownref
:
""
,
// 业务编号 .infcon.seaownref
nam
:
""
,
// Name客户名称 .infcon.nam
opndatfrom
:
""
,
// 有效日期自 .infcon.opndatfrom
opndatto
:
""
,
// Open Date to .infcon.opndatto
seacur
:
""
,
// 币种 .infcon.seacur
seaamtfr
:
""
,
// 金额自 .infcon.seaamtfr
seaamtto
:
""
,
// Amount to .infcon.seaamtto
infcon
:
{
seaownref
:
""
,
// 业务编号 .infcon.seaownref
nam
:
""
,
// Name客户名称 .infcon.nam
opndatfrom
:
""
,
// 有效日期自 .infcon.opndatfrom
opndatto
:
""
,
// Open Date to .infcon.opndatto
seacur
:
""
,
// 币种 .infcon.seacur
seaamtfr
:
""
,
// 金额自 .infcon.seaamtfr
seaamtto
:
""
,
// Amount to .infcon.seaamtto
searef
:
""
,
//参与方参考号
ptyextkey
:
""
,
// 选择一个参与方 .infcon.pty.extkey
ptynam
:
""
,
// External Visible Name .infcon.pty.nam
seapty
:
""
,
// 参与方名称/BIC .infcon.seapty
searol
:
""
,
usrextkey
:
""
,
// User ID .infcon.usr.extkey
seasta
:
""
,
// Status .infcon.seasta
accmng
:
""
,
// Account manager .infcon.accmng
fttyp
:
""
,
//类型
},
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
fttyp
:
""
,
// Funds Trans. Type .fttyp
fttyp
:
""
,
// Funds Trans. Type .fttyp
pageId
:
""
// ctx的key
}
}
...
...
src/page/Funds/Infftd1/views/Infsea.vue
View file @
0594b54e
...
...
@@ -21,7 +21,7 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
交易
有效日期"
label=
"
开立
有效日期"
prop=
"opndatfrom"
style=
"width: 100%"
>
...
...
@@ -92,7 +92,81 @@
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"参与方参考号"
prop=
"searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"40"
placeholder=
"请输入参与方参考号"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Account manager"
prop=
"accmng"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.accmng"
maxlength=
"40"
placeholder=
"请输入Account manager"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"参与方名称"
prop=
"seapty"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"40"
placeholder=
"请输入参与方名称"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"角色"
prop=
"searol"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择角色"
:code=
"codes.searol"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"角色ID"
prop=
"usrextkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.usrextkey"
maxlength=
"40"
placeholder=
"请输入角色ID"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"状态"
prop=
"seasta"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择状态"
:code=
"codes.seasta"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"定存拆借类型"
prop=
"fttyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.fttyp"
style=
"width: 100%"
placeholder=
"请选择定存拆借类型"
:code=
"codes.fttyp"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
</
template
>
</c-list-search>
...
...
src/page/Funds/Inffxd/event/index.js
View file @
0594b54e
...
...
@@ -66,7 +66,7 @@ export default {
this
.
model
.
infcon
.
usrextkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
accmng
=
""
;
this
.
model
.
infcon
.
f
x
typ
=
""
;
this
.
model
.
infcon
.
f
t
typ
=
""
;
},
// pageSize改变
handleSizeChange
(
val
)
{
...
...
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