Ameps20.vue 31.4 KB
Newer Older
liyixun committed
1 2
<template>
  <div class="eibs-tab">
3
    <c-row>
liyixun committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
      <c-col :span="24">
        <c-col :span="12">
          <!-- 左边不为swift格式 -->
          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Reference"
              prop="gidgrp.rec.ownref"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入Reference"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Amendment Date"
              prop="trnmod.swiadd.amedat"
            >
              <c-date-picker
                type="date"
                v-model="model.trnmod.swiadd.amedat"
                style="width: 100%"
                placeholder="请选择Amendment Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Order From"
              prop="gitamep.orddat"
            >
              <c-date-picker
                type="date"
                v-model="model.gitamep.orddat"
                style="width: 100%"
                placeholder="请选择Order From"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
53
            <c-col :span="12">
liyixun committed
54 55 56 57 58 59 60 61 62 63 64 65
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label="Old Guarantee Amt."
                prop="oldgidgrp.cbs.max.cur"
              >
                <c-input
                  disabled
                  v-model="model.oldgidgrp.cbs.max.cur"
                  maxlength="3"
                  placeholder="请输入Old Guarantee Amt."
                ></c-input>
              </c-form-item>
66
            </c-col>
liyixun committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 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 187 188
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label-width="5px"
                prop="oldgidgrp.cbs.max.amt"
              >
                <c-input
                  disabled
                  v-model="model.oldgidgrp.cbs.max.amt"
                  placeholder="请输入Balance"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label="Amended"
                prop="trnmod.swiadd.amecur"
              >
                <c-input
                  disabled
                  v-model="model.trnmod.swiadd.amecur"
                  maxlength="3"
                  placeholder="请输入Amended"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label-width="5px"
                prop="trnmod.swiadd.ameamt"
              >
                <c-input
                  v-model="model.trnmod.swiadd.ameamt"
                  placeholder="请输入Amended Amount"
                  @blur="ameamtBlur"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label="Guarantee Amount"
                prop="trnmod.swiadd.newcur"
              >
                <c-input
                  disabled
                  v-model="model.trnmod.swiadd.newcur"
                  maxlength="3"
                  placeholder="请输入Guarantee Amount"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label-width="5px"
                prop="trnmod.swiadd.newamt"
              >
                <c-input
                  v-model="model.trnmod.swiadd.newamt"
                  placeholder="请输入New amount"
                  @blur="newamtBlur"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label="Currency"
                prop="gidgrp.cbs.max2.cur"
              >
                <c-input
                  disabled
                  v-model="model.gidgrp.cbs.max2.cur"
                  maxlength="3"
                  placeholder="请输入Currency"
                ></c-input>
              </c-form-item>
            </c-col>

            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label-width="5px"
                prop="trnmod.swiadd.addamt"
              >
                <c-input
                  :disabled="model.trnmod.swiadd.addamtflg == ''"
                  v-model="model.trnmod.swiadd.addamt"
                  placeholder="请输入Additional Amount"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'N' &&
                (model.gidgrp.rec.hndtyp == 'OC' ||
                  model.gidgrp.rec.hndtyp == 'OT')
              "
              label="Send Amendment  to"
              prop="gitamep.ramrol"
            >
              <c-select
                :code="codes.ramrol"
                v-model="model.gitamep.ramrol"
                :disabled="model.trnmod.swiadd.amemsgdonflg == ''"
                style="width: 100%"
                placeholder="请输入Request of Amendment send to"
              >
liyixun committed
189
              </c-select>
liyixun committed
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Amounts Covered"
              prop="trnmod.swiadd.addamtcov"
            >
              <c-input
                type="textarea"
                v-model="model.trnmod.swiadd.addamtcov"
                maxlength="35"
                show-word-limit
                placeholder="请输入Amounts Covered"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Amendment :77C:"
              prop="gitamep.ametxt"
            >
              <c-input
                disabled
                type="textarea"
                v-model="model.gitamep.ametxt"
                maxlength="65"
                show-word-limit
                placeholder="请输入Amendment :77C:"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="面函标题"
              prop="gitamep.mstitle"
            >
              <c-input
                type="textarea"
                v-model="model.gitamep.mstitle"
                maxlength="30"
                show-word-limit
                placeholder="请输入面函标题"
              ></c-input>
            </c-form-item>
          </c-col>
          <!-- 左边为swift格式 -->
          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Reference"
              prop="gidgrp.rec.ownref"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入Reference"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Inc. Purpose of amend."
              prop="trnmod.swiadd.purposamein"
            >
              <c-select
                disabled
                v-model="model.trnmod.swiadd.purposamein"
                style="width: 100%"
                placeholder="请输入Inc. Purpose of amend."
              >
                <el-option
                  v-for="item in codes.purposamein"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
