Trtcrep.vue 27.3 KB
Newer Older
panziyi committed
1
<template>
hewei committed
2
  <div class="eibs">
3 4
  <c-row>
    <!--=================顶部=================  -->
hewei committed
5 6 7 8 9 10 11 12 13 14 15 16 17

    <!--=================中部-左=================  -->
    <c-col :span="12" style="padding-right: 20px">
      <c-col :span="24">
        <el-form-item label="单据编号" prop="trtcre.trdgrp.rec.pntref">
          <c-fullbox>
            <c-input
                disabled
                v-model="model.trtcre.trdgrp.rec.pntref"
                maxlength="16"
                placeholder="请输入单据编号"
            ></c-input>
            <template slot="footer">
panziyi committed
18
              <c-button
hewei committed
19 20 21 22 23 24
                  v-model="model.trtcre.trtp.bcdget.sdamod.seainf"
                  style="margin: 0 0 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"

                  @click="onSeainf"
panziyi committed
25
              >
nanrui committed
26
                <i class="el-icon-info"></i>
panziyi committed
27 28 29
              </c-button>
            </template>
          </c-fullbox>
30 31 32
        </el-form-item>
      </c-col>

hewei committed
33
      <c-col :span="24">
panziyi committed
34
        <el-form-item label="融资编号" prop="trtcre.trdgrp.rec.ownref">
hewei committed
35 36 37 38 39 40 41 42
          <c-fullbox>
            <c-input
                disabled
                v-model="model.trtcre.trdgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入融资编号"
            ></c-input>
            <template slot="footer">
panziyi committed
43
              <c-button
hewei committed
44 45 46 47
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf"
panziyi committed
48
              >
nanrui committed
49
                <i class="el-icon-info"></i>
panziyi committed
50 51
              </c-button>
              <c-button
hewei committed
52 53 54 55
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  :disabled="
56 57 58 59 60
                model.trtcre.trdgrp.rec.fintyp == '' ||
                model.trtcre.trdgrp.fip.pts.adrblk == '' ||
                // model.trdgrp.rec.branchinr == ''||
                model.trtcre.trdgrp.rec.ownref != ''
              "
hewei committed
61
                  @click="onTrtpButgetref"
panziyi committed
62
              >
wangna committed
63
                获取
panziyi committed
64 65 66 67 68
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
69 70

      <c-col :span="24">
panziyi committed
71 72 73 74 75 76 77
          <el-form-item label="客户经理" prop="trtcre.trtp.usr.extkey">
              <c-fullbox>
            <c-input
              disabled
              v-model="model.trtcre.trtp.usr.extkey"
              maxlength="8"
              placeholder="请输入客户经理"
hewei committed
78
              style="width: 100%"
panziyi committed
79 80 81 82 83 84 85 86
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
87
                <i class="el-icon-info"></i>
panziyi committed
88 89 90 91 92
              </c-button>
            </template>
          </c-fullbox>
          </el-form-item>
        </c-col>
93 94 95 96 97 98 99 100 101 102 103 104

      <c-col :span="24">
        <el-form-item label="开立日期" prop="trtcre.trdgrp.rec.issdat">
          <c-date-picker
            type="date"
            v-model="model.trtcre.trdgrp.rec.issdat"
            style="width: 100%"
            placeholder="请选择开立日期"
            :disable="true"
          >
          </c-date-picker>
        </el-form-item>
panziyi committed
105 106
      </c-col>

hewei committed
107
      <c-col :span="24">
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
        <el-form-item label="融资品种" prop="trtcre.trdgrp.rec.fintyp">
          <c-select
            v-model="model.trtcre.trdgrp.rec.fintyp"
            style="width: 100%"
            placeholder="请选择融资品种"
            :disable="true"
          >
            <el-option
              v-for="item in codes.fintyp1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
panziyi committed
123 124 125
        </el-form-item>
      </c-col>

126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
      <c-col :span="24">
        <el-form-item label="货押标识" prop="trtcre.trdgrp.rec.guaflg">
          <c-select
            v-model="model.trtcre.trdgrp.rec.guaflg"
            style="width: 100%"
            placeholder="请选择货押标识"
          >
            <el-option
              v-for="item in codes.guaflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
