Commit 189b6f56 by huangxin

申报信息-对外担保页面布局

parent 8687b6af
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px;">
<!-- S0000019 : 发生日期 --> <!-- S0000019 : 发生日期 -->
<c-col :span="24">
<el-form-item label="发生日期" prop="eblmod.ebl.reldat">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" placeholder=""></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12"> <c-col :span="24">
<el-form-item label="授权日期" prop="eblmod.ebl.reldat"> <el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" :placeholder="$t('other.please_enter')+'授权日期'"></c-date-picker> <c-select :code="codes.ownextkey3" v-model="model.cfabut.ownextkey" style="width:100%" placeholder="请选择业务所属机构">
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-form-item label="代付利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.cfabut.addnew">新增接口数据</c-checkbox>
</c-col>
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.cfabut.basflg">{{$t('cfabut.C0000006')}}</c-checkbox> <c-form-item label="DCL数目" prop="cfabut.newdcl">
<c-input v-model="model.cfabut.newdcl" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf">
<c-input v-model="model.cfabut.newvrf" placeholder=""></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="8">
<c-checkbox v-model="model.cfabut.basflg">签约信息</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span> <span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.dclflg">{{$t('cfabut.C0000007')}}</c-checkbox> <c-checkbox v-model="model.cfabut.dclflg">责任余额</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span> <span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.vrfflg">{{$t('cfabut.C0000017')}}</c-checkbox> <c-checkbox v-model="model.cfabut.vrfflg">履约信息</c-checkbox>
</c-col>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onCfabutSav"> <c-button size="small" type="primary" @click="onCfabutSav">
{{$t('cutp.C0000006')}} {{$t('cutp.C0000006')}}
</c-button> </c-button>
...@@ -50,18 +82,13 @@ ...@@ -50,18 +82,13 @@
<c-button size="small" icon="el-icon-delete" @click="onCfabutDel"> <c-button size="small" icon="el-icon-delete" @click="onCfabutDel">
{{$t('cutp.C0000011')}} {{$t('cutp.C0000011')}}
</c-button> </c-button>
</c-col> </c-col> -->
<!-- S0000008 : 业务所属机构 --> <!-- S0000008 : 业务所属机构 -->
<c-col :span="12">
<el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-select v-model="model.cfabut.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+'业务所属机构'">
</c-select>
</el-form-item>
</c-col>
<!-- S0000028 : 代付利息 --> <!-- S0000028 : 代付利息 -->
<c-col :span="12"> <!-- <c-col :span="12">
<c-form-item label="代付还代利息" prop="eblmod.ebl.resamt"> <c-form-item label="代付还代利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input> <c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input>
</c-form-item> </c-form-item>
...@@ -71,9 +98,9 @@ ...@@ -71,9 +98,9 @@
<c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox> <c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span> <span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="DCL数目" prop="cfabut.newdcl"> <c-form-item label="DCL数目" prop="cfabut.newdcl">
...@@ -87,9 +114,9 @@ ...@@ -87,9 +114,9 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span> <span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf"> <c-form-item label="VRF数目" prop="cfabut.newvrf">
...@@ -101,16 +128,16 @@ ...@@ -101,16 +128,16 @@
<c-button size="small" type="primary" @click="onCfabutExt"> <c-button size="small" type="primary" @click="onCfabutExt">
{{$t('cutp.C0000008')}} {{$t('cutp.C0000008')}}
</c-button> </c-button>
</c-col> </c-col> -->
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Ebaame/Event" import Event from "~/model/Ebaadd/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props:["model","codes"],
mixins: [commonProcess], mixins: [commonProcess],
...@@ -123,8 +150,9 @@ export default { ...@@ -123,8 +150,9 @@ export default {
created:function(){ created:function(){
} }
} }
</script> </script>
<style> <style>
</style>
\ No newline at end of file
</style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px;">
<!-- S0000019 : 发生日期 --> <!-- S0000019 : 发生日期 -->
<c-col :span="24">
<el-form-item label="发生日期" prop="eblmod.ebl.reldat">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" placeholder=""></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12"> <c-col :span="24">
<el-form-item label="授权日期" prop="eblmod.ebl.reldat"> <el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" :placeholder="$t('other.please_enter')+'授权日期'"></c-date-picker> <c-select :code="codes.ownextkey3" v-model="model.cfabut.ownextkey" style="width:100%" placeholder="请选择业务所属机构">
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-form-item label="代付利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.cfabut.addnew">新增接口数据</c-checkbox>
</c-col>
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.cfabut.basflg">{{$t('cfabut.C0000006')}}</c-checkbox> <c-form-item label="DCL数目" prop="cfabut.newdcl">
<c-input v-model="model.cfabut.newdcl" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf">
<c-input v-model="model.cfabut.newvrf" placeholder=""></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="8">
<c-checkbox v-model="model.cfabut.basflg">签约信息</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span> <span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.dclflg">{{$t('cfabut.C0000007')}}</c-checkbox> <c-checkbox v-model="model.cfabut.dclflg">责任余额</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span> <span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.vrfflg">{{$t('cfabut.C0000017')}}</c-checkbox> <c-checkbox v-model="model.cfabut.vrfflg">履约信息</c-checkbox>
</c-col>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onCfabutSav"> <c-button size="small" type="primary" @click="onCfabutSav">
{{$t('cutp.C0000006')}} {{$t('cutp.C0000006')}}
</c-button> </c-button>
...@@ -50,18 +82,13 @@ ...@@ -50,18 +82,13 @@
<c-button size="small" icon="el-icon-delete" @click="onCfabutDel"> <c-button size="small" icon="el-icon-delete" @click="onCfabutDel">
{{$t('cutp.C0000011')}} {{$t('cutp.C0000011')}}
</c-button> </c-button>
</c-col> </c-col> -->
<!-- S0000008 : 业务所属机构 --> <!-- S0000008 : 业务所属机构 -->
<c-col :span="12">
<el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-select v-model="model.cfabut.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+'业务所属机构'">
</c-select>
</el-form-item>
</c-col>
<!-- S0000028 : 代付利息 --> <!-- S0000028 : 代付利息 -->
<c-col :span="12"> <!-- <c-col :span="12">
<c-form-item label="代付还代利息" prop="eblmod.ebl.resamt"> <c-form-item label="代付还代利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input> <c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input>
</c-form-item> </c-form-item>
...@@ -71,9 +98,9 @@ ...@@ -71,9 +98,9 @@
<c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox> <c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span> <span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="DCL数目" prop="cfabut.newdcl"> <c-form-item label="DCL数目" prop="cfabut.newdcl">
...@@ -87,9 +114,9 @@ ...@@ -87,9 +114,9 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span> <span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf"> <c-form-item label="VRF数目" prop="cfabut.newvrf">
...@@ -101,16 +128,16 @@ ...@@ -101,16 +128,16 @@
<c-button size="small" type="primary" @click="onCfabutExt"> <c-button size="small" type="primary" @click="onCfabutExt">
{{$t('cutp.C0000008')}} {{$t('cutp.C0000008')}}
</c-button> </c-button>
</c-col> </c-col> -->
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Ebadel/Event" import Event from "~/model/Ebaadd/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props:["model","codes"],
mixins: [commonProcess], mixins: [commonProcess],
...@@ -123,8 +150,9 @@ export default { ...@@ -123,8 +150,9 @@ export default {
created:function(){ created:function(){
} }
} }
</script> </script>
<style> <style>
</style>
\ No newline at end of file
</style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px;">
<!-- S0000019 : 发生日期 --> <!-- S0000019 : 发生日期 -->
<c-col :span="24">
<el-form-item label="发生日期" prop="eblmod.ebl.reldat">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" placeholder=""></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12"> <c-col :span="24">
<el-form-item label="授权日期" prop="eblmod.ebl.reldat"> <el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-date-picker type="date" v-model="model.eblmod.ebl.reldat" style="width:100%" :placeholder="$t('other.please_enter')+'授权日期'"></c-date-picker> <c-select :code="codes.ownextkey3" v-model="model.cfabut.ownextkey" style="width:100%" placeholder="请选择业务所属机构">
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-form-item label="代付利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.cfabut.addnew">新增接口数据</c-checkbox>
</c-col>
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.cfabut.basflg">{{$t('cfabut.C0000006')}}</c-checkbox> <c-form-item label="DCL数目" prop="cfabut.newdcl">
<c-input v-model="model.cfabut.newdcl" placeholder=""></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf">
<c-input v-model="model.cfabut.newvrf" placeholder=""></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="8">
<c-checkbox v-model="model.cfabut.basflg">签约信息</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span> <span v-text="model.cfabut.dcllab" data-path=".cfabut.dcllab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.dclflg">{{$t('cfabut.C0000007')}}</c-checkbox> <c-checkbox v-model="model.cfabut.dclflg">责任余额</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span> <span v-text="model.cfabut.vrflab" data-path=".cfabut.vrflab" > </span>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="8">
<c-checkbox v-model="model.cfabut.vrfflg">{{$t('cfabut.C0000017')}}</c-checkbox> <c-checkbox v-model="model.cfabut.vrfflg">履约信息</c-checkbox>
</c-col>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onCfabutSav"> <c-button size="small" type="primary" @click="onCfabutSav">
{{$t('cutp.C0000006')}} {{$t('cutp.C0000006')}}
</c-button> </c-button>
...@@ -50,18 +82,13 @@ ...@@ -50,18 +82,13 @@
<c-button size="small" icon="el-icon-delete" @click="onCfabutDel"> <c-button size="small" icon="el-icon-delete" @click="onCfabutDel">
{{$t('cutp.C0000011')}} {{$t('cutp.C0000011')}}
</c-button> </c-button>
</c-col> </c-col> -->
<!-- S0000008 : 业务所属机构 --> <!-- S0000008 : 业务所属机构 -->
<c-col :span="12">
<el-form-item label="业务所属机构" prop="cfabut.ownextkey">
<c-select v-model="model.cfabut.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+'业务所属机构'">
</c-select>
</el-form-item>
</c-col>
<!-- S0000028 : 代付利息 --> <!-- S0000028 : 代付利息 -->
<c-col :span="12"> <!-- <c-col :span="12">
<c-form-item label="代付还代利息" prop="eblmod.ebl.resamt"> <c-form-item label="代付还代利息" prop="eblmod.ebl.resamt">
<c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input> <c-input v-model="model.eblmod.ebl.resamt" :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input>
</c-form-item> </c-form-item>
...@@ -71,9 +98,9 @@ ...@@ -71,9 +98,9 @@
<c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox> <c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span> <span v-text="model.cfabut.newdclnum" data-path=".cfabut.newdclnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="DCL数目" prop="cfabut.newdcl"> <c-form-item label="DCL数目" prop="cfabut.newdcl">
...@@ -87,9 +114,9 @@ ...@@ -87,9 +114,9 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span> <span v-text="model.cfabut.newvrfnum" data-path=".cfabut.newvrfnum" > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="VRF数目" prop="cfabut.newvrf"> <c-form-item label="VRF数目" prop="cfabut.newvrf">
...@@ -101,16 +128,16 @@ ...@@ -101,16 +128,16 @@
<c-button size="small" type="primary" @click="onCfabutExt"> <c-button size="small" type="primary" @click="onCfabutExt">
{{$t('cutp.C0000008')}} {{$t('cutp.C0000008')}}
</c-button> </c-button>
</c-col> </c-col> -->
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Ebainf/Event" import Event from "~/model/Ebaadd/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props:["model","codes"],
mixins: [commonProcess], mixins: [commonProcess],
...@@ -123,8 +150,9 @@ export default { ...@@ -123,8 +150,9 @@ export default {
created:function(){ created:function(){
} }
} }
</script> </script>
<style> <style>
</style>
\ No newline at end of file
</style>
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