Ovwp.vue 63.8 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
liyixun committed
3 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
    <!-- <c-row> -->
    <c-col :span="24">
      <!-- ==================左边================ -->
      <c-col :span="12">
        <c-col :span="24">
          <el-form-item label="Reference" prop="gidgrp.rec.ownref">
            <c-fullbox>
              <c-input
                v-model="model.gidgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入Reference"
                :disabled="model.gitp.swiftflg != 'N'"
              ></c-input>
              <template slot="footer">
                <!-- <el-form-item label="" label-width="5px"> -->
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span
                    style="
                      font-size: 15px;
                      font-family: '宋体';
                      font-weight: bold;
                    "
                    >i</span
30
                  >
liyixun committed
31
                </c-button>
32

liyixun committed
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 60 61 62 63 64 65 66 67
                <c-button
                  style="margin: 0 0"
                  :disabled="this.flag"
                  size="small"
                  type="primary"
                  @click="onGitpButgetref"
                >
                  获取
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Responsible User" prop="gitp.usr.extkey">
            <c-fullbox>
              <c-input
                v-model="model.gitp.usr.extkey"
                maxlength="8"
                placeholder="请输入Responsible User"
                :disabled="model.gitp.swiftflg == ''"
              ></c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span
                    style="
                      font-size: 15px;
                      font-family: '宋体';
                      font-weight: bold;
                    "
                    >i</span
liyixun committed
68
                  >
liyixun committed
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <c-col :span="24" v-if="model.gitp.swiftflg != 'Y'">
          <c-col :span="12">
            <el-form-item label="Guarantee Amount" prop="gidgrp.cbs.max.cur">
              <c-select
                v-model="model.gidgrp.cbs.max.cur"
                style="width: 100%"
                placeholder="请选择Guarantee Amount"
                :code="codes.gitopn_cur"
              >
              </c-select>
liyixun committed
85 86
            </el-form-item>
          </c-col>
liyixun committed
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101

          <c-col :span="8">
            <el-form-item label-width="5px" prop="gidgrp.cbs.max.amt">
              <c-input
                v-model="model.gidgrp.cbs.max.amt"
                style="width: 80%"
                placeholder="请输入Guarantee Amount"
                @blur="defaultFunction('gidgrp.cbs.opn1.amt')"
                @keyup.enter.native="
                  defaultFunction(
                    'gidgrp.cbs.opn1.amt',
                    model.gidgrp.cbs.opn1.amt
                  )
                "
              ></c-input>
102 103
            </el-form-item>
          </c-col>
liyixun committed
104 105 106
          <c-col :span="4" class="centerLable">
            <c-checkbox disabled v-model="model.gitp.dzbhflg"
              >电子保函标志</c-checkbox
liyixun committed
107
            >
liyixun committed
108 109 110 111 112 113 114 115 116 117 118
          </c-col>
        </c-col>

        <c-col :span="24" v-if="model.gitp.swiftflg == 'Y'">
          <c-col :span="12">
            <el-form-item label="Guarantee Amount" prop="gidgrp.cbs.max.cur">
              <c-select
                v-model="model.gidgrp.cbs.max.cur"
                style="width: 100%"
                placeholder="请选择Guarantee Amount"
                :code="codes.gitopn_cur"
liyixun committed
119
              >
liyixun committed
120 121
              </c-select>
            </el-form-item>
122 123
          </c-col>

liyixun committed
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
          <c-col :span="12">
            <el-form-item label-width="5px" prop="gidgrp.cbs.max.amt">
              <c-input
                v-model="model.gidgrp.cbs.max.amt"
                style="width: 100%"
                placeholder="请输入Guarantee Amount"
                @blur="defaultFunction('gidgrp.cbs.opn1.amt')"
                @keyup.enter.native="
                  defaultFunction(
                    'gidgrp.cbs.opn1.amt',
                    model.gidgrp.cbs.opn1.amt
                  )
                "
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24" v-if="model.gitp.swiftflg == 'Y'">
          <c-col :span="12">
            <el-form-item label="Open Amount" prop="gidgrp.cbs.opn1.cur">
              <c-input
                disabled
                v-model="model.gidgrp.cbs.opn1.cur"
                style="width: 100%"
                placeholder="请输入Open Amount"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="8">
            <el-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
liyixun committed
155 156
              <c-input
                disabled
157
                v-model="model.gidgrp.cbs.opn1.amt"
liyixun committed
158
                style="width: 80%"
159 160
                placeholder="请输入Balance"
              ></c-input>
liyixun committed
161
            </el-form-item>
162
          </c-col>
liyixun committed
163 164 165 166 167 168 169 170 171 172 173
          <c-col :span="4" class="centerLable">
            <c-checkbox v-model="model.gitp.inc760">incoming lose</c-checkbox>
          </c-col>
        </c-col>

        <c-col :span="24" v-if="model.gitp.swiftflg != 'Y'">
          <c-col :span="12">
            <el-form-item label="Open Amount" prop="gidgrp.cbs.opn1.cur">
              <c-input
                disabled
                v-model="model.gidgrp.cbs.opn1.cur"
liyixun committed
174
                style="width: 100%"
liyixun committed
175 176
                placeholder="请输入Open Amount"
              ></c-input>
liyixun committed
177
            </el-form-item>
178
          </c-col>
liyixun committed
179 180 181 182 183
          <c-col :span="12">
            <el-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
              <c-input
                disabled
                v-model="model.gidgrp.cbs.opn1.amt"
liyixun committed
184
                style="width: 100%"
liyixun committed
185 186
                placeholder="请输入Balance"
              ></c-input>
liyixun committed
187
            </el-form-item>
188
          </c-col>