panziyi committed
143 144

      <c-col :span="24">
wangna committed
145
        <el-form-item label="货物编码" prop="trtcre.trdgrp.rec.stagod">
146 147 148
          <c-select
            v-model="model.trtcre.trdgrp.rec.stagod"
            style="width: 100%"
wangna committed
149
            placeholder="请选择货物编码"
150 151 152 153 154 155
          >
            <el-option
              v-for="item in codes.godcod"
              :key="item.value"
              :label="item.label"
              :value="item.value"
panziyi committed
156
            >
157 158 159 160
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
panziyi committed
161

hewei committed
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
      <c-col :span="12">
        <el-form-item label="原始币种" prop="trtcre.oricur">
          <c-select
              v-model="model.trtcre.oricur"
              style="width: 100%"
              :disabled="true"
              placeholder="请选择原始币种"
              @keyup.enter.native="maxCurEvent"
          >
            <el-option
                v-for="item in codes.curtxt1"
                :key="item.value"
                :label="item.label"
                :value="item.value"
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="7">
        <el-form-item
            style="text-align: left; margin-left: 5px"
            label-width="0"
            prop="trtcre.oriamt"
        >
187 188
          <c-input-currency
              v-model="model.trtcre.oriamt"
hewei committed
189 190 191
              style="width: 100%"
              placeholder="请输入融资金额"

192
          ></c-input-currency>
hewei committed
193 194 195 196 197
        </el-form-item>
      </c-col>
      <c-col :span="5">
        <c-fullbox>
          <el-form-item prop="trtcre.trdgrp.rec.pctfin" label-width="0" style="margin-left: 5px">
198
            <c-input-currency
hewei committed
199 200
                v-model="model.trtcre.trdgrp.rec.pctfin"
                style="width: 80%"
201
            ></c-input-currency
hewei committed
202 203 204 205
            >%
          </el-form-item>
        </c-fullbox>
      </c-col>
206
      <c-col :span="12">
wangna committed
207
        <el-form-item label="原始币种" prop="trtcre.oricur">
208 209 210 211
          <c-select
            v-model="model.trtcre.oricur"
            style="width: 100%"
            :disabled="true"
wangna committed
212
            placeholder="请选择原始币种"
213
            @keyup.enter.native="maxCurEvent"
panziyi committed
214
          >
215 216 217 218 219 220 221 222 223 224 225 226
            <el-option
              v-for="item in codes.curtxt1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="7">
        <el-form-item
hewei committed
227 228
          style="text-align: left; margin-left: 5px"
          label-width="0"
229 230
          prop="trtcre.oriamt"
        >
231
          <c-input-currency
232 233 234 235
            v-model="model.trtcre.oriamt"
            style="width: 100%"
            placeholder="请输入融资金额"

236
          ></c-input-currency>
237 238 239
        </el-form-item>
      </c-col>
      <c-col :span="5">
hewei committed
240
        <el-form-item prop="trtcre.trdgrp.rec.pctfin" label-width="0" style="margin-left: 5px">
241
          <c-input-currency
242 243
            v-model="model.trtcre.trdgrp.rec.pctfin"
            style="width: 80%"
244
          ></c-input-currency
245 246
          >%
        </el-form-item>
panziyi committed
247
      </c-col>
248 249 250

      <!-- SG000196 : Exchange Rate -->

panziyi committed
251
      <c-col :span="24">
wangna committed
252
        <c-form-item label="汇率" prop="trtcre.extrat">
253 254 255 256
          <c-input
            v-model="model.trtcre.extrat"
          ></c-input>
        </c-form-item>
panziyi committed
257
      </c-col>
258 259 260

      <!-- S0000167 : 融资金额 -->

hewei committed
261
      <c-col :span="12">
262
        <el-form-item label="融资金额" prop="trtcre.trdgrp.cbs.max.cur">
hewei committed
263
          <c-select
panziyi committed
264
              v-model="model.trtcre.trdgrp.cbs.max.cur"
hewei committed
265 266 267
              style="width: 100%"
          >
            <el-option
268 269 270 271
                v-for="item in codes.curtxt2"
                :key="item.value"
                :label="item.label"
                :value="item.value"
