Commit eec207f1 by zhoujunpeng

Fttpcn修改

parent 3b93f2b1
......@@ -27,9 +27,11 @@ export default {
objtyp: "FTD",
objinr: model.ftdgrp.rec.inr,
ownref: model.ftdgrp.rec.ownref,
fttyp:model.ftdgrp.rec.fttyp,
swtflg:model.swtflg,
cancur:model.cancur,
msgtyp: model.fttp.msgtyp,
fttyp: model.ftdgrp.rec.fttyp,
rat :model.ftdgrp.rec.rat,
bnktyp : model.ftdgrp.rec.bnktyp,
valdat: model.ftdgrp.rec.valdat,
canamt:model.canamt,
},
cbsMap: {
......
......@@ -12,9 +12,63 @@ export default class Fttpcn{
msgtyp: "", // 报文类型 .fttp.msgtyp
benact: "",
bnaktypflg: "",
mt32m: {
amecur: "", // Broker's Commission Cur. .mt30m.comcur
ameamt: 0,
newcur: "", // Broker's Commission Cur. .mt30m.comcur
newamt: 0,
s22a: "", // Typeof Operation(:22A) .mt30m.s22a
s94a: "",
s17r: "",
s22b: "",
s30x: "",
oldref: "",
conref: "",
conno: "", // MT300 22C - 共同参号 .mt30m.conref
a53act: "", // Delivery Agent Account .mt30m.a53act
iniact: "", // Intermediary Account .mt30m.iniact
rbcact: "", // Receiving Agent Account .mt30m.rbcact
a58act: "",
b53act: "", // Delivery Agent Account .mt30m.b53act
b56act: "", // Intermediary Account .mt30m.b56act
owcact: "", // Receiving Agent Account .mt30m.owcact
b58act: "", // Beneficiary Institution Account .mt30m.b58act
str300: "",
b58: {
pts: new Pts().data,
},
b53: {
pts: new Pts().data,
},
owc: {
pts: new Pts().data,
},
b56: {
pts: new Pts().data,
},
a58: {
pts: new Pts().data,
},
rbc: {
pts: new Pts().data,
},
ini: {
pts: new Pts().data,
},
a53: {
pts: new Pts().data,
},
},
},
canamt:"", // Cancellation Amount .canamt
canamt:0, // Cancellation Amount .canamt
mtabut:{
clsflg:"", // Close Flag .mtabut.clsflg
},
......
......@@ -49,7 +49,7 @@
</c-col>
<!-- S0000083 : 头寸调拨金额 -->
<c-col :span="24">
<c-col :span="10">
<c-col :span="12">
<c-form-item
:label="$t('fttp.头寸调拨金额')"
prop="ftdgrp.cbs.max.cur"
......@@ -63,8 +63,8 @@
</c-select>
</c-form-item>
</c-col>
<c-col :span="14" class="pl8">
<c-form-item label-width="10px" prop="ftdgrp.cbs.max.amt">
<c-col :span="12" class="pl8">
<c-form-item label-width="0" prop="ftdgrp.cbs.max.amt">
<c-input-currency
disabled
v-model="model.ftdgrp.cbs.max.amt"
......@@ -75,7 +75,7 @@
</c-col>
<!-- S0000067 : 待销账金额 -->
<c-col :span="24">
<c-col :span="10">
<c-col :span="12">
<c-form-item
:label="$t('fttpcn.待销账金额')"
prop="ftdgrp.cbs.max.cur"
......@@ -88,8 +88,8 @@
></c-select>
</c-form-item>
</c-col>
<c-col :span="14" class="pl8">
<c-form-item label-width="10px" prop="ftdgrp.cbs.opn2.amt">
<c-col :span="12" class="pl8">
<c-form-item label-width="0" prop="ftdgrp.cbs.opn2.amt">
<c-input-currency
disabled
v-model="model.ftdgrp.cbs.opn2.amt"
......@@ -100,25 +100,21 @@
</c-col>
<!-- S0000068 : 实际销账金额 -->
<c-col :span="24">
<c-col :span="10">
<el-form-item :label="$t('fttpcn.实际销账金额')" prop="ftdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.ftdgrp.cbs.max.cur"
:code="codes.curtxt1"
maxlength="3"
></c-select>
</el-form-item>
</c-col>
<c-col :span="14" class="pl8">
<c-form-item label-width="10px" prop="canamt">
<c-input-currency
v-model="model.canamt"
:currency="model.ftdgrp.cbs.max.cur"
></c-input-currency>
</c-form-item>
<c-col :span="12">
<el-form-item label="实际销账金额" prop="ftdgrp.cbs.opn2.cur">
<c-select disabled v-model="model.ftdgrp.cbs.opn2.cur" :code="codes.curtxt1" style="width:100%"
placeholder="">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12" class="pl8">
<c-form-item label-width="0" prop="canamt">
<c-input-currency :currency="model.ftdgrp.cbs.opn2.cur" v-model="model.canamt" placeholder="">
</c-input-currency>
</c-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24" style="display: inline-flex; padding-left: 150px">
<c-checkbox v-model="model.mtabut.clsflg">{{
$t("mtabut.业务闭卷")
......
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