liyixun committed
189 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 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 344 345 346 347 348 349 350 351 352 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 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 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 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
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y'"
            label="Incoming Purpose "
            prop="gidgrp.rec.purposin"
          >
            <c-select
              :disabled="model.gitp.inc760 == ''"
              v-model="model.gidgrp.rec.purposin"
              style="width: 100%"
              placeholder="请选择Incoming Purpose "
              :code="codes.purposin"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == ''"
            label="Outgoing Purpose"
            prop="gidgrp.rec.purpos"
          >
            <c-select
              v-model="model.gidgrp.rec.purpos"
              style="width: 100%"
              placeholder="请选择Outgoing Purpose"
            >
              <el-option
                v-for="item in codes.purpos1"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == 'ICCO'
            "
            label="Outgoing Purpose"
            prop="gidgrp.rec.purpos"
          >
            <c-select
              v-model="model.gidgrp.rec.purpos"
              style="width: 100%"
              placeholder="请选择Outgoing Purpose"
            >
              <el-option
                v-for="item in codes.purpos2"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == 'ISCO'
            "
            label="Outgoing Purpose"
            prop="gidgrp.rec.purpos"
          >
            <c-select
              v-model="model.gidgrp.rec.purpos"
              style="width: 100%"
              placeholder="请选择Outgoing Purpose"
            >
              <el-option
                v-for="item in codes.purpos3"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == 'ISSU'
            "
            label="Outgoing Purpose"
            prop="gidgrp.rec.purpos"
          >
            <c-select
              v-model="model.gidgrp.rec.purpos"
              style="width: 100%"
              placeholder="请选择Outgoing Purpose"
            >
              <el-option
                v-for="item in codes.purpos4"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == ''"
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
              :code="codes.hndtyp2"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'N'"
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp8"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == 'ISCO'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp1"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' && model.gidgrp.rec.purposin == 'ICCO'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp1"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purposin == 'ISSU' &&
              model.gidgrp.rec.purpos == 'ISCO'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp4"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purposin == 'ISSU' &&
              model.gidgrp.rec.purpos == 'ISSU'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp3"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purposin == 'ISSU' &&
              model.gidgrp.rec.purpos == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp5"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purposin == 'ISSU' &&
              model.gidgrp.rec.purpos == 'ADVI'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp6"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purposin == 'ISSU' &&
              model.gidgrp.rec.purpos == 'ACNF'
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp7"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purpos == '' &&
              model.gidgrp.rec.purposin == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp2"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purpos == 'ISSU' &&
              model.gidgrp.rec.purposin == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp3"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              (model.gidgrp.rec.purpos == 'ISCO' ||
                model.gidgrp.rec.purpos == 'ICCO') &&
              model.gidgrp.rec.purposin == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp4"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purpos == 'ADVI' &&
              model.gidgrp.rec.purposin == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp6"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'Y' &&
              model.gidgrp.rec.purpos == 'ACNF' &&
              model.gidgrp.rec.purposin == ''
            "
            label="Handling Type"
            prop="gidgrp.rec.hndtyp"
          >
            <c-select
              v-model="model.gidgrp.rec.hndtyp"
              style="width: 100%"
              placeholder="请选择Handling Type"
            >
              <el-option
                v-for="item in codes.hndtyp7"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <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"
            >
              <el-option
                v-for="item in codes.seagtyp"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
666

liyixun committed
667
        <c-col :span="24">
668
          <c-col :span="24">
liyixun committed
669
            <el-form-item
liyixun committed
670 671 672
              v-if="model.gitp.swiftflg == 'Y'"
              label="Form of Undertaking"
              prop="gidgrp.rec.legfrm"
liyixun committed
673 674
            >
              <c-select
liyixun committed
675
                v-model="model.gidgrp.rec.legfrm"
liyixun committed
676
                style="width: 100%"
liyixun committed
677
                placeholder="请选择Form of Undertaking"
liyixun committed
678 679
              >
                <el-option
liyixun committed
680
                  v-for="item in codes.legfrm"
liyixun committed
681 682 683 684 685 686 687
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
688
          </c-col>
liyixun committed
689
        </c-col>
690

liyixun committed
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
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y'"
            label="Demand Indicator"
            prop="gidgrp.rec.demand"
          >
            <c-select
              v-model="model.gidgrp.rec.demand"
              style="width: 100%"
              placeholder="请选择Demand Indicator"
            >
              <el-option
                v-for="item in codes.demand"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="面函标题"
            prop="gitp.lettername"
          >
            <c-input
              v-model="model.gitp.lettername"
              maxlength="60"
              placeholder="请输入面函标题"
            ></c-input>
          </el-form-item>
        </c-col>
        <!-- <c-col :span="4">
                    <span style="font-size: 15px; font-family: '宋体'; font-weight: bold" v-text="model.gitp.oppbnkl"   data-path=".gitp.oppbnkl" ></span>
                </c-col> -->
        <!-- </c-col> -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="Applicable Rules" prop="gidgrp.blk.apprul">
liyixun committed
733
              <c-select
liyixun committed
734
                v-model="model.gidgrp.blk.apprul"
liyixun committed
735
                style="width: 100%"
liyixun committed
736
                placeholder="请选择Applicable Rules"
liyixun committed
737 738
              >
                <el-option
liyixun committed
739
                  v-for="item in codes.apprul"
liyixun committed
740 741 742 743 744 745 746
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
747
          </c-col>
liyixun committed
748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764
          <c-col :span="12">
            <el-form-item label-width="5px" prop="gidgrp.blk.apprultxt">
              <c-input
                :disabled="
                  model.gidgrp.blk.apprul == 'URDG' ||
                  model.gidgrp.blk.apprul == 'NONE' ||
                  model.gidgrp.blk.apprul == 'UCPR'
                "
                v-model="model.gidgrp.blk.apprultxt"
                maxlength="35"
                placeholder="请输入Applicable Rules"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>
        <c-col :span="24">
          <c-col :span="12">
liyixun committed
765
            <el-form-item
