Commit f9b74692 by 闫泽浩

letame字段更改

parent ed489459
......@@ -133,9 +133,9 @@
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="金额限额表述" prop="trnmod.swiadd.nomspc">
<el-form-item label="金额限额表述" prop="ledgrp.rec.nomspc">
<c-select
v-model="model.trnmod.swiadd.nomspc"
v-model="model.ledgrp.rec.nomspc"
style="width: 100%"
placeholder="请选择金额限额表述"
:code="codes.nomspc"
......@@ -496,6 +496,10 @@ export default {
this.model.trnmod.swiadd.newcur = this.model.ledgrp.cbs.nom1.cur
return this.model.trnmod.swiadd.newcur
},
nomspc() {
this.model.trnmod.swiadd.nomspc = this.model.ledgrp.rec.nomspc
return this.model.trnmod.swiadd.nomspc
},
newamt() {
const ameamt = this.model.trnmod.swiadd.ameamt
const amt = this.model.oldledgrp.cbs.nom1.amt
......
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