Detp.vue 20.7 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
3
    <c-row>
liyixun committed
4
      <c-col :span="24">
liyixun committed
5
        <!-- ---------------------页面左侧 ------------------------------->
liyixun committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19
        <c-col :span="11">
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Contract Reference"
              prop="gidgrp.rec.orcref"
            >
              <c-input
                v-model="model.gidgrp.rec.orcref"
                maxlength="35"
                placeholder="请输入Contract Reference"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
20

liyixun committed
21 22 23 24 25 26 27 28 29 30 31 32 33
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Contract Reference"
              prop="gidgrp.rec.orcref"
            >
              <c-input
                v-model="model.gidgrp.rec.orcref"
                maxlength="35"
                placeholder="请输入Contract Reference"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
34

liyixun committed
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Contract Date"
              prop="gidgrp.rec.orcdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdat"
                style="width: 100%"
                placeholder="请选择Date from Original Contract"
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
50

liyixun committed
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Contract Date"
              prop="gidgrp.rec.orcdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdat"
                style="width: 100%"
                placeholder="请选择Date from Original Contract"
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
66

liyixun committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Closing Date"
              prop="gidgrp.rec.tenclsdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdat"
                style="width: 100%"
                placeholder="请选择Date from Original Contract"
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
82

liyixun committed
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Closing Date"
              prop="gidgrp.rec.tenclsdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdat"
                style="width: 100%"
                placeholder="请选择Date from Original Contract"
              ></c-date-picker>
            </el-form-item>
          </c-col>
liyixun committed
98

liyixun committed
99
          <c-col :span="24">
100
            <c-col :span="20" v-if="model.gitp.covgodsrvmodflg == ''">
liyixun committed
101 102 103 104 105
              <el-form-item
                label="Object of Contract"
                prop="gidgrp.blk.covgodsrv"
              >
                <c-input
106
                  disabled
liyixun committed
107 108 109 110 111 112 113 114 115
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.covgodsrv"
                  maxlength="350"
                  show-word-limit
                  placeholder="请输入Object of Contract"
                ></c-input>
              </el-form-item>
            </c-col>
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
            <c-col :span="20"  v-if="model.gitp.covgodsrvmodflg != ''">
              <el-form-item
                label="Object of Contract"
                prop="gidgrp.blk.atxcovgodsrv"
              >
                <c-input
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.axtcovgodsrv"
                  maxlength="350"
                  show-word-limit
                  placeholder="请输入Object of Contract"
                ></c-input>
              </el-form-item>
            </c-col>
liyixun committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
            <c-col :span="4">
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitp.covgodsrvmodflg"
                style="margin: 0 0 0 10px"
                >Modify Text</c-checkbox
              >
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitp.covgod.chkast"
                style="margin: 0 0 0 10px"
                >Allow *</c-checkbox
              >
              <c-button
                disabled
                v-if="model.gitp.swiftflg == 'Y'"
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px"
                @click="onGitpButdifcovgodsrv"
              >
                vs.&System
              </c-button>
              <c-button
                disabled
                v-if="model.gitp.swiftflg == 'Y'"
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px"
                @click="onGitpButdifhiscovgodsrv"
              >
                vs.&History
              </c-button>
            </c-col>
          </c-col>
liyixun committed
166

liyixun committed
167 168 169 170 171 172 173 174 175 176 177 178 179
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Original Perc./ Rate"
              prop="gidgrp.rec.orcrat"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcrat"
                placeholder="请输入Original Perc./ Rate"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
180

liyixun committed
181 182 183 184 185 186 187 188 189 190 191 192 193
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Original Perc./ Rate"
              prop="gidgrp.rec.orcrat"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcrat"
                placeholder="请输入Original Perc./ Rate"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
194

liyixun committed
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
          <c-col :span="24">
            <c-col :span="12">
              <el-form-item label="Contract Amount " prop="gidgrp.rec.orccur">
                <c-select
                  disabled
                  v-model="model.gidgrp.rec.orccur"
                  style="width: 100%"
                  placeholder="请选择Contract Amount "
                >
                  <el-option
                    v-for="item in codes.curtxt"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="11" :offset="1">
              <el-form-item label-width="5px" prop="gidgrp.rec.orcamt">
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.orcamt"
                  placeholder="请输入Contract Amount "
                ></c-input>
              </el-form-item>
            </c-col>
          </c-col>
liyixun committed
224

liyixun committed
225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Original Contract Place"
              prop="gidgrp.blk.orcplc"
            >
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.orcplc"
                maxlength="140"
                show-word-limit
                placeholder="请输入Original Contract Place"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
242

liyixun committed
243 244 245 246 247 248 249 250 251 252 253 254 255 256
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="A/c for Adv. Paym. Guar."
              prop="gidgrp.rec.acc"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.acc"
                maxlength="35"
                placeholder="请输入A/c for Adv. Paym. Guar."
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
257

liyixun committed
258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
          <c-col :span="24">
            <c-col :span="12">
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label="Governing Law"
                prop="gidgrp.rec.jurlaws20"
              >
                <c-select
                  :disabled="model.gitp.swiftflg != 'Y'"
                  v-model="model.gidgrp.rec.jurlaws20"
                  style="width: 100%"
                  placeholder="请选择Governing Law"
                >
                  <el-option
                    v-for="item in codes.ctytxt1"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
280 281
            </c-col>
            <c-col :span="11" :offset="1">