liyixun committed
766 767 768
              v-if="model.gitp.swiftflg != 'Y'"
              label="Language of Undertak."
              prop="gidgrp.rec.giduil"
liyixun committed
769 770
            >
              <c-select
liyixun committed
771
                v-model="model.gidgrp.rec.giduil"
liyixun committed
772
                style="width: 100%"
liyixun committed
773
                placeholder="请选择Language of Undertak."
liyixun committed
774 775
              >
                <el-option
liyixun committed
776
                  v-for="item in codes.uiltxt1"
liyixun committed
777 778 779 780 781 782 783
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
784
          </c-col>
liyixun committed
785
          <c-col :span="12">
liyixun committed
786
            <el-form-item
liyixun committed
787 788 789
              v-if="model.gitp.swiftflg == 'N'"
              label="核销日期"
              prop="gidgrp.rec.vrfdat"
liyixun committed
790
            >
liyixun committed
791 792 793
              <c-date-picker
                type="date"
                v-model="model.gidgrp.rec.vrfdat"
liyixun committed
794
                style="width: 100%"
liyixun committed
795 796
                placeholder="请选择核销日期"
              ></c-date-picker>
liyixun committed
797 798
            </el-form-item>
          </c-col>
liyixun committed
799
          <c-col :span="12">
liyixun committed
800
            <el-form-item
liyixun committed
801 802 803
              v-if="model.gitp.swiftflg == ''"
              label="核销日期"
              prop="gidgrp.rec.vrfdat"
liyixun committed
804
            >
liyixun committed
805 806 807 808
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.vrfdat"
809
                style="width: 100%"
liyixun committed
810 811
                placeholder="请选择核销日期"
              ></c-date-picker>
812 813
            </el-form-item>
          </c-col>
liyixun committed
814
        </c-col>
815

liyixun committed
816 817
        <c-col :span="24">
          <el-form-item
liyixun committed
818 819 820 821 822 823 824
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
              model.gidgrp.rec.giduil == ''
            "
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
liyixun committed
825 826
          >
            <c-select
liyixun committed
827
              v-model="model.gidgrp.rec.gtxinr"
liyixun committed
828
              style="width: 100%"
liyixun committed
829
              placeholder="请选择Choice of Text"
liyixun committed
830 831
            >
              <el-option
liyixun committed
832
                v-for="item in codes.gtxinr3"
liyixun committed
833 834 835
                :key="item.value"
                :label="item.label"
                :value="item.value"
836
              >
liyixun committed
837 838 839 840
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
841

liyixun committed
842 843
        <c-col :span="24">
          <el-form-item
liyixun committed
844 845 846 847 848 849 850
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
              model.gidgrp.rec.giduil == 'EN'
            "
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
liyixun committed
851 852
          >
            <c-select
liyixun committed
853
              v-model="model.gidgrp.rec.gtxinr"
liyixun committed
854
              style="width: 100%"
liyixun committed
855
              placeholder="请选择Choice of Text"
liyixun committed
856 857
            >
              <el-option
liyixun committed
858
                v-for="item in codes.gtxinr"
liyixun committed
859 860 861
                :key="item.value"
                :label="item.label"
                :value="item.value"
862
              >
liyixun committed
863 864 865 866
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
liyixun committed
867

liyixun committed
868 869
        <c-col :span="24">
          <el-form-item
liyixun committed
870 871 872 873 874 875 876 877
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
              model.gidgrp.rec.giduil == 'CN' &&
              model.gidgrp.rec.hndtyp == ''
            "
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
liyixun committed
878 879
          >
            <c-select
liyixun committed
880
              v-model="model.gidgrp.rec.gtxinr"
liyixun committed
881
              style="width: 100%"
liyixun committed
882
              placeholder="请选择Choice of Text"
liyixun committed
883 884
            >
              <el-option
liyixun committed
885
                v-for="item in codes.gtxinr3"
liyixun committed
886 887 888
                :key="item.value"
                :label="item.label"
                :value="item.value"
889
              >
liyixun committed
890 891 892 893
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
894

liyixun committed
895 896
        <c-col :span="24">
          <el-form-item
liyixun committed
897 898 899 900 901 902
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
              model.gidgrp.rec.giduil == 'CN' &&
              model.gidgrp.rec.hndtyp == 'OT'
            "
liyixun committed
903 904 905 906 907 908 909 910 911 912 913 914 915
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
              <el-option
                v-for="item in codes.gtxinr3"
                :key="item.value"
                :label="item.label"
                :value="item.value"
liyixun committed
916
              >
liyixun committed
917 918 919 920
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
921

liyixun committed
922 923 924 925 926
        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
liyixun committed
927 928
              model.gidgrp.rec.giduil == 'CN' &&
              model.gidgrp.rec.hndtyp == 'OC'
liyixun committed
929 930 931 932 933 934 935 936 937 938
            "
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
              <el-option
liyixun committed
939
                v-for="item in codes.gtxinr1"
liyixun committed
940 941 942
                :key="item.value"
                :label="item.label"
                :value="item.value"
943
              >
liyixun committed
944 945 946 947 948 949 950 951 952 953
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              model.gitp.swiftflg == 'N' &&
              model.gidgrp.rec.gartyp != '' &&
liyixun committed
954 955
              model.gidgrp.rec.giduil == 'CN' &&
              model.gidgrp.rec.hndtyp == 'OL'
liyixun committed
956 957 958 959 960 961 962 963 964 965
            "
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
              <el-option
liyixun committed
966
                v-for="item in codes.gtxinr2"
liyixun committed
967 968 969
                :key="item.value"
                :label="item.label"
                :value="item.value"
970
              >
liyixun committed
971 972 973 974 975 976 977
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
liyixun committed
978 979 980
            v-if="model.gitp.swiftflg == 'Y'"
            label="Language of Undertak."
            prop="gidgrp.rec.giduil"
liyixun committed
981 982
          >
            <c-select
liyixun committed
983
              v-model="model.gidgrp.rec.giduil"
