Sel.vue 5.27 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
huangxin committed
3 4 5 6 7 8
            <!-- ==================左边================ -->
        <c-col :span="12" style="padding-right: 20px;"> 
        <!-- 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>
9 10
        </el-form-item>
       </c-col>
huangxin committed
11 12 13

       <c-col :span="24">
        <el-form-item label="业务所属机构" prop="cfabut.ownextkey">
潘际乾 committed
14
            <c-select :code="getValues('cfabut.ownextkey')" v-model="model.cfabut.ownextkey" style="width:100%" placeholder="请选择业务所属机构">
huangxin committed
15 16 17
              </c-select>
        </el-form-item>
       </c-col>
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

       <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-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>
huangxin committed
39 40 41 42 43
       </c-col>
    <!-- ============右边================= -->
            <c-col :span="12" style="padding-left: 20px;">  
       <c-col :span="8">
	    <c-checkbox disabled v-model="model.cfabut.basflg">签约信息</c-checkbox>
44 45
       </c-col>
                  
huangxin committed
46
<!-- <c-col :span="12">
47
    <span  v-text="model.cfabut.dcllab"   data-path=".cfabut.dcllab" > </span>
huangxin committed
48
</c-col> -->
49
                  
huangxin committed
50
       <c-col :span="8">
潘际乾 committed
51 52 53
        <c-form-item label="" label-width="0" prop="cfabut.dclflg">
	        <c-checkbox v-model="model.cfabut.dclflg">责任余额</c-checkbox>
        </c-form-item>
54 55
       </c-col>
                  
huangxin committed
56
<!-- <c-col :span="12">
57
    <span  v-text="model.cfabut.vrflab"   data-path=".cfabut.vrflab" > </span>
huangxin committed
58
</c-col> -->
59
                  
huangxin committed
60 61 62
       <c-col :span="8">
	    <c-checkbox disabled v-model="model.cfabut.vrfflg">履约信息</c-checkbox>
       </c-col>
63 64
       </c-col>
                  
huangxin committed
65
       <!-- <c-col :span="12">
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
        <c-button size="small" type="primary"  @click="onCfabutSav">
             {{$t('cutp.C0000006')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCfabutMod">
             {{$t('cutp.C0000010')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCfabutChk">
             {{$t('cutp.C0000007')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small"  icon="el-icon-delete" @click="onCfabutDel">
             {{$t('cutp.C0000011')}}
        </c-button>
huangxin committed
87
       </c-col> -->
88 89
                 <!-- S0000008 : 业务所属机构 -->
                  
huangxin committed
90
      
91 92
                 <!-- S0000028 : 代付利息 -->
                  
huangxin committed
93
       <!-- <c-col :span="12">
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
        <c-form-item label="代付还代利息" prop="eblmod.ebl.resamt">
            <c-input  v-model="model.eblmod.ebl.resamt"  :placeholder="$t('other.please_enter')+'代付还代利息'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.cfabut.addnew">{{$t('cfabut.C0000015')}}</c-checkbox>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.cfabut.newdclnum"   data-path=".cfabut.newdclnum" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="DCL数目" prop="cfabut.newdcl">
            <c-input  v-model="model.cfabut.newdcl"  :placeholder="$t('other.please_enter')+'DCL数目'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCutpErr">
             {{$t('cutp.C0000009')}}
        </c-button>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.cfabut.newvrfnum"   data-path=".cfabut.newvrfnum" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="VRF数目" prop="cfabut.newvrf">
            <c-input  v-model="model.cfabut.newvrf"  :placeholder="$t('other.please_enter')+'VRF数目'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCfabutExt">
             {{$t('cutp.C0000008')}}
        </c-button>
huangxin committed
133
       </c-col> -->
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Ebaadd/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>