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
d5bb675c
Commit
d5bb675c
authored
Oct 23, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fttfcm界面增加校验和默认赋值
parent
d67357d0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
65 additions
and
14 deletions
+65
-14
buildCommons.js
src/page/Funds/Fttfcm/event/buildCommons.js
+1
-1
index.js
src/page/Funds/Fttfcm/event/index.js
+21
-1
Check.js
src/page/Funds/Fttfcm/model/Check.js
+0
-0
Mt199.vue
src/page/Funds/Fttfcm/views/Mt199.vue
+1
-1
Mt299.vue
src/page/Funds/Fttfcm/views/Mt299.vue
+1
-1
Ovwp1.vue
src/page/Funds/Fttfcm/views/Ovwp1.vue
+39
-8
index.vue
src/page/Funds/Fttfcm/views/index.vue
+2
-2
No files found.
src/page/Funds/Fttfcm/event/buildCommons.js
View file @
d5bb675c
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
return
{
return
{
rec
:
{
rec
:
{
objtyp
:
"FTD"
,
objtyp
:
"FTD"
,
obj
typ
:
""
,
obj
inr
:
""
,
ownref
:
model
.
ftdgrp
.
rec
.
ownref
,
ownref
:
model
.
ftdgrp
.
rec
.
ownref
,
msgtyp
:
model
.
fttp
.
msgtyp
,
msgtyp
:
model
.
fttp
.
msgtyp
,
fttyp
:
model
.
ftdgrp
.
rec
.
fttyp
,
fttyp
:
model
.
ftdgrp
.
rec
.
fttyp
,
...
...
src/page/Funds/Fttfcm/event/index.js
View file @
d5bb675c
import
commonFunctions
from
"~/mixin/commonFunctions.js"
;
import
commonFunctions
from
"~/mixin/commonFunctions.js"
;
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
Pts
from
"~/page/Model/Common/Pts"
export
default
{
export
default
{
mixins
:
[
commonFunctions
],
mixins
:
[
commonFunctions
],
methods
:
{
methods
:
{
...
@@ -8,7 +10,7 @@ export default {
...
@@ -8,7 +10,7 @@ export default {
if
(
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
""
)
{
if
(
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
""
)
{
this
.
$notify
.
warning
({
this
.
$notify
.
warning
({
title
:
'提示'
,
title
:
'提示'
,
message
:
'请先选择
平盘
类型!'
message
:
'请先选择
定存拆借
类型!'
});
});
return
;
return
;
}
}
...
@@ -22,6 +24,24 @@ export default {
...
@@ -22,6 +24,24 @@ export default {
this
.
model
.
ftdgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
ftdgrp
.
rec
.
ownref
=
res
.
data
;
},
},
async
onFttypChange
()
{
if
(
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
'LI'
||
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
'DI'
){
this
.
model
.
ftdgrp
.
tri
.
pts
=
new
Pts
().
data
;
}
else
if
(
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
'LO'
||
this
.
model
.
ftdgrp
.
rec
.
fttyp
==
'DO'
){
this
.
model
.
fttp
.
troact
=
''
;
this
.
model
.
ftdgrp
.
tro
.
pts
=
new
Pts
().
data
;
}
else
{
this
.
model
.
fttp
.
troact
=
''
;
this
.
model
.
fttp
.
triact
=
''
;
this
.
model
.
ftdgrp
.
tro
.
pts
=
new
Pts
().
data
;
this
.
model
.
ftdgrp
.
tri
.
pts
=
new
Pts
().
data
;
this
.
model
.
ftdgrp
.
act
.
pts
=
new
Pts
().
data
;
}
},
async
onMaxcurChange
()
{
async
onMaxcurChange
()
{
...
...
src/page/Funds/Fttfcm/model/Check.js
View file @
d5bb675c
This diff is collapsed.
Click to expand it.
src/page/Funds/Fttfcm/views/Mt199.vue
View file @
d5bb675c
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"Related Reference"
prop=
"relref"
>
<c-form-item
label=
"Related Reference"
prop=
"relref"
>
<c-input
disabled
v-model=
"model.relref"
maxlength=
"16"
placeholder=
""
></c-input>
<c-input
v-model=
"model.relref"
maxlength=
"16"
placeholder=
""
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
...
src/page/Funds/Fttfcm/views/Mt299.vue
View file @
d5bb675c
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"Related Reference"
prop=
"relref"
>
<c-form-item
label=
"Related Reference"
prop=
"relref"
>
<c-input
disabled
v-model=
"model.relref"
maxlength=
"16"
placeholder=
""
></c-input>
<c-input
v-model=
"model.relref"
maxlength=
"16"
placeholder=
""
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
...
src/page/Funds/Fttfcm/views/Ovwp1.vue
View file @
d5bb675c
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"定存拆借类型"
prop=
"ftdgrp.rec.fttyp"
>
<el-form-item
label=
"定存拆借类型"
prop=
"ftdgrp.rec.fttyp"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.fttyp"
:filterKey=
"['LO','LI','DO','DI']"
style=
"width:100%"
<c-select
@
change=
"onFttypChange"
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.fttyp"
:filterKey=
"['LO','LI','DO','DI']"
style=
"width:100%"
placeholder=
"请输入定存拆借类型"
>
placeholder=
"请输入定存拆借类型"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -94,8 +94,21 @@
...
@@ -94,8 +94,21 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"年利率"
prop=
"ftdgrp.rec.rat"
>
<c-form-item
label=
"年利率"
prop=
"ftdgrp.rec.rat"
>
<c-input
v-model=
"model.ftdgrp.rec.rat"
placeholder=
"请输入年利率"
></c-input>
<!-- <c-input v-model="model.ftdgrp.rec.rat" placeholder="请输入年利率"></c-input> -->
<c-fullbox>
<c-input
v-model=
"model.ftdgrp.rec.rat"
placeholder=
"请输入年利率"
></c-input>
<
template
slot=
"footer"
>
<span
style=
"margin: 0 5px"
size=
"small"
type=
"primary"
>
%
</span>
</
template
>
</c-fullbox>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"计息方式"
prop=
"ftdgrp.rec.cntfra"
>
<el-form-item
label=
"计息方式"
prop=
"ftdgrp.rec.cntfra"
>
...
@@ -146,13 +159,17 @@
...
@@ -146,13 +159,17 @@
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"业务摘要"
prop=
"ftdgrp.rec.nam"
>
<c-form-item
label=
"业务摘要"
prop=
"ftdgrp.rec.nam"
>
<c-input
v-model=
"defaultNam950"
maxlength=
"40"
<c-input
disabled
v-model=
"defaultNam950"
maxlength=
"40"
placeholder=
"请输入名称"
></c-input>
placeholder=
"请输入名称"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
@
change=
"onTroChange"
:disabled=
"true"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
<c-ptap
:model=
"model"
@
change=
"onTroChange"
:disabled=
"true"
:requiredExtkey=
"model.ftdgrp.rec.fttyp =='LI'||model.ftdgrp.rec.fttyp =='DI'"
:disabledExtkey=
"model.ftdgrp.rec.fttyp =='LO'||model.ftdgrp.rec.fttyp =='DO'|| model.ftdgrp.rec.fttyp ==''||model.ftdgrp.rec.fttyp ==undefined"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{ title: '资金拆出行', grp: 'ftdgrp', rol: 'tro' }"
ptytyp=
"B"
>
:isShowCard=
"false"
:argadr=
"{ title: '资金拆出行', grp: 'ftdgrp', rol: 'tro' }"
ptytyp=
"B"
>
</c-ptap>
</c-ptap>
</el-card
>
</el-card
>
...
@@ -164,9 +181,12 @@
...
@@ -164,9 +181,12 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
label=
""
prop=
"fttp.troact"
>
<el-form-item
label=
"
Account
"
prop=
"fttp.troact"
>
<el-select
<el-select
v-model=
"model.fttp.troact"
clearablex
v-model=
"model.fttp.troact"
clearablex
:disabled=
"model.ftdgrp.rec.fttyp =='LO'||model.ftdgrp.rec.fttyp =='DO'|| model.ftdgrp.rec.fttyp ==''||model.ftdgrp.rec.fttyp ==undefined"
placeholder=
"请选择账号"
placeholder=
"请选择账号"
>
>
<el-option
v-for=
"item in troActlist"
:key=
"item"
:label=
"item"
<el-option
v-for=
"item in troActlist"
:key=
"item"
:label=
"item"
...
@@ -180,14 +200,19 @@
...
@@ -180,14 +200,19 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
@
change=
"onTriChange"
:disabled=
"true"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
<c-ptap
:model=
"model"
@
change=
"onTriChange"
:disabled=
"true"
:requiredExtkey=
"model.ftdgrp.rec.fttyp =='LO'||model.ftdgrp.rec.fttyp =='DO'"
:disabledExtkey=
"model.ftdgrp.rec.fttyp =='LI'||model.ftdgrp.rec.fttyp =='DI'|| model.ftdgrp.rec.fttyp ==''||model.ftdgrp.rec.fttyp ==undefined"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{ title: '资金拆入行', grp: 'ftdgrp', rol: 'tri' }"
ptytyp=
"B"
>
:isShowCard=
"false"
:argadr=
"{ title: '资金拆入行', grp: 'ftdgrp', rol: 'tri' }"
ptytyp=
"B"
>
</c-ptap>
</c-ptap>
</el-card>
</el-card>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
@
change=
"onActChange"
:disabled=
"true"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
<c-ptap
:model=
"model"
@
change=
"onActChange"
:disabled=
"true"
:disabledExtkey=
"model.ftdgrp.rec.fttyp ==''||model.ftdgrp.rec.fttyp ==undefined"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{ title: '资金拆出我方账户行', grp: 'ftdgrp', rol: 'act' }"
ptytyp=
"B"
>
:isShowCard=
"false"
:argadr=
"{ title: '资金拆出我方账户行', grp: 'ftdgrp', rol: 'act' }"
ptytyp=
"B"
>
</c-ptap>
</c-ptap>
</el-card>
</el-card>
...
@@ -199,9 +224,10 @@
...
@@ -199,9 +224,10 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
label=
""
prop=
"fttp.triact"
>
<el-form-item
label=
"
Account
"
prop=
"fttp.triact"
>
<el-select
<el-select
v-model=
"model.fttp.triact"
clearablex
v-model=
"model.fttp.triact"
clearablex
:disabled=
"model.ftdgrp.rec.fttyp ==''||model.ftdgrp.rec.fttyp ==undefined"
placeholder=
"请选择账号"
placeholder=
"请选择账号"
>
>
<el-option
v-for=
"item in triActlist"
:key=
"item"
:label=
"item"
<el-option
v-for=
"item in triActlist"
:key=
"item"
:label=
"item"
...
@@ -228,6 +254,8 @@ export default {
...
@@ -228,6 +254,8 @@ export default {
mixins
:
[
Event
,
commonProcess
],
mixins
:
[
Event
,
commonProcess
],
data
()
{
data
()
{
return
{
return
{
triActlist
:[
'1111120209999'
,
'1111120209998'
],
troActlist
:[
'2222220209999'
,
'2222220209998'
],
}
}
},
},
...
@@ -249,6 +277,9 @@ export default {
...
@@ -249,6 +277,9 @@ export default {
this
.
model
.
ftdgrp
.
rec
.
nam
=
nam
;
this
.
model
.
ftdgrp
.
rec
.
nam
=
nam
;
return
nam
return
nam
},
},
},
},
methods
:
{
methods
:
{
...
...
src/page/Funds/Fttfcm/views/index.vue
View file @
d5bb675c
...
@@ -44,7 +44,7 @@ import operationFunc from "~/mixin/operationFunc";
...
@@ -44,7 +44,7 @@ import operationFunc from "~/mixin/operationFunc";
import
commonDepend
from
"~/mixin/commonDepend"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
import
event
from
"../event"
;
import
event
from
"../event"
;
import
Check
from
"../model/Check"
import
Check
from
"../model/Check
.js
"
// import Default from "../model/Default"
// import Default from "../model/Default"
// import Pattern from "../model/Pattern"
// import Pattern from "../model/Pattern"
import
Ovwp
from
"./Ovwp"
import
Ovwp
from
"./Ovwp"
...
@@ -62,7 +62,7 @@ export default {
...
@@ -62,7 +62,7 @@ export default {
root
:
this
root
:
this
}
}
},
},
mixins
:
[
commonProcess
,
operationFunc
,
commonDepend
,
event
,
buildFn
],
mixins
:
[
commonProcess
,
operationFunc
,
commonDepend
,
event
,
Check
,
buildFn
],
data
()
{
data
()
{
return
{
return
{
tabVal
:
"ovwp"
,
tabVal
:
"ovwp"
,
...
...
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