liyixun committed
984
              style="width: 100%"
liyixun committed
985
              placeholder="请选择Language of Undertak."
liyixun committed
986 987
            >
              <el-option
liyixun committed
988
                v-for="item in codes.uiltxt2"
liyixun committed
989 990 991
                :key="item.value"
                :label="item.label"
                :value="item.value"
liyixun committed
992
              >
liyixun committed
993 994 995 996
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
997

liyixun committed
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="特殊保函类型"
              prop="gidgrp.ghd.segtyp"
            >
              <c-select
                disabled
                v-model="model.gidgrp.ghd.segtyp"
                style="width: 100%"
                placeholder="请选择特殊保函类型"
              >
                <el-option
                  v-for="item in codes.segtyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="分离式保函"
              prop="gidgrp.rec.fenlishi"
            >
              <c-select
                :disabled="
                  model.gidgrp.rec.hndtyp != 'OC' &&
                  model.gidgrp.rec.hndtyp != 'OL'
                "
                v-model="model.gidgrp.rec.fenlishi"
                style="width: 100%"
                placeholder="请选择是否分离式保函"
              >
                <el-option
                  v-for="item in codes.fenlishi2"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>

liyixun committed
1048 1049
        <c-col :span="24">
          <el-form-item
liyixun committed
1050
            v-if="model.gitp.swiftflg == 'N' && model.gidgrp.rec.gartyp == ''"
liyixun committed
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
liyixun committed
1065
            v-if="model.gitp.swiftflg == 'Y' && model.gidgrp.rec.gartyp == ''"
liyixun committed
1066 1067 1068 1069
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
liyixun committed
1070 1071 1072 1073
              :disabled="
                model.gidgrp.rec.purpos == 'ADVI' ||
                model.gidgrp.rec.purpos == 'ACNF'
              "
liyixun committed
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
liyixun committed
1084
            v-if="model.gitp.swiftflg == 'Y' && model.gidgrp.rec.gartyp != ''"
liyixun committed
1085 1086 1087 1088
            label="Choice of Text"
            prop="gidgrp.rec.gtxinr"
          >
            <c-select
liyixun committed
1089 1090 1091 1092
              :disabled="
                model.gidgrp.rec.purpos == 'ADVI' ||
                model.gidgrp.rec.purpos == 'ACNF'
              "
liyixun committed
1093 1094 1095 1096 1097
              v-model="model.gidgrp.rec.gtxinr"
              style="width: 100%"
              placeholder="请选择Choice of Text"
            >
              <el-option
liyixun committed
1098
                v-for="item in codes.gtxinr3"
liyixun committed
1099 1100 1101
                :key="item.value"
                :label="item.label"
                :value="item.value"
liyixun committed
1102
              >
liyixun committed
1103 1104 1105 1106
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
liyixun committed
1107

liyixun committed
1108
        <c-col :span="24">
liyixun committed
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137
          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Order Date"
              prop="gidgrp.rec.orddat"
            >
              <c-date-picker
                type="date"
                v-model="model.gidgrp.rec.orddat"
                style="width: 100%"
                placeholder="请选择Order Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Issuance Date"
              prop="gidgrp.rec.opndat"
            >
              <c-date-picker
                type="date"
                v-model="model.gidgrp.rec.opndat"
                style="width: 100%"
                placeholder="请选择Issuance Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
1138 1139 1140
        </c-col>
        <c-col :span="24">
          <c-col :span="14">
liyixun committed
1141
            <el-form-item
liyixun committed
1142 1143 1144
              v-if="model.gitp.swiftflg == 'N'"
              label="Validity until"
              prop="gidgrp.rec.expdat"
liyixun committed
1145
            >
1146
              <c-date-picker
liyixun committed
1147
                :disabled="model.gidgrp.rec.expflg == 'X'"
1148
                type="date"
liyixun committed
1149 1150 1151
                v-model="model.gidgrp.rec.expdat"
                style="width: 90%"
                placeholder="请选择Validity until"
1152 1153 1154
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177
          <c-col
            :span="7"
            v-if="model.gitp.swiftflg == 'N'"
            class="centerLable"
          >
            <c-checkbox v-model="model.gidgrp.rec.expflg"
              >Unlimited Guarantee</c-checkbox
            >
          </c-col>
          <c-col
            :span="3"
            v-if="model.gitp.swiftflg == 'N'"
            class="centerLable"
          >
            <c-button
              size="small"
              type="primary"
              @click="onGitpWbxs"
              disabled
              style="color: white"
            >
              显示文本
            </c-button>
1178 1179
          </c-col>
        </c-col>
liyixun committed
1180 1181 1182

        <c-col :span="24">
          <c-col :span="14">
liyixun committed
1183
            <el-form-item
liyixun committed
1184 1185 1186
              v-if="model.gitp.swiftflg == ''"
              label="Validity until"
              prop="gidgrp.rec.expdat"
liyixun committed
1187
            >
liyixun committed
1188 1189 1190 1191 1192 1193
              <c-date-picker
                type="date"
                v-model="model.gidgrp.rec.expdat"
                style="width: 90%"
                placeholder="请选择Validity until"
              ></c-date-picker>
liyixun committed
1194 1195
            </el-form-item>
          </c-col>
liyixun committed
1196 1197 1198
          <c-col :span="7" v-if="model.gitp.swiftflg == ''" class="centerLable">
            <c-checkbox v-model="model.gidgrp.rec.expflg"
              >Unlimited Guarantee</c-checkbox
liyixun committed
1199 1200
            >
          </c-col>
liyixun committed
1201 1202 1203 1204 1205 1206 1207
          <c-col :span="3" v-if="model.gitp.swiftflg == ''" class="centerLable">
            <c-button
              size="small"
              type="primary"
              @click="onGitpWbxs"
              disabled
              style="color: white"
liyixun committed
1208
            >