hewei committed
272 273 274 275 276 277 278 279 280 281 282 283 284
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <el-form-item style="margin-left: 5px" label-width="0">
<!--          <c-input-->
<!--              v-model="model.trtcre.trdgrp.cbs.max.amt"-->
<!--              style="width: 100%"-->
<!--              :disabled="true"-->
<!--          ></c-input>-->
          <c-input-currency
panziyi committed
285
              v-model="model.trtcre.trdgrp.cbs.max.amt"
286
              :disabled="true"
hewei committed
287
          ></c-input-currency>
288
        </el-form-item>
panziyi committed
289
      </c-col>
290 291 292

      <c-col :span="12">
        <el-form-item label="计息周期" prop="trtcre.trtmod.finmod.intprd">
panziyi committed
293
          <c-select
294 295 296
            v-model="model.trtcre.trtmod.finmod.intprd"
            style="width: 100%"
            placeholder="请选择计息周期"
panziyi committed
297
          >
298 299 300 301 302 303 304
            <el-option
              v-for="item in codes.intprd"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
305 306 307
          </c-select>
        </el-form-item>
      </c-col>
308 309

      <c-col :span="12">
panziyi committed
310
        <el-form-item
hewei committed
311
            label-width="130px"
312 313
          label="利率调整方式"
          prop="trtcre.trtmod.finmod.ratchgtyp"
panziyi committed
314 315
        >
          <c-select
316
            v-model="model.trtcre.trtmod.finmod.ratchgtyp"
panziyi committed
317
            style="width: 100%"
318
            placeholder="请选择利率调整方式"
panziyi committed
319
          >
320 321 322 323 324 325 326
            <el-option
              v-for="item in codes.ratchgtyp1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
327 328 329
          </c-select>
        </el-form-item>
      </c-col>
330

hewei committed
331
      <c-col :span="12">
panziyi committed
332 333 334 335
        <el-form-item label="开户日期" prop="trtcre.trdgrp.rec.stttendat">
          <c-date-picker
            type="date"
            v-model="model.trtcre.trdgrp.rec.stttendat"
336 337 338
            style="width: 100%"
            placeholder="请选择开户日期"
            value-format="yyyy-MM-dd"
panziyi committed
339 340 341
          ></c-date-picker>
        </el-form-item>
      </c-col>
hewei committed
342
      <c-col :span="12">
panziyi committed
343
        <el-form-item
hewei committed
344
            label-width="130px"
345
          label="到期日(非节假日)"
panziyi committed
346 347 348 349 350 351
          prop="trtcre.trdgrp.rec.matdat"
        >
          <c-date-picker
            type="date"
            v-model="model.trtcre.trdgrp.rec.matdat"
            style="width: 100%"
352 353 354
            placeholder="非节假日"
            :picker-options="pickerOptions"
            value-format="yyyy-MM-dd"
panziyi committed
355 356 357
          ></c-date-picker>
        </el-form-item>
      </c-col>
358
      <c-col :span="24">
panziyi committed
359
        <el-form-item label="基准利率" prop="trtcre.trdgrp.rec.intrat">
360 361 362 363 364 365 366
          <c-fullbox>
            <c-input
              v-model="model.trtcre.trdgrp.rec.intrat"
              placeholder="请输入基准利率"
              :disabled="true"
            >
            </c-input>
hewei committed
367 368 369 370 371 372 373 374 375 376
            <template slot="footer">
              <c-button
                  size="small"
                  type="primary"
                  @click="onFinmodButget"
                  style="margin-right: 0"
              >
                获取
              </c-button>
            </template>
377
          </c-fullbox>
panziyi committed
378 379
        </el-form-item>
      </c-col>
380 381 382 383 384

      <c-col :span="12">
        <el-form-item
          label="基准利率规则"
          prop="trtcre.trtmod.finmod.dinmod.jzllgz"
panziyi committed
385
        >
386 387 388 389
          <c-select
            v-model="model.trtcre.trtmod.finmod.dinmod.jzllgz"
            style="width: 100%"
            placeholder="请选择基准利率规则"
panziyi committed
390
          >
391 392 393 394 395
            <el-option
              v-for="item in codes.jzllgz"
              :key="item.value"
              :label="item.label"
              :value="item.value"
panziyi committed
396
            >
