Commit 552ad7fc by 闫泽浩

brtdcr前端代码更新

parent 34b1451f
......@@ -72,7 +72,7 @@ export default class Brtdcr {
amt: ''
},
max2: {
amt: ''
amt: '0.0'
}
},
apl:{
......
......@@ -43,7 +43,7 @@
<c-col :span="13">
<el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur">
<c-select
v-model="model.brdgrp.cbs.opn2.cur"
v-model="opn2cur"
style="width: 100%"
placeholder="请选择附加金额"
disabled
......@@ -200,6 +200,12 @@ export default {
},
methods: {},
created: function () {},
computed: {
opn2cur() {
this.model.brdgrp.cbs.opn2.cur = this.model.brdgrp.cbs.max.cur
return this.model.brdgrp.cbs.opn2.cur
}
}
};
</script>
<style>
......
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