liyixun committed
1209 1210
              显示文本
            </c-button>
liyixun committed
1211
          </c-col>
liyixun committed
1212 1213 1214 1215
        </c-col>

        <c-col :span="24">
          <c-col :span="14">
liyixun committed
1216
            <el-form-item
liyixun committed
1217 1218 1219
              v-if="model.gitp.swiftflg == 'N'"
              label="Our Liability until"
              prop="gidgrp.rec.liadat"
liyixun committed
1220
            >
liyixun committed
1221
              <c-date-picker
liyixun committed
1222
                :disabled="
liyixun committed
1223 1224
                  model.gidgrp.rec.hndtyp != 'OC' ||
                  model.gidgrp.rec.liaflg == 'X'
liyixun committed
1225
                "
liyixun committed
1226 1227 1228 1229 1230
                type="date"
                v-model="model.gidgrp.rec.liadat"
                style="width: 90%"
                placeholder="请选择Our Liability until"
              ></c-date-picker>
liyixun committed
1231 1232
            </el-form-item>
          </c-col>
liyixun committed
1233 1234 1235 1236 1237 1238 1239 1240 1241 1242
          <c-col
            :span="7"
            v-if="model.gitp.swiftflg == 'N'"
            class="centerLable"
          >
            <c-checkbox
              v-model="model.gidgrp.rec.liaflg"
              :disabled="
                model.gidgrp.rec.hndtyp != 'OC' ||
                model.gidgrp.rec.expflg == 'X'
liyixun committed
1243
              "
liyixun committed
1244
              >Unlimited Liability</c-checkbox
liyixun committed
1245 1246
            >
          </c-col>
liyixun committed
1247 1248 1249 1250 1251 1252 1253 1254
          <c-col
            :span="3"
            v-if="model.gitp.swiftflg == 'N'"
            class="centerLable"
          >
            <c-button size="small" type="primary" @click="onGitpYptxy" disabled>
              协议签署
            </c-button>
liyixun committed
1255
          </c-col>
liyixun committed
1256 1257 1258 1259
        </c-col>

        <c-col :span="24">
          <c-col :span="14">
liyixun committed
1260
            <el-form-item
liyixun committed
1261 1262 1263
              v-if="model.gitp.swiftflg == ''"
              label="Our Liability until"
              prop="gidgrp.rec.liadat"
liyixun committed
1264
            >
liyixun committed
1265 1266 1267 1268 1269 1270
              <c-date-picker
                type="date"
                v-model="model.gidgrp.rec.liadat"
                style="width: 90%"
                placeholder="请选择Our Liability until"
              ></c-date-picker>
liyixun committed
1271 1272
            </el-form-item>
          </c-col>
liyixun committed
1273 1274 1275
          <c-col :span="7" v-if="model.gitp.swiftflg == ''" class="centerLable">
            <c-checkbox v-model="model.gidgrp.rec.liaflg"
              >Unlimited Liability</c-checkbox
liyixun committed
1276
            >
liyixun committed
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319
          </c-col>
          <c-col :span="3" v-if="model.gitp.swiftflg == ''" class="centerLable">
            <c-button size="small" type="primary" @click="onGitpYptxy" disabled>
              协议签署
            </c-button>
          </c-col>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="保函生效日"
            prop="gidgrp.rec.inudat"
          >
            <c-date-picker
              type="date"
              v-model="model.gidgrp.rec.inudat"
              style="width: 100%"
              placeholder="请选择Inure Date"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Mortgage Flag"
            prop="gidgrp.rec.guaflg"
          >
            <c-select
              v-model="model.gidgrp.rec.guaflg"
              style="width: 100%"
              placeholder="请选择Mortgage Flag"
            >
              <el-option
                v-for="item in codes.guaflg"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
liyixun committed
1320 1321 1322 1323 1324
          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="被保证人"
              prop="gidgrp.gidcxm.warran"
liyixun committed
1325
            >
liyixun committed
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357
              <c-input
                :disabled="
                  model.gidgrp.rec.hndtyp != 'OT' &&
                  model.gidgrp.rec.fenlishi == ''
                "
                v-model="model.gidgrp.gidcxm.warran"
                maxlength="40"
                placeholder="请输入被保证人"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="是否显示查询码"
              prop="gidgrp.gidcxm.cxmflg"
            >
              <c-select
                v-model="model.gidgrp.gidcxm.cxmflg"
                style="width: 100%"
                placeholder="请选择是否显示查询码"
              >
                <el-option
                  v-for="item in codes.cxmflg"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
liyixun committed
1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435
        </c-col>
      </c-col>
      <!-- ============右边================= -->
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Name"
            prop="gidgrp.rec.nam"
          >
            <c-input
              v-model="model.gidgrp.rec.nam"
              maxlength="40"
              placeholder="请输入Name"
              :disabled="model.gitp.swiftflg == ''"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Applicant Ref."
            prop="gidgrp.apl.pts.ref"
          >
            <c-input
              :disabled="model.gidgrp.ghd.segtyp == '02'"
              v-model="model.gidgrp.apl.pts.ref"
              maxlength="16"
              placeholder="请输入Applicant Ref."
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Applicant"
            prop="gidgrp.apl.pts.extkey"
          >
            <c-fullbox>
              <c-input
                v-model="model.gidgrp.apl.pts.extkey"
                maxlength="16"
                placeholder="请输入External Key of Address"
                @keyup.enter.native="
                  showGridPromptDialog(`gidgrp.apl.pts.extkey`)
                "
              >
              </c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span style="font-family: '宋体'; font-weight: bold">i</span>
                </c-button>
                <c-button
                  :disabled="model.gidgrp.rec.hndtyp != 'OT'"
                  size="small"
                  type="primary"
                  @click="onAplpDet"
                >
                  Details
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="地址名称"
            prop="gidgrp.apl.pts.adrblk"
          >
            <c-input
              :disabled="
                model.gidgrp.rec.hndtyp != 'OT' ||
                model.gidgrp.apl.pts.adrblk != ''
