Ovwp.vue 53.5 KB
Newer Older
liyixun committed
1 2
<template>
  <div class="eibs-tab">
liyixun committed
3
    <c-row>
liyixun committed
4 5 6 7
      <c-col :span="24">
        <!-- ==================左边================ -->
        <c-col :span="12">
          <c-col :span="24">
wangna committed
8
            <el-form-item label="保函编号" prop="gidgrp.rec.ownref">
liyixun committed
9 10 11 12 13
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.ownref"
                  maxlength="16"
wangna committed
14
                  placeholder="请输入保函编号"
liyixun committed
15 16 17 18 19 20 21
                ></c-input>
                <template slot="footer">
                  <!-- <el-form-item label="" label-width="5px"> -->
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
liyixun committed
22
                  >
liyixun committed
23 24 25 26 27 28 29 30 31
                    <span
                      style="
                        font-size: 15px;
                        font-family: '宋体';
                        font-weight: bold;
                      "
                      >i</span
                    >
                  </c-button>
liyixun committed
32

liyixun committed
33 34
                  <c-button
                    style="margin: 0 0"
liyixun committed
35
                    :disabled="this.flag"
liyixun committed
36 37 38 39 40 41 42 43 44 45
                    size="small"
                    type="primary"
                    @click="onGitpButgetref"
                  >
                    获取
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
liyixun committed
46
          <c-col :span="24">
wangna committed
47
            <el-form-item label="客户经理" prop="gitp.usr.extkey">
liyixun committed
48 49 50 51 52
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gitp.usr.extkey"
                  maxlength="8"
wangna committed
53
                  placeholder="请输入客户经理"
liyixun committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
                    <span
                      style="
                        font-size: 15px;
                        font-family: '宋体';
                        font-weight: bold;
                      "
                      >i</span
                    >
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
wangna committed
77
              <el-form-item label="保函币种和金额" prop="gidgrp.cbs.max.cur">
liyixun committed
78 79 80
                <c-select
                  v-model="model.gidgrp.cbs.max.cur"
                  style="width: 100%"
wangna committed
81
                  placeholder="请选择保函币种"
liyixun committed
82
                >
liyixun committed
83 84 85 86 87 88 89
                  <el-option
                    v-for="item in codes.curtxt1"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
liyixun committed
90 91 92 93 94
                </c-select>
              </el-form-item>
            </c-col>

            <c-col :span="8">
liyixun committed
95 96 97 98
              <el-form-item label-width="5px" prop="gidgrp.cbs.max.amt">
                <c-input
                  v-model="model.gidgrp.cbs.max.amt"
                  style="margin: 0 0 0 10px; width: 80%"
wangna committed
99
                  placeholder="请输入保函金额"
liyixun committed
100 101
                  @blur="amtBlur"
                  @keyup.enter.native="
liyixun committed
102 103 104 105
                    defaultFunction(
                      'gidgrp.cbs.max.amt',
                      model.gidgrp.cbs.max.amt
                    )
liyixun committed
106 107 108
                  "
                ></c-input>
              </el-form-item>
liyixun committed
109
            </c-col>
liyixun committed
110 111 112 113 114
            <c-col
              :span="4"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
liyixun committed
115
              <c-checkbox v-model="model.gitp.dzbhflg">电子保函标志</c-checkbox>
liyixun committed
116 117 118 119 120
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
wangna committed
121
              <el-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur">
liyixun committed
122 123
                <c-input
                  disabled
liyixun committed
124 125
                  v-model="model.gidgrp.cbs.opn1.cur"
                  style="width: 100%"
wangna committed
126
                  placeholder="请输入"
liyixun committed
127 128 129 130
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
liyixun committed
131
              <el-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
liyixun committed
132 133 134 135
                <c-input
                  disabled
                  v-model="model.gidgrp.cbs.opn1.amt"
                  style="margin: 0 0 0 10px; width: 80%"
wangna committed
136
                  placeholder="请输入"
liyixun committed
137 138
                ></c-input>
              </el-form-item>
liyixun committed
139
            </c-col>
liyixun committed
140 141 142 143 144
            <c-col
              :span="4"
              v-if="model.gitp.swiftflg == 'Y'"
              class="centerLable"
            >
wangna committed
145
              <c-checkbox v-model="model.gitp.inc760">传入损失</c-checkbox>
liyixun committed
146 147 148 149
            </c-col>
          </c-col>

          <c-col :span="24">
liyixun committed
150 151
            <el-form-item
              v-show="model.gitp.swiftflg == 'Y'"
wangna committed
152
              label="接收目的 "
liyixun committed
153 154 155 156 157 158
              prop="gidgrp.rec.purposin"
            >
              <c-select
                :disabled="model.gitp.inc760 == ''"
                v-model="model.gidgrp.rec.purposin"
                style="width: 100%"
wangna committed
159
                placeholder="请选择接收目的 "
liyixun committed
160 161 162 163 164 165 166 167 168 169
              >
                <el-option
                  v-for="item in codes.purposin"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
liyixun committed
170 171 172
          </c-col>

          <c-col :span="24">
liyixun committed
173 174 175 176
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == ''
              "
wangna committed
177
              label="支出目的"
liyixun committed
178 179 180 181 182
              prop="gidgrp.rec.purpos"
            >
              <c-select
                v-model="model.gidgrp.rec.purpos"
                style="width: 100%"
wangna committed
183
                placeholder="请选择支出目的"
liyixun committed
184 185 186 187 188 189 190 191 192 193
              >
                <el-option
                  v-for="item in codes.purpos4"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
liyixun committed
194 195 196
          </c-col>

          <c-col :span="24">
liyixun committed
197 198 199 200 201
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ICCO'
              "
