Commit 419c9112 by liyixun

getopn bug(852,869)

parent 414e4cb1
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<c-button <c-button
style="margin: 0 0" style="margin: 0 0"
:disabled=this.flag :disabled="this.flag"
size="small" size="small"
type="primary" type="primary"
@click="onGitpButgetref" @click="onGitpButgetref"
...@@ -705,7 +705,7 @@ ...@@ -705,7 +705,7 @@
placeholder="请选择Applicable Rules" placeholder="请选择Applicable Rules"
> >
<el-option <el-option
v-for="item in codes.apprul" v-for="item in codes.apprulc1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -1191,7 +1191,7 @@ ...@@ -1191,7 +1191,7 @@
prop="gidgrp.apl.pts.adrblk" prop="gidgrp.apl.pts.adrblk"
> >
<c-input <c-input
:disabled="model.gidgrp.apl.pts.adrblk!=''" :disabled="model.gidgrp.apl.pts.adrblk != ''"
rows="4" rows="4"
type="textarea" type="textarea"
v-model="model.gidgrp.apl.pts.adrblk" v-model="model.gidgrp.apl.pts.adrblk"
...@@ -1464,6 +1464,7 @@ ...@@ -1464,6 +1464,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20">
<el-form-item <el-form-item
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
label="Validity until" label="Validity until"
...@@ -1473,12 +1474,28 @@ ...@@ -1473,12 +1474,28 @@
:disabled="model.gidgrp.rec.exptyp == 'OPEN'" :disabled="model.gidgrp.rec.exptyp == 'OPEN'"
type="date" type="date"
v-model="model.gidgrp.rec.expdat" v-model="model.gidgrp.rec.expdat"
style="width: 100%" style="width: 90%"
placeholder="请选择Validity until" placeholder="请选择Validity until"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col
:span="4"
v-if="model.gitp.swiftflg == 'Y'"
class="centerLable"
>
<c-checkbox
:disabled="
model.gidgrp.rec.expdat != '' ||
model.gidgrp.rec.expflg == 'X'
"
v-model="model.gidgrp.rec.expflg"
>Unlimited Liability</c-checkbox
>
</c-col>
</c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item <el-form-item
...@@ -1539,7 +1556,7 @@ ...@@ -1539,7 +1556,7 @@
prop="gidgrp.rec.liatypc" prop="gidgrp.rec.liatypc"
> >
<c-select <c-select
:disabled="model.gidgrp.rec.purpos == 'ISSU'" :disabled="model.gidgrp.rec.purpos != 'ISCO'"
v-model="model.gidgrp.rec.liatypc" v-model="model.gidgrp.rec.liatypc"
style="width: 100%" style="width: 100%"
placeholder="请选择Liability Type " placeholder="请选择Liability Type "
...@@ -1579,7 +1596,12 @@ ...@@ -1579,7 +1596,12 @@
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
class="centerLable" class="centerLable"
> >
<c-checkbox v-model="model.gidgrp.rec.liaflg" <c-checkbox
:disabled="
model.gidgrp.rec.liadat != '' ||
model.gidgrp.rec.liaflg == 'X'
"
v-model="model.gidgrp.rec.liaflg"
>Unlimited Liability</c-checkbox >Unlimited Liability</c-checkbox
> >
</c-col> </c-col>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
maxlength="32500" maxlength="32500"
show-word-limit show-word-limit
placeholder="请输入Guarantee Text with Variables" placeholder="请输入Guarantee Text with Variables"
@change="selectOrCheckboxRule('gidgrp.blk.gidtxt')"
></c-input-xml> ></c-input-xml>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
......
...@@ -752,7 +752,7 @@ ...@@ -752,7 +752,7 @@
placeholder="请选择Applicable Rules" placeholder="请选择Applicable Rules"
> >
<el-option <el-option
v-for="item in codes.apprul" v-for="item in codes.apprulc1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
......
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