Commit ef769a29 by liyixun

gitopn 优化

parent bee651e5
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="14"> <c-col :span="12">
<el-form-item label="Open Add. Amount" prop="gidgrp.cbs.opc2.cur"> <el-form-item label="Open Add. Amount" prop="gidgrp.cbs.opc2.cur">
<c-input <c-input
disabled disabled
...@@ -36,12 +36,14 @@ ...@@ -36,12 +36,14 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="10"> <c-col :span="12">
<c-input <el-form-item label-width="5px" prop="gidgrp.cbs.opc2.amt">
disabled <c-input
v-model="model.gidgrp.cbs.opc2.amt" disabled
placeholder="请输入Balance" v-model="model.gidgrp.cbs.opc2.amt"
></c-input> placeholder="请输入Balance"
></c-input>
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" :offset="1"> </c-col>
</c-col> </c-col>
</c-row> </c-row>
</div> </div>
......
...@@ -218,12 +218,12 @@ ...@@ -218,12 +218,12 @@
</c-col> </c-col>
<c-col v-if="model.gidgrp.rec.purposin == 'ISSU'" :span="4"> <c-col v-if="model.gidgrp.rec.purposin == 'ISSU'" :span="4">
<!-- <el-form-item prop="gidgrp.cbs.cnf.amt"> --> <el-form-item label-width="5px" prop="gidgrp.cbs.cnf.amt">
<c-input <c-input
v-model="model.gidgrp.cbs.cnf.amt" v-model="model.gidgrp.cbs.cnf.amt"
placeholder="请输入Balance" placeholder="请输入Balance"
></c-input> ></c-input>
<!-- </el-form-item> --> </el-form-item>
</c-col> </c-col>
<c-col <c-col
v-if="model.gidgrp.rec.purposin == 'ISSU'" v-if="model.gidgrp.rec.purposin == 'ISSU'"
...@@ -233,12 +233,12 @@ ...@@ -233,12 +233,12 @@
<span>or</span> <span>or</span>
</c-col> </c-col>
<c-col v-if="model.gidgrp.rec.purposin == 'ISSU'" :span="4"> <c-col v-if="model.gidgrp.rec.purposin == 'ISSU'" :span="4">
<!-- <el-form-item prop="gidgrp.rec.partcon"> --> <el-form-item label-width="5px" prop="gidgrp.rec.partcon">
<c-input <c-input
v-model="model.gidgrp.rec.partcon" v-model="model.gidgrp.rec.partcon"
placeholder="请输入Partial Confirmation" placeholder="请输入Partial Confirmation"
></c-input> ></c-input>
<!-- </el-form-item> --> </el-form-item>
</c-col> </c-col>
<c-col <c-col
v-if="model.gidgrp.rec.purposin == 'ISSU'" v-if="model.gidgrp.rec.purposin == 'ISSU'"
......
...@@ -36,38 +36,38 @@ ...@@ -36,38 +36,38 @@
</el-form-item> </el-form-item>
</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
v-if="model.gitp.covgodsrvcmodflg == ''" v-if="model.gitp.covgodsrvcmodflg == ''"
label="Object of Contract" label="Object of Contract"
prop="gidgrp.blk.covgodsrvc" prop="gidgrp.blk.covgodsrvc"
> >
<c-input <c-input
disabled disabled
rows="5" rows="5"
type="textarea" type="textarea"
v-model="model.gidgrp.blk.covgodsrvc" v-model="model.gidgrp.blk.covgodsrvc"
maxlength="3250" maxlength="3250"
show-word-limit show-word-limit
placeholder="请输入Object of Contract" placeholder="请输入Object of Contract"
></c-input> ></c-input>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
v-if="model.gitp.covgodsrvcmodflg == 'X'" v-if="model.gitp.covgodsrvcmodflg == 'X'"
label="Underly. Transact. Det." label="Underly. Transact. Det."
prop="gidgrp.blk.atxcovgodsrvc" prop="gidgrp.blk.atxcovgodsrvc"
> >
<c-input <c-input
rows="5" rows="5"
type="textarea" type="textarea"
v-model="model.gidgrp.blk.atxcovgodsrvc" v-model="model.gidgrp.blk.atxcovgodsrvc"
maxlength="3250" maxlength="3250"
show-word-limit show-word-limit
placeholder="请输入Underly. Transact. Det." placeholder="请输入Underly. Transact. Det."
@blur="atxcovgodsrvcBlur" @blur="atxcovgodsrvcBlur"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
<c-checkbox <c-checkbox
v-if="model.gitp.swiftflg == 'Y'" v-if="model.gitp.swiftflg == 'Y'"
...@@ -135,12 +135,14 @@ ...@@ -135,12 +135,14 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="12">
<c-input <el-form-item label-width="5px" prop="gidgrp.rec.orcamtc">
disabled <c-input
v-model="model.gidgrp.rec.orcamtc" disabled
placeholder="请输入Contract Amount " v-model="model.gidgrp.rec.orcamtc"
></c-input> placeholder="请输入Contract Amount "
></c-input>
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -281,7 +283,7 @@ export default { ...@@ -281,7 +283,7 @@ export default {
data() { data() {
return {}; return {};
}, },
methods: { methods: {
...Event, ...Event,
async atxcovgodsrvcBlur() { async atxcovgodsrvcBlur() {
let rtnmsg = await this.executeRule("gidgrp.blk.atxcovgodsrvc"); let rtnmsg = await this.executeRule("gidgrp.blk.atxcovgodsrvc");
...@@ -296,7 +298,7 @@ export default { ...@@ -296,7 +298,7 @@ export default {
Utils.copyValueFromVO(this.model, rtnmsg.data); Utils.copyValueFromVO(this.model, rtnmsg.data);
} }
}, },
}, },
created: function () {}, created: function () {},
}; };
</script> </script>
......
...@@ -90,12 +90,14 @@ ...@@ -90,12 +90,14 @@
</template> </template>
<c-col :span="24"> <c-col :span="24">
<c-input <el-form-item label-width="0px" prop="gidgrp.rec.ownref">
style="margin: 5px 0 0 10px; width: 50%" <c-input
v-model="model.gidgrp.rec.ownref" style="margin: 5px 0 0 10px; width: 50%"
maxlength="16" v-model="model.gidgrp.rec.ownref"
placeholder="请输入Reference" maxlength="16"
></c-input> placeholder="请输入Reference"
></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-button <c-button
......
...@@ -37,13 +37,15 @@ ...@@ -37,13 +37,15 @@
</c-col> </c-col>
<c-col :span="6"> <c-col :span="6">
<c-col :span="24"> <c-col :span="24">
<c-input <el-form-item label-width="0px" prop="gidgrp.rec.ownref">
style="margin: 5px 0 0 10px; width: 50%" <c-input
v-model="model.gidgrp.rec.ownref" style="margin: 5px 0 0 10px; width: 50%"
maxlength="16" v-model="model.gidgrp.rec.ownref"
placeholder="请输入Reference" maxlength="16"
disabled placeholder="请输入Reference"
></c-input> disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-button <c-button
......
...@@ -30,11 +30,13 @@ ...@@ -30,11 +30,13 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label-width="0px" prop="gidgrp.cbs.mac.amt">
<c-input <c-input
v-model="model.gidgrp.cbs.mac.amt" v-model="model.gidgrp.cbs.mac.amt"
style="margin: 0 0 0 10px; width: 80%" style="margin: 0 0 0 10px; width: 80%"
placeholder="请输入Guarantee Amount" placeholder="请输入Guarantee Amount"
></c-input> ></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="4" class="centerLable"> <c-col :span="4" class="centerLable">
<c-checkbox v-model="model.gitp.aacp.aacmod.addamtflg" <c-checkbox v-model="model.gitp.aacp.aacmod.addamtflg"
......
...@@ -353,16 +353,6 @@ export default { ...@@ -353,16 +353,6 @@ export default {
methods: { methods: {
...Event, ...Event,
}, },
watch: {
"model.gidgrp.iss.pts.adrblk": function () {
if (this.model.gidgrp.iss.pts.adrblk != "") {
let rtnmsg = this.executeDefault("gidgrp.bec.pts.adrblk");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
}
},
},
created: function () {}, created: function () {},
}; };
</script> </script>
......
...@@ -237,9 +237,6 @@ ...@@ -237,9 +237,6 @@
v-model="model.cnybop.cnyvou.svouchercountrycode" v-model="model.cnybop.cnyvou.svouchercountrycode"
maxlength="3" maxlength="3"
placeholder="请输入担保人国别" placeholder="请输入担保人国别"
@keyup.enter.native="
showGridPromptDialog(`cnybop.cnyvou.svouchercountrycode`)
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -275,9 +272,6 @@ ...@@ -275,9 +272,6 @@
v-model="model.cnybop.cnyvou.svoucheecountrycode" v-model="model.cnybop.cnyvou.svoucheecountrycode"
maxlength="3" maxlength="3"
placeholder="请输入担保权人国别" placeholder="请输入担保权人国别"
@keyup.enter.native="
showGridPromptDialog(`cnybop.cnyvou.svoucheecountrycode`)
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -303,9 +297,6 @@ ...@@ -303,9 +297,6 @@
v-model="model.cnybop.cnyvou.sdebtorcountrycode" v-model="model.cnybop.cnyvou.sdebtorcountrycode"
maxlength="3" maxlength="3"
placeholder="请输入债务人国别" placeholder="请输入债务人国别"
@keyup.enter.native="
showGridPromptDialog(`cnybop.cnyvou.sdebtorcountrycode`)
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -341,9 +332,6 @@ ...@@ -341,9 +332,6 @@
v-model="model.cnybop.cnyvou.sreversecountrycode" v-model="model.cnybop.cnyvou.sreversecountrycode"
maxlength="3" maxlength="3"
placeholder="请输入反担保人国别" placeholder="请输入反担保人国别"
@keyup.enter.native="
showGridPromptDialog(`cnybop.cnyvou.sreversecountrycode`)
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -85,9 +85,7 @@ ...@@ -85,9 +85,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="Settlement" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="this.flag" label="Bookings" name="glepan"> <el-tab-pane v-if="this.flag" label="Bookings" name="glepan">
...@@ -370,6 +368,8 @@ export default { ...@@ -370,6 +368,8 @@ export default {
rulePath = "gitp.gidtxtp" rulePath = "gitp.gidtxtp"
}if (name === "ptypc"){ }if (name === "ptypc"){
rulePath = "gitp.ptypc" rulePath = "gitp.ptypc"
}if(name==="ptyp"){
rulePath = "gitp.ptyp"
} }
if (!!rulePath) { if (!!rulePath) {
this.executeRule(rulePath).then((res) => { this.executeRule(rulePath).then((res) => {
......
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