wangna committed
202
              label="支出目的"
liyixun committed
203 204 205 206 207
              prop="gidgrp.rec.purpos"
            >
              <c-select
                v-model="model.gidgrp.rec.purpos"
                style="width: 100%"
wangna committed
208
                placeholder="请选择支出目的"
liyixun committed
209 210 211 212 213 214 215 216 217 218
              >
                <el-option
                  v-for="item in codes.purpos2"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
liyixun committed
219 220 221
          </c-col>

          <c-col :span="24">
liyixun committed
222 223 224 225 226
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISCO'
              "
wangna committed
227
              label="支出目的"
liyixun committed
228 229 230 231 232
              prop="gidgrp.rec.purpos"
            >
              <c-select
                v-model="model.gidgrp.rec.purpos"
                style="width: 100%"
wangna committed
233
                placeholder="请选择支出目的"
liyixun committed
234 235 236 237 238 239 240 241 242 243
              >
                <el-option
                  v-for="item in codes.purpos3"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
liyixun committed
244 245
          </c-col>

liyixun committed
246 247 248 249 250 251
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU'
              "
wangna committed
252
              label="支出目的"
liyixun committed
253 254 255 256 257
              prop="gidgrp.rec.purpos"
            >
              <c-select
                v-model="model.gidgrp.rec.purpos"
                style="width: 100%"
wangna committed
258
                placeholder="请选择支出目的"
liyixun committed
259 260 261 262 263 264 265 266 267 268
              >
                <el-option
                  v-for="item in codes.purpos4"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
liyixun committed
269 270
          </c-col>

liyixun committed
271
          <c-col :span="24">
liyixun committed
272 273
            <el-form-item
              v-if="model.gitp.swiftflg == ''"
wangna committed
274
              label="保函开立类型"
liyixun committed
275 276
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
277 278 279
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
280
                placeholder="请选择保函开立类型"
liyixun committed
281 282 283 284 285 286
                :code="codes.hndtyp2"
              >
              </c-select>
            </el-form-item>
          </c-col>

liyixun committed
287
          <c-col :span="24">
liyixun committed
288 289
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
wangna committed
290
              label="保函开立类型"
liyixun committed
291 292
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
293 294 295
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
296
                placeholder="请选择保函开立类型"
liyixun committed
297 298
                :code="codes.hndtyp9"
              >
liyixun committed
299
              </c-select>
liyixun committed
300 301 302 303
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
304 305 306 307 308
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISCO'
              "
wangna committed
309
              label="保函开立类型"
liyixun committed
310 311
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
312 313 314
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
315
                placeholder="请选择保函开立类型"
liyixun committed
316
              >
liyixun committed
317 318 319 320 321 322 323
                <el-option
                  v-for="item in codes.hndtyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
324
              </c-select>
liyixun committed
325 326 327 328
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
329 330 331 332 333
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ICCO'
              "
wangna committed
334
              label="保函开立类型"
liyixun committed
335 336
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
337 338 339
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
340
                placeholder="请选择保函开立类型"
liyixun committed
341
              >
liyixun committed
342 343 344 345 346 347 348
                <el-option
                  v-for="item in codes.hndtyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
349
              </c-select>
liyixun committed
350 351 352
            </el-form-item>
          </c-col>

liyixun committed
353 354 355 356 357 358 359
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU' &&
                model.gidgrp.rec.purpos == 'ISCO'
              "
wangna committed
360
              label="保函开立类型"
liyixun committed
361 362
              prop="gidgrp.rec.hndtyp"
            >
363 364 365
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
366
                placeholder="请选择保函开立类型"
367
              >
liyixun committed
368 369 370 371 372 373 374
                <el-option
                  v-for="item in codes.hndtyp4"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
375 376 377 378
              </c-select>
            </el-form-item>
          </c-col>

liyixun committed
379
          <c-col :span="24">
liyixun committed
380 381 382 383 384 385
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU' &&
                model.gidgrp.rec.purpos == 'ISSU'
              "
wangna committed
386
              label="保函开立类型"
liyixun committed
387 388
              prop="gidgrp.rec.hndtyp"
            >
389 390 391
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
392
                placeholder="请选择保函开立类型"
393
              >
liyixun committed
394 395 396 397 398 399 400
                <el-option
                  v-for="item in codes.hndtyp3"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
401 402 403 404 405
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
406 407 408 409 410 411
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU' &&
                model.gidgrp.rec.purpos == ''
              "
wangna committed
412
              label="保函开立类型"
liyixun committed
413 414
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
415 416 417
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
418
                placeholder="请选择保函开立类型"
liyixun committed
419
              >
liyixun committed
420 421 422 423 424 425 426
                <el-option
                  v-for="item in codes.hndtyp5"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
427
              </c-select>
liyixun committed
428 429 430 431
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
432 433 434 435 436 437
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU' &&
                model.gidgrp.rec.purpos == 'ADVI'
              "
wangna committed
438
              label="保函开立类型"
liyixun committed
439 440
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
441 442 443
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
444
                placeholder="请选择保函开立类型"
liyixun committed
445
              >
liyixun committed
446 447 448 449 450 451 452
                <el-option
                  v-for="item in codes.hndtyp6"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
453
              </c-select>
liyixun committed
454 455 456 457
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
458 459 460 461 462 463
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purposin == 'ISSU' &&
                model.gidgrp.rec.purpos == 'ACNF'
              "
wangna committed
464
              label="保函开立类型"
liyixun committed
465 466
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
467 468 469
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
470
                placeholder="请选择保函开立类型"
liyixun committed
471
              >
liyixun committed
472 473 474 475 476 477 478
                <el-option
                  v-for="item in codes.hndtyp7"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
479
              </c-select>
liyixun committed
480 481 482 483
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
484 485 486 487 488 489
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purpos == '' &&
                model.gidgrp.rec.purposin == ''
              "
wangna committed
490
              label="保函开立类型"
liyixun committed
491 492
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
493 494 495
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
496
                placeholder="请选择保函开立类型"
liyixun committed
497
              >
liyixun committed
498 499 500 501 502 503 504
                <el-option
                  v-for="item in codes.hndtyp2"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
505
              </c-select>
liyixun committed
506 507 508 509
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
510 511 512 513 514 515
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purpos == 'ISSU' &&
                model.gidgrp.rec.purposin == ''
              "
wangna committed
516
              label="保函开立类型"
liyixun committed
517 518
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
519 520 521
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
522
                placeholder="请选择保函开立类型"
liyixun committed
523
              >
liyixun committed
524 525 526 527 528 529 530
                <el-option
                  v-for="item in codes.hndtyp3"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
531
              </c-select>
liyixun committed
532 533 534
            </el-form-item>
          </c-col>

liyixun committed
535 536 537 538 539 540 541 542
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                (model.gidgrp.rec.purpos == 'ISCO' ||
                  model.gidgrp.rec.purpos == 'ICCO') &&
                model.gidgrp.rec.purposin == ''
              "
wangna committed
543
              label="保函开立类型"
liyixun committed
544 545
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
546 547 548
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
549
                placeholder="请选择保函开立类型"
liyixun committed
550
              >
liyixun committed
551 552 553 554 555 556 557
                <el-option
                  v-for="item in codes.hndtyp4"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
558
              </c-select>
liyixun committed
559 560 561
            </el-form-item>
          </c-col>

liyixun committed
562 563 564 565 566 567 568
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purpos == 'ADVI' &&
                model.gidgrp.rec.purposin == ''
              "
wangna committed
569
              label="保函开立类型"
liyixun committed
570 571
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
572 573 574
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
575
                placeholder="请选择保函开立类型"
liyixun committed
576
              >
liyixun committed
577 578 579 580 581 582 583
                <el-option
                  v-for="item in codes.hndtyp6"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
584
              </c-select>
liyixun committed
585 586 587 588
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
589 590 591 592 593 594
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                model.gidgrp.rec.purpos == 'ACNF' &&
                model.gidgrp.rec.purposin == ''
              "
wangna committed
595
              label="保函开立类型"
liyixun committed
596 597
              prop="gidgrp.rec.hndtyp"
            >
liyixun committed
598 599 600
              <c-select
                v-model="model.gidgrp.rec.hndtyp"
                style="width: 100%"
wangna committed
601
                placeholder="请选择保函开立类型"
liyixun committed
602
              >
liyixun committed
603 604 605 606 607 608 609
                <el-option
                  v-for="item in codes.hndtyp7"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
610
              </c-select>
liyixun committed
611 612 613 614
            </el-form-item>
          </c-col>

          <c-col :span="24">
wangna committed
615
            <el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
liyixun committed
616 617 618
              <c-select
                v-model="model.gidgrp.rec.gartyp"
                style="width: 100%"
wangna committed
619
                placeholder="请选择保函种类"
liyixun committed
620
              >
liyixun committed
621 622 623 624 625 626 627
                <el-option
                  v-for="item in codes.seagtyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
628
              </c-select>
liyixun committed
629 630 631 632
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
633 634 635
            <c-col :span="24">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
wangna committed
636
                label="保函形式"
liyixun committed
637 638 639 640 641
                prop="gidgrp.rec.legfrm"
              >
                <c-select
                  v-model="model.gidgrp.rec.legfrm"
                  style="width: 100%"
wangna committed
642
                  placeholder="请选择保函形式"
liyixun committed
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658
                >
                  <el-option
                    v-for="item in codes.legfrm"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
wangna committed
659
              label="需求指示"
liyixun committed
660 661 662 663 664
              prop="gidgrp.rec.demand"
            >
              <c-select
                v-model="model.gidgrp.rec.demand"
                style="width: 100%"
wangna committed
665
                placeholder="请选择需求指示"
liyixun committed
666 667 668 669 670 671 672 673 674 675 676
              >
                <el-option
                  v-for="item in codes.demand"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
liyixun committed
677 678

          <c-col :span="24">
wangna committed
679
            <el-form-item label="申请条款" prop="gidgrp.blk.apprul">
liyixun committed
680 681 682 683
              <c-fullbox>
                <c-select
                  v-model="model.gidgrp.blk.apprul"
                  style="width: 100%"
wangna committed
684
                  placeholder="请选择申请条款"
liyixun committed
685
                >
liyixun committed
686
                  <el-option
liyixun committed
687
                    v-for="item in codes.apprulc1"
liyixun committed
688 689 690
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
liyixun committed
691
                  >
liyixun committed
692 693 694 695
                  </el-option>
                </c-select>

                <template slot="footer">
liyixun committed
696
                  <el-form-item label-width="5px" prop="gidgrp.blk.apprultxt">
liyixun committed
697 698 699 700 701 702 703 704
                    <c-input
                      :disabled="
                        model.gidgrp.blk.apprul == 'URDG' ||
                        model.gidgrp.blk.apprul == 'NONE' ||
                        model.gidgrp.blk.apprul == 'UCPR'
                      "
                      v-model="model.gidgrp.blk.apprultxt"
                      maxlength="35"
wangna committed
705
                      placeholder="请输入申请条款"
liyixun committed
706
                    ></c-input>
liyixun committed
707
                  </el-form-item>
liyixun committed
708 709 710 711 712 713
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
714 715 716
            <c-col :span="12">
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
717
                label="保函文本语言种类"
liyixun committed
718 719 720 721 722
                prop="gidgrp.rec.giduil"
              >
                <c-select
                  v-model="model.gidgrp.rec.giduil"
                  style="width: 100%"
wangna committed
723
                  placeholder="请选择保函文本语言种类"
liyixun committed
724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743
                  :code="codes.uiltxt2"
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="12">
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
                label="核销日期"
                prop="gidgrp.rec.vrfdat"
              >
                <c-date-picker
                  disabled
                  type="date"
                  v-model="model.gidgrp.rec.vrfdat"
                  style="width: 100%"
                  placeholder="请选择核销日期"
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
744 745
          </c-col>

liyixun committed
746 747 748
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
wangna committed
749
              label="保函文本语言种类"
liyixun committed
750 751 752 753 754
              prop="gidgrp.rec.giduil"
            >
              <c-select
                v-model="model.gidgrp.rec.giduil"
                style="width: 100%"
wangna committed
755
                placeholder="请选择保函文本语言种类"
liyixun committed
756 757 758 759 760
                :code="codes.uiltxt2"
              >
              </c-select>
            </el-form-item>
          </c-col>
liyixun committed
761 762

          <c-col :span="24">
liyixun committed
763 764 765 766 767
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="特殊保函类型"
              prop="gidgrp.ghd.segtyp"
            >
liyixun committed
768 769 770 771 772
              <c-select
                v-model="model.gidgrp.ghd.segtyp"
                style="width: 100%"
                placeholder="请选择特殊保函类型"
              >
liyixun committed
773 774 775 776 777 778 779
                <el-option
                  v-for="item in codes.segtyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
780
              </c-select>
liyixun committed
781 782 783 784
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
785 786 787 788 789
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="是否分离式保函"
              prop="gidgrp.rec.fenlishi"
            >
liyixun committed
790 791 792 793 794 795
              <c-select
                disabled
                v-model="model.gidgrp.rec.fenlishi"
                style="width: 100%"
                placeholder="请选择是否分离式保函"
              >
liyixun committed
796 797 798 799 800 801 802
                <el-option
                  v-for="item in codes.fenlishi2"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
803
              </c-select>
liyixun committed
804 805 806
            </el-form-item>
          </c-col>

liyixun committed
807 808 809 810 811 812 813
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'N' &&
                model.gidgrp.rec.gartyp == '' &&
                model.gidgrp.rec.hndtyp == ''
              "
wangna committed
814
              label="保函文本格式"
liyixun committed
815 816 817 818 819
              prop="gidgrp.rec.gtxinr"
            >
              <c-select
                v-model="model.gidgrp.rec.gtxinr"
                style="width: 100%"
wangna committed
820
                placeholder="请选择保函文本格式"
liyixun committed
821 822 823
              >
              </c-select>
            </el-form-item>
liyixun committed
824
          </c-col>
liyixun committed
825

liyixun committed
826
          <c-col :span="24">
liyixun committed
827 828 829 830 831 832
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'N' &&
                model.gidgrp.rec.gartyp != '' &&
                model.gidgrp.rec.hndtyp == ''
              "
wangna committed
833
              label="保函文本格式"
liyixun committed
834 835 836 837 838
              prop="gidgrp.rec.gtxinr"
            >
              <c-select
                v-model="model.gidgrp.rec.gtxinr"
                style="width: 100%"
wangna committed
839
                placeholder="请选择保函文本格式"
liyixun committed
840 841 842 843
                :code="codes.gtxinr"
              >
              </c-select>
            </el-form-item>
liyixun committed
844 845 846
          </c-col>

          <c-col :span="24">
liyixun committed
847 848
            <el-form-item
              v-if="model.gitp.swiftflg == 'N' && model.gidgrp.rec.hndtyp != ''"
wangna committed
849
              label="保函文本格式"
liyixun committed
850 851 852 853 854 855
              prop="gidgrp.rec.gtxinr"
            >
              <c-select
                disabled
                v-model="model.gidgrp.rec.gtxinr"
                style="width: 100%"
wangna committed
856
                placeholder="请选择保函文本格式"
liyixun committed
857 858 859 860
                :code="codes.gtxinr"
              >
              </c-select>
            </el-form-item>
liyixun committed
861 862 863
          </c-col>

          <c-col :span="24">
liyixun committed
864 865
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y' && model.gidgrp.rec.gartyp == ''"
wangna committed
866
              label="保函文本格式"
liyixun committed
867 868
              prop="gidgrp.rec.atxinr"
            >
liyixun committed
869
              <c-select
liyixun committed
870 871 872 873
                :disabled="
                  model.gidgrp.rec.purpos == 'ADVI' ||
                  model.gidgrp.rec.purpos == 'ACNF'
                "
liyixun committed
874
                v-model="model.gidgrp.rec.atxinr"
liyixun committed
875
                style="width: 100%"
wangna committed
876
                placeholder="请选择保函文本格式"
liyixun committed
877
              >
liyixun committed
878
              </c-select>
liyixun committed
879 880 881 882
            </el-form-item>
          </c-col>

          <c-col :span="24">
liyixun committed
883 884
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y' && model.gidgrp.rec.gartyp != ''"
wangna committed
885
              label="保函文本格式"
liyixun committed
886 887
              prop="gidgrp.rec.atxinr"
            >
liyixun committed
888
              <c-select
liyixun committed
889 890 891 892
                :disabled="
                  model.gidgrp.rec.purpos == 'ADVI' ||
                  model.gidgrp.rec.purpos == 'ACNF'
                "
liyixun committed
893
                v-model="model.gidgrp.rec.atxinr"
liyixun committed
894
                style="width: 100%"
wangna committed
895
                placeholder="请选择保函文本格式"
liyixun committed
896
              >
liyixun committed
897 898 899 900 901 902
                <el-option
                  v-for="item in codes.atxinr"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
liyixun committed
903
                </el-option>
liyixun committed
904
              </c-select>
liyixun committed
905 906
            </el-form-item>
          </c-col>
liyixun committed
907

liyixun committed
908
          <c-col :span="24">
liyixun committed
909 910 911
            <c-col :span="12">
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
912
                label="客户委托我行日期"
liyixun committed
913 914 915 916 917 918 919
                prop="gidgrp.rec.orddat"
              >
                <c-date-picker
                  :disabled="model.gidgrp.rec.hndtyp == 'FR'"
                  type="date"
                  v-model="model.gidgrp.rec.orddat"
                  style="width: 100%"
wangna committed
920
                  placeholder="请选择客户委托我行日期"
liyixun committed
921 922 923
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
924
            <c-col :span="12">
liyixun committed
925 926
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
927
                label="保函生效日期"
liyixun committed
928 929 930 931 932 933
                prop="gidgrp.rec.opndat"
              >
                <c-date-picker
                  type="date"
                  v-model="model.gidgrp.rec.opndat"
                  style="width: 100%"
wangna committed
934
                  placeholder="请选择生效日期"
liyixun committed
935 936 937
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
938 939 940
          </c-col>
          <c-col :span="24">
            <c-col :span="14">
liyixun committed
941 942
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
943
                label="保函效期"
liyixun committed
944 945
                prop="gidgrp.rec.expdat"
              >
liyixun committed
946
                <c-date-picker
liyixun committed
947
                  :disabled="model.gidgrp.rec.expflg == 'X'"
liyixun committed
948 949 950
                  type="date"
                  v-model="model.gidgrp.rec.expdat"
                  style="width: 90%"
wangna committed
951
                  placeholder="请选择保函效期"
liyixun committed
952 953 954
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
955 956 957 958 959 960
            <c-col
              :span="7"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
              <c-checkbox v-model="model.gidgrp.rec.expflg"
wangna committed
961
                >无限额保函</c-checkbox
liyixun committed
962 963
              >
            </c-col>
liyixun committed
964 965 966 967 968 969 970 971 972 973 974 975 976 977
            <c-col
              :span="3"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
              <c-button
                size="small"
                type="primary"
                @click="onGitpWbxs"
                disabled
                style="color: white"
              >
                显示文本
              </c-button>
liyixun committed
978 979 980 981 982
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="14">
              <el-form-item
liyixun committed
983
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
984
                label="我行责任截至日"
liyixun committed
985 986
                prop="gidgrp.rec.liadat"
              >
liyixun committed
987 988 989 990 991
                <c-date-picker
                  :disabled="
                    model.gidgrp.rec.hndtyp != 'OC' ||
                    model.gidgrp.rec.liaflg == 'X'
                  "
liyixun committed
992 993 994
                  type="date"
                  v-model="model.gidgrp.rec.liadat"
                  style="width: 90%"
wangna committed
995
                  placeholder="请选择我行责任截至日"
liyixun committed
996 997 998
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009
            <c-col
              :span="7"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
              <c-checkbox
                v-model="model.gidgrp.rec.liaflg"
                :disabled="
                  model.gidgrp.rec.hndtyp != 'OC' ||
                  model.gidgrp.rec.expflg == 'X'
                "
wangna committed
1010
                >我行责任敞口</c-checkbox
liyixun committed
1011 1012
              >
            </c-col>
liyixun committed
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024
            <c-col
              :span="3"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
              <c-button
                size="small"
                type="primary"
                @click="onGitpYptxy"
                disabled
              >
                协议签署
liyixun committed
1025 1026 1027 1028
              </c-button>
            </c-col>
          </c-col>
          <c-col :span="24">
liyixun committed
1029 1030
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1031
              label="保函生效日"
liyixun committed
1032 1033
              prop="gidgrp.rec.inudat"
            >
liyixun committed
1034 1035 1036 1037 1038
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.inudat"
                style="width: 100%"
wangna committed
1039
                placeholder="请选择保函生效日"
liyixun committed
1040 1041 1042 1043 1044
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
liyixun committed
1045 1046
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1047
                label="抵押标志"
liyixun committed
1048 1049
                prop="gidgrp.rec.guaflg"
              >
liyixun committed
1050 1051 1052
                <c-select
                  v-model="model.gidgrp.rec.guaflg"
                  style="width: 90%"
wangna committed
1053
                  placeholder="请选择抵押标志"
liyixun committed
1054
                >
liyixun committed
1055
                  <el-option
liyixun committed
1056 1057 1058 1059
                    v-for="item in codes.guaflg"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
liyixun committed
1060
                  >
liyixun committed
1061 1062 1063 1064
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
liyixun committed
1065 1066 1067 1068 1069 1070 1071 1072 1073
            <c-col
              :span="4"
              v-if="model.gitp.swiftflg != 'Y'"
              class="centerLable"
            >
              <c-checkbox v-model="model.gidgrp.rec.teskeyunc">
                Test Key Unconfirmity
              </c-checkbox>
            </c-col>
liyixun committed
1074 1075 1076
          </c-col>

          <c-col :span="24">
liyixun committed
1077 1078 1079 1080 1081
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="是否显示查询码"
              prop="gidgrp.gidcxm.cxmflg"
            >
liyixun committed
1082 1083 1084
              <c-select
                v-model="model.gidgrp.gidcxm.cxmflg"
                style="width: 100%"
liyixun committed
1085 1086 1087 1088 1089 1090 1091 1092 1093
                placeholder="请选择是否显示查询码"
              >
                <el-option
                  v-for="item in codes.cxmflg"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
1094
              </c-select>
liyixun committed
1095 1096
            </el-form-item>
          </c-col>
liyixun committed
1097
        </c-col>
liyixun committed
1098 1099 1100
        <!-- ============右边================= -->
        <c-col :span="11" :offset="1">
          <c-col :span="24">
liyixun committed
1101 1102
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1103
              label="简略信息"
liyixun committed
1104 1105
              prop="gidgrp.rec.nam"
            >
liyixun committed
1106 1107 1108 1109
              <c-input
                disabled
                v-model="model.gidgrp.rec.nam"
                maxlength="40"
wangna committed
1110
                placeholder="请输入简略信息"
liyixun committed
1111 1112 1113
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
1114 1115 1116
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1117
              label="申请人参考号"
liyixun committed
1118 1119
              prop="gidgrp.apl.pts.ref"
            >
liyixun committed
1120
              <c-input
liyixun committed
1121 1122 1123
                :disabled="model.gidgrp.ghd.segtyp == '02'"
                v-model="model.gidgrp.apl.pts.ref"
                maxlength="16"
wangna committed
1124
                placeholder="请输入申请人参考号"
liyixun committed
1125 1126 1127 1128
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
liyixun committed
1129 1130
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1131
              label="申请人"
liyixun committed
1132 1133 1134 1135 1136 1137
              prop="gidgrp.apl.pts.extkey"
            >
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.apl.pts.extkey"
                  maxlength="16"
wangna committed
1138
                  placeholder="请输入"