276
              </c-select>
liyixun committed
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-show="model.gitp.swiftflg == 'Y'"
              label="Purpose of amend."
              prop="trnmod.swiadd.purposame"
            >
              <c-select
                v-model="model.trnmod.swiadd.purposame"
                style="width: 100%"
                placeholder="请输入Purpose of amend."
              >
                <el-option
                  v-for="item in codes.purposame"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
liyixun committed
298
              </c-select>
liyixun committed
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Amendment Date"
              prop="trnmod.swiadd.amedat"
            >
              <c-date-picker
                type="date"
                v-model="model.trnmod.swiadd.amedat"
                style="width: 100%"
                placeholder="请选择Amendment Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Order from"
              prop="trnmod.swiadd.orddat"
            >
              <c-date-picker
                type="date"
                v-model="model.trnmod.swiadd.orddat"
                style="width: 100%"
                placeholder="请选择Order from"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Amend. No Receiv."
              prop="trnmod.swiadd.amenbr"
            >
              <c-input
                v-model="model.trnmod.swiadd.amenbr"
                placeholder="请输入Amend. No Receiv."
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Actual Amendment No "
              prop="gidgrp.rec.amenbr"
            >
              <c-input
liyixun committed
352
                disabled
liyixun committed
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477
                v-model="model.gidgrp.rec.amenbr"
                placeholder="请输入Actual Amendment No "
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Old Guarantee Amt."
                prop="oldgidgrp.cbs.max.cur"
              >
                <c-input
                  disabled
                  v-model="model.oldgidgrp.cbs.max.cur"
                  maxlength="3"
                  placeholder="请输入Old Guarantee Amt."
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label-width="5px"
                prop="oldgidgrp.cbs.max.amt"
              >
                <c-input
                  disabled
                  v-model="model.oldgidgrp.cbs.max.amt"
                  placeholder="请输入Balance"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Amended"
                prop="trnmod.swiadd.amecur"
              >
                <c-input
                  disabled
                  v-model="model.trnmod.swiadd.amecur"
                  maxlength="3"
                  placeholder="请输入Amended"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label-width="5px"
                prop="trnmod.swiadd.ameamt"
              >
                <c-input
                  v-model="model.trnmod.swiadd.ameamt"
                  placeholder="请输入Amended Amount"
                  @blur="ameamtBlur"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Guarantee Amount"
                prop="trnmod.swiadd.newcur"
              >
                <c-input
                  disabled
                  v-model="model.trnmod.swiadd.newcur"
                  maxlength="3"
                  placeholder="请输入Guarantee Amount"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label-width="5px"
                prop="trnmod.swiadd.newamt"
              >
                <c-input
                  v-model="model.trnmod.swiadd.newamt"
                  placeholder="请输入New amount"
                  @blur="newamtBlur"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="GCDOWNREF"
              prop="gitamep.gcdownref"
            >
              <c-input
                v-model="model.gitamep.gcdownref"
                maxlength="16"
                placeholder="请输入GCDOWNREF"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                (model.gidgrp.rec.hndtyp == 'OC' ||
                  model.gidgrp.rec.hndtyp == 'OT')
              "
              label="Send Amendment  to"
              prop="gitamep.ramrol"
            >
              <c-select
                :code="codes.ramrol"
                v-model="model.gitamep.ramrol"
                :disabled="model.trnmod.swiadd.amemsgdonflg == ''"
                style="width: 100%"
                placeholder="请输入Request of Amendment send to"
              >
liyixun committed
478
              </c-select>
liyixun committed
479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' &&
                (model.gidgrp.rec.hndtyp == 'FA' ||
                  model.gidgrp.rec.hndtyp == 'FI'||
                  model.gidgrp.rec.hndtyp=='OL')
              "
              label="Send Amendment  to"
              prop="gitamep.ramrol"
            >
              <c-select
                :code="codes.ramrol1"
                v-model="model.gitamep.ramrol"
                :disabled="model.trnmod.swiadd.amemsgdonflg == ''"
                style="width: 100%"
                placeholder="请输入Request of Amendment send to"
              >
liyixun committed
499
              </c-select>
