<el-form-item label="Guarantee Text with Variables" prop="gidgrp.blk.gtxgidtxt">
<c-input type="textarea" v-model="model.gidgrp.blk.gtxgidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-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="32500"show-word-limitplaceholder="请输入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="32500"show-word-limitplaceholder="请输入Guarantee Text with Variables - Counter Undertaking"></i-stream-input>
<el-form-item label="Guarantee Text local undertaking" prop="gidgrp.blk.gidtxtc">
<c-input type="textarea" v-model="model.gidgrp.blk.gidtxtc" maxlength="65" show-word-limit placeholder="请输入Guarantee Text local undertaking" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Guarantee Text with Variables - Counter Undertaking" prop="gidgrp.blk.gtxgidtxtc">
<c-input type="textarea" v-model="model.gidgrp.blk.gtxgidtxtc" maxlength="1" show-word-limit placeholder="请输入Guarantee Text with Variables - Counter Undertaking" ></c-input>
<el-form-itemlabel="Delivery of Undertak."prop="gidgrp.rec.deloric">
<c-fullbox>
<c-selectv-model="model.gidgrp.rec.deloric"style="width:100%"placeholder="请选择Delivery of Undertak.">
<el-option
v-for="item in codes.deloric"
:key="item.value"
:label="item.label"
:value="item.value"
>
</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!='OTHR'"type="textarea"rows="4"v-model="model.gidgrp.blk.deltoadrc"maxlength="210"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="210"show-word-limitplaceholder="请输入Additional Details to Code for Charges"></c-input>