397 398 399
            </el-option>
          </c-select>
        </el-form-item>
panziyi committed
400
      </c-col>
401 402

      <c-col :span="12">
panziyi committed
403 404 405
        <el-form-item label="执行利率" prop="trtcre.trdgrp.rec.actrat">
          <c-input
            v-model="model.trtcre.trdgrp.rec.actrat"
406
            placeholder="请输入执行利率"
panziyi committed
407 408 409
          ></c-input>
        </el-form-item>
      </c-col>
410 411 412 413 414
      <c-col :span="24">
        <el-form-item label="借据号" prop="trtcre.trtmod.finmod.fincod">
          <c-input v-model="model.trtcre.trtmod.finmod.fincod" maxlength="17" placeholder="请输入借据号" :disabled="true"></c-input>
        </el-form-item>
      </c-col>
panziyi committed
415 416 417 418 419 420 421 422

      <c-col :span="24">
        <el-form-item label="第一还款账号" prop="trtcre.trtmod.finmod.act1">
          <c-select
            v-model="model.trtcre.trtmod.finmod.act1"
            style="width: 100%"
            placeholder="请选择第一还款账号"
          >
423 424 425 426 427 428
            <el-option
              v-for="(item, idx) in codes.codeSet['trtcre.trtmod.finmod.act1']"
              :key="idx"
              :label="item.split('\t')[1]"
              :value="item.split('\t')[0]"
            ></el-option>
panziyi committed
429 430 431
          </c-select>
        </el-form-item>
      </c-col>
432 433

      <c-col :span="24">
panziyi committed
434
        <el-form-item label="预收息金额" prop="trtcre.trtmod.finmod.intamt">
435 436 437 438 439 440 441
          <c-fullbox>
            <c-input
              v-model="model.trtcre.trtmod.finmod.intamt"
              :disabled="true"
              placeholder="请输入预收息金额"
            >
            </c-input>
hewei committed
442 443 444 445 446 447 448 449 450 451
            <template slot="footer">
              <c-button
                  size="small"
                  type="primary"
                  @click="onFinmodButcal"
                  :disabled="model.trtcre.trtmod.finmod.intprd != '7'"
              >
                计算
              </c-button>
            </template>
452
          </c-fullbox>
panziyi committed
453 454 455
        </el-form-item>
      </c-col>

456
      <c-col :span="12">
panziyi committed
457 458 459
        <el-form-item label="预扣息方式" prop="trtcre.trtmod.finmod.inttyp">
          <c-select
            v-model="model.trtcre.trtmod.finmod.inttyp"
460
            style="width: 100%"
panziyi committed
461
            placeholder="请选择预扣息方式"
462
            :disabled="model.trtcre.trtmod.finmod.intprd != '7'"
panziyi committed
463
          >
464 465 466 467 468 469 470
            <el-option
              v-for="item in codes.inttyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
471 472 473 474
          </c-select>
        </el-form-item>
      </c-col>

475
      <c-col :span="12">
panziyi committed
476
        <el-form-item
477 478
          label="税率"
          prop="trtcre.trtmod.finmod.shuilv"
panziyi committed
479
        >
480 481 482 483 484 485 486 487 488 489 490
          <c-input
            v-model="model.trtcre.trtmod.finmod.shuilv"
            :disabled="true"
            placeholder="请输入税率"
          ></c-input>
        </el-form-item>
      </c-col>
      

      <c-col :span="12">
        <el-form-item label="市场LPR期限品种" prop="trtcre.trdgrp.rec.lprtyp">
panziyi committed
491
          <c-select
492
            v-model="model.trtcre.trdgrp.rec.lprtyp"
panziyi committed
493
            style="width: 100%"
494
            placeholder="请选择市场LPR期限品种"
panziyi committed
495
          >
496 497 498 499 500 501 502
            <el-option
              v-for="item in codes.lprtyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
503 504
          </c-select>
        </el-form-item>
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
      </c-col>
      

      <c-col :span="12">
        <el-form-item label="发票类型" prop="trtcre.trdgrp.rec.invtyp">
          <c-select
            v-model="model.trtcre.trdgrp.rec.invtyp"
            style="width: 100%"
            placeholder="请选择发票类型"
          >
            <el-option
              v-for="item in codes.invtyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
