Gitsetp1.vue 31.3 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
panziyi committed
3
    <c-col :span="11">
panziyi committed
4
      <c-col :span="16" v-if="model.gidgrp.rec.expflg=='X'||model.gidgrp.rec.expdat!=''">
panziyi committed
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
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

panziyi committed
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
     <c-col :span="24" v-if="model.gidgrp.rec.expflg!='X'&&model.gidgrp.rec.expdat==''">
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="8" v-if="model.gidgrp.rec.expflg=='X'">
panziyi committed
60 61 62 63 64
        <el-form-item
          style="margin-left:20px"
          label="Unlimited     Liability"
        >
        </el-form-item>
panziyi committed
65 66
      </c-col>

panziyi committed
67
      <c-col :span="8" v-if="model.gidgrp.rec.expdat!=''">
panziyi committed
68 69 70 71 72 73 74 75 76 77 78 79 80
        <el-form-item
          label="Validity"
          label-width="50px"
          prop="gidgrp.rec.expdat"  
        >
          <c-date-picker
            type="date"
            v-model="model.gidgrp.rec.expdat"
            disabled
            style="width: 100%"
            placeholder="请选择Valid until"
          ></c-date-picker>
        </el-form-item>
panziyi committed
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
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="Claim Number"
          prop="gcdgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.recget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                size="small"
                type="primary"
                v-model="model.gctp.getrefbut"
panziyi committed
110
                disabled
panziyi committed
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
                @click="onGctpGetrefbut"
              >
                Get ref.
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="11">
        <c-form-item
          label="Amount Claimed"
          prop="gcdgrp.cbs.max.cur"
          previewLabel="信用证币种"
        >
panziyi committed
126 127 128 129 130 131
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
        </c-form-item>
      </c-col>

      <c-col :span="8">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.max.amt"
            placeholder=""
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

panziyi committed
150 151 152 153 154 155 156 157 158 159
      <c-col :span="5">
        <c-checkbox
          v-model="model.gctp.gcthdr"
          disabled
          style="
            margin-left: 18px;
            height: 32px;
            line-height: 32px;
            padding-bottom: 2px;
          "
panziyi committed
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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
          >Add. Amount
        </c-checkbox>
      </c-col>

      <c-col :span="11">
        <c-form-item
          label="Open Amount"
          prop="gcdgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gcdgrp.cbs.opn1.cur"
            placeholder=""
            @keyup.enter.native="nom1CurEvent"
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="8">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.opn1.amt"
            placeholder="请输入"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
panziyi committed
204
        <el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
panziyi committed
205
          <c-select
panziyi committed
206
            disabled
panziyi committed
207 208
            v-model="model.gidgrp.rec.gartyp"
            style="width: 100%"
panziyi committed
209 210
            placeholder="请选择type of Undertaking"
            :code="codes.typgar2"
panziyi committed
211 212 213 214
          >
          </c-select>
        </el-form-item>
      </c-col>
panziyi committed
215
 <c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
panziyi committed
216 217 218 219 220 221 222
        <el-form-item
          
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>
                  
panziyi committed
223
       <c-col :span="24" v-if="model.gidgrp.rec.liadat!=''" >
panziyi committed
224 225 226 227
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" disabled style="width:100%"  placeholder="请选择Liability until"></c-date-picker>
        </el-form-item>
       </c-col>
panziyi committed
228 229 230 231 232 233 234 235 236 237 238 239 240

      <c-col :span="24">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
          <c-input
            v-model="model.gcdgrp.rec.clmdat"
            maxlength="40"
            disabled
            placeholder="请输入Date of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

panziyi committed
241
    <c-col :span="11" :offset="1">
