Commit ff0a3b62 by lianyang

letame页面修改

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