panziyi committed
525
    </c-col>
526
    <!--=================中部-右=================  -->
hewei committed
527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551
    <c-col :span="12" style="padding-left: 20px">

      <c-col :span="24">
        <el-form-item label="摘要" prop="trtcre.trdgrp.rec.pntnam">
          <c-input
              v-model="model.trtcre.trdgrp.rec.pntnam"
              maxlength="40"
              disabled
              placeholder="请输入摘要"
          ></c-input>
        </el-form-item>
      </c-col>



      <c-col :span="24">
        <el-form-item label="摘要" prop="trtcre.trdgrp.rec.nam">
          <c-input
              v-model="model.trtcre.trdgrp.rec.nam"
              maxlength="40"
              disabled
              placeholder="摘要"
          ></c-input>
        </el-form-item>
      </c-col>
552

panziyi committed
553
      <c-col :span="24">
554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
        <c-form-item label="融资客户参考号" prop="trtcre.trdgrp.fip.pts.ref">
          <c-input v-model="model.trtcre.trdgrp.fip.pts.ref"></c-input>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item prop="trtcre.trdgrp.fip.pts.extkey" style="width: 100%">
          <c-fullbox>
            <c-input
              :disabled="true"
              v-model="model.trtcre.trdgrp.fip.pts.extkey"
              @keyup.enter.native="
                showGridPromptDialog(`trtcre.trdgrp.fip.pts.extkey`)
              "
              @change="valueChange"
            ></c-input>
            <template slot="footer">
              <c-button
                :disabled="true"
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                icon="el-icon-search"
                @click="onSeainf(`rtcre.trdgrp.fip.pts.extkey`)"
                @onSeainf="onSeainf"
              >
              </c-button>
panziyi committed
581
              <c-button
582
                style="margin: 0 0"
panziyi committed
583 584
                size="small"
                type="primary"
585
                @click="onAplpDet"
panziyi committed
586
              >
587
                {{ $t("buttons.details") }}
panziyi committed
588 589 590 591 592 593
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615
      <c-col :span="24">
        <el-form-item prop="trtcre.trdgrp.fip.pts.adrblk">
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.trtcre.trdgrp.fip.pts.adrblk"
            maxlength="150"
            show-word-limit
            :disabled="true"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="定价审批代码" prop="trtcre.trtmod.finmod.dinjdm">
          <c-fullbox>
            <c-input
              v-model="model.trtcre.trtmod.finmod.dinjdm"
              maxlength="20"
              placeholder="请输入定价审批代码"
            >
            </c-input>
hewei committed
616 617 618 619 620 621 622 623 624 625
            <template slot="footer">
              <c-button
                  size="small"
                  type="primary"
                  @click="onDinmodDget"
                  :disabled="true"
              >
                获取
              </c-button>
            </template>
626 627 628 629
          </c-fullbox>
        </el-form-item>
      </c-col>

panziyi committed
630 631
      <c-col :span="24">
        <el-form-item
632 633
          label="审批流程发起标识"
          prop="trtcre.trtmod.finmod.dinmod.rmbsbss"
panziyi committed
634 635 636 637 638
        >
          <c-select
            v-model="model.trtcre.trtmod.finmod.dinmod.rmbsbs"
            style="width: 100%"
            placeholder="请选择审批流程发起标识"
639
            :disabled="true"
panziyi committed
640
          >
641 642 643 644 645 646 647
            <el-option
              v-for="item in codes.jzllgz"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
648 649 650
          </c-select>
        </el-form-item>
      </c-col>
651

hewei committed
652 653 654 655 656 657 658 659
      <c-col :span="24">
        <c-col :span="12">
          <el-form-item label="计息日期" prop="trtcre.trtmod.finmod.intdat">
            <c-input
                v-model="model.trtcre.trtmod.finmod.intdat"
                maxlength="2"
                placeholder="请输入计息日期"
                :disabled="
660 661 662 663
              model.trtcre.trtmod.finmod.intprd == '6' ||
              model.trtcre.trtmod.finmod.intprd == '7' ||
              model.trtcre.trtmod.finmod.intprd == 'B'
            "
hewei committed
664 665 666 667 668 669 670 671 672 673 674
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label-width="0">
            <c-checkbox style="float: left; margin-left: 20px" v-model="model.trtcre.trtmod.finmod.wjdkfl" :disabled="true"
            >是否到期主动扣收贷款本息</c-checkbox
            >
          </el-form-item>
        </c-col>

panziyi committed
675
      </c-col>
676
      <c-col :span="12">
panziyi committed
677 678 679 680 681 682
        <el-form-item
          label="利率调整周期"
          prop="trtcre.trtmod.finmod.ratchgprd"
        >
          <c-select
            v-model="model.trtcre.trtmod.finmod.ratchgprd"
683 684 685 686 687 688
            style="width: 100%"
            :disabled="
              model.trtcre.trtmod.finmod.ratchgtyp != '8' &&
              model.trtcre.trtmod.finmod.ratchgtyp != '9' &&
              model.trtcre.trtmod.finmod.ratchgtyp != 'A'
            "
panziyi committed
689
          >
690 691 692 693 694 695 696
            <el-option
              v-for="item in codes.ratchgprd"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
697 698 699
          </c-select>
        </el-form-item>
      </c-col>
700 701

      <c-col :span="12">
panziyi committed
702
        <el-form-item
703
          label="利率调整月日数"
panziyi committed
704 705 706 707 708 709
          prop="trtcre.trtmod.finmod.ratchgdat"
        >
          <c-input
            v-model="model.trtcre.trtmod.finmod.ratchgdat"
            maxlength="4"
            placeholder="请输入利率调整月日数"
710 711 712 713
            :disabled="
              model.trtcre.trtmod.finmod.ratchgtyp != '4' &&
              model.trtcre.trtmod.finmod.ratchgtyp != '3'
            "
panziyi committed
714 715 716
          ></c-input>
        </el-form-item>
      </c-col>
717
      <c-col :span="12">
panziyi committed
718 719 720
        <el-form-item label="融资天数" prop="trtcre.trdgrp.rec.tenday">
          <c-input
            v-model="model.trtcre.trdgrp.rec.tenday"
721 722
            style="width: 100%"
            :disabled="true"
panziyi committed
723 724 725
          ></c-input>
        </el-form-item>
      </c-col>
726 727 728

      <c-col :span="12">
        <el-form-item label="宽限期" prop="trtcre.trtmod.finmod.graday">
panziyi committed
729 730
          <c-input
            v-model="model.trtcre.trtmod.finmod.graday"
731 732
            style="width: 100%"
            :disabled="true"
panziyi committed
733
            placeholder="请输入宽限期"
734 735
          >
          </c-input>
panziyi committed
736 737
        </el-form-item>
      </c-col>
738
      <c-col :span="12">
panziyi committed
739 740 741
        <el-form-item label="浮动方式" prop="trtcre.trtmod.finmod.flttyp">
          <c-select
            v-model="model.trtcre.trtmod.finmod.flttyp"
742
            style="width: 100%"
panziyi committed
743 744
            placeholder="请选择浮动方式"
          >
745 746 747 748 749 750 751
            <el-option
              v-for="item in codes.flttyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
752 753 754
          </c-select>
        </el-form-item>
      </c-col>
755 756 757

      <c-col :span="12">
        <el-form-item label="浮动值" prop="trtcre.trtmod.finmod.fltval">
panziyi committed
758 759 760
          <c-input
            v-model="model.trtcre.trtmod.finmod.fltval"
            placeholder="请输入浮动值"
761
            :disabled="model.trtcre.trtmod.finmod.flttyp == '0'"
panziyi committed
762 763 764 765
          ></c-input>
        </el-form-item>
      </c-col>

766
      <c-col :span="12">
panziyi committed
767 768 769 770 771 772
        <el-form-item
          label="逾期计息方式"
          prop="trtcre.trtmod.finmod.ovdinttyp"
        >
          <c-select
            v-model="model.trtcre.trtmod.finmod.ovdinttyp"
773 774
            style="width: 100%"
            placeholder="请选择逾期计息方式"
panziyi committed
775
          >
776 777 778 779 780 781 782
            <el-option
              v-for="item in codes.ovdinttyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
783 784 785
          </c-select>
        </el-form-item>
      </c-col>
