Commit 867cd8d2 by panziyi

gitfre页面修改

parent 8a734412
<template>
<div class="eibs-tab">
<!-- ======================= 左边 ========================= -->
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item label="保函编号" prop="gidgrp.rec.ownref" style="width: 100%">
<el-form-item
label="保函编号"
prop="gidgrp.rec.ownref"
style="width: 100%"
>
<c-fullbox>
<c-input v-model="model.gidgrp.rec.ownref" maxlength="8" placeholder="请输入" disabled></c-input>
<c-input
v-model="model.gidgrp.rec.ownref"
maxlength="8"
placeholder="请输入"
disabled
></c-input>
<template slot="footer">
<c-button v-model="model.gitp0.recget.sdamod.seainf" style="margin: 0 0 0 10px; padding: 0 12px"
size="small" type="primary" @click="onSeainf">
<c-button
v-model="model.gitp0.recget.sdamod.seainf"
style="margin: 0 0 0 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info"></i>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="10">
<c-form-item label="索赔金额" prop="gidgrp.cbs.max.cur" previewLabel="信用证币种">
<c-select v-model="model.gidgrp.cbs.max.cur" style="width: 100%" disabled placeholder="请输入索赔金额" :code="codes.cur"></c-select>
<c-form-item
label="索赔金额"
prop="gidgrp.cbs.max.cur"
previewLabel="信用证币种"
>
<c-select
v-model="model.gidgrp.cbs.max.cur"
style="width: 100%"
disabled
placeholder="请输入索赔金额"
:code="codes.cur"
></c-select>
</c-form-item>
</c-col>
<c-col :span="9">
<c-form-item previewLabel="信用证金额" label-width="5px" prop="gidgrp.cbs.max.amt">
<c-input disabled v-model="model.gidgrp.cbs.max.amt" placeholder="请输入" class="m-input-currency"></c-input>
<c-form-item
previewLabel="信用证金额"
label-width="5px"
prop="gidgrp.cbs.max.amt"
>
<c-input
disabled
v-model="model.gidgrp.cbs.max.amt"
placeholder="请输入"
class="m-input-currency"
></c-input>
</c-form-item>
</c-col>
<c-col :span="5">
<c-checkbox v-model="model.gitp0.gitp0s20" disabled style="
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
">附加金额
<c-checkbox
v-model="model.gitp0.gitp0s20"
disabled
style="
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>附加金额
</c-checkbox>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="10">
<c-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur" previewLabel="信用证币种">
<c-select v-model="model.gidgrp.cbs.opn1.cur" placeholder="" style="width: 100%" disabled>
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
<c-form-item
label="保函余额"
prop="gidgrp.cbs.opn1.cur"
previewLabel="信用证币种"
>
<c-select
v-model="model.gidgrp.cbs.opn1.cur"
placeholder=""
style="width: 100%"
disabled
>
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</c-form-item>
</c-col>
<c-col :span="9">
<c-form-item previewLabel="信用证金额" label-width="5px" prop="gidgrp.cbs.opn1.amt">
<c-input-currency v-model="model.gidgrp.cbs.opn1.amt" placeholder="请输入" disabled></c-input-currency>
<c-form-item
previewLabel="信用证金额"
label-width="5px"
prop="gidgrp.cbs.opn1.amt"
>
<c-input-currency
v-model="model.gidgrp.cbs.opn1.amt"
placeholder="请输入"
disabled
></c-input-currency>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item label="incoming purpose" prop="gidgrp.rec.purposin">
<c-input disabled v-model="model.gidgrp.rec.purposin" style="width: 100%" placeholder="请选择保函种类"
>
<c-input
disabled
v-model="model.gidgrp.rec.purposin"
style="width: 100%"
placeholder="请选择保函种类"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item label="purpose of message" prop="gidgrp.rec.purpos">
<c-input disabled v-model="model.gidgrp.rec.purpos" style="width: 100%" placeholder="请选择保函种类"
>
<c-input
disabled
v-model="model.gidgrp.rec.purpos"
style="width: 100%"
placeholder="请选择保函种类"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
<c-select disabled v-model="model.gidgrp.rec.gartyp" style="width: 100%" placeholder="请选择保函种类"
:code="codes.typgar">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择保函种类"
:code="codes.typgar"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="SF0000" prop="fremsg.sndmt">
<c-select v-model="model.fremsg.sndmt" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000081')"
:code="codes.sndmt">
</c-select>
<c-col :span="24">
<c-col :span="13">
<el-form-item label="到期" prop="gidgrp.rec.expdat">
<c-date-picker
type="date"
disabled
v-model="model.gidgrp.rec.expdat"
style="width: 100%"
placeholder="请选择"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="gidgrp.rec.exptyp">
<c-input
v-model="model.gidgrp.rec.exptyp"
disabled
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="message type" prop="fremsg.sndmt">
<c-select
v-model="model.fremsg.sndmt"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('fremsg.SF000081')"
@change="eventFunction('fremsg.sndmt')"
:code="codes.sndmt"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="mt to send" prop="fremsg.fulmt">
<c-input disabled v-model="model.fremsg.fulmt" style="width: 100%" placeholder="请选择保函种类"
>
<c-input
disabled
v-model="model.fremsg.fulmt"
style="width: 100%"
placeholder="请选择保函种类"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item label="document title" prop="fremsg.frttitle">
<c-input disabled v-model="model.fremsg.frttitle" style="width: 100%" placeholder="请选择保函种类"
>
<c-input
disabled
v-model="model.fremsg.frttitle"
style="width: 100%"
placeholder="请选择保函种类"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="related mt" prop="fremsg.relmt">
<c-input disabled v-model="model.fremsg.relmt" style="width: 100%" placeholder="请选择保函种类"
>
<c-input
disabled
v-model="model.fremsg.relmt"
style="width: 100%"
placeholder="请选择保函种类"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="date of message" prop="fremsg.reldat">
<c-input disabled v-model="model.fremsg.reldat" style="width: 100%" placeholder="请选择保函种类"
<c-col :span="24">
<c-col :span="13">
<el-form-item label="date of message" prop="fremsg.reldat">
<c-date-picker
type="date"
disabled
v-model="model.fremsg.reldat"
style="width: 100%"
placeholder="请选择"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="fremsg.reldir">
<c-input
v-model="model.fremsg.reldir"
disabled
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="tag20" prop="fremsg.tag20ref" v-if="model.fremsg.fulmt='799'">
<c-input
v-model="model.fremsg.tag20ref"
style="width: 100%"
placeholder=""
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item label="narrative" prop="fremsg.strinf">
<c-fullbox>
<c-input
......@@ -153,393 +288,198 @@
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="">
<c-checkbox v-model="model.fremsg.flg"
>发送确认保函真实性报文</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
<!-- ======================右边====================== -->
<c-col :span="24">
<el-form-item label="">
<c-checkbox v-model="model.fremsg.flg"
>发送确认保函真实性报文</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
<!-- ======================右边====================== -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="简略信息" prop="gidgrp.rec.nam">
<c-input v-model="model.gidgrp.rec.nam" maxlength="40" placeholder="请输入简略信息" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="简略信息" prop="gidgrp.rec.nam">
<c-input
v-model="model.gidgrp.rec.nam"
maxlength="40"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="申请人参考号" prop="gidgrp.apl.pts.ref">
<c-input v-model="model.gidgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人参考号" disabled></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item label="" prop="gidgrp.apl.pts.nam">
<c-input v-model="model.gidgrp.apl.pts.nam" maxlength="40" placeholder="请输入当事人名称" disabled></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-col :span="24">
<el-form-item label="" prop="gidgrp.apl.pts.nam">
<c-input
v-model="model.gidgrp.apl.pts.nam"
maxlength="40"
placeholder="请输入当事人名称"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="受益人参考号" prop="gidgrp.ben.pts.ref">
<c-input v-model="model.gidgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人参考号"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item label="" prop="gidgrp.ben.pts.nam">
<c-input v-model="model.gidgrp.ben.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="gidgrp.ben.pts.nam">
<c-input
v-model="model.gidgrp.ben.pts.nam"
maxlength="40"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<c-form-item label="Name of Party" prop="gidgrp.ctr.pts.nam">
<c-input v-model="model.gidgrp.ctr.pts.nam" maxlength="40" placeholder="'Name of Party'"></c-input>
<c-input
v-model="model.gidgrp.ctr.pts.nam"
maxlength="40"
placeholder="'Name of Party'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="24">
<c-form-item label="Name of Party" prop="gidgrp.iss.pts.nam">
<c-input v-model="model.gidgrp.iss.pts.nam" maxlength="40" placeholder="Name of Party'"></c-input>
<c-input
v-model="model.gidgrp.iss.pts.nam"
maxlength="40"
placeholder="Name of Party'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="索赔当事人" prop="fremsg.msgrol">
<c-select v-model="model.fremsg.msgrol" style="width: 100%" placeholder="请选择索赔当事人"
@change="eventFunction('gcdgrp.rec.docprbrol')"
:code="getValues('gcdgrp.rec.docprbrol', 'docprbrol')"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> -->
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othmsg.pts.extkey">
<c-fullbox>
<c-input v-model="model.fremsg.othmsg.pts.extkey" maxlength="16" placeholder="请输入"
@keyup.enter.native="
showGridPromptDialog('fremsg.othmsg.pts.extkey')
"></c-input>
<template slot="footer">
<c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary"
@click="model.fremsg.othmsgp.ptsget.sdamod.seainf">
<i class="el-icon-info"></i>
</c-button>
<c-button style="margin: 0 0" size="small" type="primary" @click="">
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othmsg.pts.adrblk">
<c-input :rows="4" type="textarea" v-model="model.fremsg.othmsg.pts.adrblk"
maxlength="300" show-word-limit placeholder="请输入">
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="索赔" prop="fremsg.ccrol">
<c-select v-model="model.fremsg.ccrol" style="width: 100%" placeholder="请选择索赔当事人"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
<c-col :span="24">
<el-form-item label="索赔当事人" prop="fremsg.msgrol">
<c-select
v-model="model.fremsg.msgrol"
style="width: 100%"
placeholder="请选择索赔当事人"
@change="eventFunction('fremsg.msgrol')"
:code="codes.payrol"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> -->
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othcc.pts.extkey">
<c-fullbox>
<c-input v-model="model.fremsg.othcc.pts.extkey" maxlength="16" placeholder="请输入"
@keyup.enter.native="
showGridPromptDialog('fremsg.othcc.pts.extkey')
"></c-input>
<template slot="footer">
<c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary"
>
<i class="el-icon-info"></i>
</c-button>
<c-button style="margin: 0 0" size="small" type="primary" @click="">
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othcc.pts.adrblk">
<c-input :rows="4" type="textarea" v-model="model.fremsg.othcc.pts.adrblk"
maxlength="300" show-word-limit placeholder="请输入">
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="gitp0.recget.sdamod.dadsnd">
<c-input v-model="model.gitp0.recget.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="$t('gitp0.SF000270')" prop="gidgrp.rec.ownref">
<c-input v-model="model.gidgrp.rec.ownref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp0.SF000270')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="gitp0.recget.sdamod.seainf">
<c-input v-model="model.gitp0.recget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Externally Displayed Name to Identify the Contract" prop="gidgrp.rec.nam">
<c-input v-model="model.gidgrp.rec.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Externally Displayed Name to Identify the Contract'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.gitp0.aplmullab" data-path=".gitp0.aplmullab" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="Currency" prop="gidgrp.cbs.max.cur">
<c-input v-model="model.gidgrp.cbs.max.cur" maxlength="3" :placeholder="$t('other.please_enter')+'Currency'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="gidgrp.cbs.max.amt">
<c-input v-model="model.gidgrp.cbs.max.amt" :placeholder="$t('other.please_enter')+'Balance'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="gidgrp.apl.pts.nam">
<c-input v-model="model.gidgrp.apl.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="Currency" prop="gidgrp.cbs.opn1.cur">
<c-input v-model="model.gidgrp.cbs.opn1.cur" maxlength="3" :placeholder="$t('other.please_enter')+'Currency'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="gidgrp.cbs.opn1.amt">
<c-input v-model="model.gidgrp.cbs.opn1.amt" :placeholder="$t('other.please_enter')+'Balance'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('gitp0.SF000276')" prop="gidgrp.rec.hndtyp">
<c-select v-model="model.gidgrp.rec.hndtyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitp0.SF000276')">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="gidgrp.ben.pts.nam">
<c-input v-model="model.gidgrp.ben.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('gitp0.SF000275')" prop="gidgrp.rec.gartyp">
<c-select v-model="model.gidgrp.rec.gartyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitp0.SF000275')">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="gidgrp.ctr.pts.nam">
<c-input v-model="model.gidgrp.ctr.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.gitp0.expfldlab" data-path=".gitp0.expfldlab" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Valid until" prop="gidgrp.rec.expdat">
<c-date-picker type="date" v-model="model.gidgrp.rec.expdat" style="width:100%" :placeholder="$t('other.please_enter')+'Valid until'"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.gitp0.explab" data-path=".gitp0.explab" > </span>
</c-col>
<c-col :span="12">
<span v-text="model.gitp0.liafldlab" data-path=".gitp0.liafldlab" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Liability until" prop="gidgrp.rec.liadat">
<c-date-picker type="date" v-model="model.gidgrp.rec.liadat" style="width:100%" :placeholder="$t('other.please_enter')+'Liability until'"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.gitp0.lialab" data-path=".gitp0.lialab" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="gidgrp.iss.pts.nam">
<c-input v-model="model.gidgrp.iss.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000081')" prop="fremsg.sndmt">
<c-select v-model="model.fremsg.sndmt" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000081')">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000064')" prop="fremsg.msgrol">
<c-select v-model="model.fremsg.msgrol" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000064')">
</c-select>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000167')" prop="fremsg.fulmt">
<c-select v-model="model.fremsg.fulmt" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000167')">
</c-select>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othmsg.pts.extkey">
<c-fullbox>
<c-input
v-model="model.fremsg.othmsg.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="
showGridPromptDialog('fremsg.othmsg.pts.extkey')
"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
@click="model.fremsg.othmsgp.ptsget.sdamod.seainf"
>
<i class="el-icon-info"></i>
</c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
@click=""
>
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fremsg.othmsgp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fremsg.othmsgp.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="fremsg.othmsg.pts.extkey">
<c-input v-model="model.fremsg.othmsg.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="fremsg.othmsgp.ptsget.sdamod.seainf">
<c-input v-model="model.fremsg.othmsgp.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="onOthmsgpDet">
{{$t('ptsp.CF000081')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('fremsg.SF000160')" prop="fremsg.prttitle">
<c-input v-model="model.fremsg.prttitle" maxlength="35" :placeholder="$t('other.please_enter')+$t('fremsg.SF000160')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="名称" prop="fremsg.othmsg.namelc">
<c-input type="textarea" v-model="model.fremsg.othmsg.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="fremsg.othmsg.pts.adrblk">
<c-input type="textarea" v-model="model.fremsg.othmsg.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="fremsg.othmsg.dbfadrblkcn">
<c-input type="textarea" v-model="model.fremsg.othmsg.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
</c-form-item>
</c-col> -->
<!-- SF000082 : 相关报文 -->
<!-- <c-col :span="12">
<el-form-item :label="$t('fremsg.SF000082')" prop="fremsg.relmt">
<c-select v-model="model.fremsg.relmt" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000082')">
</c-select>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othmsg.pts.adrblk">
<c-input
:rows="4"
type="textarea"
v-model="model.fremsg.othmsg.pts.adrblk"
maxlength="300"
show-word-limit
placeholder="请输入"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="地址" prop="fremsg.othmsg.adrelc">
<c-input type="textarea" v-model="model.fremsg.othmsg.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.fremsg.reldatlab" data-path=".fremsg.reldatlab" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="from" prop="fremsg.reldat">
<c-date-picker type="date" v-model="model.fremsg.reldat" style="width:100%" :placeholder="$t('other.please_enter')+'from'"></c-date-picker>
</c-col>
<c-col :span="24">
<el-form-item label="索赔" prop="fremsg.ccrol">
<c-select
v-model="model.fremsg.ccrol"
style="width: 100%"
placeholder="请选择索赔当事人"
@change="eventFunction('fremsg.ccrol')"
:code="codes.payrol"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> -->
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="relevant message sent/received" prop="fremsg.reldir">
<c-select v-model="model.fremsg.reldir" style="width:100%" :placeholder="$t('other.please_enter')+'relevant message sent/received'">
</c-select>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othcc.pts.extkey">
<c-fullbox>
<c-input
v-model="model.fremsg.othcc.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="
showGridPromptDialog('fremsg.othcc.pts.extkey')
"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
<i class="el-icon-info"></i>
</c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
@click=""
>
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.fremsg.tag20lab" data-path=".fremsg.tag20lab" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="tag 20 Ref." prop="fremsg.tag20ref">
<c-input v-model="model.fremsg.tag20ref" maxlength="16" :placeholder="$t('other.please_enter')+'tag 20 Ref.'"></c-input>
</c-form-item>
</c-col> -->
<!-- SF000065 : 副本的收报行 -->
<!-- <c-col :span="12">
<el-form-item :label="$t('fremsg.SF000065')" prop="fremsg.ccrol">
<c-select v-model="model.fremsg.ccrol" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000065')">
</c-select>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="fremsg.othcc.pts.adrblk">
<c-input
:rows="4"
type="textarea"
v-model="model.fremsg.othcc.pts.adrblk"
maxlength="300"
show-word-limit
placeholder="请输入"
>
</c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.fremsg.flg">{{$t('fremsg.CG000290')}}</c-checkbox>
</c-col>
<c-col :span="12">
<span v-text="model.fremsg.strinflab" data-path=".fremsg.strinflab" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="Narrative" prop="fremsg.strinf">
<c-input type="textarea" v-model="model.fremsg.strinf" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+'Narrative'" ></c-input>
</c-col>
</c-col>
<!-- <c-col :span="12">
" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+'Narrative'" ></c-input>
</c-form-item>
</c-col>
......@@ -599,26 +539,21 @@
</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/Gitfre/Event"
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitfre/Event";
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<!-- SF000256 : Form of Undertaking -->
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000256')" prop="fremsg.tag22d">
<c-select v-model="model.fremsg.tag22d" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000256')">
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item label=" form of undertaking" prop="fremsg.tag22d">
<c-select v-model="model.fremsg.tag22d" style="width:100%" :code="codes.tag22d" :placeholder="formundertaking">
</c-select>
</el-form-item>
</c-col>
<!-- SF000257 : Undertaking Number -->
<c-col :span="12">
<c-form-item :label="$t('fremsg.SF000257')" prop="fremsg.tag23">
<c-col :span="24">
<c-form-item label=" Undertaking Number " prop="fremsg.tag23">
<c-input v-model="model.fremsg.tag23" maxlength="16" :placeholder="$t('other.please_enter')+$t('fremsg.SF000257')"></c-input>
</c-form-item>
</c-col>
<!-- SF000258 : Issuer of Undertak. -->
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000258')" prop="fremsg.issrol">
<c-select v-model="model.fremsg.issrol" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000258')">
</c-select>
</el-form-item>
</c-col>
<!-- SF000289 : Extended Maturity -->
<c-col :span="12">
<el-form-item label="New Maturity Date" prop="fremsg.swiadd.newmatdat">
<c-date-picker type="date" v-model="model.fremsg.swiadd.newmatdat" style="width:100%" :placeholder="$t('other.please_enter')+'New Maturity Date'"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="fremsg.issp.ptsget.sdamod.dadsnd">
<c-input v-model="model.fremsg.issp.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="fremsg.iss.pts.extkey">
<c-input v-model="model.fremsg.iss.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="fremsg.issp.ptsget.sdamod.seainf">
<c-input v-model="model.fremsg.issp.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="onIsspDet">
{{$t('ptsp.CF000081')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="名称" prop="fremsg.iss.namelc">
<c-input type="textarea" v-model="model.fremsg.iss.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="fremsg.iss.pts.adrblk">
<c-input type="textarea" v-model="model.fremsg.iss.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
</c-form-item>
<c-col :span="24">
<el-form-item label="索赔" prop="fremsg.issrol">
<c-select v-model="model.fremsg.issrol" style="width: 100%" placeholder="请选择索赔当事人" code="codes.payrol"
@change="eventFunction('fremsg.issrol')"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> -->
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="fremsg.iss.dbfadrblkcn">
<c-input type="textarea" v-model="model.fremsg.iss.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
</c-form-item>
<c-col :span="24">
<el-form-item label="" prop="fremsg.iss.pts.extkey">
<c-fullbox>
<c-input v-model="model.fremsg.iss.pts.extkey" maxlength="16" placeholder="请输入"
@keyup.enter.native="
showGridPromptDialog('fremsg.iss.pts.extkey')
"></c-input>
<template slot="footer">
<c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary"
>
<i class="el-icon-info"></i>
</c-button>
<c-button style="margin: 0 0" size="small" type="primary" @click="">
详情
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="地址" prop="fremsg.iss.adrelc">
<c-input type="textarea" v-model="model.fremsg.iss.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input>
</c-form-item>
<c-col :span="24">
<el-form-item label="" prop="fremsg.iss.pts.adrblk">
<c-input :rows="4" type="textarea" v-model="model.fremsg.iss.pts.adrblk"
maxlength="300" show-word-limit placeholder="请输入">
</c-input>
</el-form-item>
</c-col>
<!-- SF000259 : Function -->
<c-col :span="12">
<el-form-item :label="$t('fremsg.SF000259')" prop="fremsg.tag23h">
<c-select v-model="model.fremsg.tag23h" style="width:100%" :placeholder="$t('other.please_enter')+$t('fremsg.SF000259')">
<c-col :span="24">
<el-form-item label="Function" prop="fremsg.tag23h">
<c-select v-model="model.fremsg.tag23h" style="width:100%" :code="codes.tag23h" :placeholder="$t('other.please_enter')+$t('fremsg.SF000259')">
</c-select>
</el-form-item>
</c-col>
<!-- SF000260 : Details of Request -->
<c-col :span="12">
<c-form-item :label="$t('fremsg.SF000260')" prop="fremsg.tag45d">
<c-input type="textarea" v-model="model.fremsg.tag45d" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+$t('fremsg.SF000260')" ></c-input>
<c-col :span="24">
<c-form-item label="Details of Request" prop="fremsg.tag45d">
<c-input type="textarea" v-model="model.fremsg.tag45d" :code="codes.tag45d" :rows="5" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+$t('fremsg.SF000260')" ></c-input>
</c-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
......
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