liyixun committed
1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.apl.pts.extkey`)
                  "
                >
                </c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
                    <span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    >
                  </c-button>
                  <c-button
                    :disabled="model.gidgrp.rec.hndtyp != 'OT'"
                    size="small"
                    type="primary"
                    @click="onAplpDet"
                  >
wangna committed
1160
                    详情
liyixun committed
1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="地址名称"
              prop="gidgrp.apl.pts.adrblk"
            >
              <c-input
liyixun committed
1173
                :disabled="model.gidgrp.apl.pts.adrblk != ''"
liyixun committed
1174 1175 1176
                rows="4"
                type="textarea"
                v-model="model.gidgrp.apl.pts.adrblk"
liyixun committed
1177
                maxlength="140"
liyixun committed
1178 1179 1180 1181 1182 1183 1184 1185 1186
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1187
              label="开证行"
liyixun committed
1188 1189 1190 1191 1192
              prop="gidgrp.iss.pts.ref"
            >
              <c-input
                v-model="model.gidgrp.iss.pts.ref"
                maxlength="16"
wangna committed
1193
                placeholder="请输入开证行"
liyixun committed
1194 1195 1196 1197 1198 1199
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1200
              label="开证行"
liyixun committed
1201 1202 1203 1204 1205 1206
              prop="gidgrp.iss.pts.extkey"
            >
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.iss.pts.extkey"
                  maxlength="16"
wangna committed
1207
                  placeholder="请输入"
liyixun committed
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.iss.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
                    <span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    >
                  </c-button>
                  <c-button
                    disabled
                    size="small"
                    type="primary"
                    @click="onIsspDet"
                  >
wangna committed
1228
                    详情
liyixun committed
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="地址名称"
              prop="gidgrp.iss.pts.adrblk"
            >
              <c-input
                disabled
                rows="4"
                type="textarea"
                v-model="model.gidgrp.iss.pts.adrblk"
liyixun committed
1245
                maxlength="140"
liyixun committed
1246 1247 1248 1249 1250 1251 1252 1253 1254
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1255
              label="受益人参考号"
liyixun committed
1256 1257 1258 1259 1260
              prop="gidgrp.ben.pts.ref"
            >
              <c-input
                v-model="model.gidgrp.ben.pts.ref"
                maxlength="16"
wangna committed
1261
                placeholder="请输入受益人参考号"
liyixun committed
1262
              ></c-input>
liyixun committed
1263 1264
            </el-form-item>
          </c-col>
liyixun committed
1265 1266 1267
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
wangna committed
1268
              label="受益人"
liyixun committed
1269 1270 1271 1272 1273 1274
              prop="gidgrp.ben.pts.extkey"
            >
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.ben.pts.extkey"
                  maxlength="16"
wangna committed
1275
                  placeholder="请输入"
liyixun committed
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.ben.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
                    <span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    >
                  </c-button>
                  <c-button
                    disabled
                    size="small"
                    type="primary"
                    @click="onBenpDet"
                  >
wangna committed
1296
                    详情
liyixun committed
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="地址名称"
              prop="gidgrp.ben.pts.adrblk"
            >
              <c-input
                disabled
                rows="4"
                type="textarea"
                v-model="model.gidgrp.ben.pts.adrblk"
liyixun committed
1313
                maxlength="140"
liyixun committed
1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="被保证人"
              prop="gidgrp.gidcxm.warran"
            >
              <c-input
                v-model="model.gidgrp.gidcxm.warran"
                maxlength="40"
                placeholder="请输入被保证人"
              ></c-input>
            </el-form-item>
          </c-col>

liyixun committed
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="是否对外担保"
              prop="gidgrp.rec.fingua"
            >
              <c-select
                disabled
                v-model="model.gidgrp.rec.fingua"
                style="width: 100%"
                placeholder="请选择是否对外担保"
              >
                <el-option
                  v-for="item in codes.fingua"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

liyixun committed
1357 1358
          <c-col :span="24">
            <c-col :span="20">
liyixun committed
1359 1360 1361 1362 1363
              <el-form-item
                v-if="model.gitp.swiftflg != 'Y'"
                label="对外担保类型"
                prop="gidgrp.rec.cfaguatyp"
              >
liyixun committed
1364 1365 1366 1367 1368 1369
                <c-select
                  disabled
                  v-model="model.gidgrp.rec.cfaguatyp"
                  style="width: 90%"
                  placeholder="请选择对外担保类型"
                >
liyixun committed
1370
                  <el-option
liyixun committed
1371 1372 1373 1374
                    v-for="item in codes.cfaguatyp"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
liyixun committed
1375
                  >
liyixun committed
1376 1377 1378 1379
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
liyixun committed
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391
            <c-col
              :span="4"
              v-if="
                model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'
              "
              class="centerLable"
            >
              <c-checkbox
                label="跨境人民币保函"
                v-model="model.gidgrp.rec.cmtflg"
                >跨境人民币保函</c-checkbox
              >
liyixun committed
1392 1393
            </c-col>

liyixun committed
1394 1395 1396
            <c-col :span="24">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1397
                label="客户委托我行日期"
liyixun committed
1398 1399 1400 1401 1402 1403
                prop="gidgrp.rec.orddat"
              >
                <c-date-picker
                  type="date"
                  v-model="model.gidgrp.rec.orddat"
                  style="width: 100%"
wangna committed
1404
                  placeholder="请选择客户委托我行日期"
liyixun committed
1405 1406 1407
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
1408

liyixun committed
1409 1410 1411
            <c-col :span="24">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1412
                label="生效日期"
liyixun committed
1413 1414 1415 1416 1417 1418
                prop="gidgrp.rec.opndat"
              >
                <c-date-picker
                  type="date"
                  v-model="model.gidgrp.rec.opndat"
                  style="width: 100%"
wangna committed
1419
                  placeholder="请选择生效日期"
liyixun committed
1420 1421 1422
                ></c-date-picker>
              </el-form-item>
            </c-col>
liyixun committed
1423

liyixun committed
1424 1425 1426
            <c-col :span="24">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1427
                label="到期类型"
liyixun committed
1428 1429 1430 1431 1432
                prop="gidgrp.rec.exptyp"
              >
                <c-select
                  v-model="model.gidgrp.rec.exptyp"
                  style="width: 100%"
wangna committed
1433
                  placeholder="请选择到期类型"
liyixun committed
1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445
                >
                  <el-option
                    v-for="item in codes.exptyp"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="24">
liyixun committed
1446 1447 1448
              <c-col :span="20">
                <el-form-item
                  v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1449
                  label="保函效期"
liyixun committed
1450 1451 1452 1453 1454 1455 1456
                  prop="gidgrp.rec.expdat"
                >
                  <c-date-picker
                    :disabled="model.gidgrp.rec.exptyp == 'OPEN'"
                    type="date"
                    v-model="model.gidgrp.rec.expdat"
                    style="width: 90%"
wangna committed
1457
                    placeholder="请选择保函效期"
liyixun committed
1458 1459 1460 1461 1462 1463
                  ></c-date-picker>
                </el-form-item>
              </c-col>

              <c-col
                :span="4"
liyixun committed
1464
                v-if="model.gitp.swiftflg == 'Y'"
liyixun committed
1465
                class="centerLable"
liyixun committed
1466
              >
liyixun committed
1467 1468 1469 1470 1471 1472
                <c-checkbox
                  :disabled="
                    model.gidgrp.rec.expdat != '' ||
                    model.gidgrp.rec.expflg == 'X'
                  "
                  v-model="model.gidgrp.rec.expflg"
wangna committed
1473
                  >我行责任敞口</c-checkbox
liyixun committed
1474 1475
                >
              </c-col>
liyixun committed
1476 1477 1478 1479 1480 1481
            </c-col>

            <c-col :span="24">
              <c-col :span="20">
                <el-form-item
                  v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1482
                  label="到期条件"
liyixun committed
1483 1484 1485 1486 1487 1488 1489
                  prop="gidgrp.blk.exptxt"
                >
                  <c-input
                    type="textarea"
                    rows="4"
                    :disabled="model.gitp.exptxtmodflg == ''"
                    v-model="model.gidgrp.blk.exptxt"
liyixun committed
1490
                    maxlength="780"
liyixun committed
1491
                    show-word-limit
wangna committed
1492
                    placeholder="请输入到期条件"
liyixun committed
1493 1494
                  ></c-input>
                </el-form-item>
liyixun committed
1495
              </c-col>
liyixun committed
1496 1497 1498 1499 1500 1501 1502 1503 1504 1505
              <c-col :span="4">
                <c-checkbox
                  v-if="model.gitp.swiftflg == 'Y'"
                  v-model="model.gitp.exptxtmodflg"
                  :disabled="
                    model.gidgrp.rec.exptyp == 'FIXD' ||
                    model.gidgrp.rec.exptyp == 'OPEN' ||
                    model.gidgrp.rec.exptyp == ''
                  "
                  style="margin: 0 0 0 10px"
wangna committed
1506
                  >修改文本</c-checkbox
liyixun committed
1507 1508 1509 1510 1511 1512 1513 1514 1515
                >
                <c-button
                  v-if="model.gitp.swiftflg == 'Y'"
                  disabled
                  size="small"
                  type="primary"
                  style="margin: 5px 0 0 10px"
                  @click="onGitpButdifexptxt"
                >
wangna committed
1516
                  查看系统文本
liyixun committed
1517 1518 1519 1520 1521 1522 1523 1524 1525
                </c-button>
                <c-button
                  v-if="model.gitp.swiftflg == 'Y'"
                  disabled
                  size="small"
                  type="primary"
                  style="margin: 5px 0 0 10px"
                  @click="onGitpButdifhisexptxt"
                >
wangna committed
1526
                  查看历史文本
liyixun committed
1527
                </c-button>
liyixun committed
1528
              </c-col>
liyixun committed
1529
            </c-col>
liyixun committed
1530

liyixun committed
1531 1532 1533
            <c-col :span="24">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1534
                label="责任类型 "
liyixun committed
1535 1536 1537
                prop="gidgrp.rec.liatypc"
              >
                <c-select
liyixun committed
1538
                  :disabled="model.gidgrp.rec.purpos != 'ISCO'"
liyixun committed
1539 1540
                  v-model="model.gidgrp.rec.liatypc"
                  style="width: 100%"
wangna committed
1541
                  placeholder="请选择责任类型 "
liyixun committed
1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552
                >
                  <el-option
                    v-for="item in codes.liatypc"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
liyixun committed
1553

liyixun committed
1554 1555 1556 1557
            <c-col :span="24">
              <c-col :span="20">
                <el-form-item
                  v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1558
                  label="我行责任截至日"
liyixun committed
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568
                  prop="gidgrp.rec.liadat"
                >
                  <c-date-picker
                    :disabled="
                      model.gidgrp.rec.liatypc == 'OPEN' ||
                      model.gidgrp.rec.liatypc == ''
                    "
                    type="date"
                    v-model="model.gidgrp.rec.liadat"
                    style="width: 90%"
wangna committed
1569
                    placeholder="请选择我行责任截至日"
liyixun committed
1570 1571
                  ></c-date-picker>
                </el-form-item>
liyixun committed
1572
              </c-col>
liyixun committed
1573 1574 1575 1576 1577
              <c-col
                :span="4"
                v-if="model.gitp.swiftflg == 'Y'"
                class="centerLable"
              >
liyixun committed
1578 1579 1580 1581 1582 1583
                <c-checkbox
                  :disabled="
                    model.gidgrp.rec.liadat != '' ||
                    model.gidgrp.rec.liaflg == 'X'
                  "
                  v-model="model.gidgrp.rec.liaflg"
wangna committed
1584
                  >我行责任敞口</c-checkbox
liyixun committed
1585
                >
liyixun committed
1586
              </c-col>
liyixun committed
1587
            </c-col>
liyixun committed
1588

liyixun committed
1589 1590 1591 1592
            <c-col :span="24">
              <c-col :span="20">
                <el-form-item
                  v-if="model.gitp.swiftflg == 'Y'"
wangna committed
1593
                  label="责任条件"
liyixun committed
1594 1595 1596 1597 1598 1599 1600 1601 1602
                  prop="gidgrp.blk.liatxtc"
                >
                  <c-input
                    type="textarea"
                    :disabled="model.gitp.liatxtcmodflg == ''"
                    rows="4"
                    v-model="model.gidgrp.blk.liatxtc"
                    maxlength="65"
                    show-word-limit
wangna committed
1603
                    placeholder="请输入责任条件"
liyixun committed
1604 1605
                  ></c-input>
                </el-form-item>
liyixun committed
1606
              </c-col>
liyixun committed
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616
              <c-col :span="4">
                <c-checkbox
                  v-if="model.gitp.swiftflg == 'Y'"
                  :disabled="
                    model.gidgrp.rec.liatypc == 'OPEN' ||
                    model.gidgrp.rec.liatypc == 'FIXD' ||
                    model.gidgrp.rec.liatypc == ''
                  "
                  v-model="model.gitp.liatxtcmodflg"
                  style="margin: 0 0 0 10px"
wangna committed
1617
                  >修改文本</c-checkbox
liyixun committed
1618 1619 1620 1621 1622 1623 1624 1625 1626
                >
                <c-button
                  v-if="model.gitp.swiftflg == 'Y'"
                  disabled
                  size="small"
                  type="primary"
                  style="margin: 5px 0 0 10px"
                  @click="onGitpButdifliatxtc"
                >
wangna committed
1627
                  查看系统文本
liyixun committed
1628 1629 1630 1631 1632 1633 1634 1635 1636
                </c-button>
                <c-button
                  v-if="model.gitp.swiftflg == 'Y'"
                  disabled
                  size="small"
                  type="primary"
                  style="margin: 5px 0 0 10px"
                  @click="onGitpButdifhisliatxtc"
                >
wangna committed
1637
                  查看历史文本
liyixun committed
1638 1639 1640
                </c-button>
              </c-col>
            </c-col>
liyixun committed
1641
          </c-col>
liyixun committed
1642
        </c-col>
liyixun committed
1643 1644
      </c-col>
    </c-row>
liyixun committed
1645 1646 1647
  </div>
</template>
<script>
liyixun committed
1648
import Api from "~/service/Api";
liyixun committed
1649
import commonProcess from "~/mixin/commonProcess";
liyixun committed
1650 1651
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getopn/Event";
liyixun committed
1652
import Ptap from "~/views/Public/Ptap";
liyixun committed
1653
import Utils from "~/utils";
liyixun committed
1654 1655

export default {
liyixun committed
1656 1657 1658 1659 1660 1661 1662
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
liyixun committed
1663

liyixun committed
1664
  computed: {
liyixun committed
1665 1666 1667 1668
    flag() {
      return this.model.gidgrp.apl.pts.extkey == "";
    },
  },
liyixun committed
1669
  methods: {
liyixun committed
1670 1671 1672 1673 1674 1675 1676 1677
    ...Event,
    async amtBlur() {
      let rtnmsg = await this.executeDefault("gidgrp.cbs.max.amt");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },
  },
liyixun committed
1678 1679
  created: function () {},
};
liyixun committed
1680 1681 1682
</script>
<style>
</style>