Commit 82091c4f by huangxin

保函修改

parent 2d0e34de
...@@ -170,15 +170,9 @@ ...@@ -170,15 +170,9 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
@change="gartypChange"
:code="getValues('gidgrp.rec.gartyp','typgar')" :code="getValues('gidgrp.rec.gartyp','typgar')"
> >
<!-- <el-option
v-for="item in codes.seagtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -253,15 +247,8 @@ ...@@ -253,15 +247,8 @@
v-model="model.gidgrp.blk.apprul" v-model="model.gidgrp.blk.apprul"
style="width: 100%" style="width: 100%"
placeholder="请选择申请条款" placeholder="请选择申请条款"
:code="getValues('gidgrp.blk.apprul','apprulc')" :code="getValues('gidgrp.blk.apprul','apprulc2')"
>
<!-- <el-option
v-for="item in codes.apprulc1"
:key="item.value"
:label="item.label"
:value="item.value"
> >
</el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -540,12 +527,6 @@ ...@@ -540,12 +527,6 @@
v-if="model.gitp.swiftflg == 'N'" v-if="model.gitp.swiftflg == 'N'"
class="centerLable" class="centerLable"
> >
<el-form-item
label=""
prop="gidgrp.rec.liaflg"
class="checkbox-left"
label-width="0px"
>
<c-checkbox <c-checkbox
v-model="model.gidgrp.rec.liaflg" v-model="model.gidgrp.rec.liaflg"
:disabled=" :disabled="
...@@ -554,7 +535,6 @@ ...@@ -554,7 +535,6 @@
" "
>我行责任敞口</c-checkbox >我行责任敞口</c-checkbox
> >
</el-form-item>
</c-col> </c-col>
<c-col <c-col
:span="3" :span="3"
...@@ -589,12 +569,6 @@ ...@@ -589,12 +569,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7" v-if="model.gitp.swiftflg == ''" class="centerLable"> <c-col :span="7" v-if="model.gitp.swiftflg == ''" class="centerLable">
<el-form-item
label=""
prop="gidgrp.rec.liaflg"
class="checkbox-left"
label-width="0px"
>
<c-checkbox <c-checkbox
v-model="model.gidgrp.rec.liaflg" v-model="model.gidgrp.rec.liaflg"
:disabled=" :disabled="
...@@ -603,7 +577,6 @@ ...@@ -603,7 +577,6 @@
" "
>我行责任敞口</c-checkbox >我行责任敞口</c-checkbox
> >
</el-form-item>
</c-col> </c-col>
<c-col :span="3" v-if="model.gitp.swiftflg == ''" class="centerLable"> <c-col :span="3" v-if="model.gitp.swiftflg == ''" class="centerLable">
<c-button <c-button
...@@ -1285,15 +1258,9 @@ ...@@ -1285,15 +1258,9 @@
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
class="centerLable" class="centerLable"
> >
<el-form-item
label=""
prop="gidgrp.rec.liaflg"
class="checkbox-left"
>
<c-checkbox disabled v-model="model.gidgrp.rec.liaflg" <c-checkbox disabled v-model="model.gidgrp.rec.liaflg"
>我行责任敞口</c-checkbox >我行责任敞口</c-checkbox
> >
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -1486,6 +1453,12 @@ export default { ...@@ -1486,6 +1453,12 @@ export default {
Utils.copyValueFromVO(this.model, rtnmsg.data); Utils.copyValueFromVO(this.model, rtnmsg.data);
} }
}, },
async gartypChange() {
let rtnmsg = await this.executeRule("gidgrp.rec.gartyp");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
}, },
created: function () {}, created: function () {},
}; };
......
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