liyixun committed
1436
              "
liyixun committed
1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474
              rows="4"
              type="textarea"
              v-model="model.gidgrp.apl.pts.adrblk"
              maxlength="140"
              show-word-limit
              placeholder="请输入地址名称"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OL' ||
                model.gidgrp.rec.hndtyp == '') &&
              model.gitp.swiftflg != 'Y'
            "
            label="Adv/Rcv bank Ref."
            prop="gidgrp.adv.pts.ref"
          >
            <c-input
              v-model="model.gidgrp.adv.pts.ref"
              maxlength="16"
              placeholder="请输入Adv/Rcv bank Ref."
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OL' ||
                model.gidgrp.rec.hndtyp == '') &&
              model.gitp.swiftflg != 'Y'
            "
            label="Adv/Rcv bank"
            prop="gidgrp.adv.pts.extkey"
          >
            <c-fullbox>
liyixun committed
1475
              <c-input
liyixun committed
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555
                v-model="model.gidgrp.adv.pts.extkey"
                maxlength="16"
                placeholder="请输入External Key of Address"
                @keyup.enter.native="
                  showGridPromptDialog(`gidgrp.adv.pts.extkey`)
                "
              >
              </c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span style="font-family: '宋体'; font-weight: bold">i</span>
                </c-button>
                <c-button size="small" type="primary" @click="onAdvpDet">
                  Details
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OL' ||
                model.gidgrp.rec.hndtyp == '') &&
              model.gitp.swiftflg != 'Y'
            "
            label="地址名称"
            prop="gidgrp.adv.pts.adrblk"
          >
            <c-input
              :disabled="model.gidgrp.adv.pts.adrblk != ''"
              rows="4"
              type="textarea"
              v-model="model.gidgrp.adv.pts.adrblk"
              maxlength="140"
              show-word-limit
              placeholder="请输入地址名称"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OC' ||
                model.gidgrp.rec.hndtyp == 'OT') &&
              model.gitp.swiftflg != 'Y'
            "
            label="Issuing Bank"
            prop="gidgrp.iss.pts.ref"
          >
            <c-input
              v-model="model.gidgrp.iss.pts.ref"
              maxlength="16"
              placeholder="请输入Issuing Bank"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OC' ||
                model.gidgrp.rec.hndtyp == 'OT') &&
              model.gitp.swiftflg != 'Y'
            "
            label="Issuing Bank"
            prop="gidgrp.iss.pts.extkey"
          >
            <c-fullbox>
              <c-input
                v-model="model.gidgrp.iss.pts.extkey"
                maxlength="16"
                placeholder="请输入External Key of Address"
                @keyup.enter.native="
                  showGridPromptDialog(`gidgrp.iss.pts.extkey`)
                "
liyixun committed
1556
              ></c-input>
liyixun committed
1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span style="font-family: '宋体'; font-weight: bold">i</span>
                </c-button>
                <c-button
                  disabled
                  size="small"
                  type="primary"
                  @click="onIsspDet"
                >
                  Details
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="
              (model.gidgrp.rec.hndtyp == 'OC' ||
                model.gidgrp.rec.hndtyp == 'OT') &&
              model.gitp.swiftflg != 'Y'
            "
            label="地址名称"
            prop="gidgrp.iss.pts.adrblk"
          >
            <c-input
              disabled
              rows="4"
              type="textarea"
              v-model="model.gidgrp.iss.pts.adrblk"
              maxlength="140"
              show-word-limit
              placeholder="请输入地址名称"
            ></c-input>
          </el-form-item>
        </c-col>
liyixun committed
1598

liyixun committed
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Beneficiary Ref."
            prop="gidgrp.ben.pts.ref"
          >
            <c-input
              v-model="model.gidgrp.ben.pts.ref"
              maxlength="16"
              placeholder="请输入Beneficiary Ref."
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="Beneficiary"
            prop="gidgrp.ben.pts.extkey"
          >
            <c-fullbox>
liyixun committed
1619
              <c-input
liyixun committed
1620
                v-model="model.gidgrp.ben.pts.extkey"
liyixun committed
1621
                maxlength="16"
liyixun committed
1622 1623 1624 1625
                placeholder="请输入External Key of Address"
                @keyup.enter.native="
                  showGridPromptDialog(`gidgrp.ben.pts.extkey`)
                "
liyixun committed
1626
              ></c-input>
liyixun committed
1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                >
                  <span style="font-family: '宋体'; font-weight: bold">i</span>
                </c-button>
                <c-button
                  :disabled="model.gidgrp.rec.hndtyp == 'OT'"
                  size="small"
                  type="primary"
                  @click="onBenpDet"
                >
                  Details
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="地址名称"
            prop="gidgrp.ben.pts.adrblk"
          >
            <c-input
              :disabled="
                model.gidgrp.rec.hndtyp == 'OT' ||
                model.gidgrp.ben.pts.adrblk != ''
              "
              rows="4"
              type="textarea"
              v-model="model.gidgrp.ben.pts.adrblk"
              maxlength="140"
              show-word-limit
              placeholder="请输入地址名称"
            ></c-input>
          </el-form-item>
        </c-col>
liyixun committed
1667

liyixun committed
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg != 'Y'"
            label="是否对外担保"
            prop="gidgrp.rec.fingua"
          >
            <c-select
              v-model="model.gidgrp.rec.fingua"
              style="width: 100%"
              placeholder="请选择是否对外担保"
            >
              <el-option
                v-for="item in codes.fingua"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
liyixun committed
1689 1690 1691 1692
        <c-col
          :span="24"
          v-if="model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'"
        >
liyixun committed
1693
          <c-col :span="20">
liyixun committed
1694
            <el-form-item label="对外担保类型" prop="gidgrp.rec.cfaguatyp">
liyixun committed
1695
              <c-select