liyixun committed
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
              <el-form-item
                v-if="model.gitp.swiftflg == 'Y'"
                label-width="5px"
                prop="gidgrp.rec.jurlaw"
              >
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.jurlaw"
                  maxlength="35"
                  placeholder="请输入Law of Jurisdiction"
                ></c-input>
              </el-form-item>
            </c-col>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Law of Jurisdiction"
              prop="gidgrp.rec.jurlaw"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.jurlaw"
                maxlength="35"
                placeholder="请输入Law of Jurisdiction"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Place of Jurisdiction"
              prop="gidgrp.rec.jurplc"
            >
              <c-input
                :disabled="model.gidgrp.rec.jurlaws20 == ''"
                v-model="model.gidgrp.rec.jurplc"
                maxlength="35"
                placeholder="请输入Place of Jurisdiction"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Tender Reference"
              prop="gidgrp.rec.tenref"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.tenref"
                maxlength="35"
                placeholder="请输入Tender Reference"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Tender Date"
              prop="gidgrp.rec.tendat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.tendat"
                style="width: 100%"
                placeholder="请选择Tender Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="Latest Transmiss. Date"
              prop="gidgrp.rec.trmdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.trmdat"
                style="width: 100%"
                placeholder="请选择Latest Transmiss. Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
        </c-col>
369

liyixun committed
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
        <!-- -------------------页面右侧---------------------- -->
        <c-col :span="11" :offset="1">
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="手册号码"
              prop="gidgrp.rec.mannum"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.mannum"
                maxlength="12"
                placeholder="请输入手册号码"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="业务类型"
              prop="gidgrp.ghd.bustyp"
            >
              <c-select
                disabled
                v-model="model.gidgrp.ghd.bustyp"
                style="width: 100%"
                placeholder="请选择业务类型"
              >
                <el-option
                  v-for="item in codes.bustyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
408

liyixun committed
409 410 411 412 413 414 415 416 417 418 419 420 421 422
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="仓库号"
              prop="gidgrp.ghd.wahnum"
            >
              <c-input
                disabled
                v-model="model.gidgrp.ghd.wahnum"
                maxlength="20"
                placeholder="请输入仓库号"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
423

liyixun committed
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
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="受益人名称"
              prop="gidgrp.gidcxm.benefi"
            >
              <c-input
                v-model="model.gidgrp.gidcxm.benefi"
                maxlength="80"
                placeholder="请输入受益人名称"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="企业海关编码"
              prop="gidgrp.rec.bngcod"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.bngcod"
                maxlength="10"
                placeholder="请输入企业海关编码"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="组织机构代码"
              prop="gidgrp.rec.juscod"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.juscod"
                maxlength="10"
                placeholder="请输入组织机构代码"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="流动资金贷款利率档次"
              prop="gidgrp.rec.cunqii"
            >
              <c-select
                disabled
                v-model="model.gidgrp.rec.cunqii"
                style="width: 100%"
                placeholder="请选择流动资金贷款利率档次"
              >
                <el-option
                  v-for="item in codes.cunqii"
                  :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="gidgrp.rec.bilvvv"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.bilvvv"
                placeholder="请输入上浮比率"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="InDirect Swift Add"
              prop="gitp.indirectswiadd"
            >
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gitp.indirectswiadd"
                maxlength="9750"
                show-word-limit
                placeholder="请输入InDirect Swift Add"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
517

liyixun committed
518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Original Contract Place"
              prop="gidgrp.blk.orcplc"
            >
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.orcplc"
                maxlength="140"
                show-word-limit
                placeholder="请输入Original Contract Place"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
535

liyixun committed
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
          <c-col :span="24">
            <el-form-item label="Additional Info" prop="gidgrp.blk.addinf">
              <c-input
                disabled
                rows="4"
                type="textarea"
                v-model="model.gidgrp.blk.addinf"
                maxlength="700"
                show-word-limit
                placeholder="请输入Additional Info"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg != 'Y'"
              label="备注"
              prop="gidgrp.ghd.remark"
            >
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gidgrp.ghd.remark"
                maxlength="245"
                show-word-limit
                placeholder="请输入备注"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
566

liyixun committed
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
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="A/c for Adv. Paym. Guar."
              prop="gidgrp.rec.acc"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.acc"
                maxlength="35"
                placeholder="请输入A/c for Adv. Paym. Guar."
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Place of Jurisdiction"
              prop="gidgrp.rec.jurplc"
            >
              <c-input
                :disabled="model.gidgrp.rec.jurlaws20 == ''"
                v-model="model.gidgrp.rec.jurplc"
                maxlength="35"
                placeholder="请输入Place of Jurisdiction"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Tender Reference"
              prop="gidgrp.rec.tenref"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.tenref"
                maxlength="35"
                placeholder="请输入Tender Reference"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Tender Date"
              prop="gidgrp.rec.tendat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.tendat"
                style="width: 100%"
                placeholder="请选择Tender Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="Latest Transmiss. Date"
              prop="gidgrp.rec.trmdat"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.trmdat"
                style="width: 100%"
                placeholder="请选择Latest Transmiss. Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
640
        </c-col>
liyixun committed
641
      </c-col>
642
    </c-row>
643 644 645
  </div>
</template>
<script>
liyixun committed
646
import Api from "~/service/Api";
647
import commonProcess from "~/mixin/commonProcess";
liyixun committed
648 649
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitopn/Event";
650 651

export default {
liyixun committed
652 653 654 655 656 657 658 659 660
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
661 662 663
</script>
<style>
</style>