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
biyuewuhua
isc-web-vue
Commits
546ffd4d
Commit
546ffd4d
authored
Oct 06, 2024
by
hanying
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://114.115.138.98:8900/isc-v3.1/isc-web-vue
into develop
parents
56f7d5bd
2f023338
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
199 additions
and
107 deletions
+199
-107
common.css
src/assets/css/common.css
+6
-0
index.js
src/config/CodeTable/index.js
+33
-0
Mainmgs.vue
src/page/Frontend/Cpsmgs/views/Mainmgs.vue
+8
-5
Mainplwjz.vue
src/page/Frontend/Cpswjz/views/Mainplwjz.vue
+3
-9
Ovwp.vue
src/page/Funds/Fttfcm/views/Ovwp.vue
+6
-6
Canp.vue
src/page/Funds/Fttfcn/views/Canp.vue
+1
-1
Matp.vue
src/page/Funds/Fttfmt/views/Matp.vue
+11
-9
Cnfp.vue
src/page/Funds/Fttpcm/views/Cnfp.vue
+37
-12
Canp.vue
src/page/Funds/Fttpcn/views/Canp.vue
+29
-7
Check.js
src/page/Funds/Fxtfcm/model/Check.js
+0
-0
index.js
src/page/Funds/Fxtfcm/model/index.js
+16
-15
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+8
-13
index.vue
src/page/Funds/Fxtfcm/views/index.vue
+6
-6
Canp.vue
src/page/Funds/Fxtlcn/views/Canp.vue
+19
-8
Ovwp.vue
src/page/Funds/Fxtssb/views/Ovwp.vue
+8
-8
Ovwp.vue
src/page/Funds/Fxtsss/views/Ovwp.vue
+8
-8
No files found.
src/assets/css/common.css
View file @
546ffd4d
...
...
@@ -701,3 +701,8 @@ i.el-select__caret.el-input__icon.el-icon-circle-close {
width
:
780px
;
}
}
/*通用样式*/
.pl8
{
padding-left
:
8px
;
}
\ No newline at end of file
src/config/CodeTable/index.js
View file @
546ffd4d
...
...
@@ -9673,6 +9673,39 @@ const CodeTable = {
{
label
:
"已丢弃"
,
value
:
"G"
},
{
label
:
"暂存"
,
value
:
"Z"
},
],
cshflg
:[
{
label
:
"现钞"
,
value
:
"2"
},
{
label
:
"现汇"
,
value
:
"1"
},
],
fxt_dsp
:[
{
label
:
"内部往来清算账户"
,
value
:
"HA"
},
{
label
:
"国际结算过渡账户"
,
value
:
"SP"
},
{
label
:
"客户往来账户"
,
value
:
"LO"
},
{
label
:
"客户待核查账户"
,
value
:
"VT"
},
{
label
:
"客户外汇资本金帐户"
,
value
:
"CA"
},
],
fxt_dsp2
:[
{
label
:
"内部往来清算账户"
,
value
:
"HA"
},
{
label
:
"国际结算过渡账户"
,
value
:
"SP"
},
{
label
:
"客户往来账户"
,
value
:
"LO"
},
{
label
:
"客户待核查账户"
,
value
:
"VT"
},
],
fxt_fxtyp
:[
{
label
:
"远期结汇"
,
value
:
"UB"
},
{
label
:
"即期结汇"
,
value
:
"SB"
},
{
label
:
"择期结汇"
,
value
:
"NB"
},
{
label
:
"代客外汇买入"
,
value
:
"XB"
},
{
label
:
"外汇平盘买入"
,
value
:
"BX"
},
{
label
:
"择期售汇"
,
value
:
"NS"
},
{
label
:
"兑换平盘卖出"
,
value
:
"FS"
},
{
label
:
"平盘买入"
,
value
:
"LB"
},
{
label
:
"远期售汇"
,
value
:
"US"
},
{
label
:
"代客外汇卖出"
,
value
:
"XS"
},
{
label
:
"即期售汇"
,
value
:
"SS"
},
{
label
:
"外汇平盘卖出"
,
value
:
"SX"
},
{
label
:
"平盘卖出"
,
value
:
"LS"
},
{
label
:
"兑换平盘买入"
,
value
:
"FB"
},
],
rmbsta
:
[
{
label
:
"待申报"
,
value
:
"0"
},
{
label
:
"已发送"
,
value
:
"8"
},
...
...
src/page/Frontend/Cpsmgs/views/Mainmgs.vue
View file @
546ffd4d
...
...
@@ -18,7 +18,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"起
使
日期"
prop=
"rcvdatsta"
style=
"width: 100%"
>
<el-form-item
label=
"起
始
日期"
prop=
"rcvdatsta"
style=
"width: 100%"
>
<c-date-picker
type=
"date"
v-model=
"model.mgsp.stadat"
...
...
@@ -26,7 +26,12 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"截止日期"
prop=
"rcvdatsta"
style=
"width: 100%"
>
<c-date-picker
type=
"date"
...
...
@@ -37,9 +42,7 @@
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
</el-row>
</el-row>
</
template
>
</c-list-search>
...
...
src/page/Frontend/Cpswjz/views/Mainplwjz.vue
View file @
546ffd4d
...
...
@@ -31,7 +31,9 @@
</c-col>
</c-col>
</el-row>
<el-row>
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文类型"
prop=
""
style=
"width: 100%"
>
...
...
@@ -50,8 +52,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文标志号"
prop=
""
style=
"width: 100%"
>
...
...
@@ -70,8 +70,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"账号"
prop=
""
style=
"width: 100%"
>
...
...
@@ -89,8 +87,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"消息处理状态"
prop=
""
style=
"width: 100%"
>
...
...
@@ -106,8 +102,6 @@
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
</el-row>
</
template
>
</c-list-search>
...
...
src/page/Funds/Fttfcm/views/Ovwp.vue
View file @
546ffd4d
...
...
@@ -23,7 +23,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttp.定存拆借类型')"
prop=
"ftdgrp.rec.fttyp"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
style=
"width:100%"
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.ffttyp"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.定存拆借类型')"
>
</c-select>
</el-form-item>
...
...
@@ -72,7 +72,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttp.计息方式')"
prop=
"ftdgrp.rec.cntfra"
>
<c-select
v-model=
"model.ftdgrp.rec.cntfra"
style=
"width:100%"
<c-select
v-model=
"model.ftdgrp.rec.cntfra"
:code=
"codes.ictyp"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.计息方式')"
>
</c-select>
</el-form-item>
...
...
@@ -93,14 +93,14 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttp.报文类型')"
prop=
"fttp.msgtyp"
>
<c-select
v-model=
"model.fttp.msgtyp"
style=
"width:100%"
<c-select
v-model=
"model.fttp.msgtyp"
:code=
"codes.msgtyp2"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.报文类型')"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttp.银行行类别')"
prop=
"ftdgrp.rec.bnktyp"
>
<c-select
v-model=
"model.ftdgrp.rec.bnktyp"
:code=
"codes.
curtxt1
"
style=
"width:100%"
<c-select
v-model=
"model.ftdgrp.rec.bnktyp"
:code=
"codes.
avbwth
"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.银行行类别')"
>
</c-select>
</el-form-item>
...
...
@@ -132,7 +132,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"0"
prop=
"fttp.troact"
>
<c-select
v-model=
"model.fttp.troact"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + '交易账户'"
>
<c-select
v-model=
"model.fttp.troact"
:code=
"codes.idtype"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + '交易账户'"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -152,7 +152,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"0"
prop=
"fttp.triact"
>
<c-select
v-model=
"model.fttp.triact"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.S0000103
')"
>
<c-select
v-model=
"model.fttp.triact"
:code=
"codes.idtype"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttp.账户
')"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/page/Funds/Fttfcn/views/Canp.vue
View file @
546ffd4d
...
...
@@ -19,7 +19,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttfcn.定存拆借类型')"
prop=
"ftdgrp.rec.fttyp"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
style=
"width:100%"
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.ffttyp"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttfcn.定存拆借类型')"
>
</c-select>
</el-form-item>
...
...
src/page/Funds/Fttfmt/views/Matp.vue
View file @
546ffd4d
...
...
@@ -21,7 +21,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fttfmt.定存拆借类型')"
prop=
"ftdgrp.rec.fttyp"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.
curtxt1
"
style=
"width:100%"
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.
ffttyp
"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttfmt.定存拆借类型')"
>
</c-select>
</el-form-item>
...
...
@@ -30,10 +30,11 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fttfmt.定存拆借金额')"
prop=
"setmod.doccur"
>
<c-input
v-model=
"model.setmod.doccur"
maxlength=
"3"
:placeholder=
"$t('other.请输入') + $t('fttfmt.定存拆借金额币种')"
></c-input>
</c-form-item>
<el-form-item
:label=
"$t('fttfmt.定存拆借金额')"
prop=
"setmod.doccur"
>
<c-select
v-model=
"model.setmod.doccur"
:code=
"codes.curtxt1"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttfmt.定存拆借金额币种')"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
class=
"pl8"
>
<c-form-item
label-width=
"0"
prop=
"ftdgrp.cbs.max.amt"
>
...
...
@@ -78,10 +79,11 @@
<!-- S0000018 : 结算总金额 -->
<c-col
:spam=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fttfmt.结算总金额币种')"
prop=
"ftdgrp.cbs.max.cur"
>
<c-input
v-model=
"model.ftdgrp.cbs.max.cur"
maxlength=
"3"
:placeholder=
"$t('other.请输入') + $t('fttfmt.结算总金额币种')"
></c-input>
</c-form-item>
<el-form-item
:label=
"$t('fttfmt.结算总金额币种')"
prop=
"ftdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.ftdgrp.cbs.max.cur"
:code=
"codes.curtxt1"
style=
"width:100%"
:placeholder=
"$t('other.请输入') + $t('fttfmt.结算总金额币种')"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
class=
"pl8"
>
<c-form-item
label-width=
"0"
prop=
"setmod.setamt"
>
...
...
src/page/Funds/Fttpcm/views/Cnfp.vue
View file @
546ffd4d
...
...
@@ -33,10 +33,7 @@
prop=
"fttp.usr.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.fttp.usr.extkey"
maxlength=
"8"
></c-input>
<c-input
v-model=
"model.fttp.usr.extkey"
maxlength=
"8"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 5px"
type=
"primary"
>
i
...
...
@@ -68,13 +65,20 @@
:label=
"$t('fttp.Position Amount')"
prop=
"ftdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.ftdgrp.cbs.max.cur"
style=
"width: 100%"
>
<c-select
v-model=
"model.ftdgrp.cbs.max.cur"
:code=
"codes.curtxt"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"ftdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.ftdgrp.cbs.max.amt"
></c-input>
<c-input-currency
v-model=
"model.ftdgrp.cbs.max.amt"
:currency=
"model.ftdgrp.cbs.max.cur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
...
...
@@ -114,9 +118,15 @@
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fttp.Beneficiary')"
prop=
"ftdgrp.ben.pts.extkey"
>
<c-form-item
:label=
"$t('fttp.Beneficiary')"
prop=
"ftdgrp.ben.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.ftdgrp.ben.pts.extkey"
maxlength=
"34"
></c-input>
<c-input
v-model=
"model.ftdgrp.ben.pts.extkey"
maxlength=
"34"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 5px"
type=
"primary"
>
i
...
...
@@ -139,7 +149,11 @@
<!-- S0000104 : 报文类型 -->
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fttp.Message Type')"
prop=
"fttp.msgtyp"
>
<c-select
v-model=
"model.fttp.msgtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.fttp.msgtyp"
:code=
"codes.swftyp1"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
...
...
@@ -161,7 +175,10 @@
<c-col
:span=
"24"
>
<c-form-item
label=
""
prop=
"ftdgrp.tro.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.ftdgrp.tro.pts.extkey"
maxlength=
"8"
></c-input>
<c-input
v-model=
"model.ftdgrp.tro.pts.extkey"
maxlength=
"8"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 5px"
type=
"primary"
>
i
...
...
@@ -186,7 +203,11 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
""
prop=
"fttp.troact"
>
<c-select
v-model=
"model.fttp.troact"
style=
"width: 100%"
>
<c-select
v-model=
"model.fttp.troact"
:code=
"[{ label: '7026141140101010009', value: '1' }]"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
...
...
@@ -229,7 +250,11 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
prop=
"fttp.triact"
>
<c-select
v-model=
"model.fttp.triact"
style=
"width: 100%"
>
<c-select
v-model=
"model.fttp.triact"
:code=
"[{ label: '7026141140101010009', value: '1' }]"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
...
...
src/page/Funds/Fttpcn/views/Canp.vue
View file @
546ffd4d
...
...
@@ -37,7 +37,11 @@
<!-- S0000063 : 头寸调拨类型 -->
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fttpcn.头寸调拨类型')"
prop=
"ftdgrp.rec.fttyp"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.ftdgrp.rec.fttyp"
:code=
"codes.fttyp"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
...
...
@@ -48,13 +52,20 @@
:label=
"$t('fttp.头寸调拨金额')"
prop=
"ftdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.ftdgrp.cbs.max.cur"
style=
"width: 100%"
>
<c-select
v-model=
"model.ftdgrp.cbs.max.cur"
:code=
"codes.curtxt"
style=
"width: 100%"
>
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"ftdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.ftdgrp.cbs.max.amt"
></c-input>
<c-input-currency
v-model=
"model.ftdgrp.cbs.max.amt"
:currency=
"model.ftdgrp.cbs.max.cur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
...
...
@@ -67,13 +78,17 @@
>
<c-select
v-model=
"model.ftdgrp.cbs.opn2.cur"
:code=
"codes.curtxt"
maxlength=
"3"
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"ftdgrp.cbs.opn2.amt"
>
<c-input
v-model=
"model.ftdgrp.cbs.opn2.amt"
></c-input>
<c-input-currency
v-model=
"model.ftdgrp.cbs.opn2.amt"
:currency=
"model.ftdgrp.cbs.opn2.cur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
...
...
@@ -81,16 +96,23 @@
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<c-form-item
:label=
"$t('fttpcn.实际销账金额')"
prop=
"setmod.doccur"
>
<c-select
v-model=
"model.setmod.doccur"
maxlength=
"3"
></c-select>
<c-select
v-model=
"model.setmod.doccur"
:code=
"codes.curtxt"
maxlength=
"3"
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"canamt"
>
<c-input
v-model=
"model.canamt"
></c-input>
<c-input-currency
v-model=
"model.canamt"
:currency=
"model.doccur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"display:
inline-flex;padding-left: 150px;
"
>
<c-col
:span=
"24"
style=
"display:
inline-flex; padding-left: 150px
"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
>
{{
$t("mtabut.业务闭卷")
}}
</c-checkbox>
...
...
src/page/Funds/Fxtfcm/model/Check.js
View file @
546ffd4d
This diff is collapsed.
Click to expand it.
src/page/Funds/Fxtfcm/model/index.js
View file @
546ffd4d
...
...
@@ -6,32 +6,33 @@ export default class Fxtfcm{
this
.
data
=
{
fxtfcm
:{
rec
:{
ownref
:
""
,
// 平盘业务参考号 .fx
dgrp
.rec.ownref
nam
:
""
,
// 名称 .fx
dgrp
.rec.nam
fxtyp
:
""
,
// 平盘类型 .fx
dgrp
.rec.fxtyp
opndat
:
""
,
// 平盘日期 .fx
dgrp
.rec.opndat
valdat
:
""
,
// 起息日 .fx
dgrp
.rec.valdat
rat
:
""
,
// 平盘牌价 .fx
dgrp
.rec.rat
midrat
:
""
,
// 中间价 .fx
dgrp
.rec.midrat
ownusr
:
""
,
// 资金部负责人 .fx
dgrp
.rec.ownusr
usr
:
""
,
// 清算中心负责人 .fx
dgrp
.rec.usr
ownref
:
""
,
// 平盘业务参考号 .fx
tfcm
.rec.ownref
nam
:
""
,
// 名称 .fx
tfcm
.rec.nam
fxtyp
:
""
,
// 平盘类型 .fx
tfcm
.rec.fxtyp
opndat
:
""
,
// 平盘日期 .fx
tfcm
.rec.opndat
valdat
:
""
,
// 起息日 .fx
tfcm
.rec.valdat
rat
:
""
,
// 平盘牌价 .fx
tfcm
.rec.rat
midrat
:
""
,
// 中间价 .fx
tfcm
.rec.midrat
ownusr
:
""
,
// 资金部负责人 .fx
tfcm
.rec.ownusr
usr
:
""
,
// 清算中心负责人 .fx
tfcm
.rec.usr
detail
:
""
,
// 详情 .fxtfcm.rec.detail
other
:
""
,
//其它
},
apl
:{
pts
:
new
Pts
().
data
,
dbfadrblkcn
:
""
,
// Chinese address .fx
dgrp
.apl.dbfadrblkcn
dbfadrblkcn
:
""
,
// Chinese address .fx
tfcm
.apl.dbfadrblkcn
},
blk
:{
remark
:
""
,
// 备注 .fx
dgrp
.blk.remark
remark
:
""
,
// 备注 .fx
tfcm
.blk.remark
},
cbs
:{
max
:{
cur
:
""
,
// Currency .fx
dgrp
.cbs.max.cur
amt
:
""
,
// Balance .fx
dgrp
.cbs.max.amt
cur
:
""
,
// Currency .fx
tfcm
.cbs.max.cur
amt
:
""
,
// Balance .fx
tfcm
.cbs.max.amt
},
nom1
:{
cur
:
""
,
// Currency .fx
dgrp
.cbs.nom1.cur
amt
:
""
,
// Balance .fx
dgrp
.cbs.nom1.amt
cur
:
""
,
// Currency .fx
tfcm
.cbs.nom1.cur
amt
:
""
,
// Balance .fx
tfcm
.cbs.nom1.amt
},
},
act
:{
...
...
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
546ffd4d
...
...
@@ -40,6 +40,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
></c-col>
<c-col
:span=
"12"
>
<!-- S0000021 : 清算中心负责人 -->
<c-col
:span=
"12"
>
...
...
@@ -47,7 +48,6 @@
<c-input
v-model=
"model.fxtfcm.rec.usr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -69,7 +69,7 @@
<!-- S0000005 : 平盘类型 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"平盘类型"
prop=
"fxtfcm.rec.fxtyp"
>
<c-
input
disabled
v-model=
"model.fxtfcm.rec.fxtyp"
maxlength=
"20"
></c-inpu
t>
<c-
select
disabled
v-model=
"model.fxtfcm.rec.fxtyp"
maxlength=
"20"
></c-selec
t>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -119,8 +119,8 @@
</c-col>
<c-col
:span=
"9"
>
<c-form-item
label=
"
Account with Liquidation Party"
prop=
"fxtp.aplp.ptsget.sdamod.seainf
"
>
<c-input
v-model=
"model.
fxtp.aplp.ptsget.sdamod.seainf
"
></c-input>
<c-form-item
label=
"
平盘机构账户行"
prop=
"acc2
"
>
<c-input
v-model=
"model.
acc2
"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"3"
>
...
...
@@ -131,8 +131,6 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- S0000013 : 平盘牌价 -->
<c-col
:span=
"12"
>
...
...
@@ -152,8 +150,6 @@
</c-col>
<c-col
:span=
"24"
>
<!-- S0000007 : 平盘日期 -->
...
...
@@ -165,8 +161,8 @@
<c-col
:span=
"12"
>
<el-form-item
prop=
"
acc1
"
>
<c-select
v-model=
"model.
acc1
"
style=
"width:100%"
>
<el-form-item
prop=
"
fxtfcm.rec.other
"
>
<c-select
v-model=
"model.
fxtfcm.rec.other
"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -190,11 +186,10 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"备注"
prop=
"fxtfcm.
apl.pts
.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxtfcm.
apl.pts.adrbl
k"
maxlength=
"35"
show-word-limit
></c-input>
<c-form-item
label=
"备注"
prop=
"fxtfcm.
blk
.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxtfcm.
blk.remar
k"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"9"
>
<c-form-item
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
...
...
src/page/Funds/Fxtfcm/views/index.vue
View file @
546ffd4d
...
...
@@ -34,8 +34,8 @@ import CodeTable from "~/config/CodeTable"
import
Fxtfcm
from
"../model"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"../model/Check"
import
Default
from
"../model/Default"
import
Pattern
from
"../model/Pattern"
//
import Default from "../model/Default"
//
import Pattern from "../model/Pattern"
import
Cnfp
from
"./Cnfp"
import
Mt300
from
"./Mt300"
import
Fxt300l1
from
"./Fxt300l1"
...
...
@@ -60,10 +60,10 @@ export default {
trnName
:
"fxtfcm"
,
trnType
:
""
,
model
:
new
Fxtfcm
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
//
checkRules: Check,
//
defaultRules: Default,
//
pattern: Pattern,
rules
:
Check
,
codes
:
{
},
}
...
...
src/page/Funds/Fxtlcn/views/Canp.vue
View file @
546ffd4d
...
...
@@ -29,7 +29,7 @@
<!-- S0000005 : 平盘类型 -->
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtlcn.平盘类型')"
prop=
"fxdgrp.rec.fxtyp"
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
:code=
"codes.fxt_fxtyp"
style=
"width: 100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -42,13 +42,17 @@
>
<c-select
v-model=
"model.fxdgrp.cbs.opn2.cur"
:code=
"codes.curtxt"
maxlength=
"3"
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"fxdgrp.cbs.opn2.amt"
>
<c-input
v-model=
"model.fxdgrp.cbs.opn2.amt"
></c-input>
<c-input-currency
v-model=
"model.fxdgrp.cbs.opn2.amt"
:currency=
"model.fxdgrp.cbs.opn2.cur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
...
...
@@ -59,23 +63,30 @@
:label=
"$t('fxtlcn.fxtlcn.Domestic Cur Amount')"
prop=
"cancur"
>
<c-select
v-model=
"model.cancur"
maxlength=
"3"
></c-select>
<c-select
v-model=
"model.cancur"
:code=
"codes.curtxt"
maxlength=
"3"
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"14"
>
<c-form-item
label-width=
"10px"
prop=
"canamt"
>
<c-input
v-model=
"model.canamt"
></c-input>
<c-input-currency
v-model=
"model.canamt"
:currency=
"model.cancur"
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fxtlcn.平盘牌价')"
prop=
"can
cur
"
>
<c-
select
v-model=
"model.canamt"
maxlength=
"3"
></c-selec
t>
<c-form-item
:label=
"$t('fxtlcn.平盘牌价')"
prop=
"can
amt
"
>
<c-
input
v-model=
"model.canamt"
></c-inpu
t>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fxtlcn.中间价')"
prop=
"can
cur
"
>
<c-
select
v-model=
"model.canamt"
maxlength=
"3"
></c-selec
t>
<c-form-item
:label=
"$t('fxtlcn.中间价')"
prop=
"can
amt
"
>
<c-
input
v-model=
"model.canamt"
></c-inpu
t>
</c-form-item>
</c-col>
<!-- S0000007 : 平盘日期 -->
...
...
src/page/Funds/Fxtssb/views/Ovwp.vue
View file @
546ffd4d
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.结售汇类型')"
prop=
"fxtp.fxdgrp.rec.fxtyp"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.fxtyp"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.fxtyp"
:code=
"codes.fxt_fxtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -84,7 +84,7 @@
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.cshflg"
>
<c-select
v-model=
"model.fxtp.cshflg"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.cshflg"
:code=
"codes.cshflg"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -118,14 +118,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.外币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp"
:code=
"codes.fxt_dsp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -135,7 +135,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.交易主体')"
prop=
"fxtp.fxdgrp.rec.trnman"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trnman"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trnman"
:code=
"codes.trnman"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -202,14 +202,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.本币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp2"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp2"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp2"
:code=
"codes.fxt_dsp2"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc2"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc2"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc2"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -218,7 +218,7 @@
<!-- S0000076 : 结售汇类型 -->
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.
结售汇类型
')"
prop=
"fxtp.fxdgrp.rec.trdint"
>
<el-form-item
:label=
"$t('fxtp.
Exchange Title
')"
prop=
"fxtp.fxdgrp.rec.trdint"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trdint"
style=
"width:100%"
>
</c-select>
</el-form-item>
...
...
src/page/Funds/Fxtsss/views/Ovwp.vue
View file @
546ffd4d
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.结售汇类型')"
prop=
"fxtp.fxdgrp.rec.fxtyp"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.fxtyp"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.fxtyp"
:code=
"codes.fxt_fxtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -84,7 +84,7 @@
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.cshflg"
>
<c-select
v-model=
"model.fxtp.cshflg"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.cshflg"
:code=
"codes.cshflg"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -118,14 +118,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.外币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp"
:code=
"codes.fxt_dsp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -135,7 +135,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.交易主体')"
prop=
"fxtp.fxdgrp.rec.trnman"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trnman"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trnman"
:code=
"codes.trnman"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -202,14 +202,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.本币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp2"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp2"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.dsp2"
:code=
"codes.fxt_dsp2"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc2"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc2"
style=
"width:100%"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.acc2"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -218,7 +218,7 @@
<!-- S0000076 : 结售汇类型 -->
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.
结售汇类型
')"
prop=
"fxtp.fxdgrp.rec.trdint"
>
<el-form-item
:label=
"$t('fxtp.
Exchange Title
')"
prop=
"fxtp.fxdgrp.rec.trdint"
>
<c-select
v-model=
"model.fxtp.fxdgrp.rec.trdint"
style=
"width:100%"
>
</c-select>
</el-form-item>
...
...
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