Gitsetp1.vue 33.1 KB
Newer Older
panziyi committed
1 2 3
<template>
  <div class="eibs-tab">
    <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 65 66
        <el-form-item
          style="margin-left:20px"
          label="Unlimited     Liability"
        >
        </el-form-item>
      </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 81 82 83
        <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>
      </c-col>


panziyi committed
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
      <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 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.gcthdr"
                disabled
                @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
127 128 129 130 131 132
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
        </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>
      <c-col :span="5">
panziyi committed
151 152 153 154 155 156 157 158 159
        <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
          >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=""
            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">
        <el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
panziyi committed
203
          <c-input
panziyi committed
204 205 206 207
            v-model="model.gidgrp.rec.gartyp"
            placeholder="请输入Type of Undertaking"
            disabled
          >
panziyi committed
208

panziyi committed
209
       <c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
panziyi committed
210 211 212 213 214 215 216
        <el-form-item
          
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>
                  
panziyi committed
217
       <c-col :span="24" v-if="model.gidgrp.rec.liadat!=''" >
panziyi committed
218 219 220 221 222
        <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
223
          </c-input>
panziyi committed
224 225 226 227 228 229 230 231 232 233 234 235
        </el-form-item>
      </c-col>
      <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>
panziyi committed
236 237
    </c-col>
    <c-col :span="11" :offset="1">
panziyi committed
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
      <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=""
            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>
panziyi committed
325
    </c-col>
panziyi committed
326

panziyi committed
327 328 329
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>
panziyi committed
330

panziyi committed
331
    <c-col :span="11" style="margin-top: 15px">
panziyi committed
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
      <c-col :span="24">
        <el-form-item label="Select Rejection type " prop="lettername">
          <c-input
            v-model="model.lettername"
            maxlength="40"
            placeholder="请输入Select Rejection type"
          ></c-input>
        </el-form-item>
      </c-col>
      <!-- <c-col :span="12">
        <el-form-item label="new datafield" prop="rejtypsel">
            <c-input  v-model="model.rejtypsel" maxlength="1"  placeholder="请输入new datafield"></c-input>
        </el-form-item>
       </c-col> -->

      <!-- <c-col :span="12" >
         <div style="margin-top: 20px" border-style:solid>
    <el-radio-group v-model="model.rejtypsel" size="small">
      <el-radio label="Pending instructions" ></el-radio>
      <el-radio label="Outright,return documents"></el-radio>
    </el-radio-group>
  </div>
</c-col> -->
      <c-col :span="12">
        <el-card class="box-card">
          <template>
panziyi committed
358 359 360 361 362 363 364 365
            <el-radio
              v-model="model.rejtypsel"
              label="Pending instructions"
            ></el-radio>
            <el-radio
              v-model="model.rejtypsel"
              label="Outright,return documents"
            ></el-radio>
panziyi committed
366 367 368 369 370 371 372 373
          </template>
        </el-card>
      </c-col>
      <c-col :span="12">
        <el-form-item label=" Message Date" prop="gcdgrp.rec.msgdat">
          <c-date-picker
            type="date"
            v-model="model.gcdgrp.rec.msgdat"
panziyi committed
374
            style="width: 100%"
panziyi committed
375 376 377 378 379 380 381
            placeholder="请选择 Message Date"
          ></c-date-picker>
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <c-checkbox
          v-model="model.mtabut.clsflgp"
panziyi committed
382
          style="margin-left: 32px"
panziyi committed
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
          :disabled="model.rejtypsel != 'Outright,return documents'"
          >Close Contract</c-checkbox
        >
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="Reason of Rejection"
          prop="trnmod.swiadd.strinfs20"
        >
          <c-input
            type="textarea"
            v-model="model.trnmod.swiadd.strinfs20"
            maxlength="50"
            :rows="10"
            show-word-limit
            placeholder="请输入Reason of Rejection"
          ></c-input>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="22">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
            <c-input type="textarea" v-model="model.gcdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents" ></c-input>
        </el-form-item>
        </c-col>
<c-col :span="2">
 <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 1px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">...</span>
              </c-button>
   </c-col> -->

      <c-col :span="24">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
          <c-fullbox>
            <c-input
              type="textarea"
              v-model="model.gcdgrp.blk.disdoc"
              maxlength="35"
              rows="3"
              show-word-limit
              placeholder="请输入Disposal of Documents"
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 0 0 10px; padding: 1px 1px"
                size="small"
                type="primary"