liyixun committed
500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 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 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Reason for Reduce / Discharge"
              prop="trnmod.swiadd.redrea"
            >
              <c-select
                v-model="model.trnmod.swiadd.redrea"
                style="width: 100%"
                placeholder="请输入Reason for Reduce / Discharge"
              >
                <el-option
                  v-for="item in codes.redrea"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
        <c-col :span="11" :offset="1">
          <!-- 右边不为swift格式 -->
          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Name"
              prop="gidgrp.rec.nam"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.nam"
                maxlength="40"
                placeholder="请输入name"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Amend. No Receiv."
              prop="trnmod.swiadd.amenbr"
            >
              <c-input
                v-model="model.trnmod.swiadd.amenbr"
                placeholder="请输入Amend. No Receiv."
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Actual Amendment No"
              prop="gitamep.amenbr"
            >
              <c-input
                disabled
                v-model="model.gitamep.amenbr"
                placeholder="请输入Actual Amendment No"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Old Expiry Date"
              prop="oldgidgrp.rec.expdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.oldgidgrp.rec.expdat"
                style="width: 100%"
                placeholder="请选择Old Expiry Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="Liability until"
              prop="oldgidgrp.rec.liadat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.oldgidgrp.rec.liadat"
                style="width: 100%"
                placeholder="请选择Liability until"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="变更次数"
              prop="gitamep.amenumjmg"
            >
              <c-input
                disabled
                v-model="model.gitamep.amenumjmg"
                maxlength="2"
                placeholder="请输入变更次数"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'N' &&
                model.trnmod.swiadd.newexpflg == ''
              "
              label="New Expiry Date"
              prop="trnmod.swiadd.newexpdat"
            >
              <c-date-picker
                type="date"
                v-model="model.trnmod.swiadd.newexpdat"
                style="width: 100%"
                placeholder="请输入New Liability Date"
              ></c-date-picker>
            </el-form-item>

            <c-form-item
              v-if="
                model.gitp.swiftflg == 'N' &&
                model.trnmod.swiadd.newexpflg == 'X'
              "
              label="new expiry"
              prop="gitamep.expnewtxt"
            >
              <c-input
                :disabled="model.trnmod.swiadd.newexpflg == 'X'"
                v-model="model.gitamep.expnewtxt"
                maxlength="11"
                placeholder="请输入new expiry"
              ></c-input>
            </c-form-item>
            <!-- <el-form-item v-if="model.gitp.swiftflg=='N'" label="New Liability Date" prop="trnmod.swiadd.newliadat">
                            <c-date-picker  type="date"  v-model="model.trnmod.swiadd.newliadat" style="width:100%"  placeholder="请输入New Liability Date"></c-date-picker>
                        </el-form-item> -->
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="New Liability Date"
              prop="trnmod.swiadd.newliadat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.trnmod.swiadd.newliadat"
                style="width: 100%"
                placeholder="请输入New Liability Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              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>

          <c-col :span="24">
            <c-col :span="20">
              <c-form-item
                v-if="model.gitp.swiftflg == 'N'"
                label="Text for Amendments:"
                prop="trnmod.swiadd.ameblk"
              >
                <c-input
                  type="textarea"
                  rows="4"
                  v-model="model.trnmod.swiadd.ameblk"
                  maxlength="65"
                  show-word-limit
                  placeholder="请输入Text for Amendments"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="4">
              <c-button
                v-if="model.gitp.swiftflg == 'N'"
                style="margin: 5px 0 0 10px"
                size="small"
                type="primary"
                icon="el-icon-search"
                @click="onAmebutButtxmsel"
              >
                ...
              </c-button>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'N'"
                v-model="model.trnmod.swiadd.newexpflg"
                @change="newexpflgChange"
                >Unlimited</c-checkbox
              >
            </c-col>
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'N'"
                disabled
                v-model="model.trnmod.swiadd.newliaflg"
                >Unlimited</c-checkbox
              >
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'N'"
                v-model="model.gitamep.cre767flg"
                >Create Amendment Message</c-checkbox
              >
            </c-col>
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'N'"
                v-model="model.gitamep.prtflg"
                >Choose full Text</c-checkbox
              >
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                disabled
                v-if="model.gitp.swiftflg == 'N'"
                v-model="model.gitamep.clsclmflg"
                >Close Claim</c-checkbox
              >
            </c-col>

            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'N'"
                v-model="model.gitamep.plateflg"
                @change="plateflgChange"
                >保函修改面函模板</c-checkbox
              >
            </c-col>
          </c-col>

          <!-- 右边为swift格式 -->
          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Amendment :77C:"
              prop="gitamep.ametxt"
            >
              <c-input
                type="textarea"
                :disabled="model.gitamep.ametxtflg == ''"
                v-model="model.gitamep.ametxt"
                rows="4"
                maxlength="65"
                show-word-limit
                placeholder="请输入Amendment :77C:"
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Text for Amendments:"
                prop="trnmod.swiadd.ameblk"
              >
                <c-input
                  type="textarea"
                  rows="4"
                  v-model="model.trnmod.swiadd.ameblk"
                  maxlength="65"
                  show-word-limit
                  placeholder="请输入Text for Amendments"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="4">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                style="margin: 0 0 0 10px"
                v-model="model.gitamep.amebut.chkast"
                >Allow</c-checkbox
              >
              <c-button
                v-if="model.gitp.swiftflg == 'Y'"
                style="margin: 5px 0 0 10px"
                size="small"
                type="primary"
                icon="el-icon-search"
                @click="onAmebutButtxmsel"
              >
                ...
              </c-button>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Additional Amount Covered"
              prop="trnmod.swiadd.addamtcovs20"
            >
              <c-input
                type="textarea"
                rows="4"
                :disabled="model.trnmod.swiadd.addamtflg == ''"
                v-model="model.trnmod.swiadd.addamtcovs20"
                maxlength="65"
                show-word-limit
                placeholder="请输入Additional Amount Covered"
              ></c-input>
            </c-form-item>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Additional Currency"
                prop="trnmod.swiadd.addcur"
              >
                <c-input
                  disabled
                  v-model="model.trnmod.swiadd.addcur"
                  maxlength="3"
                  placeholder="请输入Additional Currency"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label-width="5px"
                prop="trnmod.swiadd.addamt"
              >
                <c-input
                  :disabled="model.trnmod.swiadd.addamtflg == ''"
                  v-model="model.trnmod.swiadd.addamt"
                  @blur="addamtBlur"