liyixun committed
1696
                :disabled="
liyixun committed
1697 1698
                  model.gidgrp.rec.fingua == 'N' ||
                  model.gidgrp.rec.fingua == ''
liyixun committed
1699
                "
liyixun committed
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711
                v-model="model.gidgrp.rec.cfaguatyp"
                style="width: 90%"
                placeholder="请选择对外担保类型"
              >
                <el-option
                  v-for="item in codes.cfaguatyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
liyixun committed
1712 1713
            </el-form-item>
          </c-col>
liyixun committed
1714
          <c-col :span="4" class="centerLable">
liyixun committed
1715 1716 1717 1718 1719 1720 1721
            <c-checkbox
              label="跨境人民币保函"
              disabled
              v-model="model.gidgrp.rec.cmtflg"
              >跨境人民币保函</c-checkbox
            >
          </c-col>
liyixun committed
1722
        </c-col>
liyixun committed
1723

liyixun committed
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735
        <c-col
          :span="24"
          v-if="model.gitp.swiftflg != 'Y' && model.gidgrp.cbs.max.cur != 'CNY'"
        >
          <el-form-item label="对外担保类型" prop="gidgrp.rec.cfaguatyp">
            <c-select
              :disabled="
                model.gidgrp.rec.fingua == 'N' || model.gidgrp.rec.fingua == ''
              "
              v-model="model.gidgrp.rec.cfaguatyp"
              style="width: 100%"
              placeholder="请选择对外担保类型"
liyixun committed
1736
            >
liyixun committed
1737 1738 1739 1740 1741 1742 1743 1744 1745 1746
              <el-option
                v-for="item in codes.cfaguatyp"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
liyixun committed
1747

liyixun committed
1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y'"
            label="Order Date"
            prop="gidgrp.rec.orddat"
          >
            <c-date-picker
              type="date"
              v-model="model.gidgrp.rec.orddat"
              style="width: 100%"
              placeholder="请选择Order Date"
            ></c-date-picker>
          </el-form-item>
        </c-col>

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

        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y'"
            label="Expiry Type"
            prop="gidgrp.rec.exptyp"
          >
            <c-select
              v-model="model.gidgrp.rec.exptyp"
              style="width: 100%"
              placeholder="请选择Expiry Type"
            >
              <el-option
                v-for="item in codes.exptyp"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <c-col :span="20">
liyixun committed
1801
            <el-form-item
liyixun committed
1802
              v-if="model.gitp.swiftflg == 'Y'"
liyixun committed
1803 1804
              label="Validity until"
              prop="gidgrp.rec.expdat"
liyixun committed
1805
            >
1806
              <c-date-picker
liyixun committed
1807
                :disabled="model.gidgrp.rec.exptyp == 'OPEN'"
1808
                type="date"
liyixun committed
1809 1810 1811
                v-model="model.gidgrp.rec.expdat"
                style="width: 90%"
                placeholder="请选择Validity until"
1812 1813 1814
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824
          <c-col
            :span="4"
            v-if="model.gitp.swiftflg == 'Y'"
            class="centerLable"
          >
            <c-checkbox disabled v-model="model.gidgrp.rec.expflg"
              >Unlimited Validity</c-checkbox
            >
          </c-col>
        </c-col>
liyixun committed
1825

liyixun committed
1826 1827 1828 1829 1830 1831
        <c-col :span="24">
          <c-col :span="20">
            <c-form-item
              v-if="model.gitp.swiftflg == 'Y' && model.gitp.exptxtmodflg == ''"
              label="Expiry Condition/ Evt."
              prop="gidgrp.blk.exptxt"
liyixun committed
1832
            >
liyixun committed
1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859
              <c-input
                type="textarea"
                rows="4"
                disabled
                v-model="model.gidgrp.blk.exptxt"
                maxlength="780"
                show-word-limit
                placeholder="请输入Expiry Condition/ Evt."
              ></c-input>
            </c-form-item>
            <c-form-item
              v-if="
                model.gitp.swiftflg == 'Y' && model.gitp.exptxtmodflg == 'X'
              "
              label="Expiry Condition/ Evt."
              prop="gidgrp.blk.atxexptxt"
            >
              <c-input
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.atxexptxt"
                maxlength="780"
                @blur="atxexpBlur"
                show-word-limit
                placeholder="请输入Expiry Condition/ Evt."
              ></c-input>
            </c-form-item>
1860
          </c-col>
liyixun committed
1861 1862
          <c-col :span="4">
            <c-checkbox
liyixun committed
1863
              v-if="model.gitp.swiftflg == 'Y'"
liyixun committed
1864 1865 1866 1867 1868 1869 1870 1871
              v-model="model.gitp.exptxtmodflg"
              :disabled="
                model.gidgrp.rec.exptyp == 'FIXD' ||
                model.gidgrp.rec.exptyp == 'OPEN' ||
                model.gidgrp.rec.exptyp == ''
              "
              style="margin: 0 0 0 10px"
              >Modify Text</c-checkbox
liyixun committed
1872
            >
liyixun committed
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892
            <c-button
              v-if="model.gitp.swiftflg == 'Y'"
              disabled
              size="small"
              type="primary"
              style="margin: 5px 0 0 10px"
              @click="onGitpButdifexptxt"
            >
              vs. &System
            </c-button>
            <c-button
              v-if="model.gitp.swiftflg == 'Y'"
              disabled
              size="small"
              type="primary"
              style="margin: 5px 0 0 10px"
              @click="onGitpButdifhisexptxt"
            >
              vs. &History
            </c-button>
liyixun committed
1893
          </c-col>
liyixun committed
1894
        </c-col>
liyixun committed
1895

