Commit b8be772d by lianyang

letopn/letnot中附加条款页面Adcp.vue勾选框布局微调

parent 8479c31a
...@@ -26,24 +26,30 @@ ...@@ -26,24 +26,30 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="24" class="letnot_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.spcbenflg" <el-form-item prop="ledgrp.rec.spcbenflg" class="checkbox-left" >
:disabled="model.ledgrp.blk.spcben!=''"> <c-checkbox v-model="model.ledgrp.rec.spcbenflg"
受益人特殊付款条款</c-checkbox :disabled="model.ledgrp.blk.spcben!=''">
> 受益人特殊付款条款</c-checkbox
>
</el-form-item>
</c-col> </c-col>
<c-col :span="24" class="letnot_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg" <el-form-item prop="ledgrp.rec.spcrcbflg" class="checkbox-left">
:disabled="model.ledgrp.blk.spcrcb!=''"> <c-checkbox v-model="model.ledgrp.rec.spcrcbflg"
收款银行特殊付款条款</c-checkbox :disabled="model.ledgrp.blk.spcrcb!=''">
> 收款银行特殊付款条款</c-checkbox
>
</el-form-item>
</c-col> </c-col>
<c-col :span="24" class="letnot_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.redclsflg"> <el-form-item prop="ledgrp.rec.redclsflg" class="checkbox-left">
红、绿条款选项 <c-checkbox v-model="model.ledgrp.rec.redclsflg">
</c-checkbox> 红、绿条款选项
</c-checkbox>
</el-form-item>
</c-col> </c-col>
<c-col :span="20"> <c-col :span="20">
...@@ -90,7 +96,5 @@ export default { ...@@ -90,7 +96,5 @@ export default {
}; };
</script> </script>
<style> <style>
.letnot_adcp_cheak {
margin: 0px 0 10px 150px;
}
</style> </style>
...@@ -26,21 +26,27 @@ ...@@ -26,21 +26,27 @@
</c-col> --> </c-col> -->
<!-- Special payment conditions for beneficiary --> <!-- Special payment conditions for beneficiary -->
<c-col :span="24" class="letopn_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.spcbenflg" <el-form-item prop="ledgrp.rec.spcbenflg" class="checkbox-left" >
>受益人特殊付款条款</c-checkbox <c-checkbox v-model="model.ledgrp.rec.spcbenflg"
> >受益人特殊付款条款</c-checkbox
>
</el-form-item>
</c-col> </c-col>
<!-- Special payment conditions for receiving bank --> <!-- Special payment conditions for receiving bank -->
<c-col :span="24" class="letopn_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg"> <el-form-item prop="ledgrp.rec.spcrcbflg" class="checkbox-left">
收款银行特殊付款条款</c-checkbox <c-checkbox v-model="model.ledgrp.rec.spcrcbflg">
> 收款银行特殊付款条款</c-checkbox
>
</el-form-item>
</c-col> </c-col>
<c-col :span="24" class="letopn_adcp_cheak"> <c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.redclsflg">红/绿条款</c-checkbox> <el-form-item prop="ledgrp.rec.redclsflg" class="checkbox-left">
<c-checkbox v-model="model.ledgrp.rec.redclsflg">红/绿条款</c-checkbox>
</el-form-item>
</c-col> </c-col>
<c-blkTextarea :model="model" v-bind="blk1"> </c-blkTextarea> <c-blkTextarea :model="model" v-bind="blk1"> </c-blkTextarea>
<!-- Instructions to Pay,accept,negot,bank --> <!-- Instructions to Pay,accept,negot,bank -->
...@@ -108,9 +114,9 @@ export default { ...@@ -108,9 +114,9 @@ export default {
}; };
</script> </script>
<style> <style>
.letopn_adcp_cheak { /* .letopn_adcp_cheak {
margin: 0px 0 10px 120px; margin: 0px 0 10px 120px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
} } */
</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