Commit b412f196 by liyixun

cctset点击free of payment 数据不显示问题

parent 9c6af345
......@@ -9,6 +9,8 @@ export default class Bttset {
bttpayl1blk:"",
bttprbl1blk:"",
lendoc_botsetl1blk:"",
bopmod_dbap_bopgatl1blk:"",
bopmod_dbdp_bopimpl1blk:"",
setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod,
......
......@@ -12,11 +12,7 @@
disabled
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
disabled
>
<c-button size="small" type="primary" disabled>
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
</template>
......@@ -275,6 +271,7 @@
<c-col :span="24">
<el-form-item label="" prop="ccdgrp.rec.frepayflg">
<c-checkbox v-model="model.ccdgrp.rec.frepayflg"
@click="frepayFlagChange"
>Free of Payment</c-checkbox
>
</el-form-item>
......@@ -309,7 +306,6 @@
v-model="model.setmod.redamt"
style="text-align: left; width: 100%"
placeholder="请输入Reduction Amt"
@change="change"
></c-input-currency>
</el-form-item>
</c-col>
......@@ -495,11 +491,18 @@ export default {
},
methods: {
...Event,
async change() {
if (this.model.ccdgrp.rec.frepayflg === "X") {
this.model.setmod.redamt = this.model.setmod.docamt;
} else {
this.model.setmod.redamt = "0.00";
// async change() {
// if (this.model.ccdgrp.rec.frepayflg === "X") {
// this.model.setmod.redamt = this.model.setmod.docamt;
// } else {
// this.model.setmod.redamt = "0.00";
// }
// },
async frepayFlagChange(){
let rtnmsg = await this.executeDefault("setmod.redamt");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
......
......@@ -474,14 +474,15 @@
label="InDirect Swift Add"
prop="gitp.indirectswiadd"
>
<c-input
rows="4px"
<c-input-xml
type="textarea"
v-model="model.gitp.indirectswiadd"
maxlength="65"
:maxRows="10"
:model="model.gitp.indirectswiadd"
@change="selectOrCheckboxRule('gitp.indirectswiadd')"
maxlength="9750"
show-word-limit
placeholder="请输入InDirect Swift Add"
></c-input>
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
......
......@@ -5,19 +5,33 @@
<c-col :span="16">
<c-col :span="24">
<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"
<c-input-xml
disabled
resize="none"
:maxRows="10"
:model="model.gidgrp.blk.gidtxt"
maxlength="32500"
show-word-limit
placeholder="请输入Guarantee Text with Variables"
></i-stream-input>
<!-- <c-input :disabled="model.gitp.gidtxtmodflg == ''" type="textarea" rows="15" v-model="model.gidgrp.blk.gidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-input> -->
></c-input-xml>
</el-form-item>
<el-form-item
v-if="model.gitp.gidtxtmodflg == 'X'"
label="Guarantee Text with Variables"
prop="gidgrp.blk.gtxgidtxt"
>
<c-input-xml
type="textarea"
:model="model.gidgrp.blk.gtxgidtxt"
:maxRows="10"
maxlength="32500"
show-word-limit
placeholder="请输入Guarantee Text with Variables"
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
......
......@@ -5,18 +5,33 @@
<c-col :span="16">
<c-col :span="24">
<el-form-item
v-if="model.gitp.gidtxtmodflgc == ''"
label="Guarantee Text with Variables"
prop="gidgrp.blk.gtxgidtxt"
>
<c-input
<c-input-xml
:disabled="model.gitp.gidtxtmodflgc == ''"
type="textarea"
rows="15"
v-model="model.gidgrp.blk.gtxgidtxtc"
maxlength="32500"
:model="model.gidgrp.blk.gtxgidtxtc"
maxlength="65"
show-word-limit
placeholder="请输入Guarantee Text with Variables"
></c-input>
></c-input-xml>
</el-form-item>
<el-form-item
v-if="model.gitp.gidtxtmodflgc == 'X'"
label="Guarantee Text with Variables - Counter Undertaking"
prop="gidgrp.blk.gtxgidtxtc"
>
<c-input-xml
type="textarea"
:modle="model.gidgrp.blk.gtxgidtxtc"
rows="15"
maxlength="65"
show-word-limit
placeholder="请输入Guarantee Text with Variables - Counter Undertaking"
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
......
......@@ -397,7 +397,7 @@
placeholder="请选择Applicable Rules"
>
<el-option
v-for="item in codes.apprul"
v-for="item in codes.apprulc1"
:key="item.value"
:label="item.label"
:value="item.value"
......
......@@ -178,9 +178,10 @@
<el-form-item
label="Presentation Instr."
prop="gidgrp.blk.preper"
v-if="model.gitp.prepermodflg==''"
>
<c-input
:disabled="model.gitp.prepermodflg == ''"
disabled
type="textarea"
:rows="5"
v-model="model.gidgrp.blk.preper"
......@@ -189,6 +190,20 @@
placeholder="请输入Presentation Instr."
></c-input>
</el-form-item>
<el-form-item
label="Presentation Instr."
prop="gidgrp.blk.atxpreper"
v-if="model.gitp.prepermodflg=='X'"
>
<c-input
type="textarea"
:rows="5"
v-model="model.gidgrp.blk.atxpreper"
maxlength="6500"
show-word-limit
placeholder="请输入Presentation Instr."
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox
......
......@@ -79,9 +79,10 @@
<el-form-item
label="Presentation Instr. "
prop="gidgrp.blk.preperc"
v-if="model.gitp.prepercmodflg==''"
>
<c-input
:disabled="model.gitp.prepercmodflg == ''"
disabled
rows="6"
type="textarea"
v-model="model.gidgrp.blk.preperc"
......@@ -90,6 +91,21 @@
placeholder="请输入Presentation Instr. "
></c-input>
</el-form-item>
<el-form-item
label="Presentation Instr. "
prop="gidgrp.blk.atxpreperc"
v-if="model.gitp.prepercmodflg=='X'"
>
<c-input
disabled
rows="6"
type="textarea"
v-model="model.gidgrp.blk.atxpreperc"
maxlength="6500"
show-word-limit
placeholder="请输入Presentation Instr. "
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox
......
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