Commit 46b35d62 by LiRui

修改BPTOPN、BRTSET第三方还款账号BUG

parent 92436eb3
......@@ -886,12 +886,14 @@
<c-row>
<c-col :span="12">
<el-form-item label="第三方还款账号" prop="bptmod.finmod.act3">
<c-input
<c-select
filterable
allow-create
:disabled="model.bptmod.finmod.acttyp==''"
v-model="model.bptmod.finmod.act3"
maxlength="21"
style="width: 100%"
placeholder="请输入第三方还款账号"
></c-input>
></c-select>
</el-form-item>
</c-col>
</c-row>
......
......@@ -454,14 +454,15 @@
</c-col>
<c-col :span="24">
<el-form-item label="第三方还款账号" prop="trtcre.trtmod.finmod.act3">
<c-input
<c-select
filterable
allow-create
v-model="model.trtcre.trtmod.finmod.act3"
style="width: 100%"
maxlength="21"
:disabled="model.trtcre.trtmod.finmod.acttyp == ''"
placeholder="请选择第三方还款账号"
>
</c-input>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
......
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