Shisuan.vue 8.72 KB
Newer Older
杜大兵 committed
1 2
<template>
  <div class="eibs-tab">
3

杜大兵 committed
4 5 6 7 8 9 10 11
       <c-col :span="24">
        <div class="e-table-wrapper">
            <el-table
                :data="model.liaall.limmod.limpfp.clmcbe"
                style="width: 100%"
                >
                <el-table-column
                  prop="limtyp"
wangna committed
12
                  label="限制类型"
杜大兵 committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
                  sortable
                  width="150">
                </el-table-column>
                <el-table-column
                  prop="cur"
                  label="业务币种"
                  sortable
                  width="80">
                </el-table-column>
                <el-table-column
                  prop="cbeamt"
                  label="业务发生额"
                  sortable
                  width="90">
                </el-table-column>
                <el-table-column
                  prop="reqtyp1"
                  label="Req.Typel"
                  sortable
32
                  width="auto">
杜大兵 committed
33 34 35 36 37
                </el-table-column>
                <el-table-column
                  prop="limcbeamt"
                  label="额度发生额"
                  sortable
38
                  width="auto">
杜大兵 committed
39 40 41 42 43
                </el-table-column>
                <el-table-column
                  prop="reqtyp2"
                  label="Req.Type2"
                  sortable
44
                  width="auto">
杜大兵 committed
45 46 47 48 49
                </el-table-column>
                <el-table-column
                  prop="ckcbeamt"
                  label="敞口发生额"
                  sortable
50
                  width="auto">
杜大兵 committed
51 52 53 54 55
                </el-table-column>
                <el-table-column
                  prop="credat"
                  label="额度日期"
                  sortable
56
                  width="auto">
杜大兵 committed
57 58 59 60 61
                </el-table-column>
                <el-table-column
                  prop="ptyextkey"
                  label="客户编号"
                  sortable
62
                  width="auto">
杜大兵 committed
63 64 65 66 67
                </el-table-column>
                <el-table-column
                  prop="ptynam"
                  label="客户名称"
                  sortable
68
                  width="auto">
杜大兵 committed
69 70 71 72 73
                </el-table-column>
                <el-table-column
                  prop="ownref"
                  label="业务编号"
                  sortable
74
                  width="auto">
杜大兵 committed
75 76 77 78 79
                </el-table-column>
                <el-table-column
                  prop="ccvbl"
                  label="合同保证金比例"
                  sortable
80
                  width="auto">
杜大兵 committed
81 82 83 84 85
                </el-table-column>
                <el-table-column
                  prop="limvar"
                  label="额度类型"
                  sortable
86
                  width="auto">
杜大兵 committed
87 88 89 90 91
                </el-table-column>
                <el-table-column
                  prop="dgzylimref"
                  label="额度编号"
                  sortable
92
                  width="auto">
杜大兵 committed
93 94 95 96
                </el-table-column>
              </el-table>
              <el-pagination
                 layout="prev, pager, next"
97
                 :total="1">
杜大兵 committed
98 99 100
              </el-pagination>
       </div>
       </c-col>
101

杜大兵 committed
102 103 104 105 106 107 108 109 110 111
       <c-col :span="24">
        <div class="e-table-wrapper">
            <el-table
                :data="model.liaall.limmod.limpfp.clmcbb"
                style="width: 100%"
                >
                <el-table-column
                  prop="dgzylimvar"
                  label="额度品种"
                  sortable
112
                  width="auto">
杜大兵 committed
113 114 115 116 117
                </el-table-column>
                <el-table-column
                  prop="tzhamt"
                  label="调整后业务余额"
                  sortable
118
                  width="auto">
杜大兵 committed
119 120 121 122 123
                </el-table-column>
                <el-table-column
                  prop="tzhccv"
                  label="调整后保证金比例"
                  sortable
124
                  width="auto">
杜大兵 committed
125 126 127 128 129
                </el-table-column>
                <el-table-column
                  prop="tzhlimamt"
                  label="调整后拟占用额度"
                  sortable
130
                  width="auto">
杜大兵 committed
131 132 133 134 135
                </el-table-column>
                <el-table-column
                  prop="tzhlimck"
                  label="调整后拟占用敞口"
                  sortable
136
                  width="auto">
杜大兵 committed
137 138 139 140 141
                </el-table-column>
                <el-table-column
                  prop="tzqamt"
                  label="调整前业务余额"
                  sortable
