Commit 1fa9d433 by zhengxiaokui

zxk

parent 4e2d3cbc
......@@ -44,19 +44,19 @@
</c-col>
<c-col :span="24" v-if="ametyp === 'adlcnd'">
<c-col :span="8">
<c-checkbox v-model="model.ledgrp.rec.redclsflg"
<c-checkbox v-model="model[recgrp].rec.redclsflg"
>Red/Green Clause</c-checkbox
>
</c-col>
<c-col :span="16">
<c-checkbox v-model="model.ledgrp.rec.spcbenflg"
<c-checkbox v-model="model[recgrp].rec.spcbenflg"
>Special payment conditions for beneficiary exists</c-checkbox
>
</c-col>
<c-col :span="16" :offset="8">
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg"
<c-checkbox v-model="model[recgrp].rec.spcrcbflg"
>Special Payment Conditions for specified Bank only</c-checkbox
>
</c-col>
......
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