<el-form-itemv-if="model.gitp.covgodsrvcmodflg==''"label="Object of Contract"prop="gidgrp.blk.covgodsrvc">
<c-input:disabled="model.gitp.covgodsrvcmodflg==''||model.gitp.swiftflg=='N'"rows="5"type="textarea"v-model="model.gidgrp.blk.covgodsrvc"maxlength="65"show-word-limitplaceholder="请输入Object of Contract"></c-input>
<el-form-itemv-if="model.gitp.gidtxtmodflg == ''"label="Guarantee Text with Variables"prop="gidgrp.blk.gidtxt">
<i-stream-input:disabled="model.gitp.gidtxtmodflg == ''"type="textarea"rows="15":model="model.gidgrp.blk.gidtxt"maxlength="65"show-word-limitplaceholder="请输入Guarantee Text with Variables"></i-stream-input>
<el-form-item
v-if="model.gitp.gidtxtmodflg == ''"
label="Guarantee Text with Variables"
prop="gidgrp.blk.gidtxt"
>
<i-stream-input
:disabled="model.gitp.gidtxtmodflg == ''"
type="textarea"
rows="15"
:model="model.gidgrp.blk.gidtxt"
maxlength="65"
show-word-limit
placeholder="请输入Guarantee Text with Variables"
></i-stream-input>
</el-form-item>
<el-form-itemv-if="model.gitp.gidtxtmodflg == 'X'"label="Guarantee Text with Variables"prop="gidgrp.blk.gtxgidtxt">
<i-stream-inputtype="textarea":model="model.gidgrp.blk.gtxgidtxt"rows="15"maxlength="65"show-word-limitplaceholder="请输入Guarantee Text with Variables"></i-stream-input>
<el-form-itemv-if="model.gitp.gidtxtmodflgc == ''"label="Guarantee Text with Variables"prop="gidgrp.blk.gtxgidtxt">
<i-stream-input:disabled="model.gitp.gidtxtmodflgc == ''"type="textarea"rows="15":model="model.gidgrp.blk.gtxgidtxtc"maxlength="65"show-word-limitplaceholder="请输入Guarantee Text with Variables"></i-stream-input>
<el-form-item
v-if="model.gitp.gidtxtmodflgc == ''"
label="Guarantee Text with Variables"
prop="gidgrp.blk.gtxgidtxt"
>
<i-stream-input
:disabled="model.gitp.gidtxtmodflgc == ''"
type="textarea"
rows="15"
:model="model.gidgrp.blk.gtxgidtxtc"
maxlength="65"
show-word-limit
placeholder="请输入Guarantee Text with Variables"
></i-stream-input>
</el-form-item>
<el-form-itemv-if="model.gitp.gidtxtmodflgc == 'X'"label="Guarantee Text with Variables - Counter Undertaking"prop="gidgrp.blk.gtxgidtxtc">
<i-stream-inputtype="textarea":modle="model.gidgrp.blk.gtxgidtxtc"rows="15"maxlength="65"show-word-limitplaceholder="请输入Guarantee Text with Variables - Counter Undertaking"></i-stream-input>
<el-form-item
v-if="model.gitp.gidtxtmodflgc == 'X'"
label="Guarantee Text with Variables - Counter Undertaking"
prop="gidgrp.blk.gtxgidtxtc"
>
<i-stream-input
type="textarea"
:modle="model.gidgrp.blk.gtxgidtxtc"
rows="15"
maxlength="65"
show-word-limit
placeholder="请输入Guarantee Text with Variables - Counter Undertaking"
<el-form-itemlabel="Delivery of Undertak."prop="gidgrp.rec.deloric">
<el-form-item
label="Delivery of Undertak."
prop="gidgrp.rec.deloric"
>
<c-fullbox>
<c-selectv-model="model.gidgrp.rec.deloric"style="width:100%"placeholder="请选择Delivery of Undertak.">
<c-select
v-model="model.gidgrp.rec.deloric"
style="width: 100%"
placeholder="请选择Delivery of Undertak."
>
<el-option
v-for="item in codes.deloric"
:key="item.value"
...
...
@@ -15,15 +22,30 @@
>
</el-option>
</c-select>
<templateslot="footer">
<c-input:disabled="model.gidgrp.rec.deloric!='OTHR'&&model.gidgrp.rec.deloric!='COUR'"v-model="model.gidgrp.rec.deloritxtc"maxlength="35"placeholder="请输入Delivery of Undertak."></c-input>
<el-form-itemlabel="Delivery to Address"prop="gidgrp.blk.deltoadrc">
<c-input:disabled="model.gidgrp.rec.deltoc=='BENE'"type="textarea"rows="4"v-model="model.gidgrp.blk.deltoadrc"maxlength="35"show-word-limitplaceholder="请输入Delivery to Address"></c-input>
<el-form-itemlabel="Additional Details to Code for Charges"prop="gidgrp.blk.feetxtc">
<c-inputrows="4"type="textarea"v-model="model.gidgrp.blk.feetxtc"maxlength="35"show-word-limitplaceholder="请输入Additional Details to Code for Charges"></c-input>
<el-form-item
label="Additional Details to Code for Charges"
prop="gidgrp.blk.feetxtc"
>
<c-input
rows="4"
type="textarea"
v-model="model.gidgrp.blk.feetxtc"
maxlength="35"
show-word-limit
placeholder="请输入Additional Details to Code for Charges"