Commit b632760c by “yanyuxin”

Trtopn修改

parent 8d9c9ccf
......@@ -92,5 +92,6 @@ export default {
"trdgrp.rec.lprtyp" :Utils.defaultFunction,
"trdgrp.rec.tenday" :Utils.defaultFunction,
"trtmod.finmod.acttyp1" :Utils.defaultFunction,
"dftcre.dfdgrp.rec.flttyp" :Utils.defaultFunction,
}
//你可以添加自动default处理
......@@ -30,7 +30,7 @@
size="small"
type="primary"
:disabled="model.trdgrp.fip.pts.adrblk == ''"
@click="onTrtpButgetref"
@click="onDftpButgetref"
>
Get Ref
</c-button>
......@@ -258,11 +258,11 @@
<c-fullbox>
<c-select
v-model="model.dftcre.dfdgrp.rec.flttyp"
style="width: 50%"
style="width: 30%"
placeholder="利率浮动方式"
>
<el-option
v-for="item in codes.flttyp"
v-for="item in codes.flttyp1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -270,9 +270,14 @@
</c-select>
<c-input
v-model="model.dftcre.dfdgrp.rec.fltval"
style="width: 50%"
style="width: 65%"
placeholder="请输入浮动值"
:disabled="model.dftcre.dfdgrp.rec.flttyp == '0'|| model.dftcre.dfdgrp.rec.flttyp == '3'"
></c-input>
<span v-if="model.dftcre.dfdgrp.rec.flttyp == '2'"
style="width: 5%">
%
</span>
</c-fullbox>
</el-form-item>
</c-col>
......@@ -294,7 +299,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<!-- <c-col :span="12">
<el-form-item label="代付利息" prop="dftcre.dfdgrp.rec.rescur">
<c-select
v-model="model.dftcre.dfdgrp.rec.rescur"
......@@ -309,9 +314,9 @@
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="12">
<c-col :span="24">
<c-form-item label="代付利息" prop="dftcre.dfdgrp.rec.resamt">
<c-input
v-model="model.dftcre.dfdgrp.rec.resamt"
......@@ -333,7 +338,7 @@
</c-form-item>
</c-col>
<c-col :span="16">
<c-col :span="24">
<c-form-item label="贷款合同名" prop="dftcre.dfdgrp.rec.nam">
<c-input
v-model="model.dftcre.dfdgrp.rec.nam"
......@@ -545,7 +550,7 @@
</c-col> -->
<!-- S0000041 : 代付行核心客户号 -->
<c-col :span="16">
<c-col :span="24">
<c-form-item label="代付行核心账号" prop="dftcre.dfdgrp.rec.bankno">
<c-input
v-model="model.dftcre.dfdgrp.rec.bankno"
......@@ -556,7 +561,7 @@
</c-col>
<!-- S0000040 : 代付行中文名 -->
<c-col :span="16">
<c-col :span="24">
<c-form-item label="代付行中文名" prop="dftcre.dfdgrp.rec.bankcn">
<c-input
v-model="model.dftcre.dfdgrp.rec.bankcn"
......@@ -583,7 +588,7 @@
</c-col> -->
<!-- S0000042 : 同业代付内部账号 -->
<c-col :span="16">
<c-col :span="24">
<c-form-item label="同业代付内部账号" prop="dftcre.dfdgrp.rec.bnkact">
<c-input
v-model="model.dftcre.dfdgrp.rec.bnkact"
......
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