Commit c4a6baef by liyixun

暂时屏蔽gitopn及gitpop中gidgrp.blk.gidtxt字段的检核

parent 6e3120e3
......@@ -3245,6 +3245,10 @@ const CodeTable = {
{ label: "非融资类", value: "2" },
{ label: "非分离式", value: "0" },
],
fenlishi2: [
{ label: "融资类", value: "1" },
{ label: "非融资类", value: "2" },
],
fepdsp: [
{ label: "Stored in pool", value: "P" },
{ label: "Advised", value: "A" },
......@@ -6677,12 +6681,14 @@ const CodeTable = {
{ label: "blank text", value: "" },
],
gtxinr1: [
{ label: "Performance Guaratee2", value: "00000008" },
{ label: "Refund Guarantee", value: "00000006" },
{ label: "Advance/Down Payment Guarantee", value: "00000203" },
{ label: "performance Gua for Project contracting", value: "00000202" },
{ label: "LMTEST01", value: "00000215" },
{ label: "blank text", value: "" },
],
gtxinr2: [
{ label: "LMTEST02", value: "00000216" },
{ lable: "LMTEST01", value: "00000215" },
{ label: "blank text", value: "<NILTXT>" },
],
gtxinr3: [
{ label: "blank text", value: "" },
],
docstabot: [
......@@ -6828,6 +6834,16 @@ const CodeTable = {
hndtyp7: [
{ label: "Advise with confirmation", value: "FI" },
],
hndtyp8: [
{ label: "Transfer", value: "OT" },
{ label: "Direct (we issue)", value: "OL" },
{ label: "Indirect (please issue)", value: "OC" },
],
demand:[
{label:"Multiple & partial demands not permitted",value:"NMPT"},
{label:"Multiple demands not permitted",value:"NMLT"},
{label:"Partial demands not permitted",value:"NPRT"},
],
legfrmc1: [
{ label: "Demand Guarantee", value: "DGAR" },
{ label: "Standby Letter of Credit", value: "STBY" },
......@@ -6852,13 +6868,7 @@ const CodeTable = {
{ label: "ISSU Issuance of undertaking", value: "ISSU" },
{ label: "ISCO Issuance of counter-undertaking", value: "ISCO" },
],
gtxinr2: [
{ label: "LMTEST02", value: "00000216" },
{ label: "blank text", value: "<NILTXT>" },
],
gtxinr3: [
{ label: "blank text", value: "" },
],
ctytxt1:[
{label:"CN People's Republic of China",value:"CN"},
{label:"HK HONG KONG",value:"HK"},
......@@ -6868,5 +6878,66 @@ const CodeTable = {
{label:"经核验,证实电相符/印鉴相符。",value:""},
{label:"信用证真实性待核实。",value:"2"},
],
swiftflg:[
{label:"是",value:"Y"},
{label:"否",value:"N"},
],
purposamein:[
{label:"ISCA Issuance of amendment to counter-undert.",value:"ISCA" },
{label:"ADVA Advice of amendment to issued undertaking",value:"ADVA" },
{label:"ACNA Advice and confirmation of amendment",value:"ACNA" },
{label:"ISUA Issuance of amendment to issued undertaking",value:"ISUA" },
{label:"ICCA Issuance of amendmt to issued counter-counter",value:"ICCA" },
],
purposame:[
{label:"ISCA Issuance of amendment to counter-undert.",value:"ISCA" },
{label:"ADVA Advice of amendment to issued undertaking",value:"ADVA" },
{label:"ACNA Advice and confirmation of amendment",value:"ACNA" },
{label:"ISUA Issuance of amendment to issued undertaking",value:"ISUA" },
{label:"ICCA Issuance of amendmt to issued counter-counter",value:"ICCA" },
],
ramrol:[
{label:"Applicant",value:"APL"},
{label:"Beneficiary",value:"BEN"},
],
redrea:[
{label:"Beneficiary",value:"BUFI"},
{label:"Others",value:"OTHR" },
{label:"Other",value:"NOAC"},
{label:"Fulfilled conditions for reduce",value:"REFU" },
{label:"Warranty period expired",value:"WOEX" },
],
exptyp:[
{label:"Expiry condition",value:"COND"},
{label:"Specified date of expiry",value:"FIXD"},
{label:"No specified date of expiry",value:"OPEN"},
],
liatypc:[
{label:"Expiry condition",value:"COND"},
{label:"Specified date of expiry",value:"FIXD"},
{label:"No specified date of expiry",value:"OPEN"},
],
delori1:[
{ label: "By collection", value: "COLL" },
{ label: "By courier (i. e. Fedex, DHL, UPS)", value: "COUR" },
{ label: "By mail", value: "MAIL" },
{ label: "By messenger - hand-deliver", value: "MESS" },
{ label: "Other method", value: "OTHR" },
{ label: "By registered mail or airmail", value: "REGM" },
],
delto:[
{label:"Specified address",value:"OTHR"},
],
deltoc:[
{label:"Specified address",value:"OTHR"},
{label:"Beneficiary",value:"BENE"},
],
gartypc:[
{label:"APAY",value:"APAY Advance Payment"},
{label:"PAYM",value:"PAYM Payment"},
{label:"PERF",value:"PERF Performance"},
{label:"TEND",value:"TEND Tender or Bid"},
{label:"WARR",value:"WARR Warrantyimaintenance"},
],
}
export default CodeTable;
<template>
<div class="eibs-tab">
<!-- SF002083 : Reference -->
<c-row>
<c-col :span="24">
<c-col :span="12">
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Reference" prop="gidgrp.rec.ownref">
<c-input disabled v-model="model.gidgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Inc. Purpose of amend." prop="trnmod.swiadd.purposamein">
<c-select disabled v-model="model.trnmod.swiadd.purposamein" style="width:100%" placeholder="请输入Inc. Purpose of amend.">
<el-option
v-for="item in codes.purposamein"
: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 v-if="model.gitp.swiftflg=='Y'" label="Purpose of amend." prop="trnmod.swiadd.purposame">
<c-select v-model="model.trnmod.swiadd.purposame" style="width:100%" placeholder="请输入Purpose of amend.">
<el-option
v-for="item in codes.purposame"
: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 v-if="model.gitp.swiftflg=='Y'" label="Amendment Date" prop="trnmod.swiadd.amedat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.amedat" style="width:100%" placeholder="请选择Amendment Date"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Order from" prop="trnmod.swiadd.orddat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.orddat" style="width:100%" placeholder="请选择Order from"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Amend. No Receiv." prop="trnmod.swiadd.amenbr">
<c-input disabled v-model="model.trnmod.swiadd.amenbr" placeholder="请输入Amend. No Receiv."></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Actual Amendment No " prop="gidgrp.rec.amenbr">
<c-input v-model="model.gidgrp.rec.amenbr" placeholder="请输入Actual Amendment No "></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Old Guarantee Amt." prop="oldgidgrp.cbs.max.cur">
<c-input disabled v-model="model.oldgidgrp.cbs.max.cur" maxlength="3" placeholder="请输入Old Guarantee Amt."></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-input disabled v-if="model.gitp.swiftflg=='Y'" v-model="model.oldgidgrp.cbs.max.amt" placeholder="请输入Balance"></c-input>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Amended" prop="trnmod.swiadd.amecur">
<c-input disabled v-model="model.trnmod.swiadd.amecur" maxlength="3" placeholder="请输入Amended"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-input v-if="model.gitp.swiftflg=='Y'" v-model="model.trnmod.swiadd.ameamt" placeholder="请输入Amended Amount"></c-input>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Guarantee Amount" prop="trnmod.swiadd.newcur">
<c-input disabled v-model="model.trnmod.swiadd.newcur" maxlength="3" placeholder="请输入Guarantee Amount"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-input v-if="model.gitp.swiftflg=='Y'" v-model="model.trnmod.swiadd.newamt" placeholder="请输入New amount"></c-input>
</c-col>
</c-col>
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="GCDOWNREF" prop="gitamep.gcdownref">
<c-input v-model="model.gitamep.gcdownref" maxlength="16" placeholder="请输入GCDOWNREF"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Send Amendment to" prop="gitamep.ramrol">
<c-select v-model="model.gitamep.ramrol" :disabled="model.trnmod.swiadd.amemsgdonflg==''" style="width:100%" placeholder="请输入Request of Amendment send to">
<el-option
v-for="item in codes.ramrol"
: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 v-if="model.gitp.swiftflg=='Y'" label="Reason for Reduce / Discharge" prop="trnmod.swiadd.redrea">
<c-select v-model="model.trnmod.swiadd.redrea" style="width:100%" placeholder="请输入Reason for Reduce / Discharge">
<el-option
v-for="item in codes.redrea"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Amendment :77C:" prop="gitamep.ametxt">
<c-input type="textarea" :disabled="model.gitamep.ametxtflg==''" v-model="model.gitamep.ametxt" rows="4" maxlength="65" show-word-limit placeholder="请输入Amendment :77C:" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Text for Amendments:" prop="trnmod.swiadd.ameblk">
<c-input type="textarea" rows="4" v-model="model.trnmod.swiadd.ameblk" maxlength="65" show-word-limit placeholder="请输入Text for Amendments" ></c-input>
</c-form-item>
</c-col>
<c-col :span="4">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" style="margin:0 0 0 10px" v-model="model.gitamep.amebut.chkast">Allow</c-checkbox>
<c-button v-if="model.gitp.swiftflg=='Y'" style="margin:5px 0 0 10px" size="small" type="primary" icon="el-icon-search" @click="onAmebutButtxmsel">
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Additional Amount Covered" prop="trnmod.swiadd.addamtcovs20">
<c-input type="textarea" rows="4" :disabled="model.trnmod.swiadd.addamtflg==''" v-model="model.trnmod.swiadd.addamtcovs20" maxlength="65" show-word-limit placeholder="请输入Additional Amount Covered" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item v-if="model.gitp.swiftflg=='Y'" label="Additional Currency" prop="trnmod.swiadd.addcur">
<c-input v-model="model.trnmod.swiadd.addcur" maxlength="3" placeholder="请输入Additional Currency"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-input v-if="model.gitp.swiftflg=='Y'" :disabled="model.trnmod.swiadd.addamtflg==''" v-model="model.trnmod.swiadd.addamt" placeholder="请输入Additional Amount"></c-input>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.trnmod.swiadd.reqcan">Cancellation Request</c-checkbox>
</c-col>
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.trnmod.swiadd.amemsgdonflg">Create Amendment Message</c-checkbox>
</c-col>
<!-- <c-col :span="4" :offset="4">
<c-checkbox v-model="model.gitamep.prtflg">Choose full Text</c-checkbox>
</c-col> -->
</c-col>
<c-col :span="24">
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.gitamep.prtflg">Choose full Text</c-checkbox>
</c-col>
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.gitamep.clsclmflg">Close Claim</c-checkbox>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.trnmod.swiadd.addamtflg">Add .Amount</c-checkbox>
</c-col>
<c-col :span="6" :offset="6">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" :disabled="model.trnmod.swiadd.amemsgdonflg==''" v-model="model.gitamep.ametxtflg">Amendments Modify</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-col>
</c-row> <!-- SF002083 : Reference -->
<!-- <c-col :span="12">
<c-form-item label="Reference" prop="gidgrp.rec.ownref">
<c-input v-model="model.gidgrp.rec.ownref" maxlength="16" placeholder="Reference"></c-input>
<c-input v-model="model.gidgrp.rec.ownref" maxlength="16" placeholder="$t('other.please_enter')+'Reference'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002083')" prop="gitamep.recget.sdamod.seainf">
<c-input v-model="model.gitamep.recget.sdamod.seainf" :placeholder="$t('other.please_enter')+$t('gitamep.SF002083')"></c-input>
<c-form-item label="$t('gitamep.SF002083')" prop="gitamep.recget.sdamod.seainf">
<c-input v-model="model.gitamep.recget.sdamod.seainf" placeholder="$t('other.please_enter')+$t('gitamep.SF002083')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.swiadd.reqcan">{{$t('gitamep.CF002113')}}</c-checkbox>
<c-checkbox v-model="model.trnmod.swiadd.reqcan">Cancellation Request</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.gitamep.abrflg">{{$t('gitamep.CF002081')}}</c-checkbox>
</c-col>
</c-col> -->
<!-- SF002156 : Inc. Purpose of amend. -->
<!--
<c-col :span="12">
<el-form-item :label="$t('gitamep.SF002156')" prop="trnmod.swiadd.purposamein">
<c-select v-model="model.trnmod.swiadd.purposamein" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitamep.SF002156')">
<el-form-item label="Inc. Purpose of amend." prop="trnmod.swiadd.purposamein">
<c-select v-model="model.trnmod.swiadd.purposamein" style="width:100%" placeholder="请输入Inc. Purpose of amend.">
</c-select>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="12">
<!-- TODO i18n -->
<!-- <c-checkbox v-model="model.trnmod.swiadd.amemsgdonflg">{{$t('gitamep.CF002078')}}</c-checkbox> -->
<c-checkbox v-model="model.trnmod.swiadd.amemsgdonflg">{{$t('gitamep.CF002078')}}</c-checkbox>
</c-col>
<!-- <c-col :span="12">
<c-checkbox v-model="model.trnmod.swiadd.amemsgdonflg">Create Amendment Message</c-checkbox>
</c-col> -->
<!-- SF002112 : Purpose of amend. -->
<c-col :span="12">
<el-form-item :label="$t('gitamep.SF002112')" prop="trnmod.swiadd.purposame">
<c-select v-model="model.trnmod.swiadd.purposame" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitamep.SF002112')">
<!-- <c-col :span="12">
<el-form-item label="Purpose of amend." prop="trnmod.swiadd.purposame">
<c-select v-model="model.trnmod.swiadd.purposame" style="width:100%" placeholder="请输入Purpose of amend.">
</c-select>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="12">
<!-- <c-col :span="12">
<c-checkbox v-model="model.gitamep.ameaccflg">{{$t('gitamep.CF002133')}}</c-checkbox>
</c-col>
</c-col> -->
<!-- SF002084 : Amendment Date -->
<!--
<c-col :span="12">
<el-form-item :label="$t('gitamep.SF002084')" prop="trnmod.swiadd.amedat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.amedat" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitamep.SF002084')"></c-date-picker>
<el-form-item label="Amendment Date" prop="trnmod.swiadd.amedat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.amedat" style="width:100%" placeholder="请选择Amendment Date"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.gitamep.prtflg">{{$t('gitamep.CF002079')}}</c-checkbox>
<c-checkbox v-model="model.gitamep.prtflg">Choose full Text</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.gitamep.clsclmflg">{{$t('gitamep.CF002080')}}</c-checkbox>
<c-checkbox v-model="model.gitamep.clsclmflg">Close Claim</c-checkbox>
</c-col>
<c-col :span="12">
<c-form-item label="GCDOWNREF" prop="gitamep.gcdownref">
<c-input v-model="model.gitamep.gcdownref" maxlength="16" :placeholder="$t('other.please_enter')+'GCDOWNREF'"></c-input>
<c-input v-model="model.gitamep.gcdownref" maxlength="16" placeholder="请输入GCDOWNREF"></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002094 : Order from -->
<c-col :span="12">
<el-form-item :label="$t('gitamep.SF002094')" prop="trnmod.swiadd.orddat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.orddat" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitamep.SF002094')"></c-date-picker>
<!-- <c-col :span="12">
<el-form-item label="Order from" prop="trnmod.swiadd.orddat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.orddat" style="width:100%" placeholder="请选择Order from"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.swiadd.addamtflg">{{$t('gitamep.CF002076')}}</c-checkbox>
<c-checkbox v-model="model.trnmod.swiadd.addamtflg">Add .Amount</c-checkbox>
</c-col>
<c-col :span="12">
<c-form-item label="Additional Currency" prop="trnmod.swiadd.addcur">
<c-input v-model="model.trnmod.swiadd.addcur" maxlength="3" :placeholder="$t('other.please_enter')+'Additional Currency'"></c-input>
<c-input v-model="model.trnmod.swiadd.addcur" maxlength="3" placeholder="请输入Additional Currency"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Additional Amount" prop="trnmod.swiadd.addamt">
<c-input v-model="model.trnmod.swiadd.addamt" :placeholder="$t('other.please_enter')+'Additional Amount'"></c-input>
<c-input v-model="model.trnmod.swiadd.addamt" placeholder="请输入Additional Amount"></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002096 : Amend. No Receiv. -->
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002096')" prop="trnmod.swiadd.amenbr">
<c-input v-model="model.trnmod.swiadd.amenbr" :placeholder="$t('other.please_enter')+$t('gitamep.SF002096')"></c-input>
<!-- <c-col :span="12">
<c-form-item label="Amend. No Receiv." prop="trnmod.swiadd.amenbr">
<c-input v-model="model.trnmod.swiadd.amenbr" placeholder="请输入Amend. No Receiv."></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002101 : Additional Amount Covered -->
<!-- SF002093 : Actual Amendment No -->
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002093')" prop="gidgrp.rec.amenbr">
<c-input v-model="model.gidgrp.rec.amenbr" :placeholder="$t('other.please_enter')+$t('gitamep.SF002093')"></c-input>
<!-- <c-col :span="12">
<c-form-item label="Actual Amendment No " prop="gidgrp.rec.amenbr">
<c-input v-model="model.gidgrp.rec.amenbr" placeholder="请输入Actual Amendment No "></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Additional Amount Covered" prop="trnmod.swiadd.addamtcovs20">
<c-input type="textarea" v-model="model.trnmod.swiadd.addamtcovs20" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Additional Amount Covered'" ></c-input>
<c-input type="textarea" v-model="model.trnmod.swiadd.addamtcovs20" maxlength="65" show-word-limit placeholder="请输入Additional Amount Covered" ></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002085 : Old Guarantee Amt. -->
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002085')" prop="oldgidgrp.cbs.max.cur">
<c-input v-model="model.oldgidgrp.cbs.max.cur" maxlength="3" :placeholder="$t('other.please_enter')+$t('gitamep.SF002085')"></c-input>
<!-- <c-col :span="12">
<c-form-item label="Old Guarantee Amt." prop="oldgidgrp.cbs.max.cur">
<c-input v-model="model.oldgidgrp.cbs.max.cur" maxlength="3" placeholder="请输入Old Guarantee Amt."></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Balance" prop="oldgidgrp.cbs.max.amt">
<c-input v-model="model.oldgidgrp.cbs.max.amt" :placeholder="$t('other.please_enter')+'Balance'"></c-input>
<c-input v-model="model.oldgidgrp.cbs.max.amt" placeholder="$t('other.please_enter')+'Balance'"></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002087 : Amended -->
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002087')" prop="trnmod.swiadd.amecur">
<c-input v-model="model.trnmod.swiadd.amecur" maxlength="3" :placeholder="$t('other.please_enter')+$t('gitamep.SF002087')"></c-input>
<!-- <c-col :span="12">
<c-form-item label="Amended" prop="trnmod.swiadd.amecur">
<c-input v-model="model.trnmod.swiadd.amecur" maxlength="3" placeholder="请输入Amended"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Amended Amount" prop="trnmod.swiadd.ameamt">
<c-input v-model="model.trnmod.swiadd.ameamt" :placeholder="$t('other.please_enter')+'Amended Amount'"></c-input>
<c-input v-model="model.trnmod.swiadd.ameamt" placeholder="请输入Amended Amount"></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002086 : Guarantee Amount -->
<c-col :span="12">
<c-form-item :label="$t('gitamep.SF002086')" prop="trnmod.swiadd.newcur">
<c-input v-model="model.trnmod.swiadd.newcur" maxlength="3" :placeholder="$t('other.please_enter')+$t('gitamep.SF002086')"></c-input>
<!-- <c-col :span="12">
<c-form-item label="Guarantee Amount" prop="trnmod.swiadd.newcur">
<c-input v-model="model.trnmod.swiadd.newcur" maxlength="3" placeholder="请输入Guarantee Amount"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="New amount" prop="trnmod.swiadd.newamt">
<c-input v-model="model.trnmod.swiadd.newamt" :placeholder="$t('other.please_enter')+'New amount'"></c-input>
<c-input v-model="model.trnmod.swiadd.newamt" placeholder="请输入New amount"></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002088 : Amendments -->
<c-col :span="12">
<c-checkbox v-model="model.gitamep.ametxtflg">{{$t('gitamep.CF002077')}}</c-checkbox>
<!-- <c-col :span="12">
<c-checkbox v-model="model.gitamep.ametxtflg">Amendments Modify</c-checkbox>
</c-col>
<c-col :span="12">
<c-form-item label="Amendment :77C:" prop="gitamep.ametxt">
<c-input type="textarea" v-model="model.gitamep.ametxt" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Amendment :77C:'" ></c-input>
<c-input type="textarea" v-model="model.gitamep.ametxt" maxlength="65" show-word-limit placeholder="请输入Amendment :77C:" ></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- SF002097 : Create Autoregistration for -->
<c-col :span="12">
<!-- <c-col :span="12">
<c-form-item label="Text for Amendments" prop="trnmod.swiadd.ameblk">
<c-input type="textarea" v-model="model.trnmod.swiadd.ameblk" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Text for Amendments'" ></c-input>
<c-input type="textarea" v-model="model.trnmod.swiadd.ameblk" maxlength="65" show-word-limit placeholder="请输入Text for Amendments" ></c-input>
</c-form-item>
</c-col>
......@@ -178,13 +367,13 @@
<c-col :span="12">
<el-form-item label="Create Autoregistration for" prop="gitamep.crereg">
<c-select v-model="model.gitamep.crereg" style="width:100%" :placeholder="$t('other.please_enter')+'Create Autoregistration for'">
<c-select v-model="model.gitamep.crereg" style="width:100%" placeholder="$t('other.please_enter')+'Create Autoregistration for'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.gitamep.amebut.chkast">{{$t('gitamep.CF002158')}}</c-checkbox>
<c-checkbox v-model="model.gitamep.amebut.chkast">Allow</c-checkbox>
</c-col>
<c-col :span="12">
......@@ -193,18 +382,18 @@
<c-col :span="12">
<el-form-item label="Request of Amendment send to" prop="gitamep.ramrol">
<c-select v-model="model.gitamep.ramrol" style="width:100%" :placeholder="$t('other.please_enter')+'Request of Amendment send to'">
<c-select v-model="model.gitamep.ramrol" style="width:100%" placeholder="请输入Request of Amendment send to">
</c-select>
</el-form-item>
</c-col>
</c-col> -->
<!-- SF002100 : Reason for Reduce / Discharge -->
<c-col :span="12">
<!-- <c-col :span="12">
<el-form-item label="Reason for Reduce / Discharge" prop="trnmod.swiadd.redrea">
<c-select v-model="model.trnmod.swiadd.redrea" style="width:100%" :placeholder="$t('other.please_enter')+'Reason for Reduce / Discharge'">
<c-select v-model="model.trnmod.swiadd.redrea" style="width:100%" placeholder="请输入Reason for Reduce / Discharge">
</c-select>
</el-form-item>
</c-col>
</c-col> -->
</div>
</template>
<script>
......
......@@ -22,8 +22,10 @@
<m-opnp :model="model" :codes="codes"/>
</el-tab-pane>
<!--gitamep PD002031 Amendment -->
<el-tab-pane :label="$t('gitamep.PD002031')" name="ameps20">
<el-tab-pane label="Amendment" name="ameps20">
<c-content>
<m-ameps20 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--gitamep PD002100 Amendment Dates -->
<!-- <el-tab-pane :label="$t('gitamep.PD002100')" name="amedat20">
......
......@@ -224,7 +224,7 @@
placeholder="请选择Handling Type"
>
<el-option
v-for="item in codes.hndtyp"
v-for="item in codes.hndtyp8"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -422,7 +422,7 @@
placeholder="请选择Type of Undertaking"
>
<el-option
v-for="item in codes.typgar"
v-for="item in codes.seagtyp"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -519,7 +519,7 @@
placeholder="请选择Language of Undertak."
>
<el-option
v-for="item in codes.uiltxt"
v-for="item in codes.uiltxt1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -552,7 +552,7 @@
placeholder="请选择Language of Undertak."
>
<el-option
v-for="item in codes.uiltxt"
v-for="item in codes.uiltxt2"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -1849,6 +1849,11 @@ export default {
},
},
watch:{
"model.gidgrp.rec.expflg":function () {
if(this.model.gidgrp.rec.expflg=='X'&&this.model.gidgrp.rec.hndtyp=='OC'){
this.model.gidgrp.rec.liaflg='X';
}
},
},
methods:{
...Event,
......
......@@ -9,7 +9,7 @@
<c-fullbox>
<c-select :disabled="model.gidgrp.rec.purpos=='ICCO'||model.gidgrp.rec.purpos=='ISCO'" v-model="model.gidgrp.rec.delori" style="width:100%" placeholder="请选择Delivery of Undertak.">
<el-option
v-for="item in codes.delori"
v-for="item in codes.delori1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -17,7 +17,7 @@
</el-option>
</c-select>
<template slot="footer">
<c-input :disabled="model.gidgrp.rec.delori!='COUR'||model.gidgrp.rec.delori!='OTHR'" v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
<c-input :disabled="model.gidgrp.rec.delori!='COUR'&&model.gidgrp.rec.delori!='OTHR'" v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
</template>
</c-fullbox>
</el-form-item>
......@@ -53,7 +53,7 @@
<c-col :span="24">
<el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadr">
<c-input disabled type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
<c-input :disabled="model.gidgrp.rec.delto==''" type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
</el-form-item>
</c-col>
......
......@@ -188,7 +188,7 @@
<el-form-item v-show="model.gitp.swiftflg=='Y'" label="Outgoing Purpose" prop="gidgrp.rec.purpos">
<c-select v-model="model.gidgrp.rec.purpos" style="width:100%" placeholder="请选择Outgoing Purpose">
<el-option
v-for="item in codes.purpos"
v-for="item in codes.purpos1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -230,7 +230,7 @@
placeholder="请选择Type of Undertaking"
>
<el-option
v-for="item in codes.typgar"
v-for="item in codes.seagtyp"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -378,7 +378,7 @@
placeholder="请选择是否分离式保函"
>
<el-option
v-for="item in codes.fenlishi"
v-for="item in codes.fenlishi2"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -610,7 +610,7 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="7" v-show="model.gitp.swiftflg!='Y'" class="centerLable">
<c-col :span="7" v-if="model.gitp.swiftflg!='Y'" class="centerLable">
<c-checkbox v-model="model.gidgrp.rec.expflg"
>Unlimited Guarantee</c-checkbox
>
......
......@@ -6,9 +6,9 @@
<c-col :span="24">
<el-form-item label="Delivery of Undertak." prop="gidgrp.rec.delori">
<c-fullbox>
<c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.delori" style="width:100%" placeholder="请选择Delivery of Undertak.">
<c-select :disabled="model.gidgrp.rec.purpos=='ICCO'||model.gidgrp.rec.purpos=='ISCO'" v-model="model.gidgrp.rec.delori" style="width:100%" placeholder="请选择Delivery of Undertak.">
<el-option
v-for="item in codes.delori"
v-for="item in codes.delori1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -16,7 +16,7 @@
</el-option>
</c-select>
<template slot="footer">
<c-input disabled v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
<c-input :disabled="model.gidgrp.rec.delori!='COUR'&&model.gidgrp.rec.delori!='OTHR'" v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
</template>
</c-fullbox>
</el-form-item>
......@@ -24,7 +24,7 @@
<c-col :span="24">
<el-form-item label="Undertaking Send to" prop="gidgrp.rec.sndto">
<c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.sndto" style="width:100%" placeholder="请选择Undertaking Send to">
<c-select :disabled="model.gidgrp.rec.purpos=='ICCO'||model.gidgrp.rec.purpos=='ISCO'" v-model="model.gidgrp.rec.sndto" style="width:100%" placeholder="请选择Undertaking Send to">
<el-option
v-for="item in codes.rolall"
:key="item.value"
......@@ -38,7 +38,7 @@
<c-col :span="24">
<el-form-item label="Deliv. To/Collection By" prop="gidgrp.rec.delto">
<c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.delto" style="width:100%" placeholder="请选择Deliv. To/Collection By">
<c-select :disabled="model.gidgrp.rec.purpos=='ICCO'||model.gidgrp.rec.purpos=='ISCO'" v-model="model.gidgrp.rec.delto" style="width:100%" placeholder="请选择Deliv. To/Collection By">
<el-option
v-for="item in codes.delto"
:key="item.value"
......@@ -52,7 +52,7 @@
<c-col :span="24">
<el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadr">
<c-input disabled type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
<c-input :disabled="model.gidgrp.rec.delto==''" type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
</el-form-item>
</c-col>
......@@ -108,7 +108,7 @@
<c-col :span="13">
<c-col :span="20">
<el-form-item label="Presentation Instr." prop="gidgrp.blk.preper">
<c-input :disabled="model.gitp.prepermodflg!='X'" type="textarea" :rows="5" v-model="model.gidgrp.blk.preper" maxlength="65" show-word-limit placeholder="请输入Presentation Instr." ></c-input>
<c-input :disabled="model.gitp.prepermodflg == ''" type="textarea" :rows="5" v-model="model.gidgrp.blk.preper" maxlength="65" show-word-limit placeholder="请输入Presentation Instr." ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......
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