liyixun committed
869
                  
liyixun committed
870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931
                  placeholder="请输入Additional Amount"
                ></c-input>
              </c-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.trnmod.swiadd.reqcan"
                @change="reqcanChange"
                >Cancellation Request</c-checkbox
              >
            </c-col>
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.trnmod.swiadd.amemsgdonflg"
                >Create Amendment Message</c-checkbox
              >
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitamep.prtflg"
                >Choose full Text</c-checkbox
              >
            </c-col>
            <c-col :span="6" :offset="6">
              <c-checkbox
                disabled
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitamep.clsclmflg"
                >Close Claim</c-checkbox
              >
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.trnmod.swiadd.addamtflg"
                @change="addamtflgChange"
                >Add .Amount</c-checkbox
              >
            </c-col>
            <c-col :span="6" :offset="6">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                :disabled="model.trnmod.swiadd.amemsgdonflg == ''"
                v-model="model.gitamep.ametxtflg"
                >Amendments Modify</c-checkbox
              >
            </c-col>
          </c-col>
        </c-col>
      </c-col>
    </c-row>
    <!-- SF002083 : Reference -->
liyixun committed
932 933 934
  </div>
</template>
<script>
liyixun committed
935
import Api from "~/service/Api";
liyixun committed
936
import commonProcess from "~/mixin/commonProcess";
liyixun committed
937 938
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitame/Event";
liyixun committed
939
import Utils from "~/utils";
liyixun committed
940 941

export default {
liyixun committed
942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  computed: {},

  methods: {
    ...Event,
    async plateflgChange() {
      let rtnmsg = await this.executeRule("gitamep.plateflg");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },
    
    async addamtflgChange() {
      let rtnmsg = await this.executeDefault("trnmod.swiadd.addamt");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },
liyixun committed
965

liyixun committed
966 967 968 969 970
    async reqcanChange() {
      let rtnmsg = await this.executeDefault("gitamep.ametxt");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
liyixun committed
971
    },
liyixun committed
972 973 974 975 976 977

    async newexpflgChange() {
      let rtnmsg = await this.executeRule("swiadd.newexpflg");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
liyixun committed
978
    },
liyixun committed
979 980 981 982 983 984

    async newamtBlur() {
      let rtnmsg = await this.executeRule("trnmod.swiadd.newamt");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
liyixun committed
985
    },
liyixun committed
986 987 988 989 990 991

    async ameamtBlur() {
      let rtnmsg = await this.executeDefault("trnmod.swiadd.newamt");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
liyixun committed
992
    },
liyixun committed
993

liyixun committed
994
    async addamtBlur() {
liyixun committed
995
      let rtnmsg = await this.executeDefault("trnmod.swiadd.addamt");
liyixun committed
996 997 998 999 1000 1001 1002
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },
  },
  created: function () {},
};
liyixun committed
1003 1004 1005
</script>
<style>
</style>