Commit ce97156b by lixinyi

brtdck,brtlat修改

parent ab4faf0f
...@@ -268,9 +268,9 @@ ...@@ -268,9 +268,9 @@
<!-- S0000006 : 附加金额 --> <!-- S0000006 : 附加金额 -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="13"> <c-col :span="13">
<el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur"> <el-form-item label="提取附加金额" prop="brdgrp.cbs.max2.cur">
<c-select <c-select
v-model="opn2cur" v-model="max2cur"
disabled disabled
style="width: 100%" style="width: 100%"
placeholder="请选择币种" placeholder="请选择币种"
...@@ -623,9 +623,9 @@ export default { ...@@ -623,9 +623,9 @@ export default {
created: function () { created: function () {
}, },
computed: { computed: {
opn2cur() { max2cur() {
this.model.brdgrp.cbs.opn2.cur = this.model.brdgrp.cbs.max.cur this.model.brdgrp.cbs.max2.cur = this.model.brdgrp.cbs.max.cur
return this.model.brdgrp.cbs.opn2.cur return this.model.brdgrp.cbs.max2.cur
} }
} }
......
...@@ -35,6 +35,7 @@ export default class Brtlat{ ...@@ -35,6 +35,7 @@ export default class Brtlat{
blnum: "", // B/L Number .bddgrp.rec.blnum blnum: "", // B/L Number .bddgrp.rec.blnum
totcur: "", // Total Amount Claimed .bddgrp.rec.totcur totcur: "", // Total Amount Claimed .bddgrp.rec.totcur
totamt: "", // Total Amount to be Paid .bddgrp.rec.totamt totamt: "", // Total Amount to be Paid .bddgrp.rec.totamt
ver: "",
}, },
cbs:{ cbs:{
max:{ max:{
......
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