Commit 13ea03bb by wangguangchao

fxtssb、fxtsss交易参照td排版

parent 3e025eb0
......@@ -71,6 +71,11 @@ export default class Fxtssb {
},
},
},
fxdgrp: {
apl: {
pts: new Pts().data,
},
},
setmod: new Pub().data.Setmod,
docpan: new Pub().data.Docpan,
trndia: new Pub().data.Trndia,
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px">
<!-- S0000039 : 结售汇业务参考号 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item :label="$t('fxtp.结售汇业务参考号')" prop="fxtp.fxdgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.fxtp.fxdgrp.rec.ownref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000040 : 名称 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.名称')" prop="fxtp.fxdgrp.rec.nam">
<c-input v-model="model.fxtp.fxdgrp.rec.nam" maxlength="40"></c-input>
</c-form-item>
</c-col>
<!-- S0000057 : 结售汇申请人 -->
<!-- S0000092 : 编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.结售汇申请人')" prop="fxtp.fxdgrp.apl.pts.ref">
<c-input v-model="model.fxtp.fxdgrp.apl.pts.ref" maxlength="20"></c-input>
<template slot="footer">
<c-button style="margin: 0 0" size="small" type="primary"
@click="getOwnref">
获取
</c-button>
</template>
</c-fullbox>
</c-form-item>
</c-col>
<!-- S0000041 : 业务负责人 -->
<c-col :span="12">
<c-form-item label="User ID" prop="fxtp.usrget.usr.extkey">
<c-col :span="24">
<c-form-item label="业务负责人" prop="fxtp.usrget.usr.extkey">
<c-input v-model="model.fxtp.usrget.usr.extkey" maxlength="8"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fxtp.usrget.sdamod.seainf">
<c-form-item label="" prop="fxtp.usrget.sdamod.seainf" style="display:none">
<c-input v-model="model.fxtp.usrget.sdamod.seainf"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fxtp.aplp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.dadsnd"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fxtp.aplp.ptspta.pts.extkey">
<c-input v-model="model.fxtp.aplp.ptspta.pts.extkey" maxlength="16"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fxtp.aplp.ptsget.sdamod.seainf">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.seainf"></c-input>
</c-form-item>
</c-col>
<!-- S0000047 : 结售汇类型 -->
<c-col :span="12">
<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>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Address Block" prop="fxtp.aplp.ptspta.pts.adrblk">
<c-input type="textarea" v-model="model.fxtp.aplp.ptspta.pts.adrblk" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fxtp.aplp.ptspta.dbfadrblkcn">
<c-input type="textarea" v-model="model.fxtp.aplp.ptspta.dbfadrblkcn" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.fxtp.amtlab" data-path=".fxtp.amtlab"> </span>
</c-col>
<c-col :span="12">
<el-form-item label="Currency" prop="fxtp.fxdgrp.cbs.max.cur">
<c-select v-model="model.fxtp.fxdgrp.cbs.max.cur" style="width:100%">
</c-select>
<el-form-item label="Purchase Amount" prop="fxtp.fxdgrp.cbs.max.cur">
<c-select-cur v-model="model.fxtp.fxdgrp.cbs.max.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="fxtp.fxdgrp.cbs.max.amt">
<c-input v-model="model.fxtp.fxdgrp.cbs.max.amt"></c-input>
</c-form-item>
<el-form-item label-width="5px" prop="fxtp.fxdgrp.cbs.max.amt">
<c-input-currency
:currency="model.fxtp.fxdgrp.cbs.max.cur"
v-model="model.fxtp.fxdgrp.cbs.max.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.fxtp.frgchk">{{ $t('fxtp.C0000100') }}</c-checkbox>
</c-col>
<c-col :span="24">
<c-col :span="12">
<span v-text="model.fxtp.cnylab" data-path=".fxtp.cnylab"> </span>
<el-form-item label="Domestic Cur.Amount" prop="fxtp.fxdgrp.cbs.nom1.cur">
<c-select-cur v-model="model.fxtp.fxdgrp.cbs.nom1.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Currency" prop="fxtp.fxdgrp.cbs.nom1.cur">
<c-select v-model="model.fxtp.fxdgrp.cbs.nom1.cur" style="width:100%">
</c-select>
<el-form-item label-width="5px" prop="fxtp.fxdgrp.cbs.nom1.amt">
<c-input-currency
:currency="model.fxtp.fxdgrp.cbs.nom1.cur"
v-model="model.fxtp.fxdgrp.cbs.nom1.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="fxtp.fxdgrp.cbs.nom1.amt">
<c-input v-model="model.fxtp.fxdgrp.cbs.nom1.amt"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.fxtp.cnychk">{{ $t('fxtp.C0000101') }}</c-checkbox>
</c-col>
<!-- S0000060 : 对外牌价 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item :label="$t('fxtp.对外牌价')" prop="fxtp.fxdgrp.rec.rat">
<c-input v-model="model.fxtp.fxdgrp.rec.rat"></c-input>
</c-form-item>
</c-col>
<!-- S0000062 : 询价编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.询价编号')" prop="fxtp.fxdgrp.rec.quoref">
<c-input v-model="model.fxtp.fxdgrp.rec.quoref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000091 : 钞汇标志 -->
<!-- S0000061 : 中间价 -->
<c-col :span="24">
<c-col :span="12">
<c-form-item :label="$t('fxtp.中间价')" prop="fxtp.fxdgrp.rec.midrat">
<c-input v-model="model.fxtp.fxdgrp.rec.midrat"></c-input>
......@@ -140,55 +83,39 @@
</c-col>
<c-col :span="12">
<el-form-item label="钞汇标志" prop="fxtp.cshflg">
<el-form-item label-width="5px" prop="fxtp.cshflg">
<c-select v-model="model.fxtp.cshflg" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<!-- S0000063 : 资金部编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.资金部编号')" prop="fxtp.fxdgrp.rec.fudref">
<c-input v-model="model.fxtp.fxdgrp.rec.fudref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000064 : 登记日期 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.登记日期')" prop="fxtp.fxdgrp.rec.opndat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.opndat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000065 : 起息日 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.起息日')" prop="fxtp.fxdgrp.rec.valdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.valdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000072 : 远期交割日 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.远期交割日')" prop="fxtp.fxdgrp.rec.setdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000074 : 择期交割截止日 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.择期交割截止日')" prop="fxtp.fxdgrp.rec.setdatto">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatto" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000073 : 择期交割起始日 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.择期交割起始日')" prop="fxtp.fxdgrp.rec.setdatfrm">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatfrm" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000078 : 外币结算账号 -->
<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%">
......@@ -197,55 +124,109 @@
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fxtp.外币结算账号')" 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>
</el-form-item>
</c-col>
<!-- S0000079 : 本币结算账号 -->
</c-col>
<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%">
<!-- S0000075 : 交易主体 -->
<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>
</el-form-item>
</c-col>
<!-- S0000069 : 备注 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.备注')" prop="fxtp.fxdgrp.blk.remark">
<c-input type="textarea" v-model="model.fxtp.fxdgrp.blk.remark" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ==================右边================ -->
<c-col :span="12" style="padding-right: 20px">
<!-- S0000040 : 名称 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.名称')" prop="fxtp.fxdgrp.rec.nam">
<c-input v-model="model.fxtp.fxdgrp.rec.nam" maxlength="40"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<el-card class="box-card">
<c-ptap :model="model" :requiredExtkey="true" :disabledExtkey="false" :disabled="false" :isAdrblk="true" :haveAdrLabel="true"
:isShowCard="false" :argadr="{title: '结售汇申请人',grp: 'fxdgrp', rol: 'apl',}"
:label="{labelExtkey:'结售汇申请人',labelNam:'名称',labelAdrblk:'地址'}" ptytyp="C">
</c-ptap>
</el-card>
</c-col>
<!-- S0000062 : 询价编号 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.询价编号')" prop="fxtp.fxdgrp.rec.quoref">
<c-input v-model="model.fxtp.fxdgrp.rec.quoref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000063 : 资金部编号 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.资金部编号')" prop="fxtp.fxdgrp.rec.fudref">
<c-input v-model="model.fxtp.fxdgrp.rec.fudref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000065 : 起息日 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.起息日')" prop="fxtp.fxdgrp.rec.valdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.valdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000074 : 择期交割截止日 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.择期交割截止日')" prop="fxtp.fxdgrp.rec.setdatto">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatto" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item :label="$t('fxtp.本币结算账号')" prop="fxtp.fxdgrp.rec.acc2">
<c-select v-model="model.fxtp.fxdgrp.rec.acc2" style="width:100%">
<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>
</el-form-item>
</c-col>
<!-- S0000075 : 交易主体 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.交易主体')" prop="fxtp.fxdgrp.rec.trnman">
<c-select v-model="model.fxtp.fxdgrp.rec.trnman" style="width:100%">
<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>
</el-form-item>
</c-col>
<!-- S0000076 : 结售汇类型 -->
</c-col>
<c-col :span="12">
<!-- S0000076 : 结售汇类型 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.结售汇类型')" prop="fxtp.fxdgrp.rec.trdint">
<c-select v-model="model.fxtp.fxdgrp.rec.trdint" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fxtp.结售汇类型')" prop="fxtp.fxdgrp.rec.trdout">
<el-form-item prop="fxtp.fxdgrp.rec.trdout" style="display:none">
<c-select v-model="model.fxtp.fxdgrp.rec.trdout" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<!-- S0000069 : 备注 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.备注')" prop="fxtp.fxdgrp.blk.remark">
<c-input type="textarea" v-model="model.fxtp.fxdgrp.blk.remark" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
</c-col>
</div>
......
......@@ -71,6 +71,11 @@ export default class Fxtsss {
},
},
},
fxdgrp: {
apl: {
pts: new Pts().data,
},
},
setmod: new Pub().data.Setmod,
docpan: new Pub().data.Docpan,
trndia: new Pub().data.Trndia,
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px">
<!-- S0000039 : 结售汇业务参考号 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item :label="$t('fxtp.结售汇业务参考号')" prop="fxtp.fxdgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.fxtp.fxdgrp.rec.ownref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000040 : 名称 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.名称')" prop="fxtp.fxdgrp.rec.nam">
<c-input v-model="model.fxtp.fxdgrp.rec.nam" maxlength="40"></c-input>
</c-form-item>
</c-col>
<!-- S0000057 : 结售汇申请人 -->
<!-- S0000092 : 编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.结售汇申请人')" prop="fxtp.fxdgrp.apl.pts.ref">
<c-input v-model="model.fxtp.fxdgrp.apl.pts.ref" maxlength="20"></c-input>
<template slot="footer">
<c-button style="margin: 0 0" size="small" type="primary"
@click="getOwnref">
获取
</c-button>
</template>
</c-fullbox>
</c-form-item>
</c-col>
<!-- S0000041 : 业务负责人 -->
<c-col :span="12">
<c-form-item label="User ID" prop="fxtp.usrget.usr.extkey">
<c-col :span="24">
<c-form-item label="业务负责人" prop="fxtp.usrget.usr.extkey">
<c-input v-model="model.fxtp.usrget.usr.extkey" maxlength="8"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fxtp.usrget.sdamod.seainf">
<c-form-item label="" prop="fxtp.usrget.sdamod.seainf" style="display:none">
<c-input v-model="model.fxtp.usrget.sdamod.seainf"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fxtp.aplp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.dadsnd"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fxtp.aplp.ptspta.pts.extkey">
<c-input v-model="model.fxtp.aplp.ptspta.pts.extkey" maxlength="16"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fxtp.aplp.ptsget.sdamod.seainf">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.seainf"></c-input>
</c-form-item>
</c-col>
<!-- S0000047 : 结售汇类型 -->
<c-col :span="12">
<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>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Address Block" prop="fxtp.aplp.ptspta.pts.adrblk">
<c-input type="textarea" v-model="model.fxtp.aplp.ptspta.pts.adrblk" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fxtp.aplp.ptspta.dbfadrblkcn">
<c-input type="textarea" v-model="model.fxtp.aplp.ptspta.dbfadrblkcn" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.fxtp.amtlab" data-path=".fxtp.amtlab"> </span>
</c-col>
<c-col :span="12">
<el-form-item label="Currency" prop="fxtp.fxdgrp.cbs.max.cur">
<c-select v-model="model.fxtp.fxdgrp.cbs.max.cur" style="width:100%">
</c-select>
<el-form-item label="Sale Amount" prop="fxtp.fxdgrp.cbs.max.cur">
<c-select-cur v-model="model.fxtp.fxdgrp.cbs.max.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="fxtp.fxdgrp.cbs.max.amt">
<c-input v-model="model.fxtp.fxdgrp.cbs.max.amt"></c-input>
</c-form-item>
<el-form-item label-width="5px" prop="fxtp.fxdgrp.cbs.max.amt">
<c-input-currency
:currency="model.fxtp.fxdgrp.cbs.max.cur"
v-model="model.fxtp.fxdgrp.cbs.max.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.fxtp.frgchk">{{ $t('fxtp.C0000100') }}</c-checkbox>
</c-col>
<c-col :span="24">
<c-col :span="12">
<span v-text="model.fxtp.cnylab" data-path=".fxtp.cnylab"> </span>
<el-form-item label="Domestic Cur.Amount" prop="fxtp.fxdgrp.cbs.nom1.cur">
<c-select-cur v-model="model.fxtp.fxdgrp.cbs.nom1.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Currency" prop="fxtp.fxdgrp.cbs.nom1.cur">
<c-select v-model="model.fxtp.fxdgrp.cbs.nom1.cur" style="width:100%">
</c-select>
<el-form-item label-width="5px" prop="fxtp.fxdgrp.cbs.nom1.amt">
<c-input-currency
:currency="model.fxtp.fxdgrp.cbs.nom1.cur"
v-model="model.fxtp.fxdgrp.cbs.nom1.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="fxtp.fxdgrp.cbs.nom1.amt">
<c-input v-model="model.fxtp.fxdgrp.cbs.nom1.amt"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.fxtp.cnychk">{{ $t('fxtp.C0000101') }}</c-checkbox>
</c-col>
<!-- S0000060 : 对外牌价 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item :label="$t('fxtp.对外牌价')" prop="fxtp.fxdgrp.rec.rat">
<c-input v-model="model.fxtp.fxdgrp.rec.rat"></c-input>
</c-form-item>
</c-col>
<!-- S0000062 : 询价编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.询价编号')" prop="fxtp.fxdgrp.rec.quoref">
<c-input v-model="model.fxtp.fxdgrp.rec.quoref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000091 : 钞汇标志 -->
<!-- S0000061 : 中间价 -->
<c-col :span="24">
<c-col :span="12">
<c-form-item :label="$t('fxtp.中间价')" prop="fxtp.fxdgrp.rec.midrat">
<c-input v-model="model.fxtp.fxdgrp.rec.midrat"></c-input>
......@@ -138,55 +83,39 @@
</c-col>
<c-col :span="12">
<el-form-item label="钞汇标志" prop="fxtp.cshflg">
<el-form-item label-width="5px" prop="fxtp.cshflg">
<c-select v-model="model.fxtp.cshflg" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<!-- S0000063 : 资金部编号 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.资金部编号')" prop="fxtp.fxdgrp.rec.fudref">
<c-input v-model="model.fxtp.fxdgrp.rec.fudref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000064 : 登记日期 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.登记日期')" prop="fxtp.fxdgrp.rec.opndat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.opndat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000065 : 起息日 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.起息日')" prop="fxtp.fxdgrp.rec.valdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.valdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000072 : 远期交割日 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.远期交割日')" prop="fxtp.fxdgrp.rec.setdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000074 : 择期交割截止日 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.择期交割截止日')" prop="fxtp.fxdgrp.rec.setdatto">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatto" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000073 : 择期交割起始日 -->
<c-col :span="12">
<c-col :span="24">
<el-form-item :label="$t('fxtp.择期交割起始日')" prop="fxtp.fxdgrp.rec.setdatfrm">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatfrm" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000078 : 外币结算账号 -->
<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%">
......@@ -195,55 +124,109 @@
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fxtp.外币结算账号')" 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>
</el-form-item>
</c-col>
<!-- S0000079 : 本币结算账号 -->
</c-col>
<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%">
<!-- S0000075 : 交易主体 -->
<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>
</el-form-item>
</c-col>
<!-- S0000069 : 备注 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.备注')" prop="fxtp.fxdgrp.blk.remark">
<c-input type="textarea" v-model="model.fxtp.fxdgrp.blk.remark" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ==================右边================ -->
<c-col :span="12" style="padding-right: 20px">
<!-- S0000040 : 名称 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.名称')" prop="fxtp.fxdgrp.rec.nam">
<c-input v-model="model.fxtp.fxdgrp.rec.nam" maxlength="40"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<el-card class="box-card">
<c-ptap :model="model" :requiredExtkey="true" :disabledExtkey="false" :disabled="false" :isAdrblk="true" :haveAdrLabel="true"
:isShowCard="false" :argadr="{title: '结售汇申请人',grp: 'fxdgrp', rol: 'apl',}"
:label="{labelExtkey:'结售汇申请人',labelNam:'名称',labelAdrblk:'地址'}" ptytyp="C">
</c-ptap>
</el-card>
</c-col>
<!-- S0000062 : 询价编号 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.询价编号')" prop="fxtp.fxdgrp.rec.quoref">
<c-input v-model="model.fxtp.fxdgrp.rec.quoref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000063 : 资金部编号 -->
<c-col :span="24">
<c-form-item :label="$t('fxtp.资金部编号')" prop="fxtp.fxdgrp.rec.fudref">
<c-input v-model="model.fxtp.fxdgrp.rec.fudref" maxlength="16"></c-input>
</c-form-item>
</c-col>
<!-- S0000065 : 起息日 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.起息日')" prop="fxtp.fxdgrp.rec.valdat">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.valdat" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000074 : 择期交割截止日 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.择期交割截止日')" prop="fxtp.fxdgrp.rec.setdatto">
<c-date-picker type="date" v-model="model.fxtp.fxdgrp.rec.setdatto" style="width:100%"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item :label="$t('fxtp.本币结算账号')" prop="fxtp.fxdgrp.rec.acc2">
<c-select v-model="model.fxtp.fxdgrp.rec.acc2" style="width:100%">
<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>
</el-form-item>
</c-col>
<!-- S0000075 : 交易主体 -->
<c-col :span="12">
<el-form-item :label="$t('fxtp.交易主体')" prop="fxtp.fxdgrp.rec.trnman">
<c-select v-model="model.fxtp.fxdgrp.rec.trnman" style="width:100%">
<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>
</el-form-item>
</c-col>
<!-- S0000076 : 结售汇类型 -->
</c-col>
<c-col :span="12">
<!-- S0000076 : 结售汇类型 -->
<c-col :span="24">
<el-form-item :label="$t('fxtp.结售汇类型')" prop="fxtp.fxdgrp.rec.trdint">
<c-select v-model="model.fxtp.fxdgrp.rec.trdint" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fxtp.结售汇类型')" prop="fxtp.fxdgrp.rec.trdout">
<el-form-item prop="fxtp.fxdgrp.rec.trdout" style="display:none">
<c-select v-model="model.fxtp.fxdgrp.rec.trdout" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<!-- S0000069 : 备注 -->
<c-col :span="12">
<c-form-item :label="$t('fxtp.备注')" prop="fxtp.fxdgrp.blk.remark">
<c-input type="textarea" v-model="model.fxtp.fxdgrp.blk.remark" maxlength="35" show-word-limit></c-input>
</c-form-item>
</c-col>
</c-col>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment