Ovwp.vue 18.3 KB
Newer Older
“yanyuxin” committed
1 2
<template>
  <div class="eibs-tab">
3
    <c-content :height="300">
“yanyuxin” committed
4
      <c-row>
5 6
        <!--------------------顶部----------------------->
        <c-col :span="24">
“yanyuxin” committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
          <!--------------------顶部=左----------------------->
          <c-col :span="12">
            <c-col :span="24">
              <c-form-item label="父交易参考号" prop="trdgrp.rec.pntref">
                <c-fullbox>
                  <c-input
                    v-model="model.trdgrp.rec.pntref"
                    maxlength="16"
                    :disabled="true"
                    style="width: 90%"
                  ></c-input>
                  <c-button
                    size="small"
                    type="primary;width:10%"
                    @click="onSeainf"
                    style="width: 10%"
                  >
                    i
                  </c-button>
                </c-fullbox>
              </c-form-item>
            </c-col>
29

“yanyuxin” committed
30
            <!-- <c-col :span="4">
31
                <el-form-item label="" label-width="15px">
“yanyuxin” committed
32
                    
33
                </el-form-item>
“yanyuxin” committed
34
            </c-col> -->
35

“yanyuxin” committed
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
            <c-col :span="24">
              <c-form-item label="参考号" prop="trdgrp.rec.ownref">
                <c-fullbox>
                  <c-input
                    v-model="model.trdgrp.rec.ownref"
                    maxlength="16"
                    :disabled="true"
                    style="width: 90%"
                  ></c-input>
                  <c-button
                    size="small"
                    ype="primary;width:10%"
                    @click="onSeainf"
                    style="width: 10%"
                  >
                    i
                  </c-button>
                </c-fullbox>
              </c-form-item>
            </c-col>

            <c-col :span="24">
              <c-form-item label="融资比例" prop="trdgrp.rec.pctfin">
                <c-input
                  v-model="model.trdgrp.rec.pctfin"
                  :disabled="true"
                  style="width: 96%"
                ></c-input
                >%
              </c-form-item>
            </c-col>

            <c-col :span="24">
              <el-form-item label="融资金额" prop="trdgrp.cbs.max.cur">
                <c-fullbox>
                  <c-select
                    v-model="model.trdgrp.cbs.max.cur"
                    style="width: 25%"
                    :disabled="true"
                  >
                  </c-select>
                  <c-input
                    v-model="model.trdgrp.cbs.max.amt"
                    style="width: 75%"
                    :disabled="true"
                  ></c-input>
                </c-fullbox>
              </el-form-item>
            </c-col>

            <!-- <c-col :span="16">
87 88 89 90 91
                    <c-form-item label="" prop="trdgrp.cbs.max.amt">
                        
                    </c-form-item>
                </c-col> -->

“yanyuxin” committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
            <c-col :span="24">
              <c-form-item label="余额" prop="trdgrp.cbs.opn1.cur">
                <c-fullbox>
                  <c-input
                    v-model="model.trdgrp.cbs.opn1.cur"
                    maxlength="3"
                    :disabled="true"
                    style="width: 25%"
                  ></c-input>
                  <c-input
                    v-model="model.trdgrp.cbs.opn1.amt"
                    :disabled="true"
                    style="width: 75%"
                  ></c-input>
                </c-fullbox>
              </c-form-item>
            </c-col>
            <!-- <c-col :span="24">
110 111 112 113 114 115
                    <c-form-item label="Balance" prop="trdgrp.cbs.opn1.amt">
                        
                    </c-form-item>
                </c-col>-->

            <c-col :span="12">
“yanyuxin” committed
116 117 118 119 120 121 122 123 124
              <el-form-item label="起息日期" prop="trdgrp.rec.stttendat">
                <c-date-picker
                  type="date"
                  v-model="model.trdgrp.rec.stttendat"
                  style="width: 100%"
                  :disabled="true"
                ></c-date-picker>
              </el-form-item>
            </c-col>
125

“yanyuxin” committed
126 127 128 129 130 131 132 133 134
            <c-col :span="12">
              <el-form-item label="到期日期" prop="trdgrp.rec.matdat">
                <c-date-picker
                  type="date"
                  v-model="model.trdgrp.rec.matdat"
                  style="width: 100%"
                  :disabled="true"
                ></c-date-picker>
              </el-form-item>
135
            </c-col>
“yanyuxin” committed
136
          </c-col>
137

“yanyuxin” committed
138 139
          <c-col :span="12">
            <!--------------------顶部=右----------------------->
140 141

            <c-col :span="24">
nanrui committed
142
              <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
“yanyuxin” committed
143 144 145 146 147 148
                <c-input
                  v-model="model.trdgrp.rec.pntnam"
                  maxlength="40"
                  :disabled="true"
                ></c-input>
              </c-form-item>
149
            </c-col>
“yanyuxin” committed
150

151
            <c-col :span="24">
nanrui committed
152
              <c-form-item label="简略信息" prop="trdgrp.rec.nam">
“yanyuxin” committed
153 154 155 156 157 158
                <c-input
                  v-model="model.trdgrp.rec.nam"
                  maxlength="40"
                  :disabled="true"
                ></c-input>
              </c-form-item>
159
            </c-col>
“yanyuxin” committed
160

161
            <c-col :span="24">
“yanyuxin” committed
162 163 164 165 166 167 168
              <c-form-item label="融资客户" prop="trdgrp.fip.pts.ref">
                <c-input
                  v-model="model.trdgrp.fip.pts.ref"
                  maxlength="16"
                  :disabled="true"
                ></c-input>
              </c-form-item>
169
            </c-col>
“yanyuxin” committed
170

171
            <c-col :span="24">
“yanyuxin” committed
172 173 174 175 176 177 178
              <c-form-item prop="trdgrp.fip.pts.nam">
                <c-input
                  v-model="model.trdgrp.fip.pts.nam"
                  maxlength="40"
                  :disabled="true"
                ></c-input>
              </c-form-item>
179
            </c-col>
“yanyuxin” committed
180

181
            <c-col :span="24">
“yanyuxin” committed
182 183 184 185 186 187 188 189 190 191 192 193 194 195
              <c-form-item label="融资品种" prop="trdgrp.rec.fintyp">
                <c-select
                  v-model="model.trdgrp.rec.fintyp"
                  style="width: 100%"
                  :disabled="true"
                >
                  <el-option
                    v-for="item in codes.fintyp1"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  ></el-option>
                </c-select>
              </c-form-item>
196
            </c-col>
“yanyuxin” committed
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 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
          </c-col>
        </c-col>

        <!--=================中部-左=================  -->
        <c-col :span="12">
          <c-col :span="24">
            <el-form-item label="修改类型" prop="ametyp">
              <c-select
                v-model="model.ametyp"
                style="width: 100%"
                placeholder="融资类型修改"
              >
                <el-option
                  v-for="item in codes.ametyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item label="借据号" prop="trtmod.finmod.fincod">
              <c-input
                v-model="model.trtmod.finmod.fincod"
                maxlength="17"
                :disabled="true"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="计息周期" prop="trtmod.finmod.intprd">
              <c-select
                v-model="model.trtmod.finmod.intprd"
                style="width: 100%"
                placeholder="请选择计息周期"
              >
                <el-option
                  v-for="item in codes.intprd"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              label="基准利率规则"
              prop="trtmod.finmod.dinmod.jzllgz"
            >
              <c-select
                v-model="model.trtmod.finmod.dinmod.jzllgz"
                style="width: 100%"
                placeholder="请选择基准利率规则"
              >
                <el-option
                  v-for="item in codes.jzllgz"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="利率调整方式" prop="trtmod.finmod.ratchgtyp">
              <c-select
                v-model="model.trtmod.finmod.ratchgtyp"
                style="width: 100%"
                placeholder="利率调调整方式"
              >
                <el-option
                  v-for="item in codes.ratchgtyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="新到期日" prop="newmatdat">
              <c-date-picker
                type="date"
                v-model="model.newmatdat"
                style="width: 100%"
                placeholder="请选择新到期日期"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item label="基准利率" prop="trdgrp.rec.intrat">
              <c-input
                v-model="model.trdgrp.rec.intrat"
                :disabled="true"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="市场LPR期限品种" prop="trdgrp.rec.lprtyp">
              <c-select
                v-model="model.trdgrp.rec.lprtyp"
                style="width: 100%"
                placeholder="请选择LPR期限品种"
              >
                <el-option
                  v-for="item in codes.lprtyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item label="正常执行利率" prop="trdgrp.rec.actrat">
              <c-input
                v-model="model.trdgrp.rec.actrat"
                placeholder="请输入正常执行利率"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="第一还款账号" prop="trtmod.finmod.act1">
              <c-select
                v-model="model.trtmod.finmod.act1"
                style="width: 100%"
                placeholder="请选择第一还款账号"
              >
                <el-option
                  v-for="(item, idx) in codes.codeSet['trtmod.finmod.act1']"
                  :key="idx"
                  :label="item.split('\t')[1]"
                  :value="item.split('\t')[0]"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
345 346 347 348
        </c-col>

        <!--=================中部-右=================  -->
        <c-col :span="12">
“yanyuxin” committed
349 350 351 352 353 354 355 356 357
          <c-col :span="24">
            <c-form-item label="融资账号" prop="trdgrp.rec.finact">
              <c-input
                v-model="model.trdgrp.rec.finact"
                maxlength="21"
                :disabled="true"
              ></c-input>
            </c-form-item>
          </c-col>
358

“yanyuxin” committed
359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
          <c-col :span="24">
            <c-form-item label="计息日期" prop="trtmod.finmod.intdat">
              <c-fullbox>
                <c-input
                  v-model="model.trtmod.finmod.intdat"
                  maxlength="2"
                  placeholder="请输入计息日期"
                  style="width: 70%"
                  :disabled="
                    model.trtmod.finmod.intprd == '6' ||
                    model.trtmod.finmod.intprd == '7' ||
                    model.trtmod.finmod.intprd == 'B'
                  "
                ></c-input>
                <c-checkbox
                  v-model="model.trtmod.finmod.wjdkfl"
                  style="width: 30%"
                  :disabled="true"
                  >是否到期主动扣收款</c-checkbox
                >
              </c-fullbox>
            </c-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="利率调整周期" prop="trtmod.finmod.ratchgprd">
              <c-select
                v-model="model.trtmod.finmod.ratchgprd"
                style="width: 100%"
                placeholder="请选择利率调整周期"
                :disabled="
                  model.trtmod.finmod.ratchgtyp != '7' &&
                  model.trtmod.finmod.ratchgtyp != '8' &&
                  model.trtmod.finmod.ratchgtyp != '9'
                "
              >
                <el-option
                  v-for="item in codes.ratchgprd"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <c-form-item label="利率调整月日数" prop="trtmod.finmod.ratchgdat">
              <c-input
                v-model="model.trtmod.finmod.ratchgdat"
                maxlength="4"
                placeholder="请输入利率调整月日数"
                :disabled="
                  model.trtmod.finmod.ratchgtyp != '4' &&
                  model.trtmod.finmod.ratchgtyp != '5'
                "
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="12">
            <c-form-item label="融资天数" prop="trdgrp.rec.tenday">
              <c-input
                v-model="model.trdgrp.rec.tenday"
                :disabled="true"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="12">
            <c-form-item label="宽限期" prop="trtmod.finmod.graday">
              <c-input
                v-model="model.trtmod.finmod.graday"
                :disabled="true"
                placeholder="宽限期"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="浮动方式" prop="trtmod.finmod.flttyp">
              <c-select
                v-model="model.trtmod.finmod.flttyp"
                style="width: 100%"
                placeholder="请选择浮动方式"
              >
                <el-option
                  v-for="item in codes.flttyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <c-form-item label="浮动值" prop="trtmod.finmod.fltval">
              <c-input
                v-model="model.trtmod.finmod.fltval"
                placeholder="请输入浮动值"
                :disabled="model.trtmod.finmod.flttyp == '0'"
                style="width: 90%"
              ></c-input>
            </c-form-item>
          </c-col>
          <!--                         
466 467
                <c-col :span="12">
                    <span  v-text="model.trtmod.finmod.pctlab"   data-path=".trtmod.finmod.pctlab" > </span>
“yanyuxin” committed
468
                </c-col> -->
469

“yanyuxin” committed
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533
          <c-col :span="12">
            <el-form-item label="逾期计息方式" prop="trtmod.finmod.ovdinttyp">
              <c-select
                v-model="model.trtmod.finmod.ovdinttyp"
                style="width: 100%"
                placeholder="请选择呆滞计息方式"
              >
                <el-option
                  v-for="item in codes.ovdinttyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <c-form-item label="罚息比率" prop="trtmod.finmod.ovdintrat">
              <c-input
                v-model="model.trtmod.finmod.ovdintrat"
                style="width: 90%"
                placeholder="请输入罚息比率"
              ></c-input
              >%
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="第三还款方式" prop="trtmod.finmod.acttyp">
              <c-select
                v-model="model.trtmod.finmod.acttyp"
                style="width: 100%"
                placeholder="请选择第三还款方式"
              >
                <el-option
                  v-for="item in codes.acttyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="第三方还款账号" prop="trtmod.finmod.act3">
              <c-select
                filterable
                allow-create
                v-model="model.trtmod.finmod.act3"
                style="width: 100%"
                :disabled="model.trtmod.finmod.acttyp == ''"
                placeholder="请选择第三方还款账号"
              >
                <el-option
                  v-for="item in codes.act3"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
534
        </c-col>
“yanyuxin” committed
535
      </c-row>
536
    </c-content>
“yanyuxin” committed
537 538 539
  </div>
</template>
<script>
“yanyuxin” committed
540
import Api from "~/service/Api";
“yanyuxin” committed
541
import commonProcess from "~/mixin/commonProcess";
“yanyuxin” committed
542 543
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Trtame/Event";
“yanyuxin” committed
544 545
import Ptap from "~/views/Public/Ptap";

“yanyuxin” committed
546
export default {
“yanyuxin” committed
547 548 549 550 551 552 553 554 555 556
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
“yanyuxin” committed
557
</script>
“yanyuxin” committed
558
<style></style>