Commit c9e52e2f by “yanyuxin”

brtset交易创立融资页面修改

parent eaf60f9a
<template> <template>
<div class="eibs-tab">
<c-row> <c-row>
<!--=================顶部================= --> <!--=================顶部================= -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="11">
<el-form-item label="单据编号" prop="trtcre.trdgrp.rec.pntref"> <el-form-item label="单据编号" prop="trtcre.trdgrp.rec.pntref">
<c-fullbox> <c-fullbox>
<c-input <c-input
disabled
v-model="model.trtcre.trdgrp.rec.pntref" v-model="model.trtcre.trdgrp.rec.pntref"
maxlength="16" maxlength="16"
style="width: 78%" style="width: 98%"
disabled
placeholder="请输入单据编号" placeholder="请输入单据编号"
> ></c-input>
</c-input> <template slot="footer">
<c-button <c-button
v-model="model.trtcre.trtp.bcdget.sdamod.seainf"
style="margin: 0 0 0 10px; padding: 0 12px"
size="small" size="small"
type="primary;width:10%" type="primary"
style="width: 10%"
@click="onSeainf" @click="onSeainf"
> >
i <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
</template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="4">
<el-form-item label="" label-width="15px">
</el-form-item> <c-col :span="11" :offset="1">
</c-col> -->
<c-col :span="11">
<el-form-item label="摘要" prop="trtcre.trdgrp.rec.pntnam"> <el-form-item label="摘要" prop="trtcre.trdgrp.rec.pntnam">
<c-input <c-input
align="middle" align="middle"
...@@ -41,23 +41,24 @@ ...@@ -41,23 +41,24 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="11">
<el-form-item label="融资编号" prop="trtcre.trdgrp.rec.ownref"> <el-form-item label="融资编号" prop="trtcre.trdgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input <c-input
disabled
v-model="model.trtcre.trdgrp.rec.ownref" v-model="model.trtcre.trdgrp.rec.ownref"
maxlength="16" maxlength="16"
disabled placeholder="请输入融资编号"
style="width: 57%"
></c-input> ></c-input>
<template slot="footer">
<c-button <c-button
style="margin: 0 0 0 10px; padding: 0 12px"
size="small" size="small"
type="primary;width:10%" type="primary"
style="width: 10%"
@click="onSeainf" @click="onSeainf"
> >
i</c-button <span style="font-family: '宋体'; font-weight: bold">i</span>
> </c-button>
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -68,15 +69,15 @@ ...@@ -68,15 +69,15 @@
model.trtcre.trdgrp.rec.ownref != '' model.trtcre.trdgrp.rec.ownref != ''
" "
@click="onTrtpButgetref" @click="onTrtpButgetref"
style="width: 20%"
>
Get Ref</c-button
> >
Get Ref
</c-button>
</template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11" :offset="1">
<el-form-item label="摘要" prop="trtcre.trdgrp.rec.nam"> <el-form-item label="摘要" prop="trtcre.trdgrp.rec.nam">
<c-input <c-input
align="middle" align="middle"
...@@ -95,20 +96,22 @@ ...@@ -95,20 +96,22 @@
<el-form-item label="客户经理" prop="trtcre.trtp.usr.extkey"> <el-form-item label="客户经理" prop="trtcre.trtp.usr.extkey">
<c-fullbox> <c-fullbox>
<c-input <c-input
disabled
v-model="model.trtcre.trtp.usr.extkey" v-model="model.trtcre.trtp.usr.extkey"
maxlength="8" maxlength="8"
placeholder="请输入客户经理" placeholder="请输入客户经理"
style="width: 88%" style="width: 98%"
:disable="true"
></c-input> ></c-input>
<template slot="footer">
<c-button <c-button
style="margin: 0 0 0 10px; padding: 0 12px"
size="small" size="small"
type="primary;width:10%" type="primary"
style="width: 10%" @click="onSeainf"
@click="onExtkey"
> >
i <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
</template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -292,12 +295,12 @@ ...@@ -292,12 +295,12 @@
prop="trtcre.trtmod.finmod.ratchgtyp" prop="trtcre.trtmod.finmod.ratchgtyp"
> >
<c-select <c-select
v-model="model.trtcre.trtmod.finmod.ratchgtyp1" v-model="model.trtcre.trtmod.finmod.ratchgtyp"
style="width: 100%" style="width: 100%"
placeholder="请选择利率调整方式" placeholder="请选择利率调整方式"
> >
<el-option <el-option
v-for="item in codes.ratchgtyp" v-for="item in codes.ratchgtyp1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -660,9 +663,8 @@ ...@@ -660,9 +663,8 @@
<c-select <c-select
v-model="model.trtcre.trtmod.finmod.ratchgprd" v-model="model.trtcre.trtmod.finmod.ratchgprd"
style="width: 100%" style="width: 100%"
placeholder="请选择利率调整周期"
:disabled=" :disabled="
model.trtcre.trtmod.finmod.ratchgprd != '7' && model.trtcre.trtmod.finmod.ratchgtyp != 'A' &&
model.trtcre.trtmod.finmod.ratchgtyp != '8' && model.trtcre.trtmod.finmod.ratchgtyp != '8' &&
model.trtcre.trtmod.finmod.ratchgtyp != '9' model.trtcre.trtmod.finmod.ratchgtyp != '9'
" "
...@@ -689,7 +691,7 @@ ...@@ -689,7 +691,7 @@
placeholder="请输入利率调整月日数" placeholder="请输入利率调整月日数"
:disabled=" :disabled="
model.trtcre.trtmod.finmod.ratchgtyp != '4' && model.trtcre.trtmod.finmod.ratchgtyp != '4' &&
model.trtcre.trtmod.finmod.ratchgtyp != '5' model.trtcre.trtmod.finmod.ratchgtyp != '3'
" "
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -869,6 +871,7 @@ ...@@ -869,6 +871,7 @@
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
</div>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
......
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