panziyi committed
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
      <c-col :span="12">
        <c-form-item
          label="Open Amount"
          prop="gidgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gidgrp.cbs.opn1.cur"
            placeholder=""
            @keyup.enter.native="nom1CurEvent"
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gidgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gidgrp.cbs.opn1.amt"
            placeholder=""
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Name" prop="gcdgrp.rec.nam">
          <c-input
            v-model="model.gcdgrp.rec.nam"
            maxlength="40"
            placeholder="请输入Externally Displayed Name to Identify the Contract"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Applicant   ref. " prop="gcdgrp.apl.pts.ref">
          <c-input
            v-model="model.gcdgrp.apl.pts.ref"
            maxlength="16"
            placeholder="请输入Applicant"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.apl.pts.nam">
          <c-input
            v-model="model.gcdgrp.apl.pts.nam"
            maxlength="40"
            placeholder="请输入Name of Party"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="Beneficiary  ref." prop="gcdgrp.ben.pts.ref">
          <c-input
            v-model="model.gcdgrp.ben.pts.ref"
            maxlength="16"
            placeholder="请输入Beneficiary"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.ben.pts.nam">
          <c-input
            v-model="model.gcdgrp.ben.pts.nam"
            maxlength="40"
            placeholder="请输入"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- 中间 -->
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>

    <c-col :span="11" style="margin-top: 15px">
      <c-col :span="12">
        <c-form-item
          label="Amount Claimed"
          prop="gcdgrp.cbs.max.cur"
          previewLabel="信用证币种"
        >
panziyi committed
344 345 346 347 348 349
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
350 351 352 353
        </c-form-item>
      </c-col>

      <c-col :span="12">
panziyi committed
354
        <c-form-item
panziyi committed
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max.amt"
        >
          <c-input-currency
            disabled
            v-model="model.gcdgrp.cbs.max.amt"
            placeholder=""
          ></c-input-currency>
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          label="Draw Add.Amount"
          prop="gcdgrp.cbs.opn2.cur"
          previewLabel="信用证币种"
        >
panziyi committed
373 374 375 376 377 378
          <c-input
            v-model="model.gcdgrp.cbs.opn2.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
        </c-form-item>
      </c-col>

      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max2.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.max2.amt"
            placeholder=""
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>
      <c-col :span="24" class="centerLable marginLable">
panziyi committed
397
        <c-checkbox v-model="model.gtisetp1" disabled
panziyi committed
398 399 400 401
          >Payment under Cancelation of Guarantee</c-checkbox
        >
      </c-col>
      <c-col :span="12" class="centerLable marginLable">
panziyi committed
402
        <c-checkbox v-model="model.mtabut.clsflg" 
panziyi committed
403
          >Close Contract
panziyi committed
404 405 406
        </c-checkbox>
      </c-col>
      <c-col :span="12" class="centerLable marginLable">
panziyi committed
407
        <c-checkbox v-model="model.gcdgrp.rec.frepayflg"
panziyi committed
408 409 410
          >Free of payment</c-checkbox
        >
      </c-col>
panziyi committed
411 412 413 414 415
      <c-col :span="24" style="margin-top: 10px">
        <el-form-item
          label="Fields for outgoing SWIFT MT 769"
          label-width="200px"
        >
panziyi committed
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
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="Date of Reduction" prop="gidgrp.rec.reddat">
          <c-input
            v-model="model.gidgrp.rec.reddat"
            maxlength="40"
            disabled
            placeholder="请输入Date of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="Amount Specification" prop="gidgrp.tag39c">
          <c-input
            type="textarea"
            rows="4"
            v-model="model.gidgrp.tag39c"
            maxlength="50"
            show-word-limit
            disabled
            placeholder="请输入Text of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
panziyi committed
441
      <c-col :span="24" :offset="19">
panziyi committed
442 443 444
        <c-checkbox v-model="model.Gitsetp1" disabled style="margin-left: 15px"
          >Creat MT 732</c-checkbox
        >
panziyi committed
445
      </c-col>
panziyi committed
446 447 448 449 450
      <c-col :span="24" :offset="19" v-if="false">
        <c-checkbox v-model="model.Gitsetp1" disabled style="margin-left: 15px"
          >Send MT 742</c-checkbox
        >
      </c-col>
panziyi committed
451 452
    </c-col>

panziyi committed
453
    <c-col :span="11" :offset="1" style="margin-top: 15px">
