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
65e5408d
Commit
65e5408d
authored
Oct 06, 2024
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fxtssb、fxtsss码值添加
parent
ed96681a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
16 deletions
+49
-16
index.js
src/config/CodeTable/index.js
+33
-0
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/config/CodeTable/index.js
View file @
65e5408d
...
@@ -9673,6 +9673,39 @@ const CodeTable = {
...
@@ -9673,6 +9673,39 @@ const CodeTable = {
{
label
:
"已丢弃"
,
value
:
"G"
},
{
label
:
"已丢弃"
,
value
:
"G"
},
{
label
:
"暂存"
,
value
:
"Z"
},
{
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
:
[
rmbsta
:
[
{
label
:
"待申报"
,
value
:
"0"
},
{
label
:
"待申报"
,
value
:
"0"
},
{
label
:
"已发送"
,
value
:
"8"
},
{
label
:
"已发送"
,
value
:
"8"
},
...
...
src/page/Funds/Fxtssb/views/Ovwp.vue
View file @
65e5408d
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.结售汇类型')"
prop=
"fxtp.fxdgrp.rec.fxtyp"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.cshflg"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -118,14 +118,14 @@
...
@@ -118,14 +118,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.外币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.交易主体')"
prop=
"fxtp.fxdgrp.rec.trnman"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -202,14 +202,14 @@
...
@@ -202,14 +202,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.本币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp2"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc2"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -218,7 +218,7 @@
...
@@ -218,7 +218,7 @@
<!-- S0000076 : 结售汇类型 -->
<!-- S0000076 : 结售汇类型 -->
<c-col
:span=
"24"
>
<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
v-model=
"model.fxtp.fxdgrp.rec.trdint"
style=
"width:100%"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
...
src/page/Funds/Fxtsss/views/Ovwp.vue
View file @
65e5408d
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.结售汇类型')"
prop=
"fxtp.fxdgrp.rec.fxtyp"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.cshflg"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -118,14 +118,14 @@
...
@@ -118,14 +118,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.外币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('fxtp.交易主体')"
prop=
"fxtp.fxdgrp.rec.trnman"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -202,14 +202,14 @@
...
@@ -202,14 +202,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtp.本币结算账号')"
prop=
"fxtp.fxdgrp.rec.dsp2"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxtp.fxdgrp.rec.acc2"
>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -218,7 +218,7 @@
...
@@ -218,7 +218,7 @@
<!-- S0000076 : 结售汇类型 -->
<!-- S0000076 : 结售汇类型 -->
<c-col
:span=
"24"
>
<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
v-model=
"model.fxtp.fxdgrp.rec.trdint"
style=
"width:100%"
>
</c-select>
</c-select>
</el-form-item>
</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