786 787 788

      <c-col :span="12">
        <el-form-item label="罚息比率" prop="trtcre.trtmod.finmod.ovdintrat">
panziyi committed
789 790 791
          <c-input
            v-model="model.trtcre.trtmod.finmod.ovdintrat"
            placeholder="请输入罚息比率"
792 793 794 795
            style="width: 85%"
            :disabled="model.trtcre.trtmod.finmod.ovdinttyp == '0'"
          ></c-input
          >%
panziyi committed
796 797
        </el-form-item>
      </c-col>
798 799

      <c-col :span="12">
panziyi committed
800 801 802
        <el-form-item label="第三方还款方式" prop="trtcre.trtmod.finmod.acttyp">
          <c-select
            v-model="model.trtcre.trtmod.finmod.acttyp"
803
            style="width: 100%"
panziyi committed
804 805
            placeholder="请选择第三方还款方式"
          >
806 807 808 809 810 811 812
            <el-option
              v-for="item in codes.acttyp1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
813 814 815 816
          </c-select>
        </el-form-item>
      </c-col>

817 818
      <c-col :span="12">
        <el-form-item label="入账机构" prop="trtcre.trtmod.finmod.accbch">
panziyi committed
819 820 821 822 823 824 825 826 827 828 829
          <c-select
            v-model="model.trtcre.trtmod.finmod.accbch"
            style="width: 100%"
            placeholder="请选择入账机构"
          >
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="第三方还款账号" prop="trtcre.trtmod.finmod.act3">
          <c-select
830 831
            filterable
            allow-create
panziyi committed
832 833
            v-model="model.trtcre.trtmod.finmod.act3"
            style="width: 100%"
834
            :disabled="model.trtcre.trtmod.finmod.acttyp == ''"
panziyi committed
835 836 837 838 839
            placeholder="请选择第三方还款账号"
          >
          </c-select>
        </el-form-item>
      </c-col>
840 841 842 843
      <c-col :span="12">
        <span v-text="model.trtcre.trntyp" data-path=".trntyp"> </span>
      </c-col>

panziyi committed
844 845
      <c-col :span="24">
        <el-form-item label="预扣息账号" prop="trtcre.trtmod.finmod.intact">
846
          <c-input
panziyi committed
847 848
            v-model="model.trtcre.trtmod.finmod.intact"
            style="width: 100%"
849 850
            placeholder="请选择利息付款账号"
            :disabled="true"
panziyi committed
851
          >
852
          </c-input>
panziyi committed
853 854
        </el-form-item>
      </c-col>
855 856
      <c-col :span="12">
        <span v-text="model.trtcre.oppacc" data-path=".oppacc"> </span>
panziyi committed
857 858 859
      </c-col>

      <c-col :span="24">
860
        <el-form-item label="外币贷款专户清单" prop="trtcre.trtp.act">
panziyi committed
861 862 863
          <c-select
            v-model="model.trtcre.trtp.act"
            style="width: 100%"
864 865
            placeholder="请选择外币贷款专户清单"
            :disabled="model.trtcre.trdgrp.cbs.max.cur === 'CNY'"
panziyi committed
866 867 868 869 870
          >
          </c-select>
        </el-form-item>
      </c-col>
    </c-col>
871 872
  </c-row>
</div>
panziyi committed
873 874 875 876 877 878
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Utils from "~/utils";
879
import Bctsus from "./Bctsus";
880
import Event from "~/model/Bctset/Event";
881
import Ptap from "~/views/Public/Ptap";
panziyi committed
882 883

export default {
884
  components: { "c-ptap": Ptap },
panziyi committed
885 886 887 888 889
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
890 891 892 893 894 895 896
      zmqflg: null,
      pickerOptions: {
        disabledDate(time) {
          return time.getDay() === 0 || time.getDay() === 6;
        },
      },
      flag: false,
panziyi committed
897 898
    };
  },
899
  watch: {},
panziyi committed
900 901
  methods: {
    ...Event,
902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917
    onExtkey(){

    },
    onSeainf(data) {
      this.$emit("onSeainf", data);
    },

    onAplpDet() {
      this.$emit("onAplpDet");
    },

    valueChange() {
      if (this.onlySearch) return;
    },
  },
  created: function () {},
panziyi committed
918 919
};
</script>
920
<style></style>