Commit 54c87642 by Mr.xu

xugaopeng-外币兑换平盘确认FXTFCM

parent 64b06d25
......@@ -4,7 +4,7 @@ import Pts from "~/page/Model/Common/Pts"
export default class Fxtfcm{
constructor () {
this.data = {
fxdgrp:{
fxtfcm:{
rec:{
ownref:"", // 平盘业务参考号 .fxdgrp.rec.ownref
nam:"", // 名称 .fxdgrp.rec.nam
......@@ -15,6 +15,7 @@ export default class Fxtfcm{
midrat:"", // 中间价 .fxdgrp.rec.midrat
ownusr:"", // 资金部负责人 .fxdgrp.rec.ownusr
usr:"", // 清算中心负责人 .fxdgrp.rec.usr
detail:"", // 详情 .fxtfcm.rec.detail
},
apl:{
pts:new Pts().data,
......
<template>
<div class="eibs-tab">
<!-- S0000002 : 平盘业务参考号 -->
<!-- S0000002 : 平盘业务参考号 -->
<c-col :span="9">
<c-form-item label="平盘业务参考号" prop="fxdgrp.rec.ownref">
<c-input disabled v-model="model.fxdgrp.rec.ownref" maxlength="16" ></c-input>
<c-form-item label="平盘业务参考号" prop="fxtfcm.rec.ownref">
<c-input disabled v-model="model.fxtfcm.rec.ownref" maxlength="16" ></c-input>
</c-form-item>
</c-col>
......@@ -13,185 +14,201 @@
Get Ref
</c-button>
</c-col>
<!-- S0000003 : 名称 -->
<c-col :span="12">
<c-form-item label="名称" prop="fxdgrp.rec.nam">
<c-input disabled v-model="model.fxdgrp.rec.nam" maxlength="40" ></c-input>
</c-form-item>
</c-col>
<!-- S0000006 : 平盘对手 -->
<c-col :span="12">
<c-form-item label="平盘对手" prop="fxdgrp.apl.pts.ref">
<c-input v-model="model.fxdgrp.apl.pts.ref" maxlength="20" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="aplacc.pts.nam">
<c-input disabled v-model="model.aplacc.pts.nam" maxlength="40" ></c-input>
</c-form-item>
</c-col>
<!-- S0000004 : 资金部负责人 -->
<!-- S0000003 : 名称 -->
<c-col :span="12">
<c-form-item label="资金部负责人" prop="fxdgrp.rec.ownusr">
<c-input v-model="model.fxdgrp.rec.ownusr" maxlength="8" ></c-input>
<c-form-item label="名称" prop="fxtfcm.rec.nam">
<c-input disabled v-model="model.fxtfcm.rec.nam" maxlength="40" ></c-input>
</c-form-item>
</c-col>
<!-- <c-col :span="12">
<c-form-item label="User ID" prop="fxtp.usr.extkey">
<c-input v-model="model.fxtp.usr.extkey" maxlength="8"></c-input>
</c-form-item>
</c-col> -->
<c-col :span="9">
<c-form-item label="" prop="fxtp.aplp.ptsget.sdamod.seainf">
<c-input disabled v-model="model.fxtp.aplp.ptsget.sdamod.seainf" ></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
<!-- S0000021 : 清算中心负责人 -->
<c-col :span="12">
<c-form-item label="清算中心负责人" prop="fxdgrp.rec.usr">
<c-input v-model="model.fxdgrp.rec.usr" maxlength="8" ></c-input>
</c-form-item>
</c-col>
<!-- S0000005 : 平盘类型 -->
<c-col :span="12">
<!-- S0000006 : 平盘对手 -->
<c-col :span="12">
<c-form-item label="平盘对手" prop="fxtfcm.apl.pts.ref">
<c-input v-model="model.fxtfcm.apl.pts.ref" maxlength="20" ></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-form-item label="平盘机构" prop="aplacc.pts.nam">
<c-input disabled v-model="model.aplacc.pts.nam" maxlength="40" ></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="12">
<el-form-item label="平盘类型" prop="fxdgrp.rec.fxtyp">
<c-input disabled v-model="model.fxdgrp.rec.fxtyp" maxlength="20" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item prop="fxdgrp.apl.pts.adrblk">
<c-input disabled type="textarea" v-model="model.fxdgrp.apl.pts.adrblk" maxlength="35" show-word-limit ></c-input>
</c-form-item>
<!-- S0000021 : 清算中心负责人 -->
<c-col :span="12">
<c-form-item label="清算中心负责人" prop="fxtfcm.rec.usr">
<c-input v-model="model.fxtfcm.rec.usr" maxlength="8" ></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- 卖出金额 -->
<c-col :span="12">
<c-col :span="12">
<c-col :span="21">
<c-form-item label="" prop="fxtfcm.rec.detail">
<c-input disabled v-model="model.fxtfcm.rec.detail" ></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
</c-col>
<c-col :span="12">
<!-- 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-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-form-item prop="fxtfcm.apl.pts.adrblk">
<c-input disabled type="textarea" v-model="model.fxtfcm.apl.pts.adrblk" maxlength="35" show-word-limit ></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- 卖出金额 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item label="卖出金额" prop="fxdgrp.cbs.max.cur">
<c-select-cur disabled v-model="model.fxdgrp.cbs.max.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
<el-form-item label="卖出金额" prop="fxtfcm.cbs.max.cur">
<c-select-cur disabled v-model="model.fxtfcm.cbs.max.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label-width="5px" prop="fxtfcm.cbs.max.amt">
<c-input-currency
disabled
:currency="model.fxtfcm.cbs.max.cur"
v-model="model.fxtfcm.cbs.max.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label-width="5px" prop="fxdgrp.cbs.max.amt">
<c-input-currency
disabled
:currency="model.fxdgrp.cbs.max.cur"
v-model="model.fxdgrp.cbs.max.amt"></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<!-- 买入金额 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item label="买入金额" prop="fxtfcm.cbs.nom1.cur">
<c-select-cur disabled v-model="model.fxtfcm.cbs.nom1.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label-width="5px" prop="fxtfcm.cbs.nom1.amt">
<c-input-currency
disabled
:currency="model.fxtfcm.cbs.nom1.cur"
v-model="model.fxtfcm.cbs.nom1.amt"></c-input-currency>
</el-form-item>
</c-col>
</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>
</c-col>
<!-- 买入金额 -->
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000013 : 平盘牌价 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item label="买入金额" prop="fxdgrp.cbs.nom1.cur">
<c-select-cur disabled v-model="model.fxdgrp.cbs.nom1.cur" style="width: 100%" dbCode="curtxt"> </c-select-cur>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label-width="5px" prop="fxdgrp.cbs.nom1.amt">
<c-input-currency
disabled
:currency="model.fxdgrp.cbs.nom1.cur"
v-model="model.fxdgrp.cbs.nom1.amt"></c-input-currency>
</el-form-item>
</c-col>
<c-form-item label="平盘牌价" prop="fxtfcm.rec.rat">
<c-input disabled v-model="model.fxtfcm.rec.rat" ></c-input>
</c-form-item>
</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>
</c-col>
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000014 : 中间价 -->
<c-col :span="12">
<c-form-item label="中间价" prop="fxtfcm.rec.midrat">
<c-input disabled v-model="model.fxtfcm.rec.midrat" ></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- S0000013 : 平盘牌价 -->
<c-col :span="12">
<c-form-item label="平盘牌价" prop="fxdgrp.rec.rat">
<c-input disabled v-model="model.fxdgrp.rec.rat" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item prop="fxdgrp.rec.rat">
<c-input v-model="model.fxdgrp.rec.rat" ></c-input>
</c-form-item>
</c-col>
<!-- S0000014 : 中间价 -->
<c-col :span="12">
<c-form-item label="中间价" prop="fxdgrp.rec.midrat">
<c-input disabled v-model="model.fxdgrp.rec.midrat" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<!-- S0000007 : 平盘日期 -->
<c-col :span="12">
<el-form-item label="平盘日期" prop="fxdgrp.rec.opndat">
<c-date-picker disabled type="date" v-model="model.fxdgrp.rec.opndat" style="width:100%" ></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000007 : 平盘日期 -->
<c-col :span="12">
<el-form-item label="平盘日期" prop="fxtfcm.rec.opndat">
<c-date-picker disabled type="date" v-model="model.fxtfcm.rec.opndat" style="width:100%" ></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000008 : 起息日 -->
<c-col :span="12">
<el-form-item label="起息日" prop="fxdgrp.rec.valdat">
<c-date-picker disabled type="date" v-model="model.fxdgrp.rec.valdat" style="width:100%" ></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item prop="acc1">
<c-select v-model="model.acc1" style="width:100%">
</c-select>
</el-form-item>
</c-col>
<!-- S0000019 : 我行账户行 -->
<c-col :span="12">
<c-form-item label="我行账户行" prop="fxdgrp.act.pts.ref">
<c-input v-model="model.fxdgrp.act.pts.ref" maxlength="20" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="备注" prop="fxdgrp.apl.pts.remark">
<c-input type="textarea" v-model="model.fxdgrp.apl.pts.adrblk" 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">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.seainf" ></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
<c-col :span="12">
<el-form-item prop="acc1">
<c-select v-model="model.acc1" style="width:100%">
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000008 : 起息日 -->
<c-col :span="12">
<el-form-item label="起息日" prop="fxtfcm.rec.valdat">
<c-date-picker disabled type="date" v-model="model.fxtfcm.rec.valdat" style="width:100%" ></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000019 : 我行账户行 -->
<c-col :span="12">
<c-form-item label="我行账户行" prop="fxtfcm.act.pts.ref">
<c-input v-model="model.fxtfcm.act.pts.ref" maxlength="20" ></c-input>
</c-form-item>
</c-col>
</c-col>
<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.adrblk" 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">
<c-input v-model="model.fxtp.aplp.ptsget.sdamod.seainf" ></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<i class="el-icon-info"></i>
<c-button size="small" type="primary" @click="onAplpDet">
明细
</c-button>
</c-col>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.swtflg">发送MT300</c-checkbox>
......
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