142
                  width="auto">
杜大兵 committed
143 144 145 146 147
                </el-table-column>
                <el-table-column
                  prop="tzqccv"
                  label="调整后保证金比例"
                  sortable
148
                  width="auto">
杜大兵 committed
149 150 151 152 153
                </el-table-column>
                <el-table-column
                  prop="tzqlimamt"
                  label="调整前已占用额度"
                  sortable
154
                  width="auto">
杜大兵 committed
155 156 157 158 159
                </el-table-column>
                <el-table-column
                  prop="tzqlimck"
                  label="调整前已占用敞口"
                  sortable
160
                  width="auto">
杜大兵 committed
161 162 163 164
                </el-table-column>
              </el-table>
              <el-pagination
                 layout="prev, pager, next"
165
                 :total="1">
杜大兵 committed
166 167 168
              </el-pagination>
       </div>
       </c-col>
169

杜大兵 committed
170 171 172 173 174 175 176 177 178 179
       <c-col :span="24">
        <div class="e-table-wrapper">
            <el-table
                :data="model.liaall.limmod.limpfp.clmpty"
                style="width: 100%"
                >
                <el-table-column
                  prop="limvar"
                  label="额度类型"
                  sortable
180
                  width="auto">
杜大兵 committed
181 182 183 184 185
                </el-table-column>
                <el-table-column
                  prop="dgzylimvar"
                  label="额度品种"
                  sortable
186
                  width="auto">
杜大兵 committed
187 188 189 190 191
                </el-table-column>
                <el-table-column
                  prop="dglimcur"
                  label="额度币种"
                  sortable
192
                  width="auto">
杜大兵 committed
193 194 195 196 197
                </el-table-column>
                <el-table-column
                  prop="dgsxlimamt"
                  label="授信额度"
                  sortable
198
                  width="auto">
杜大兵 committed
199 200 201 202 203
                </el-table-column>
                <el-table-column
                  prop="dgyylimamt"
                  label="已用额度"
                  sortable
204
                  width="auto">
杜大兵 committed
205 206 207 208 209
                </el-table-column>
                <el-table-column
                  prop="dgkylimamt"
                  label="可用额度"
                  sortable
210
                  width="auto">
杜大兵 committed
211 212 213 214 215
                </el-table-column>
                <el-table-column
                  prop="dgcklimamt"
                  label="授信敞口"
                  sortable
216
                  width="auto">
杜大兵 committed
217 218 219 220 221
                </el-table-column>
                <el-table-column
                  prop="dgyylimck"
                  label="已用敞口"
                  sortable
222
                  width="auto">
杜大兵 committed
223 224 225 226 227
                </el-table-column>
                <el-table-column
                  prop="dgkylimck"
                  label="可用敞口"
                  sortable
228
                  width="auto">
杜大兵 committed
229 230 231 232 233
                </el-table-column>
                <el-table-column
                  prop="dghfxh"
                  label="恢复序号"
                  sortable
234
                  width="auto">
杜大兵 committed
235 236 237 238 239
                </el-table-column>
                <el-table-column
                  prop="dgzylimref"
                  label="额度编号"
                  sortable
240
                  width="auto">
杜大兵 committed
241 242 243 244 245
                </el-table-column>
                <el-table-column
                  prop="dgzyliminfref"
                  label="额度明细编号"
                  sortable
246
                  width="auto">
杜大兵 committed
247 248 249 250 251
                </el-table-column>
                <el-table-column
                  prop="dgccvbl"
                  label="保证金比例"
                  sortable
252
                  width="auto">
杜大兵 committed
253 254 255 256
                </el-table-column>
              </el-table>
              <el-pagination
                 layout="prev, pager, next"
257
                 :total="1">
杜大兵 committed
258 259 260 261
              </el-pagination>
       </div>
       </c-col>
  </div>
杜大兵 committed
262 263 264
</template>
<script>
import Api from "~/service/Api"
wangren committed
265
import commonProcess from "~/mixin/commonProcess";
杜大兵 committed
266
import CodeTable from "~/config/CodeTable"
267
import Event from "~/model/Bdtset/Event"
杜大兵 committed
268 269 270 271

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
272
    mixins: [commonProcess],
杜大兵 committed
273 274 275 276 277 278 279 280 281 282 283 284 285 286
    data(){
        return {

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

    }
}
</script>
<style>

</style>