Commit b8fa4c92 by LiRui

BPTOPN交易BUG修改

parent d22d60ae
......@@ -482,6 +482,7 @@
<c-col :span="10">
<el-form-item label="基准利率" prop="bpdgrp.rec.intrat">
<c-input
disabled
v-model="model.bpdgrp.rec.intrat"
placeholder="请输入基本利率"
></c-input>
......@@ -524,13 +525,6 @@
style="width: 100%"
placeholder="请选择基准利率规则"
>
<el-option
v-for="item in codes.jzllgz"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
......@@ -907,9 +901,10 @@
<c-col :span="12">
<el-form-item label="预扣息账号" prop="bptmod.finmod.intact">
<c-input
:disabled="model.bptmod.finmod.inttyp=='0' || (model.bptmod.finmod.acttyp=='0' || model.bptmod.finmod.acttyp=='2')"
:disabled="model.bptmod.finmod.inttyp!='1' || (model.bptmod.finmod.acttyp=='0' || model.bptmod.finmod.acttyp=='2')"
v-model="model.bptmod.finmod.intact"
style="width: 100%"
maxlength="21"
placeholder="请输入预扣息账号"
></c-input>
</el-form-item>
......
......@@ -66,6 +66,7 @@
:disabled="model.cfabpt.cdaflg=='N' || model.cfabpt.cdaflg==''"
v-model="model.cfabpt.cda.useofunds"
style="width:100%" placeholder="请选择资金用途"
:code="codes.useofunds"
>
</c-select>
</el-form-item>
......
......@@ -9,7 +9,13 @@
<c-col :span="12">
<el-form-item label="删除原因" prop="cfabpt.recgrp.bas.actiondesc">
<c-input type="textarea" v-model="model.cfabpt.recgrp.bas.actiondesc" maxlength="32" show-word-limit placeholder="请输入删除原因" ></c-input>
<c-input
:disabled="(!((model.cfabpt.recgrp.bas.actiontype=='A' || model.cfabpt.recgrp.bas.actiontype=='D') && model.cfabpt.recp.pubp.acp!='')) || (!(model.cfabpt.recgrp.bas.actiontype=='D' && model.cfabpt.recp.pubp.acp!=''))"
type="textarea"
v-model="model.cfabpt.recgrp.bas.actiondesc"
maxlength="32" show-word-limit
placeholder="请输入删除原因"
></c-input>
</el-form-item>
</c-col>
......
......@@ -185,6 +185,7 @@
v-model="model.cfabpt.recp.dclp.useofunds"
style="width: 100%"
placeholder="请选择资金用途"
:code="codes.useofunds"
>
</c-select>
</el-form-item>
......
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