panziyi committed
454 455 456
      <!-- <c-col :span="24">
        <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
            <c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by" 
457
           
panziyi committed
458 459 460 461 462 463 464 465 466 467 468 469 470
            :code="codes.docprbrol">
              </c-select>
        </el-form-item>
       </c-col> -->
      <c-col :span="24">
        <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
          <c-select
            v-model="model.gcdgrp.rec.docprbrol"
            placeholder="请选择Presented by"
            style="width: 100%"
            disabled
          >
            <el-option
panziyi committed
471
              v-for="item in codes.docprbrol"
panziyi committed
472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Reference " prop="gcdgrp.prb.pts.ref">
          <c-input
            v-model="model.gcdgrp.prb.pts.ref"
            maxlength="16"
            placeholder="请输入Reference "
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
panziyi committed
492
        <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
panziyi committed
493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517
          <c-fullbox>
            <c-input
              disabled
              v-model="model.gcdgrp.prb.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.prb.pts.extkey')
              "
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.prbp.ptsget.sdamod.seainf"
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                size="small"
                type="primary"
                v-model="model.gctp.prbp.det"
                style="margin: 0 0"
panziyi committed
518
                @click="onPrbpDet"
panziyi committed
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
              >
                Temp.
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.prb.pts.adrblk">
          <c-input
            disabled
            type="textarea"
            rows="4"
            v-model="model.gcdgrp.prb.pts.adrblk"
            maxlength="100"
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <c-form-item label="Payer" prop="gcdgrp.rec.payrol">
          <c-select
            v-model="model.gcdgrp.rec.payrol"
            placeholder="请选择Payer"
            style="width: 100%"
panziyi committed
546
             @change="eventFunction('gcdgrp.rec.payrol')"
panziyi committed
547 548
          >
            <el-option
panziyi committed
549
              v-for="item in codes.payrol"
panziyi committed
550 551 552 553 554 555 556 557 558
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="24">
panziyi committed
559
        <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
panziyi committed
560 561 562 563 564
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.oth.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
panziyi committed
565
              :disabled="model.gcdgrp.rec.payrol!='OTH'"
panziyi committed
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.oth.pts.extkey')
              "
            >
            </c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.othp.ptsget.sdamod.seainf"
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                v-model="model.gctp.othp.det"
                style="margin: 0 0"
                size="small"
                type="primary"
panziyi committed
586
                @click="onOthpDet"
panziyi committed
587 588 589 590 591 592 593 594 595 596 597 598
              >
                Details
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.oth.pts.adrblk">
          <c-input
            type="textarea"
panziyi committed
599
            rows="4"
panziyi committed
600
            v-model="model.gcdgrp.oth.pts.adrblk"
panziyi committed
601
            :disabled="model.gcdgrp.rec.payrol!='OTH'"
