Commit 552ad7fc by 闫泽浩

brtdcr前端代码更新

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