liyixun committed
1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918
        <c-col :span="24">
          <el-form-item
            v-if="model.gitp.swiftflg == 'Y'"
            label="Liability Type "
            prop="gidgrp.rec.liatypc"
          >
            <c-select
              :disabled="
                !(
                  model.gidgrp.rec.hndtyp == 'OC' ||
                  model.gidgrp.rec.purpos == 'ISCO' ||
                  model.gidgrp.rec.purpos == 'ICCO'
                )
              "
              v-model="model.gidgrp.rec.liatypc"
              style="width: 100%"
              placeholder="请选择Liability Type "
            >
              <el-option
                v-for="item in codes.liatypc"
                :key="item.value"
                :label="item.label"
                :value="item.value"
liyixun committed
1919
              >
liyixun committed
1920 1921 1922 1923
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
liyixun committed
1924

liyixun committed
1925 1926
        <c-col :span="24">
          <c-col :span="20">
liyixun committed
1927 1928
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
liyixun committed
1929 1930
              label="Our Liability until"
              prop="gidgrp.rec.liadat"
liyixun committed
1931
            >
liyixun committed
1932
              <c-date-picker
liyixun committed
1933
                :disabled="
liyixun committed
1934 1935
                  model.gidgrp.rec.liatypc == 'OPEN' ||
                  model.gidgrp.rec.liatypc == ''
liyixun committed
1936
                "
liyixun committed
1937 1938 1939 1940 1941
                type="date"
                v-model="model.gidgrp.rec.liadat"
                style="width: 90%"
                placeholder="请选择Our Liability until"
              ></c-date-picker>
liyixun committed
1942 1943
            </el-form-item>
          </c-col>
liyixun committed
1944 1945 1946 1947 1948 1949 1950
          <c-col
            :span="4"
            v-if="model.gitp.swiftflg == 'Y'"
            class="centerLable"
          >
            <c-checkbox disabled v-model="model.gidgrp.rec.liaflg"
              >Unlimited Liability</c-checkbox
liyixun committed
1951 1952
            >
          </c-col>
liyixun committed
1953
        </c-col>
1954

liyixun committed
1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965
        <c-col :span="24">
          <c-col :span="20">
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' && model.gitp.liatxtcmodflg == ''
              "
              label="Liability Condition"
              prop="gidgrp.blk.liatxtc"
            >
              <c-input
                type="textarea"
liyixun committed
1966
                disabled
liyixun committed
1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
                rows="4"
                v-model="model.gidgrp.blk.liatxtc"
                maxlength="780"
                show-word-limit
                placeholder="请输入Liability Condition"
              ></c-input>
            </el-form-item>
            <el-form-item
              v-if="
                model.gitp.swiftflg == 'Y' && model.gitp.liatxtcmodflg == 'X'
              "
              label="Liability Condition"
              prop="gidgrp.blk.atxliatxtc"
            >
              <c-input
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.atxliatxtc"
                maxlength="780"
                show-word-limit
                placeholder="请输入Liability Condition"
                @blur="atxliatxtcBlur"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="4">
            <c-checkbox
              v-if="model.gitp.swiftflg == 'Y'"
              :disabled="
                model.gidgrp.rec.liatypc == 'OPEN' ||
                model.gidgrp.rec.liatypc == 'FIXD' ||
                model.gidgrp.rec.liatypc == ''
              "
              v-model="model.gitp.liatxtcmodflg"
              style="margin: 0 0 0 10px"
              @change="liamodflgChange"
              >Modify Text</c-checkbox
            >
            <c-button
              v-if="model.gitp.swiftflg == 'Y'"
              disabled
              size="small"
              type="primary"
              style="margin: 5px 0 0 10px"
              @click="onGitpButdifliatxtc"
            >
              vs. &System
            </c-button>
            <c-button
              v-if="model.gitp.swiftflg == 'Y'"
              disabled
              size="small"
              type="primary"
              style="margin: 5px 0 0 10px"
              @click="onGitpButdifhisliatxtc"
            >
              vs. &History
            </c-button>
2025 2026 2027
          </c-col>
        </c-col>
      </c-col>
liyixun committed
2028 2029
    </c-col>
    <!-- </c-row> -->
liyixun committed
2030
  </div>
2031 2032
</template>
<script>
liyixun committed
2033
import Api from "~/service/Api";
2034
import commonProcess from "~/mixin/commonProcess";
liyixun committed
2035 2036
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitopn/Event";
2037
import Ptap from "~/views/Public/Ptap";
liyixun committed
2038
import Utils from "~/utils";
2039 2040

export default {
liyixun committed
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  computed: {
    flag() {
      return this.model.gidgrp.apl.pts.extkey == "";
2051
    },
2052
  },
liyixun committed
2053 2054 2055 2056 2057 2058 2059 2060 2061
  watch: {
    "model.gidgrp.rec.expflg": function () {
      if (
        this.model.gidgrp.rec.expflg == "X" &&
        this.model.gidgrp.rec.hndtyp == "OC"
      ) {
        this.model.gidgrp.rec.liaflg = "X";
      }
    },
2062
  },
liyixun committed
2063 2064 2065 2066 2067 2068
  methods: {
    ...Event,
    onSeainf(data) {
      this.$emit("onSeainf", data);
    },
    valueChange() {
2069
      if (this.onlySearch) return;
2070
    },
liyixun committed
2071 2072 2073
    async atxexpBlur() {
      let rtnmsg = await this.executeRule("gidgrp.blk.atxexptxt");
      if (rtnmsg.respCode == SUCCESS) {
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },

    async atxliatxtcBlur() {
      let rtnmsg = await this.executeRule("gidgrp.blk.atxliatxtc");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
      }
    },

    async liamodflgChange() {
      let rtnmsg = await this.executeRule("gitp.liatxtcmodflg");
      if (rtnmsg.respCode == SUCCESS) {
        Utils.copyValueFromVO(this.model, rtnmsg.data);
liyixun committed
2089
      }
2090
    },
liyixun committed
2091 2092 2093
  },
  created: function () {},
};
2094 2095 2096
</script>
<style>
</style>