Commit 66d14bec by lianyang

brtudp的Add.Amount.part是否高亮可显

parent 9c8f23b3
......@@ -49,6 +49,7 @@ export default class Brtudp {
totcur:"", // Total Amount Claimed .brdgrp.rec.totcur
totamt:"", // Total Amount to be Paid .brdgrp.rec.totamt
mattxtflg:"", //brdgrp.rec.mattxtflg maturityDate是否高亮可显字段
acpnowflg:"", //brdgrp.rec.acpnowflg Doc. Amount Part 金额是否高亮可显
},
cbs: {
max: {
......
......@@ -190,7 +190,7 @@
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="aamset.utlamt">
<c-input v-model="model.aamset.utlamt" placeholder="请输入单据金额" :disabled="model.oldbrdgrp.rec.predat==''"></c-input>
<c-input v-model="model.aamset.utlamt" placeholder="请输入单据金额" :disabled="model.brdgrp.rec.acpnowflg==''"></c-input>
</el-form-item>
</c-col>
<!-- Add.Amount.Part 附加金额 -->
......@@ -203,7 +203,7 @@
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="aamset.utlamt2">
<c-input v-model="model.aamset.utlamt2" placeholder="请输入附加金额" :disabled="model.oldbrdgrp.rec.predat==''"></c-input>
<c-input v-model="model.aamset.utlamt2" placeholder="请输入附加金额" :disabled="model.brdgrp.rec.acpnowflg==''"></c-input>
</el-form-item>
</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