Commit 5a6867ec by wangweidong

之前的格式修改

parent 18acc58a
......@@ -136,7 +136,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
......@@ -2,8 +2,8 @@
<div class="eibs-tab">
<c-col :span="12">
<c-form-item label="XMLPanel ftt199l1的内置block" prop="ftt199l1blk">
<c-input type="textarea" v-model="model.ftt199l1blk" maxlength="200" show-word-limit :placeholder="$t('other.please_enter')+'XMLPanel ftt199l1的内置block'" ></c-input>
<c-form-item label="ftt199l1blk的内容" prop="ftt199l1blk">
<c-input type="textarea" v-model="model.ftt199l1blk" maxlength="200" show-word-limit :placeholder="请输如你要输入的内容" ></c-input>
</c-form-item>
</c-col>
</div>
......@@ -12,7 +12,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
......@@ -2,8 +2,8 @@
<div class="eibs-tab">
<c-col :span="12">
<c-form-item label="XMLPanel ftt299l1的内置block" prop="ftt299l1blk">
<c-input type="textarea" v-model="model.ftt299l1blk" maxlength="200" show-word-limit :placeholder="$t('other.please_enter')+'XMLPanel ftt299l1的内置block'" ></c-input>
<c-form-item label="ftt299l1blk的内容" prop="ftt299l1blk">
<c-input type="textarea" v-model="model.ftt299l1blk" maxlength="200" show-word-limit :placeholder="请输如你要输入的内容" ></c-input>
</c-form-item>
</c-col>
</div>
......@@ -12,7 +12,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
......@@ -2,8 +2,8 @@
<div class="eibs-tab">
<c-col :span="12">
<c-form-item label="XMLPanel ftt320l1的内置block" prop="ftt320l1blk">
<c-input type="textarea" v-model="model.ftt320l1blk" maxlength="200" show-word-limit :placeholder="$t('other.please_enter')+'XMLPanel ftt320l1的内置block'" ></c-input>
<c-form-item label="ftt320l1blk的内容" prop="ftt320l1blk">
<c-input type="textarea" v-model="model.ftt320l1blk" maxlength="200" show-word-limit :placeholder="请输如你要输入的内容" ></c-input>
</c-form-item>
</c-col>
</div>
......@@ -12,7 +12,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
<template>
<div class="eibs-tab">
<el-row>
<c-col :span="24">
<!-- S0000008 : Reference -->
<c-col :span="12">
<c-form-item :label="$t('fttfcm.S0000010')" prop="ftdgrp.rec.ownref">
<c-input v-model="model.ftdgrp.rec.ownref" maxlength="16" :placeholder="$t('other.please_enter')+$t('fttfcm.S0000010')"></c-input>
<c-col :span="8">
<c-form-item :label="Reference" prop="ftdgrp.rec.ownref">
<c-input
v-model="model.ftdgrp.rec.ownref"
maxlength="16"
:placeholder="please_enter + Reference"
></c-input>
</c-form-item>
</c-col>
<!-- S0000009 : Related Reference -->
<c-col :span="12">
<c-form-item :label="$t('fttfcm.S0000011')" prop="relref">
<c-input v-model="model.relref" maxlength="16" :placeholder="$t('other.please_enter')+$t('fttfcm.S0000011')"></c-input>
<c-col :span="8">
<c-form-item :label="相关参考号" prop="relref">
<c-input
v-model="model.relref"
maxlength="16"
:placeholder="请输入相关参考号"
></c-input>
</c-form-item>
</c-col>
<!-- S0000006 : Narrative -->
<c-col :span="12">
<c-form-item :label="$t('fttfcm.S0000012')" prop="narblk">
<c-input type="textarea" v-model="model.narblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('fttfcm.S0000012')" ></c-input>
<c-col :span="8">
<c-form-item :label="描述" prop="narblk">
<c-input
type="textarea"
v-model="model.narblk"
maxlength="35"
show-word-limit
:placeholder="请进行描述"
></c-input>
</c-form-item>
</c-col>
</c-col>
</el-row>
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import CodeTable from "~/config/CodeTable";
import Event from "../event/Event";
export default {
inject: ['root'],
props:["model","codes"],
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data(){
return {
}
data() {
return {};
},
methods:{...Event},
created:function(){
}
}
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
......@@ -3,29 +3,64 @@
<!-- S0000010 : Reference -->
<!-- S0000011 : Related Reference -->
<!-- S0000012 : Narrative -->
<el-row>
<c-col :span="24">
<!-- S0000008 : Reference -->
<c-col :span="8">
<c-form-item :label="参考号" prop="ftdgrp.rec.ownref">
<c-input
v-model="model.ftdgrp.rec.ownref"
maxlength="16"
:placeholder="请输入参考号"
></c-input>
</c-form-item>
</c-col>
<!-- S0000009 : Related Reference -->
<c-col :span="8">
<c-form-item :label="相关参考号" prop="relref">
<c-input
v-model="model.relref"
maxlength="16"
:placeholder="请输入相关参考号"
></c-input>
</c-form-item>
</c-col>
<!-- S0000006 : Narrative -->
<c-col :span="8">
<c-form-item :label="描述" prop="narblk">
<c-input
type="textarea"
v-model="model.narblk"
maxlength="35"
show-word-limit
:placeholder="请进行描述"
></c-input>
</c-form-item>
</c-col>
</c-col>
</el-row>
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import CodeTable from "~/config/CodeTable";
import Event from "../event/Event";
export default {
inject: ['root'],
props:["model","codes"],
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data(){
return {
}
data() {
return {};
},
methods:{...Event},
created:function(){
}
}
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
......@@ -6,90 +6,157 @@
<!-- S0000059 : Delivery Agent(:53) -->
<!-- S0000065 : Delivery Agent(:53) -->
<c-col :span="12">
<el-row>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="MT320 :22A" prop="fttp.mt32m.s22a">
<c-select v-model="model.fttp.mt32m.s22a" style="width:100%" :placeholder="$t('other.please_enter')+'MT320 :22A'">
<c-select
v-model="model.fttp.mt32m.s22a"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'MT320 :22A'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="new datafield" prop="fttp.mt32m.a53act">
<c-input v-model="model.fttp.mt32m.a53act" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.a53act"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="new datafield" prop="fttp.mt32m.b53act">
<c-input v-model="model.fttp.mt32m.b53act" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.b53act"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000050 : Scope of Operation( :94A) -->
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.a53p.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.a53p.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-col :span="8">
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.a53p.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.a53p.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.a53.pts.extkey">
<c-input v-model="model.fttp.mt32m.a53.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-col :span="8">
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.a53.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.a53.pts.extkey"
maxlength="16"
:placeholder="
$t('other.please_enter') + 'External Key of Address'
"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="" prop="fttp.mt32m.a53p.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.a53p.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.a53p.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24"> </c-col>
</el-row>
<c-col :span="12">
<c-button size="small" type="primary" @click="onA53pDet">
{{$t('ptsp.CF000082')}}
{{ $t("ptsp.CF000082") }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.b53p.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.b53p.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.b53p.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.b53p.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.b53.pts.extkey">
<c-input v-model="model.fttp.mt32m.b53.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.b53.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.b53.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.b53p.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.b53p.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.b53p.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onB53pDet">
{{$t('ptsp.CF000082')}}
{{ $t("ptsp.CF000082") }}
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="MT320 :94A" prop="fttp.mt32m.s94a">
<c-select v-model="model.fttp.mt32m.s94a" style="width:100%" :placeholder="$t('other.please_enter')+'MT320 :94A'">
<c-select
v-model="model.fttp.mt32m.s94a"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'MT320 :94A'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="fttp.mt32m.a53.pts.nam">
<c-input v-model="model.fttp.mt32m.a53.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
<c-input
v-model="model.fttp.mt32m.a53.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="fttp.mt32m.b53.pts.nam">
<c-input v-model="model.fttp.mt32m.b53.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
<c-input
v-model="model.fttp.mt32m.b53.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000051 : Type of Event:22B -->
......@@ -98,87 +165,143 @@
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.iniact">
<c-input v-model="model.fttp.mt32m.iniact" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.iniact"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="MT320 :22B" prop="fttp.mt32m.s22b">
<c-select v-model="model.fttp.mt32m.s22b" style="width:100%" :placeholder="$t('other.please_enter')+'MT320 :22B'">
<c-select
v-model="model.fttp.mt32m.s22b"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'MT320 :22B'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.b56act">
<c-input v-model="model.fttp.mt32m.b56act" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.b56act"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.inip.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.inip.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.inip.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.inip.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.b56p.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.b56p.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.b56p.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.b56p.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.ini.pts.extkey">
<c-input v-model="model.fttp.mt32m.ini.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.ini.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.ini.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.inip.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.inip.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.inip.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onInipDet">
{{$t('ptsp.CF000082')}}
{{ $t("ptsp.CF000082") }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.b56.pts.extkey">
<c-input v-model="model.fttp.mt32m.b56.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.b56.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.b56.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.b56p.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.b56p.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.b56p.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onB56pDet">
{{$t('ptsp.CF000082')}}
{{ $t("ptsp.CF000082") }}
</c-button>
</c-col>
<!-- S0000052 : Common Reference(:22C) -->
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.conref">
<c-input v-model="model.fttp.mt32m.conref" maxlength="16" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.conref"
maxlength="16"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="fttp.mt32m.ini.pts.nam">
<c-input v-model="model.fttp.mt32m.ini.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
<c-input
v-model="model.fttp.mt32m.ini.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="fttp.mt32m.b56.pts.nam">
<c-input v-model="model.fttp.mt32m.b56.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
<c-input
v-model="model.fttp.mt32m.b56.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000062 : Receiving Agent(:57) -->
......@@ -187,98 +310,170 @@
<c-col :span="12">
<c-form-item :label="$t('fttp.S0000058')" prop="fttp.mt32m.rbcact">
<c-input v-model="model.fttp.mt32m.rbcact" maxlength="34" :placeholder="$t('other.please_enter')+$t('fttp.S0000058')"></c-input>
<c-input
v-model="model.fttp.mt32m.rbcact"
maxlength="34"
:placeholder="$t('other.please_enter') + $t('fttp.S0000058')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.owcact">
<c-input v-model="model.fttp.mt32m.owcact" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.owcact"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.conno">
<c-input v-model="model.fttp.mt32m.conno" maxlength="16" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.conno"
maxlength="16"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.rbcp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.rbcp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.rbcp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.rbcp.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.rbc.pts.extkey">
<c-input v-model="model.fttp.mt32m.rbc.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.rbc.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.rbc.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.rbcp.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.rbcp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.rbcp.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRbcpDet">
{{$t('ptsp.CF000081')}}
{{ $t("ptsp.CF000081") }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.owcp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.owcp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.owcp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.owcp.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.owc.pts.extkey">
<c-input v-model="model.fttp.mt32m.owc.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.owc.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.owc.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.owcp.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.owcp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.owcp.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onOwcpDet">
{{$t('ptsp.CF000081')}}
{{ $t("ptsp.CF000081") }}
</c-button>
</c-col>
<!-- S0000056 : Party A's Role(:17R) -->
<c-col :span="12">
<c-form-item label="Address Block" prop="fttp.mt32m.rbc.pts.adrblk">
<c-input type="textarea" v-model="model.fttp.mt32m.rbc.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.rbc.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fttp.mt32m.rbc.dbfadrblkcn">
<c-input type="textarea" v-model="model.fttp.mt32m.rbc.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.rbc.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="fttp.mt32m.owc.pts.adrblk">
<c-input type="textarea" v-model="model.fttp.mt32m.owc.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.owc.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fttp.mt32m.owc.dbfadrblkcn">
<c-input type="textarea" v-model="model.fttp.mt32m.owc.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.owc.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="MT320 :17R" prop="fttp.mt32m.s17r">
<c-select v-model="model.fttp.mt32m.s17r" style="width:100%" :placeholder="$t('other.please_enter')+'MT320 :17R'">
<c-select
v-model="model.fttp.mt32m.s17r"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'MT320 :17R'"
>
</c-select>
</el-form-item>
</c-col>
......@@ -286,7 +481,12 @@
<c-col :span="12">
<el-form-item label="Next Interest Due Date" prop="fttp.mt32m.s30x">
<c-date-picker type="date" v-model="model.fttp.mt32m.s30x" style="width:100%" :placeholder="$t('other.please_enter')+'Next Interest Due Date'"></c-date-picker>
<c-date-picker
type="date"
v-model="model.fttp.mt32m.s30x"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Next Interest Due Date'"
></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000063 : Beneficiary Institution(:58) -->
......@@ -294,117 +494,182 @@
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.a58act">
<c-input v-model="model.fttp.mt32m.a58act" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.a58act"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.b58act">
<c-input v-model="model.fttp.mt32m.b58act" maxlength="34" :placeholder="$t('other.please_enter')+'new datafield'"></c-input>
<c-input
v-model="model.fttp.mt32m.b58act"
maxlength="34"
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000075 : Send to receive information -->
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.a58p.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.a58p.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.a58p.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.a58p.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.a58.pts.extkey">
<c-input v-model="model.fttp.mt32m.a58.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.a58.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.a58.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.a58p.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.a58p.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.a58p.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onA58pDet">
{{$t('ptsp.CF000081')}}
{{ $t("ptsp.CF000081") }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.mt32m.b58p.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.mt32m.b58p.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-form-item
label="Drag Drop Sender"
prop="fttp.mt32m.b58p.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.mt32m.b58p.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="new datafield" prop="fttp.mt32m.str300">
<c-input type="textarea" v-model="model.fttp.mt32m.str300" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'new datafield'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.str300"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'new datafield'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="fttp.mt32m.b58.pts.extkey">
<c-input v-model="model.fttp.mt32m.b58.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-form-item
label="External Key of Address"
prop="fttp.mt32m.b58.pts.extkey"
>
<c-input
v-model="model.fttp.mt32m.b58.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.mt32m.b58p.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.mt32m.b58p.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.mt32m.b58p.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onB58pDet">
{{$t('ptsp.CF000081')}}
{{ $t("ptsp.CF000081") }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="fttp.mt32m.a58.pts.adrblk">
<c-input type="textarea" v-model="model.fttp.mt32m.a58.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.a58.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fttp.mt32m.a58.dbfadrblkcn">
<c-input type="textarea" v-model="model.fttp.mt32m.a58.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.a58.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="fttp.mt32m.b58.pts.adrblk">
<c-input type="textarea" v-model="model.fttp.mt32m.b58.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.b58.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fttp.mt32m.b58.dbfadrblkcn">
<c-input type="textarea" v-model="model.fttp.mt32m.b58.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.fttp.mt32m.b58.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import CodeTable from "~/config/CodeTable";
import Event from "../event/Event";
export default {
inject: ['root'],
props:["model","codes"],
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data(){
return {
}
data() {
return {};
},
methods:{...Event},
created:function(){
}
}
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<el-row>
<c-col :span="24">
<!-- S0000076 : 头寸调拨业务参考号 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttpcm.S0000103')" prop="ftdgrp.rec.ownref">
<c-input v-model="model.ftdgrp.rec.ownref" maxlength="16" :placeholder="$t('other.please_enter')+$t('fttpcm.S0000103')"></c-input>
<c-input
v-model="model.ftdgrp.rec.ownref"
maxlength="16"
:placeholder="$t('other.please_enter') + $t('fttpcm.S0000103')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onFttpButgetref">
{{$t('fttp.CG000087')}}
</c-button>
</c-col>
<!-- S0000077 : 名称 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000077')" prop="ftdgrp.rec.nam">
<c-input v-model="model.ftdgrp.rec.nam" maxlength="40" :placeholder="$t('other.please_enter')+$t('fttp.S0000077')"></c-input>
<c-input
v-model="model.ftdgrp.rec.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + $t('fttp.S0000077')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000078 : 头寸调出行 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000078')" prop="ftdgrp.tro.pts.ref">
<c-input v-model="model.ftdgrp.tro.pts.ref" maxlength="20" :placeholder="$t('other.please_enter')+$t('fttp.S0000078')"></c-input>
<c-input
v-model="model.ftdgrp.tro.pts.ref"
maxlength="20"
:placeholder="$t('other.please_enter') + $t('fttp.S0000078')"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000080 : 资金部负责人 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000080')" prop="ftdgrp.rec.ownusr">
<c-input v-model="model.ftdgrp.rec.ownusr" maxlength="8" :placeholder="$t('other.please_enter')+$t('fttp.S0000080')"></c-input>
<c-input
v-model="model.ftdgrp.rec.ownusr"
maxlength="8"
:placeholder="$t('other.please_enter') + $t('fttp.S0000080')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="User ID" prop="fttp.usr.extkey">
<c-input v-model="model.fttp.usr.extkey" maxlength="8" :placeholder="$t('other.please_enter')+'User ID'"></c-input>
<c-input
v-model="model.fttp.usr.extkey"
maxlength="8"
:placeholder="$t('other.please_enter') + 'User ID'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="fttp.usrget.sdamod.seainf">
<c-input v-model="model.fttp.usrget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-col :span="8">
<c-form-item
label="Drag Drop Sender"
prop="fttp.trop.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.trop.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.trop.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.trop.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-col :span="8">
<c-form-item
label="External Key of Address"
prop="ftdgrp.tro.pts.extkey"
>
<c-input
v-model="model.ftdgrp.tro.pts.extkey"
maxlength="16"
:placeholder="
$t('other.please_enter') + 'External Key of Address'
"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="ftdgrp.tro.pts.extkey">
<c-input v-model="model.ftdgrp.tro.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-col :span="8">
<c-form-item label="" prop="fttp.usrget.sdamod.seainf">
<c-input
v-model="model.fttp.usrget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="" prop="fttp.trop.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.trop.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.trop.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTropDet">
{{$t('ptsp.CF000081')}}
</c-button>
</c-col>
<c-col :span="24">
<!-- S0000088 : 清算中心负责人 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000088')" prop="ftdgrp.rec.usr">
<c-input v-model="model.ftdgrp.rec.usr" maxlength="8" :placeholder="$t('other.please_enter')+$t('fttp.S0000088')"></c-input>
<c-input
v-model="model.ftdgrp.rec.usr"
maxlength="8"
:placeholder="$t('other.please_enter') + $t('fttp.S0000088')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="Address Block" prop="ftdgrp.tro.pts.adrblk">
<c-input type="textarea" v-model="model.ftdgrp.tro.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.ftdgrp.tro.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="Chinese address" prop="ftdgrp.tro.dbfadrblkcn">
<c-input type="textarea" v-model="model.ftdgrp.tro.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.ftdgrp.tro.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000083 : 头寸调拨金额 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item :label="$t('fttp.S0000083')" prop="ftdgrp.cbs.max.cur">
<c-select v-model="model.ftdgrp.cbs.max.cur" style="width:100%" :placeholder="$t('other.please_enter')+$t('fttp.S0000083')">
<c-select
v-model="model.ftdgrp.cbs.max.cur"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('fttp.S0000083')"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000083')" prop="ftdgrp.cbs.max.amt">
<c-input v-model="model.ftdgrp.cbs.max.amt" :placeholder="$t('other.please_enter')+$t('fttp.S0000083')"></c-input>
<c-input
v-model="model.ftdgrp.cbs.max.amt"
:placeholder="$t('other.please_enter') + $t('fttp.S0000083')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000084 : 调拨日期 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item :label="$t('fttp.S0000084')" prop="ftdgrp.rec.opndat">
<c-date-picker type="date" v-model="model.ftdgrp.rec.opndat" style="width:100%" :placeholder="$t('other.please_enter')+$t('fttp.S0000084')"></c-date-picker>
<c-date-picker
type="date"
v-model="model.ftdgrp.rec.opndat"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('fttp.S0000084')"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000085 : 起息日 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item :label="$t('fttp.S0000085')" prop="ftdgrp.rec.valdat">
<c-date-picker type="date" v-model="model.ftdgrp.rec.valdat" style="width:100%" :placeholder="$t('other.please_enter')+$t('fttp.S0000085')"></c-date-picker>
<c-date-picker
type="date"
v-model="model.ftdgrp.rec.valdat"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('fttp.S0000085')"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<el-form-item label="Trade-out Account" prop="fttp.troact">
<c-select v-model="model.fttp.troact" style="width:100%" :placeholder="$t('other.please_enter')+'Trade-out Account'">
<c-select
v-model="model.fttp.troact"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Trade-out Account'"
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000025 : 备注 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000025')" prop="ftdgrp.blk.remark">
<c-input type="textarea" v-model="model.ftdgrp.blk.remark" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('fttp.S0000025')" ></c-input>
<c-input
type="textarea"
v-model="model.ftdgrp.blk.remark"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + $t('fttp.S0000025')"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000079 : 头寸调入行 -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000079')" prop="ftdgrp.tri.pts.ref">
<c-input v-model="model.ftdgrp.tri.pts.ref" maxlength="20" :placeholder="$t('other.please_enter')+$t('fttp.S0000079')"></c-input>
<c-input
v-model="model.ftdgrp.tri.pts.ref"
maxlength="20"
:placeholder="$t('other.please_enter') + $t('fttp.S0000079')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.trip.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.trip.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-col :span="8">
<c-form-item
label="Drag Drop Sender"
prop="fttp.trip.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.trip.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="ftdgrp.tri.pts.extkey">
<c-input v-model="model.ftdgrp.tri.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-col :span="8">
<c-form-item
label="External Key of Address"
prop="ftdgrp.tri.pts.extkey"
>
<c-input
v-model="model.ftdgrp.tri.pts.extkey"
maxlength="16"
:placeholder="
$t('other.please_enter') + 'External Key of Address'
"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="8">
<c-form-item label="" prop="fttp.trip.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.trip.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.trip.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-col :span="8">
<c-button size="small" type="primary" @click="onTripDet">
{{$t('ptsp.CF000081')}}
{{ $t("ptsp.CF000081") }}
</c-button>
</c-col>
<!-- S0000102 : 头寸调拨受益人 -->
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fttp.benp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fttp.benp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
<c-col :span="8">
<c-form-item
label="Drag Drop Sender"
prop="fttp.benp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.fttp.benp.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="Address Block" prop="ftdgrp.tri.pts.adrblk">
<c-input type="textarea" v-model="model.ftdgrp.tri.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
<c-input
type="textarea"
v-model="model.ftdgrp.tri.pts.adrblk"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-col :span="8">
<c-form-item label="Chinese address" prop="ftdgrp.tri.dbfadrblkcn">
<c-input type="textarea" v-model="model.ftdgrp.tri.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
<c-input
type="textarea"
v-model="model.ftdgrp.tri.dbfadrblkcn"
maxlength="35"
show-word-limit
:placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="ftdgrp.ben.pts.extkey">
<c-input v-model="model.ftdgrp.ben.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
<c-col :span="8">
<c-form-item
label="External Key of Address"
prop="ftdgrp.ben.pts.extkey"
>
<c-input
v-model="model.ftdgrp.ben.pts.extkey"
maxlength="16"
:placeholder="
$t('other.please_enter') + 'External Key of Address'
"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="" prop="fttp.benp.ptsget.sdamod.seainf">
<c-input v-model="model.fttp.benp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
<c-input
v-model="model.fttp.benp.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-col :span="8">
<c-button size="small" type="primary" @click="onBenpDet">
{{$t('ptsp.CF000082')}}
{{ $t("ptsp.CF000082") }}
</c-button>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item label="Name of Party" prop="ftdgrp.ben.pts.nam">
<c-input v-model="model.ftdgrp.ben.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
<c-input
v-model="model.ftdgrp.ben.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttp.S0000113')" prop="fttp.benact">
<c-input v-model="model.fttp.benact" maxlength="34" :placeholder="$t('other.please_enter')+$t('fttp.S0000113')"></c-input>
<c-input
v-model="model.fttp.benact"
maxlength="34"
:placeholder="$t('other.please_enter') + $t('fttp.S0000113')"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- S0000113 : Ben Trade-in Account -->
<c-col :span="12">
<c-col :span="8">
<el-form-item label="Trade-in Account" prop="fttp.triact">
<c-select v-model="model.fttp.triact" style="width:100%" :placeholder="$t('other.please_enter')+'Trade-in Account'">
<c-select
v-model="model.fttp.triact"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Trade-in Account'"
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000104 : 报文类型 -->
<c-col :span="12">
<c-col :span="8">
<el-form-item :label="$t('fttp.S0000104')" prop="fttp.msgtyp">
<c-select v-model="model.fttp.msgtyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('fttp.S0000104')">
<c-select
v-model="model.fttp.msgtyp"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('fttp.S0000104')"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import CodeTable from "~/config/CodeTable";
import Event from "../event/Event";
export default {
inject: ['root'],
props:["model","codes"],
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data(){
return {
}
data() {
return {};
},
methods:{...Event},
created:function(){
}
}
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<c-form-item label="XMLPanel ftt199l1的内置block" prop="ftt199l1blk">
<c-input type="textarea" v-model="model.ftt199l1blk" maxlength="200" show-word-limit :placeholder="$t('other.please_enter')+'XMLPanel ftt199l1的内置block'" ></c-input>
<c-col :span="8">
<c-form-item label="ftt199l1的内置block" prop="ftt199l1blk">
<c-input type="textarea" v-model="model.ftt199l1blk" maxlength="200" show-word-limit :placeholder="请输入你要输入的内容" ></c-input>
</c-form-item>
</c-col>
</div>
......@@ -12,7 +12,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
......@@ -2,21 +2,21 @@
<div class="eibs-tab">
<!-- S0000103 : Reference -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttpcm.S0000103')" prop="ftdgrp.rec.ownref">
<c-input v-model="model.ftdgrp.rec.ownref" maxlength="16" :placeholder="$t('other.please_enter')+$t('fttpcm.S0000103')"></c-input>
</c-form-item>
</c-col>
<!-- S0000104 : Related Reference -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttpcm.S0000104')" prop="relref">
<c-input v-model="model.relref" maxlength="16" :placeholder="$t('other.please_enter')+$t('fttpcm.S0000104')"></c-input>
</c-form-item>
</c-col>
<!-- S0000102 : Narrative -->
<c-col :span="12">
<c-col :span="8">
<c-form-item :label="$t('fttpcm.S0000102')" prop="narblk">
<c-input type="textarea" v-model="model.narblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('fttpcm.S0000102')" ></c-input>
</c-form-item>
......@@ -27,7 +27,7 @@
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"
import Event from "../event/Event"
export default {
inject: ['root'],
......
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