Commit 00bdf6d3 by liyixun

代码优化

parent 888091a1
...@@ -105,6 +105,7 @@ let checkObj = { ...@@ -105,6 +105,7 @@ let checkObj = {
"gidgrp.rec.jurplcc" :null, "gidgrp.rec.jurplcc" :null,
"gidgrp.cbs.mac.amt" :null, "gidgrp.cbs.mac.amt" :null,
"gidgrp.atb.namelc" :null, "gidgrp.atb.namelc" :null,
"gidgrp.blk.addamtcovs20" :null,
"gidgrp.rec.orddat" :null, "gidgrp.rec.orddat" :null,
"gidgrp.ctc.pts.adrblk" :null, "gidgrp.ctc.pts.adrblk" :null,
"trnmod.swiadd.addamt" :null, "trnmod.swiadd.addamt" :null,
...@@ -134,6 +135,7 @@ let checkObj = { ...@@ -134,6 +135,7 @@ let checkObj = {
"gidgrp.cbs.mac2.amt" :null, "gidgrp.cbs.mac2.amt" :null,
"gitp.gidtxtmodflg" :null, "gitp.gidtxtmodflg" :null,
"gidgrp.blk.feetxt" :null, "gidgrp.blk.feetxt" :null,
"gidgrp.cbs.max2.amt" :null,
"gitp.prepermodflg" :null, "gitp.prepermodflg" :null,
"gidgrp.bdb.namelc" :null, "gidgrp.bdb.namelc" :null,
"gidgrp.blk.preperc" :null, "gidgrp.blk.preperc" :null,
......
...@@ -30,6 +30,7 @@ export default { ...@@ -30,6 +30,7 @@ export default {
"gidgrp.adv.namelc" :Utils.defaultFunction, "gidgrp.adv.namelc" :Utils.defaultFunction,
"gidgrp.adv.dbfadrblkcn" :Utils.defaultFunction, "gidgrp.adv.dbfadrblkcn" :Utils.defaultFunction,
"gidgrp.rec.ownref" :Utils.defaultFunction, "gidgrp.rec.ownref" :Utils.defaultFunction,
"gidgrp.cbs.max2.amt" :Utils.defaultFunction,
"gidgrp.rec.exptyp" :Utils.defaultFunction, "gidgrp.rec.exptyp" :Utils.defaultFunction,
"gidgrp.rec.orcdatc" :Utils.defaultFunction, "gidgrp.rec.orcdatc" :Utils.defaultFunction,
"gidgrp.rec.stdwrduilc" :Utils.defaultFunction, "gidgrp.rec.stdwrduilc" :Utils.defaultFunction,
...@@ -168,6 +169,7 @@ export default { ...@@ -168,6 +169,7 @@ export default {
"gidgrp.blk.atxpreperc" :Utils.defaultFunction, "gidgrp.blk.atxpreperc" :Utils.defaultFunction,
"gidgrp.rec.gartypc" :Utils.defaultFunction, "gidgrp.rec.gartypc" :Utils.defaultFunction,
"gidgrp.rec.legfrmc" :Utils.defaultFunction, "gidgrp.rec.legfrmc" :Utils.defaultFunction,
"gidgrp.cbs.max2.cur" :Utils.defaultFunction,
"gitp.aamp.aammod.addamtflg" :Utils.defaultFunction, "gitp.aamp.aammod.addamtflg" :Utils.defaultFunction,
"trnmod.swiadd.ameblk" :Utils.defaultFunction, "trnmod.swiadd.ameblk" :Utils.defaultFunction,
"gidgrp.rec.rmbflg" :Utils.defaultFunction, "gidgrp.rec.rmbflg" :Utils.defaultFunction,
......
...@@ -1066,4 +1066,26 @@ export default { ...@@ -1066,4 +1066,26 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.cbs.max2.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.cbs.max2.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.cbs.opn2.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.cbs.opn2.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.blk.addamtcovs20":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
} }
\ No newline at end of file
...@@ -317,6 +317,14 @@ export default class Getame{ ...@@ -317,6 +317,14 @@ export default class Getame{
cur:"", // Confirmation Amount .gidgrp.cbs.cnf.cur cur:"", // Confirmation Amount .gidgrp.cbs.cnf.cur
amt:"", // Balance .gidgrp.cbs.cnf.amt amt:"", // Balance .gidgrp.cbs.cnf.amt
}, },
max2:{
cur:"", // Additional Amount .gidgrp.cbs.max2.cur
amt:"", // Balance .gidgrp.cbs.max2.amt
},
opn2:{
amt:"", // Balance .gidgrp.cbs.opn2.amt
cur:"", // Open Add. Amount .gidgrp.cbs.opn2.cur
},
}, },
blk:{ blk:{
gartyptxtin:"", // Specification of Type of Undertaking - Counter Undertaking .gidgrp.blk.gartyptxtin gartyptxtin:"", // Specification of Type of Undertaking - Counter Undertaking .gidgrp.blk.gartyptxtin
...@@ -353,6 +361,7 @@ export default class Getame{ ...@@ -353,6 +361,7 @@ export default class Getame{
addamtcovc:"", // Covered .gidgrp.blk.addamtcovc addamtcovc:"", // Covered .gidgrp.blk.addamtcovc
gidtxt:"", // Guarantee Text .gidgrp.blk.gidtxt gidtxt:"", // Guarantee Text .gidgrp.blk.gidtxt
gtxgidtxt:"", // Guarantee Text with Variables .gidgrp.blk.gtxgidtxt gtxgidtxt:"", // Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
addamtcovs20:"", // Covered .gidgrp.blk.addamtcovs20
}, },
apl:{ apl:{
pts:new Pts().data, pts:new Pts().data,
......
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Bookings" name="glepan"> <el-tab-pane label="Bookings" name="glepan">
<c-content> <c-content>
<m-glepan :model="model" :codes="codes"/> <m-glepan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="Completion" name="coninfp">
<c-content> <c-content>
...@@ -93,7 +93,11 @@ ...@@ -93,7 +93,11 @@
<m-cnyp :model="model" :codes="codes" /> <m-cnyp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--cnybop PD000001 2101跨境收入信息 --> <!--cnybop PD000001 2101跨境收入信息 -->
<el-tab-pane v-if="model.cnybop.cnyflg=='1'" label="2101跨境收入信息" name="incp"> <el-tab-pane
v-if="model.cnybop.cnyflg == '1'"
label="2101跨境收入信息"
name="incp"
>
<c-content> <c-content>
<m-incp :model="model" :codes="codes" /> <m-incp :model="model" :codes="codes" />
</c-content> </c-content>
...@@ -152,7 +156,7 @@ export default { ...@@ -152,7 +156,7 @@ export default {
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
"m-doc": Doc, "m-doc": Doc,
"m-doctre": Doctre, "m-doctre": Doctre,
"m-glepan" :Glepan, "m-glepan": Glepan,
}, },
provide() { provide() {
return { return {
...@@ -181,23 +185,27 @@ export default { ...@@ -181,23 +185,27 @@ export default {
/** /**
* do it yourself * do it yourself
**/ **/
let name = tab.name let name = tab.name;
let rulePath; let rulePath;
if (name === "basp") { if (name === "basp") {
rulePath = "bopmod.dbap.basp"; rulePath = "bopmod.dbap.basp";
} }
if(name === "basp1"){ if (name === "basp1") {
rulePath = "bopmod.dbdp.basp"; rulePath = "bopmod.dbdp.basp";
}if(name ==="wg"){ }
rulePath="bopgat.wg" if (name === "wg") {
} rulePath = "bopgat.wg";
if (!!rulePath) { }
this.executeRule(rulePath).then(res => { if (name === "incp") {
if (res.respCode == SUCCESS) { rulePath = "Cnybop.incp";
this.updateModel(res.data) }
} if (!!rulePath) {
}) this.executeRule(rulePath).then((res) => {
} if (res.respCode == SUCCESS) {
this.updateModel(res.data);
}
});
}
}, },
}, },
created: async function () { created: async function () {
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="24">
<c-col :span="12">
<c-col :span="24">
<c-col :span="14">
<el-form-item
label="Additional Amount"
prop="gidgrp.cbs.max2.cur"
>
<c-input
disabled
v-model="model.gidgrp.cbs.max2.cur"
maxlength="3"
placeholder="请输入Additional Amount"
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item label-width="5px" prop="gidgrp.gidgrp.cbs.max2.amt">
<c-input
disabled
v-model="model.gidgrp.cbs.max2.amt"
placeholder="请输入Balance"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="14">
<el-form-item label="Open Add. Amount" prop="gidgrp.cbs.opn2.cur">
<c-input
disabled
v-model="model.gidgrp.cbs.opn2.cur"
maxlength="3"
placeholder="请输入Open Add. Amount"
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item label-width="5px" prop="gidgrp.cbs.opn2.amt">
<c-input
disabled
v-model="model.gidgrp.cbs.opn2.amt"
placeholder="请输入Balance"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="Covered" prop="gidgrp.blk.addamtcovs20">
<c-input
disabled
type="textarea"
:rows="4"
v-model="model.gidgrp.blk.addamtcovs20"
maxlength="65"
show-word-limit
placeholder="请输入Covered"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-row>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitame/Event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入Amended Amount" placeholder="请输入Amended Amount"
@blur="ameamtBlur" @blur="ameamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -134,6 +140,12 @@ ...@@ -134,6 +140,12 @@
v-model="model.trnmod.swiadd.newamt" v-model="model.trnmod.swiadd.newamt"
placeholder="请输入New amount" placeholder="请输入New amount"
@blur="newamtBlur" @blur="newamtBlur"
@keyup.enter.native="
eventFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -404,6 +416,12 @@ ...@@ -404,6 +416,12 @@
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入Amended Amount" placeholder="请输入Amended Amount"
@blur="ameamtBlur" @blur="ameamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -433,25 +451,16 @@ ...@@ -433,25 +451,16 @@
v-model="model.trnmod.swiadd.newamt" v-model="model.trnmod.swiadd.newamt"
placeholder="请输入New amount" placeholder="请输入New amount"
@blur="newamtBlur" @blur="newamtBlur"
@keyup.enter.native="
eventFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24">
<c-form-item
v-if="model.gitp.swiftflg == 'Y'"
label="GCDOWNREF"
prop="gitamep.gcdownref"
>
<c-input
v-model="model.gitamep.gcdownref"
maxlength="16"
placeholder="请输入GCDOWNREF"
></c-input>
</c-form-item>
</c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
...@@ -834,6 +843,13 @@ ...@@ -834,6 +843,13 @@
:disabled="model.trnmod.swiadd.addamtflg == ''" :disabled="model.trnmod.swiadd.addamtflg == ''"
v-model="model.trnmod.swiadd.addamt" v-model="model.trnmod.swiadd.addamt"
placeholder="请输入Additional Amount" placeholder="请输入Additional Amount"
@blur="addamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.addamt',
model.trnmod.swiadd.addamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -879,6 +895,7 @@ ...@@ -879,6 +895,7 @@
<c-checkbox <c-checkbox
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
v-model="model.trnmod.swiadd.addamtflg" v-model="model.trnmod.swiadd.addamtflg"
@change="addamtflgChange"
>Add .Amount</c-checkbox >Add .Amount</c-checkbox
> >
</c-col> </c-col>
...@@ -939,6 +956,20 @@ export default { ...@@ -939,6 +956,20 @@ export default {
Utils.copyValueFromVO(this.model, rtnmsg.data); Utils.copyValueFromVO(this.model, rtnmsg.data);
} }
}, },
async addamtBlur() {
let rtnmsg = await this.executeDefault("trnmod.swiadd.addamt");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
async addamtflgChange() {
let rtnmsg = await this.executeDefault("trnmod.swiadd.addamt");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
}, },
created: function () {}, created: function () {},
}; };
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<el-form-item <c-col :span="12">
label="Delivery of Undertak." <el-form-item
prop="gidgrp.rec.delori" label="Delivery of Undertak."
> prop="gidgrp.rec.delori"
<c-fullbox> >
<c-select <c-select
:disabled=" :disabled="
model.gidgrp.rec.purpos == 'ICCO' || model.gidgrp.rec.purpos == 'ICCO' ||
...@@ -26,19 +26,19 @@ ...@@ -26,19 +26,19 @@
> >
</el-option> </el-option>
</c-select> </c-select>
<template slot="footer"> </el-form-item>
<c-input </c-col>
:disabled=" <c-col :span="12">
model.gidgrp.rec.delori != 'COUR' && <c-input
model.gidgrp.rec.delori != 'OTHR' :disabled="
" model.gidgrp.rec.delori != 'COUR' &&
v-model="model.gidgrp.rec.deloritxt" model.gidgrp.rec.delori != 'OTHR'
maxlength="35" "
placeholder="请输入Delivery of Undertak." v-model="model.gidgrp.rec.deloritxt"
></c-input> maxlength="35"
</template> placeholder="请输入Delivery of Undertak."
</c-fullbox> ></c-input>
</el-form-item> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择Undertaking Send to" placeholder="请选择Undertaking Send to"
:code="getValues('gidgrp.rec.sndto')" :code="getValues('gidgrp.rec.sndto')"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -85,7 +85,14 @@ ...@@ -85,7 +85,14 @@
prop="gidgrp.blk.deltoadr" prop="gidgrp.blk.deltoadr"
> >
<c-input <c-input
:disabled="model.gidgrp.rec.delto != 'OTHR'" :disabled="
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO' ||
(model.gidgrp.rec.purpos != 'ISCO' &&
model.gidgrp.rec.purpos != 'ICCO' &&
model.gidgrp.rec.delto != '' &&
model.gidgrp.rec.delto != 'OTHR')
"
type="textarea" type="textarea"
v-model="model.gidgrp.blk.deltoadr" v-model="model.gidgrp.blk.deltoadr"
maxlength="210" maxlength="210"
......
...@@ -175,13 +175,30 @@ ...@@ -175,13 +175,30 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane <el-tab-pane
v-if="model.gitp.aacp.aacmod.addamtflg == 'X'" v-if="
label="Seq C : Add Amounts" model.gitp.swiftflg == 'Y' &&
(model.trnmod.swiadd.purposame == 'ISCA' ||
model.trnmod.swiadd.purposame == 'ICCA') &&
model.trnmod.swiadd.addamtflgc == 'X'
"
label="Seq. C: Add. Amounts"
name="aacp" name="aacp"
> >
<c-content> <m-aacp :model="model" :codes="codes" />
<m-aacp :model="model" :codes="codes" /> </el-tab-pane>
</c-content>
<el-tab-pane
v-if="
model.gitp.swiftflg == 'Y' &&
model.trnmod.swiadd.purposame == 'ISUA' &&
model.trnmod.swiadd.addamtflg == 'X' &&
model.gidgrp.rec.purpos != 'ISSU' ||
model.trnmod.swiadd.addamt!=''
"
label="Seq. C: Add. Amounts"
name="aamp20"
>
<m-aamp20 :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="统一授信" name="limitbody"> <el-tab-pane label="统一授信" name="limitbody">
...@@ -223,6 +240,7 @@ import Preperpc from "./Preperpc"; ...@@ -223,6 +240,7 @@ import Preperpc from "./Preperpc";
import Detpc from "./Detpc"; import Detpc from "./Detpc";
import Gidtxtpc from "./Gidtxtpc"; import Gidtxtpc from "./Gidtxtpc";
import Aacp from "./Aacp"; import Aacp from "./Aacp";
import Aamp20 from "./Aamp20";
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
import Ccvpan from "~/views/Public/Ccvpan"; import Ccvpan from "~/views/Public/Ccvpan";
...@@ -261,6 +279,7 @@ export default { ...@@ -261,6 +279,7 @@ export default {
"m-detpc": Detpc, "m-detpc": Detpc,
"m-gidtxtpc": Gidtxtpc, "m-gidtxtpc": Gidtxtpc,
"m-aacp": Aacp, "m-aacp": Aacp,
"m-aamp20": Aamp20,
}, },
provide() { provide() {
return { return {
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButshw"> <c-button size="small" type="primary" @click="onTrndocButshw">
Sho&w &Show
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButadd"> <c-button size="small" type="primary" @click="onTrndocButadd">
D&etails &Details
</c-button> </c-button>
</c-col> </c-col>
......
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入Amended Amount" placeholder="请输入Amended Amount"
@blur="ameamtBlur" @blur="ameamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -134,6 +140,12 @@ ...@@ -134,6 +140,12 @@
v-model="model.trnmod.swiadd.newamt" v-model="model.trnmod.swiadd.newamt"
placeholder="请输入New amount" placeholder="请输入New amount"
@blur="newamtBlur" @blur="newamtBlur"
@keyup.enter.native="
eventFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -404,6 +416,12 @@ ...@@ -404,6 +416,12 @@
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入Amended Amount" placeholder="请输入Amended Amount"
@blur="ameamtBlur" @blur="ameamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -433,6 +451,12 @@ ...@@ -433,6 +451,12 @@
v-model="model.trnmod.swiadd.newamt" v-model="model.trnmod.swiadd.newamt"
placeholder="请输入New amount" placeholder="请输入New amount"
@blur="newamtBlur" @blur="newamtBlur"
@keyup.enter.native="
eventFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -638,9 +662,6 @@ ...@@ -638,9 +662,6 @@
placeholder="请输入new expiry" placeholder="请输入new expiry"
></c-input> ></c-input>
</c-form-item> </c-form-item>
<!-- <el-form-item v-if="model.gitp.swiftflg=='N'" label="New Liability Date" prop="trnmod.swiadd.newliadat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.newliadat" style="width:100%" placeholder="请输入New Liability Date"></c-date-picker>
</el-form-item> -->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -860,6 +881,12 @@ ...@@ -860,6 +881,12 @@
:disabled="model.trnmod.swiadd.addamtflg == ''" :disabled="model.trnmod.swiadd.addamtflg == ''"
v-model="model.trnmod.swiadd.addamt" v-model="model.trnmod.swiadd.addamt"
@blur="addamtBlur" @blur="addamtBlur"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.addamt',
model.trnmod.swiadd.addamt
)
"
placeholder="请输入Additional Amount" placeholder="请输入Additional Amount"
></c-input> ></c-input>
</c-form-item> </c-form-item>
......
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