Commit 7a4d5530 by LiRui

BRTSET交易BUG修改

parent c5f9b065
......@@ -76,7 +76,7 @@
<c-col :span="24">
<el-form-item label="融资品种" prop="trtcre.trdgrp.rec.fintyp">
<c-select v-model="model.trtcre.trdgrp.rec.fintyp" style="width: 100%" placeholder="请选择融资品种" :disable="true">
<c-select disabled v-model="model.trtcre.trdgrp.rec.fintyp" style="width: 100%" placeholder="请选择融资品种" :disable="true">
<el-option v-for="item in codes.fintyp1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
......@@ -454,8 +454,14 @@
</c-col>
<c-col :span="24">
<el-form-item label="第三方还款账号" prop="trtcre.trtmod.finmod.act3">
<c-select filterable allow-create v-model="model.trtcre.trtmod.finmod.act3" style="width: 100%" :disabled="model.trtcre.trtmod.finmod.acttyp == ''" placeholder="请选择第三方还款账号">
</c-select>
<c-input
v-model="model.trtcre.trtmod.finmod.act3"
style="width: 100%"
maxlength="21"
:disabled="model.trtcre.trtmod.finmod.acttyp == ''"
placeholder="请选择第三方还款账号"
>
</c-input>
</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