Commit eec207f1 by zhoujunpeng

Fttpcn修改

parent 3b93f2b1
...@@ -27,9 +27,11 @@ export default { ...@@ -27,9 +27,11 @@ export default {
objtyp: "FTD", objtyp: "FTD",
objinr: model.ftdgrp.rec.inr, objinr: model.ftdgrp.rec.inr,
ownref: model.ftdgrp.rec.ownref, ownref: model.ftdgrp.rec.ownref,
fttyp:model.ftdgrp.rec.fttyp, msgtyp: model.fttp.msgtyp,
swtflg:model.swtflg, fttyp: model.ftdgrp.rec.fttyp,
cancur:model.cancur, rat :model.ftdgrp.rec.rat,
bnktyp : model.ftdgrp.rec.bnktyp,
valdat: model.ftdgrp.rec.valdat,
canamt:model.canamt, canamt:model.canamt,
}, },
cbsMap: { cbsMap: {
......
...@@ -12,9 +12,63 @@ export default class Fttpcn{ ...@@ -12,9 +12,63 @@ export default class Fttpcn{
msgtyp: "", // 报文类型 .fttp.msgtyp msgtyp: "", // 报文类型 .fttp.msgtyp
benact: "", benact: "",
bnaktypflg: "", 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:{ mtabut:{
clsflg:"", // Close Flag .mtabut.clsflg clsflg:"", // Close Flag .mtabut.clsflg
}, },
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</c-col> </c-col>
<!-- S0000083 : 头寸调拨金额 --> <!-- S0000083 : 头寸调拨金额 -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="10"> <c-col :span="12">
<c-form-item <c-form-item
:label="$t('fttp.头寸调拨金额')" :label="$t('fttp.头寸调拨金额')"
prop="ftdgrp.cbs.max.cur" prop="ftdgrp.cbs.max.cur"
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
</c-select> </c-select>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="14" class="pl8"> <c-col :span="12" class="pl8">
<c-form-item label-width="10px" prop="ftdgrp.cbs.max.amt"> <c-form-item label-width="0" prop="ftdgrp.cbs.max.amt">
<c-input-currency <c-input-currency
disabled disabled
v-model="model.ftdgrp.cbs.max.amt" v-model="model.ftdgrp.cbs.max.amt"
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</c-col> </c-col>
<!-- S0000067 : 待销账金额 --> <!-- S0000067 : 待销账金额 -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="10"> <c-col :span="12">
<c-form-item <c-form-item
:label="$t('fttpcn.待销账金额')" :label="$t('fttpcn.待销账金额')"
prop="ftdgrp.cbs.max.cur" prop="ftdgrp.cbs.max.cur"
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
></c-select> ></c-select>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="14" class="pl8"> <c-col :span="12" class="pl8">
<c-form-item label-width="10px" prop="ftdgrp.cbs.opn2.amt"> <c-form-item label-width="0" prop="ftdgrp.cbs.opn2.amt">
<c-input-currency <c-input-currency
disabled disabled
v-model="model.ftdgrp.cbs.opn2.amt" v-model="model.ftdgrp.cbs.opn2.amt"
...@@ -100,25 +100,21 @@ ...@@ -100,25 +100,21 @@
</c-col> </c-col>
<!-- S0000068 : 实际销账金额 --> <!-- S0000068 : 实际销账金额 -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="10"> <c-col :span="12">
<el-form-item :label="$t('fttpcn.实际销账金额')" prop="ftdgrp.cbs.max.cur"> <el-form-item label="实际销账金额" prop="ftdgrp.cbs.opn2.cur">
<c-select <c-select disabled v-model="model.ftdgrp.cbs.opn2.cur" :code="codes.curtxt1" style="width:100%"
disabled placeholder="">
v-model="model.ftdgrp.cbs.max.cur" </c-select>
:code="codes.curtxt1" </el-form-item>
maxlength="3" </c-col>
></c-select> <c-col :span="12" class="pl8">
</el-form-item> <c-form-item label-width="0" prop="canamt">
</c-col> <c-input-currency :currency="model.ftdgrp.cbs.opn2.cur" v-model="model.canamt" placeholder="">
<c-col :span="14" class="pl8">
<c-form-item label-width="10px" prop="canamt"> </c-input-currency>
<c-input-currency </c-form-item>
v-model="model.canamt" </c-col>
:currency="model.ftdgrp.cbs.max.cur"
></c-input-currency>
</c-form-item>
</c-col> </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">{{ <c-checkbox v-model="model.mtabut.clsflg">{{
$t("mtabut.业务闭卷") $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