panziyi committed
602 603 604 605 606 607 608 609 610
            maxlength="100"
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- <c-col :span="12">
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 869 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
        <el-form-item label="Drag  Drop Sender" prop="gctp.gidget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.gidget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Guarantee" prop="gidgrp.rec.ownref">
            <c-input  v-model="model.gidgrp.rec.ownref" maxlength="16"  placeholder="请输入Guarantee"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.gidget.sdamod.seainf">
            <c-input  v-model="model.gctp.gidget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.expfldlab"   data-path=".gctp.expfldlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.explab"   data-path=".gctp.explab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Valid until" prop="gidgrp.rec.expdat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.expdat" style="width:100%"  placeholder="请选择Valid until"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Currency" prop="gidgrp.cbs.opn1.cur">
            <c-input  v-model="model.gidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Currency"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gidgrp.cbs.opn1.amt">
            <c-input  v-model="model.gidgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Claim Number" prop="gcdgrp.rec.ownref">
            <c-input  v-model="model.gcdgrp.rec.ownref" maxlength="16"  placeholder="请输入Claim Number"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.recget.sdamod.seainf">
            <c-input  v-model="model.gctp.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onGctpGetrefbut">
            Get ref.
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.recget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Externally Displayed Name to Identify the Contract" prop="gcdgrp.rec.nam">
            <c-input  v-model="model.gcdgrp.rec.nam" maxlength="40"  placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Claimed" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入Amount Claimed"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gctp.adaflg">Add. Amount</c-checkbox>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Applicant" prop="gcdgrp.apl.pts.ref">
            <c-input  v-model="model.gcdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入Applicant"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
            <c-input  v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.opn1.amt">
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="gcdgrp.apl.pts.nam">
            <c-input  v-model="model.gcdgrp.apl.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
            <c-select v-model="model.gidgrp.rec.gartyp" style="width:100%" placeholder="请选择Type of Undertaking">
              </c-select>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.aplmullab"   data-path=".gctp.aplmullab" > </span>
	</c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Beneficiary" prop="gcdgrp.ben.pts.ref">
            <c-input  v-model="model.gcdgrp.ben.pts.ref" maxlength="16"  placeholder="请输入Beneficiary"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.liafldlab"   data-path=".gctp.liafldlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.lialab"   data-path=".gctp.lialab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" style="width:100%"  placeholder="请选择Liability until"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="gcdgrp.ben.pts.nam">
            <c-input  v-model="model.gcdgrp.ben.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.clmdat" style="width:100%"  placeholder="请选择Date of Claim"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
            <c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by">
              </c-select>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Reference" prop="gcdgrp.prb.pts.ref">
            <c-input  v-model="model.gcdgrp.prb.pts.ref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="附加金额" prop="gcdgrp.cbs.opn2.cur">
            <c-select v-model="model.gcdgrp.cbs.opn2.cur" style="width:100%" placeholder="请选择附加金额">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="附加金额" prop="gcdgrp.cbs.max2.amt">
            <c-input  v-model="model.gcdgrp.cbs.max2.amt"  placeholder="请输入附加金额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.prbp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="gcdgrp.prb.pts.extkey">
            <c-input  v-model="model.gcdgrp.prb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.prbp.ptsget.sdamod.seainf">
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onPrbpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gcdgrp.rec.cannowflg">Payment under Cancelation of Guarantee</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="gcdgrp.prb.namelc">
            <c-input type="textarea" v-model="model.gcdgrp.prb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="gcdgrp.prb.pts.adrblk">
            <c-input type="textarea" v-model="model.gcdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="gcdgrp.prb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gcdgrp.prb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.mtabut.clsflg">Close Flag</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="gcdgrp.prb.adrelc">
            <c-input type="textarea" v-model="model.gcdgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Payer" prop="gcdgrp.rec.payrol">
            <c-select v-model="model.gcdgrp.rec.payrol" style="width:100%" placeholder="请选择Payer">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.othp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="gcdgrp.oth.pts.extkey">
            <c-input  v-model="model.gcdgrp.oth.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.othp.ptsget.sdamod.seainf">
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onOthpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="gcdgrp.oth.namelc">
            <c-input type="textarea" v-model="model.gcdgrp.oth.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="gcdgrp.oth.pts.adrblk">
            <c-input type="textarea" v-model="model.gcdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="gcdgrp.oth.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gcdgrp.oth.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="gcdgrp.oth.adrelc">
            <c-input type="textarea" v-model="model.gcdgrp.oth.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
panziyi committed
902
        </c-col> -->
903 904 905
  </div>
</template>
<script>
panziyi committed
906
import Api from "~/service/Api";
wangren committed
907
import commonProcess from "~/mixin/commonProcess";
panziyi committed
908 909
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitset/Event";
910 911

export default {
panziyi committed
912 913 914 915
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
panziyi committed
916
    return {};
panziyi committed
917
  },
panziyi committed
918
  methods: { ...Event },
panziyi committed
919 920
  created: function () {},
};
921 922
</script>
<style>
panziyi committed
923 924 925 926 927 928 929 930 931
.centerLable {
  margin-left: -10px;
  height: 32px;
  line-height: 32px;
  padding-bottom: 2px;
}
.marginLable {
  padding-left: 150px;
}
932
</style>
panziyi committed
933