Commit ff0a3b62 by lianyang

letame页面修改

parent b8503f62
......@@ -133,7 +133,7 @@ export default {
"ledgrp.adv.dbfadrblkcn" :Utils.defaultFunction,
"mtabut.coninf.usr.extkey" :Utils.defaultFunction,
"oldledgrp.cbs.nom1.amt" :Utils.defaultFunction,
"trnmod.swiadd.ameamt" :Utils.defaultFunction,
// "trnmod.swiadd.ameamt" :Utils.defaultFunction,
"ledgrp.rec.shppars18" :Utils.defaultFunction,
"ledgrp.rec.shppar" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.nam" :Utils.defaultFunction,
......
......@@ -57,6 +57,7 @@ export default {
{required: false, message: "必输项"},
{type: "string", max: 18,message:"整数位不能超过14位"},
{pattern: /(^(\+|\-)|\d+$)|(^(\+|\-)|\.\d{1,3}$)|(^(\+|\-)|\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"letamep.engamt":[
......
......@@ -151,12 +151,8 @@
<c-input-currency
v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入Amended"
@keyup.enter.native="
defaultFunction(
'trnmod.swiadd.newamt',
model.trnmod.swiadd.newamt
)
"
@blur="ameamtOtherDefault"
@keyup.enter.native="$event.target.blur"
style="width: 100%"
></c-input-currency>
</el-form-item>
......@@ -1034,6 +1030,13 @@ export default {
methods: {
...Event,
onSeainf(){},
ameamtOtherDefault(){
this.executeDefault('letamep.swiadd.newamt').then((res) => {
if (res.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, res.data)
}
})
},
},
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