Shisuan.vue 8.39 KB
Newer Older
panziyi committed
1 2 3 4 5
<template>
  <div class="eibs-tab">
                              
       <c-col :span="24">
        <div class="e-table-wrapper">
panziyi committed
6 7
            <c-table
                :list="this.model.liaall.limmod.limpfp.clmcbe || []"
panziyi committed
8 9 10 11 12 13
                style="width: 100%"
                >
                <el-table-column
                  prop="limtyp"
                  label="Limit Type"
                  sortable
panziyi committed
14
                  width="120">
panziyi committed
15 16 17 18 19
                </el-table-column>
                <el-table-column
                  prop="cur"
                  label="业务币种"
                  sortable
panziyi committed
20
                  width="100">
panziyi committed
21 22 23 24 25
                </el-table-column>
                <el-table-column
                  prop="cbeamt"
                  label="业务发生额"
                  sortable
panziyi committed
26
                  width="120">
panziyi committed
27 28 29 30 31
                </el-table-column>
                <el-table-column
                  prop="reqtyp1"
                  label="Req.Typel"
                  sortable
panziyi committed
32
                  width="120">
panziyi committed
33 34 35 36 37
                </el-table-column>
                <el-table-column
                  prop="limcbeamt"
                  label="额度发生额"
                  sortable
panziyi committed
38
                  width="120">
panziyi committed
39 40 41 42 43
                </el-table-column>
                <el-table-column
                  prop="reqtyp2"
                  label="Req.Type2"
                  sortable
panziyi committed
44
                  width="120">
panziyi committed
45 46 47 48 49
                </el-table-column>
                <el-table-column
                  prop="ckcbeamt"
                  label="敞口发生额"
                  sortable
panziyi committed
50
                  width="120">
panziyi committed
51 52 53 54 55
                </el-table-column>
                <el-table-column
                  prop="credat"
                  label="额度日期"
                  sortable
panziyi committed
56
                  width="180">
panziyi committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
                </el-table-column>
                <el-table-column
                  prop="ptyextkey"
                  label="客户编号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="ptynam"
                  label="客户名称"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="ownref"
                  label="业务编号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="ccvbl"
                  label="合同保证金比例"
                  sortable
panziyi committed
80
                  width="150">
panziyi committed
81 82 83 84 85 86 87 88 89 90 91 92 93
                </el-table-column>
                <el-table-column
                  prop="limvar"
                  label="额度类型"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgzylimref"
                  label="额度编号"
                  sortable
                  width="100">
                </el-table-column>
panziyi committed
94
              </c-table>
panziyi committed
95 96 97 98 99
       </div>
       </c-col>
                  
       <c-col :span="24">
        <div class="e-table-wrapper">
panziyi committed
100 101
            <c-table
                :list="this.model.liaall.limmod.limpfp.clmcbb || []"
panziyi committed
102 103 104 105 106 107 108 109 110 111 112 113
                style="width: 100%"
                >
                <el-table-column
                  prop="dgzylimvar"
                  label="额度品种"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="tzhamt"
                  label="调整后业务余额"
                  sortable
panziyi committed
114
                  width="150">
panziyi committed
115 116 117 118 119
                </el-table-column>
                <el-table-column
                  prop="tzhccv"
                  label="调整后保证金比例"
                  sortable
panziyi committed
120
                  width="150">
panziyi committed
121 122 123 124 125
                </el-table-column>
                <el-table-column
                  prop="tzhlimamt"
                  label="调整后拟占用额度"
                  sortable
panziyi committed
126
                  width="150">
panziyi committed
127 128 129 130 131
                </el-table-column>
                <el-table-column
                  prop="tzhlimck"
                  label="调整后拟占用敞口"
                  sortable
panziyi committed
132
                  width="150">
panziyi committed
133 134 135 136 137
                </el-table-column>
                <el-table-column
                  prop="tzqamt"
                  label="调整前业务余额"
                  sortable
panziyi committed
138
                  width="150">
panziyi committed
139 140 141 142 143
                </el-table-column>
                <el-table-column
                  prop="tzqccv"
                  label="调整后保证金比例"
                  sortable
panziyi committed
144
                  width="150">
panziyi committed
145 146 147 148 149
                </el-table-column>
                <el-table-column
                  prop="tzqlimamt"
                  label="调整前已占用额度"
                  sortable
panziyi committed
150
                  width="150">
panziyi committed
151 152 153 154 155
                </el-table-column>
                <el-table-column
                  prop="tzqlimck"
                  label="调整前已占用敞口"
                  sortable
panziyi committed
156
                  width="150">
panziyi committed
157
                </el-table-column>
panziyi committed
158
              </c-table>
panziyi committed
159 160 161 162 163
       </div>
       </c-col>
                  
       <c-col :span="24">
        <div class="e-table-wrapper">
panziyi committed
164 165
            <c-table
                :list="this.model.liaall.limmod.limpfp.clmpty || []"
panziyi committed
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
                style="width: 100%"
                >
                <el-table-column
                  prop="limvar"
                  label="额度类型"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgzylimvar"
                  label="额度品种"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dglimcur"
                  label="额度币种"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgsxlimamt"
                  label="授信额度"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgyylimamt"
                  label="已用额度"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgkylimamt"
                  label="可用额度"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgcklimamt"
                  label="授信敞口"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgyylimck"
                  label="已用敞口"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgkylimck"
                  label="可用敞口"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dghfxh"
                  label="恢复序号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgzylimref"
                  label="额度编号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="dgzyliminfref"
                  label="额度明细编号"
                  sortable
panziyi committed
238
                  width="120">
panziyi committed
239 240 241 242 243
                </el-table-column>
                <el-table-column
                  prop="dgccvbl"
                  label="保证金比例"
                  sortable
panziyi committed
244
                  width="120">
panziyi committed
245
                </el-table-column>
panziyi committed
246
              </c-table>
panziyi committed
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
       </div>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Gitcan/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {
panziyi committed
263
  
panziyi committed
264 265
        }
    },
panziyi committed
266
    
panziyi committed
267 268 269 270 271 272 273 274 275
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>