Commit 33b7a62a by lianyang

letdrw金额输入输不了,有问题(因此交易有两个页面金额字段相同)bug解决

parent 26435188
...@@ -45,14 +45,14 @@ ...@@ -45,14 +45,14 @@
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt">
<c-input-currency <c-input
v-model="model.ledgrp.cbs.nom1.amt" v-model="model.ledgrp.cbs.nom1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency"
placeholder="请输入信用证金额" placeholder="请输入信用证金额"
class="m-input-currency"
@keyup.enter.native="$event.target.blur()" @keyup.enter.native="$event.target.blur()"
disabled disabled
></c-input-currency> ></c-input>
<!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 --> <!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
</el-form-item> </el-form-item>
</c-col> </c-col>
......
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