panziyi committed
437 438 439 440 441 442 443 444 445 446
                @click="
                  showGridPromptDialog(
                    'gctp.disdoc.buttxmsel',
                    null,
                    null,
                    { TXT: 'gcdgrp.blk.disdoc' },
                    { TXT: false },
                    'doxpDialog'
                  )
                "
panziyi committed
447 448 449 450 451 452 453 454 455
              >
                <span style="font-family: '宋体'; font-weight: bold">...</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
    </c-col>

panziyi committed
456
    <c-col :span="11" :offset="1" style="margin-top: 15px">
panziyi committed
457 458 459 460 461 462 463 464
      <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
          >
panziyi committed
465 466 467 468 469 470 471
          <el-option
              v-for="item in codes.docprbrol"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
          </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"
            disabled
            placeholder="请输入Reference "
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
panziyi committed
488
        <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
panziyi committed
489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504
          <c-fullbox>
            <c-input
              disabled
              v-model="model.gcdgrp.prb.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
            ></c-input>
            <template slot="footer">
              <c-button
                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>
panziyi committed
505 506 507 508 509 510 511
              <c-button
                size="small"
                type="primary"
                style="margin: 0 0"
                @click="onPrbpDet"
              >
                Details
panziyi committed
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
              </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">
        <el-form-item  label="名称地址" prop="gcdgrp.prb.namelc">
            <c-input :disabled="model.gcdgrp.rec.docprbrol=='BEN'" type="textarea" v-model="model.gcdgrp.prb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col> -->
      <!-- 
      <c-col :span="24">
        <el-form-item :disabled="model.gcdgrp.rec.docprbrol=='BEN'" label="地址" prop="gcdgrp.prb.adrelc">
            <c-input :disabled="model.gcdgrp.rec.docprbrol=='BEN'"  type="textarea" v-model="model.gcdgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col> -->

      <!-- <c-col :span="24">
        <el-form-item label="Payer" prop="gcdgrp.rec.payrol">
            <c-select v-model="model.gcdgrp.rec.payrol" style="width:100%" placeholder="请选择Payer"  
            @change="onPayrol">
            <el-option
                  v-for="item in codes.payrol"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
       -->

      <c-col :span="24">
        <c-form-item label="Payer" prop="gcdgrp.rec.payrol">
          <c-select
            v-model="model.gcdgrp.rec.payrol"
            placeholder="请选择Payer"
            style="width: 100%"
            disabled
          >
            <el-option
panziyi committed
568
              v-for="item in codes.payrol"
panziyi committed
569 570 571 572 573 574 575
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </c-form-item>
      </c-col>
panziyi committed
576

panziyi committed
577
      <c-col :span="24">
panziyi committed
578
        <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
panziyi committed
579 580 581 582
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.oth.pts.extkey"
              maxlength="16"
panziyi committed
583
              disabled
panziyi committed
584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599
              placeholder="请输入External Key of Address"
            >
            </c-input>
            <template slot="footer">
              <c-button
                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
                style="margin: 0 0"
                size="small"
                type="primary"
panziyi committed
600
                @click="onOthpDet"
panziyi committed
601 602 603 604 605 606 607 608 609 610 611 612 613 614 615
              >
                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"
            rows="4"
            v-model="model.gcdgrp.oth.pts.adrblk"
            maxlength="100"
panziyi committed
616
            disabled
panziyi committed
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 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 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- <c-col :span="12">
        <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="Select Rejection type" prop="lettername">
            <c-input  v-model="model.lettername" maxlength="40"  placeholder="请输入Select Rejection type"></c-input>
        </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="new datafield" prop="rejtypsel">
            <c-input  v-model="model.rejtypsel" maxlength="1"  placeholder="请输入new datafield"></c-input>
        </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="Rejection Message Date" prop="gcdgrp.rec.msgdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.msgdat" style="width:100%"  placeholder="请选择Rejection Message Date"></c-date-picker>
        </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.mtabut.clsflg">Close Flag</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">
        <el-form-item label="Reason of Rejection" prop="trnmod.swiadd.strinfs20">
            <c-input type="textarea" v-model="model.trnmod.swiadd.strinfs20" maxlength="50" show-word-limit placeholder="请输入Reason of Rejection" ></c-input>
        </el-form-item>
        </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>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
            <c-input type="textarea" v-model="model.gcdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onDisdocButtxmsel">
            ...
        </c-button>
       </c-col> -->
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitcrj/Event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
panziyi committed
949
    return {};
panziyi committed
950
  },
panziyi committed
951
  methods: { ...Event },
panziyi committed
952 953 954 955 956
  created: function () {},
};
</script>
<style>
</style>