<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="3250"show-word-limitplaceholder="请输入Object of Contract"></c-input>
<el-form-itemlabel="Date from Original Contract - Local Undertaking Seq. C"prop="gidgrp.rec.orcdatc">
<c-date-pickertype="date"v-model="model.gidgrp.rec.orcdatc"style="width:100%"placeholder="请选择Date from Original Contract - Local Undertaking Seq. C"></c-date-picker>
<el-form-itemlabel="Object of Contract - Local Undertaking Seq. C"prop="gidgrp.blk.covgodsrvc">
<c-inputtype="textarea"v-model="model.gidgrp.blk.covgodsrvc"maxlength="65"show-word-limitplaceholder="请输入Object of Contract - Local Undertaking Seq. C"></c-input>
<el-form-itemlabel="Original Contract Place - Local Undertaking Seq. C"prop="gidgrp.blk.orcplcc">
<c-inputtype="textarea"v-model="model.gidgrp.blk.orcplcc"maxlength="35"show-word-limitplaceholder="请输入Original Contract Place - Local Undertaking Seq. C"></c-input>
<el-form-itemlabel="Additional Info - Local Undertaking Seq. C"prop="gidgrp.blk.addinfc">
<c-inputtype="textarea"v-model="model.gidgrp.blk.addinfc"maxlength="35"show-word-limitplaceholder="请输入Additional Info - Local Undertaking Seq. C"></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col:span="24">
<el-form-itemlabel="Governing Law "prop="gidgrp.rec.jurlawtxtc">
<el-form-itemlabel="Delivery of Undertak."prop="gidgrp.rec.delori">
<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.delori1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
<templateslot="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>
<el-form-itemlabel="Delivery to Address"prop="gidgrp.blk.deltoadr">
<c-input:disabled="model.gidgrp.rec.delto==''&&model.gidgrp.rec.purpos!=''"rows="4"type="textarea"v-model="model.gidgrp.blk.deltoadr"maxlength="210"show-word-limitplaceholder="请输入Delivery to Address"></c-input>
<el-form-itemlabel="Additional Details to Code for Charges"prop="gidgrp.blk.feetxt">
<c-fullbox>
<c-inputtype="textarea"rows="4"v-model="model.gidgrp.blk.feetxt"maxlength="210"show-word-limitplaceholder="请输入Additional Details to Code for Charges"></c-input>