Commit f9f095db by liaoxing

bptset bptcan 测试时UI修改

parent 70de41db
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
> >
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.bpdgrp.rec.pntref" v-model="model.bpdgrp.rec.ownref"
maxlength="16" maxlength="16"
disabled disabled
placeholder="请输入融资参考号" placeholder="请输入融资参考号"
......
...@@ -4,66 +4,66 @@ ...@@ -4,66 +4,66 @@
<c-col :span="12" style="padding-right: 20px;"> <c-col :span="12" style="padding-right: 20px;">
<!--line1--> <!--line1-->
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="票据项下的业务号" label="票据项下的业务号"
prop="bpdgrp.rec.pntref" prop="bpdgrp.rec.pntref"
style="width: 100%" style="width: 100%"
> >
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.bpdgrp.rec.pntref" v-model="model.bpdgrp.rec.pntref"
maxlength="16" maxlength="16"
placeholder="请输入票据项下的业务号" placeholder="请输入票据项下的业务号"
disabled disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin-left: 10px; padding: 0 12px" style="margin-left: 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
> >
<i class="el-icon-info"></i> <i class="el-icon-info"></i>
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="2"> <!-- <c-col :span="2">
<el-form-item label="" prop="" style="width: 100%"> </el-form-item> <el-form-item label="" prop="" style="width: 100%"> </el-form-item>
</c-col> --> </c-col> -->
<!--line2--> <!--line2-->
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="融资业务号" label="融资业务号"
prop="bpdgrp.rec.ownref" prop="bpdgrp.rec.ownref"
style="width: 100%" style="width: 100%"
> >
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.bpdgrp.rec.ownref" v-model="model.bpdgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="请输入融资业务号" placeholder="请输入融资业务号"
disabled disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin-left: 10px; padding: 0 12px" style="margin-left: 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
> >
<i class="el-icon-info"></i> <i class="el-icon-info"></i>
</c-button> </c-button>
<c-button size="small" type="primary" @click="onBptmodButgetref()" :disabled="model.bpdgrp.rec.ownref !== ''"> <c-button size="small" type="primary" @click="onBptmodButgetref()" :disabled="model.bpdgrp.rec.ownref !== ''">
获取 获取
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- 左 --> <!-- 左 -->
<c-col :span="24"> <c-col :span="24">
...@@ -88,18 +88,49 @@ ...@@ -88,18 +88,49 @@
</c-col> </c-col>
<!-- Advanced Party Ref. 融资业务编号--> <!-- Advanced Party Ref. 融资业务编号-->
<c-col :span="12"> <c-col :span="12">
<c-form-item label="融资业务编号" prop="bpdgrp.rec.ownref"> <c-form-item label="" prop="bptp.distyp" label-width="0px" style="margin-left: 5px;">
<c-input <c-input
v-model="model.bpdgrp.rec.ownref" v-model="model.bptp.distyp"
style="width: 100%; "
maxlength="17" maxlength="17"
:placeholder="$t('other.please_enter') + '融资业务编号'"
disabled disabled
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col> </c-col>
<!-- Advance Amount 融资账号--> <!-- advance amount -->
<c-col :span="24">
<c-col :span="9">
<c-form-item label="预支款金额" prop="bpdgrp.cbs.max.cur">
<c-input
v-model="model.bpdgrp.cbs.max.cur"
style="text-align: center ;width: 100%;padding: 0px;"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="10">
<c-form-item prop="bpdgrp.cbs.max.amt" label-width="5px">
<c-input
v-model="model.bpdgrp.cbs.max.amt"
style="width: 100%"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="5">
<c-form-item label="" prop="bpdgrp.rec.pctfin" label-width="5px">
<c-input
v-model="model.bpdgrp.rec.pctfin"
style="width: 80%"
disabled
></c-input>%
</c-form-item>
</c-col>
</c-col>
<!-- Advance Account 融资账号-->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="融资账号" prop="bpdgrp.rec.finact"> <c-form-item label="融资账号" prop="bpdgrp.rec.finact">
<c-input <c-input
...@@ -146,6 +177,7 @@ ...@@ -146,6 +177,7 @@
v-model="model.bpdgrp.rec.ffttyp" v-model="model.bpdgrp.rec.ffttyp"
style="width: 100%" style="width: 100%"
placeholder="福费廷转卖类型" placeholder="福费廷转卖类型"
disabled
> >
<el-option <el-option
v-for="item in codes.ffttyp1" v-for="item in codes.ffttyp1"
...@@ -160,10 +192,9 @@ ...@@ -160,10 +192,9 @@
<c-col :span="12"> <c-col :span="12">
<c-form-item label="我行借记账户" prop="setact1"> <c-form-item label="我行借记账户" prop="setact1">
<c-input <c-input
v-model="model.bpdgrp.rec.fincod" v-model="model.setact1"
maxlength="17" maxlength="17"
:placeholder="$t('other.please_enter') + '我行借记账户'" :placeholder="$t('other.please_enter') + '我行借记账户'"
disabled
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -188,9 +219,9 @@ ...@@ -188,9 +219,9 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item label="第一还款账号" prop="bptmod.finmod.act1"> <c-form-item label="第一还款账号" prop="setact">
<c-input <c-input
v-model="model.bptmod.finmod.act1" v-model="model.setact"
maxlength="21" maxlength="21"
placeholder="请输入第一还款账号" placeholder="请输入第一还款账号"
disabled disabled
...@@ -284,6 +315,7 @@ ...@@ -284,6 +315,7 @@
<c-select <c-select
v-model="model.bpdgrp.rec.ovdflg" v-model="model.bpdgrp.rec.ovdflg"
style="width: 100%" style="width: 100%"
:code="codes.ovdflg"
:placeholder="$t('other.please_enter') + '融资状态'" :placeholder="$t('other.please_enter') + '融资状态'"
disabled disabled
></c-select> ></c-select>
...@@ -296,6 +328,7 @@ ...@@ -296,6 +328,7 @@
<c-select <c-select
v-model="model.bptmod.finmod.intprd" v-model="model.bptmod.finmod.intprd"
style="width: 100%" style="width: 100%"
:code="codes.intprd"
:placeholder="$t('other.please_enter') + '计息周期'" :placeholder="$t('other.please_enter') + '计息周期'"
disabled disabled
></c-select> ></c-select>
...@@ -364,13 +397,36 @@ ...@@ -364,13 +397,36 @@
<!-- 还本金金额--> <!-- 还本金金额-->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="还本金金额" prop="bptmod.finmod.cbs.calflg"> <c-col :span="9">
<c-input <c-form-item label="还本金金额" prop="setmod.doccur">
v-model="model.bptmod.finmod.cbs.calflg" <c-input
maxlength="21" v-model="model.setmod.doccur"
placeholder="请输入还本金金额" style="text-align: center ;width: 100%;"
></c-input> disabled
</c-form-item> ></c-input>
</c-form-item>
</c-col>
<c-col :span="11">
<c-form-item prop="setamt" label-width="5px">
<c-input
v-model="model.setamt"
maxlength="21"
style="width: 100%"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="4">
<c-form-item prop="bptmod.finmodcal" label-width="5px">
<c-button
size="small"
type="primary"
@click="onSeainf"
>
计算
</c-button>
</c-form-item>
</c-col>
</c-col> </c-col>
</c-col> </c-col>
...@@ -510,13 +566,18 @@ ...@@ -510,13 +566,18 @@
<!-- SG000118 : 执行利率 --> <!-- SG000118 : 执行利率 -->
<c-col :span="12" style="padding-left: 20px;"> <c-col :span="12" style="padding-left: 20px;">
<c-form-item label="执行利率" prop="bpdgrp.rec.tolrat"> <c-col :span="19">
<c-input <c-form-item label="执行利率" prop="bpdgrp.rec.tolrat">
v-model="model.bpdgrp.rec.tolrat" <c-input
:placeholder="$t('other.please_enter') + '执行利率'" v-model="model.bpdgrp.rec.tolrat"
disabled :placeholder="$t('other.please_enter') + '执行利率'"
></c-input> disabled
</c-form-item> ></c-input>
</c-form-item>
</c-col>
<c-col :span="5">
<c-checkbox v-model="model.mtabut.clsflg" maxlength="17" disabled>已结算合约</c-checkbox>
</c-col>
</c-col> </c-col>
<!-- </c-col> --> <!-- </c-col> -->
...@@ -550,6 +611,9 @@ export default { ...@@ -550,6 +611,9 @@ export default {
value: 2, value: 2,
}, },
], ],
codes: {
...CodeTable,
},
}; };
}, },
methods: { methods: {
......
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