Opnp1.vue 18.5 KB
Newer Older
1
<template>
taojinrui committed
2 3
  <div class="eibs-tab">
    <!--=================顶部=================  -->
4

taojinrui committed
5
    <!-- <c-col :span="24" style="height: 24px">
6 7 8 9
            <el-form-item label="基本信息" class="messageLabel"> </el-form-item>
        </c-col>
        <c-col :span="24" style="height: 0px">
            <el-divider></el-divider>
liushikai committed
10
        </c-col> -->
11

taojinrui committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
    <c-col :span="24" style="margin-top: 0">
      <c-col :span="11">
        <el-form-item
          label="业务编号"
          prop="cpdgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.cpdgrp.rec.ownref"
              maxlength="16"
              placeholder="请输入Reference"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                :disabled="this.flag"
                @click="onOpnpButgetref"
              >
                获取
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="11" :offset="1">
        <el-form-item label="Name" prop="cpdgrp.rec.nam">
          <c-input
            v-model="model.cpdgrp.rec.nam"
            maxlength="16"
            placeholder=""
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
    <!-- <c-col :span="11" :offset="1">
liushikai committed
60 61 62 63 64 65 66
      <el-form-item label="Our Reference">
        <c-input
          v-model="model.cpdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Our Reference"
        ></c-input>
      </el-form-item>
潘际乾 committed
67
    </c-col> -->
liushikai committed
68

taojinrui committed
69
    <!-- <c-col :span="9">
liushikai committed
70 71 72 73 74 75
      <el-form-item label="">
        <c-input
          v-model="model.cptp.recget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
76
    </c-col>
liushikai committed
77

潘际乾 committed
78
    <c-col :span="11">
liushikai committed
79 80 81 82 83 84 85
      <el-form-item label="Externally Displayed Name to Identify the Contract">
        <c-input
          v-model="model.cpdgrp.rec.nam"
          maxlength="40"
          placeholder="请输入Externally Displayed Name to Identify the Contract"
        ></c-input>
      </el-form-item>
潘际乾 committed
86
    </c-col> -->
liushikai committed
87

taojinrui committed
88 89 90 91 92 93 94 95 96 97 98 99
    <c-col>
      <!-- ===================中部--左==================== -->
      <c-col :span="11">
        <c-col :span="24">
          <el-form-item label="清算编号" prop="cpdgrp.rec.sysno">
            <c-input
              v-model="model.cpdgrp.rec.sysno"
              maxlength="21"
              placeholder="请输入清算编号"
            ></c-input>
          </el-form-item>
        </c-col>
100

taojinrui committed
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
        <c-col :span="24">
          <c-col :span="13">
            <c-form-item
              label="汇款金额"
              previewLabel="汇款金额币种"
              prop="cpdgrp.cbs.nom1.cur"
            >
              <c-select
                v-model="model.cpdgrp.cbs.nom1.cur"
                style="width: 100%"
                placeholder=""
                @change="commonExecuteRule('cpdgrp.cbs.nom1.cur')"
              >
                <el-option
                  v-for="item in codes.currencycode"
                  :key="item.value"
                  :label="item.value + item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
          <c-col :span="11">
            <c-form-item
              label=""
              previewLabel="汇款金额"
              label-width="8px"
              prop="cpdgrp.cbs.nom1.amt"
            >
              <c-input
                class="m-input-currency"
                v-model="model.cpdgrp.cbs.nom1.amt"
                placeholder="请输入汇款金额"
                @keyup.enter.native="
                  defaultFunction(
                    'cpdgrp.cbs.nom1.amt',
                    model.cpdgrp.cbs.nom1.amt
                  )
                "
              ></c-input>
            </c-form-item>
          </c-col>
        </c-col>
liushikai committed
144

taojinrui committed
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="所属行" prop="cpdgrp.rec.othbch">
              <c-input
                v-model="model.cpdgrp.rec.othbch"
                maxlength="8"
                placeholder=""
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <el-form-item label="汇款语种" label-width="40%">
              <c-select
                v-model="model.cptp.payuil"
                placeholder="请选择汇款语种"
                @change="onPayuilChange"
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.payuil"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
liushikai committed
174

taojinrui committed
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="是否需要核验" prop="cpdgrp.rec.ischktyp">
              <c-select
                v-model="model.cpdgrp.rec.ischktyp"
                style="width: 100%"
                placeholder=""
              >
                <el-option
                  v-for="item in codes.ischktyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
192

taojinrui committed
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
          <c-col :span="11">
            <el-form-item
              label="预计核验日期"
              prop="cpdgrp.rec.paydat"
              label-width="40%"
            >
              <c-date-picker
                type="date"
                v-model="model.cpdgrp.rec.paydat"
                value-format="yyyy-MM-dd"
                style="width: 100%"
                placeholder=""
                :disabled="this.flag1"
              ></c-date-picker>
            </el-form-item>
          </c-col>
        </c-col>
210

taojinrui committed
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
        <c-col :span="24">
          <el-form-item label="我行费用负担">
            <c-select
              v-model="model.cpdgrp.rec.detchgcod"
              style="width: 100%"
              placeholder=""
            >
              <el-option
                v-for="item in codes.detchgcod"
                :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="货物类型">
            <c-select
              v-model="model.cpdgrp.rec.stagod"
              style="width: 100%"
              placeholder="请选择货物类型"
            >
              <el-option
                v-for="item in codes.godcod"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
            </c-select>
          </el-form-item>
        </c-col>
      </c-col>
244

taojinrui committed
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
      <!-- ===================中部--右==================== -->
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="汇款性质" prop="cpdgrp.rec.trntyp">
              <c-select
                v-model="model.cpdgrp.rec.trntyp"
                placeholder="请选择汇款性质"
                style="width: 100%"
              >
                <el-option
                  v-for="item in trntyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <c-form-item
              label="汇款方式"
              prop="cpdgrp.rec.paytype"
              label-width="40%"
            >
              <c-select
                v-model="model.cpdgrp.rec.paytype"
                placeholder="请选择汇款方式"
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.paytype"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
        </c-col>
285

taojinrui committed
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
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="汇款对象" prop="cpdgrp.rec.gors">
              <c-select
                v-model="model.cpdgrp.rec.gors"
                placeholder="请选择汇款对象"
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.gors"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <c-form-item
              label="收支类型"
              prop="cpdgrp.rec.sztyp"
              label-width="40%"
            >
              <c-select
                v-model="model.cpdgrp.rec.sztyp"
                placeholder="请选择收支类型"
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.sztyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
        </c-col>
324

taojinrui committed
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
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="客户类型" prop="cpdgrp.rec.clityp">
              <c-select
                v-model="model.cpdgrp.rec.clityp"
                placeholder="请选择客户类型"
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.clityp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <c-form-item
              label="报文类型"
              prop="cpdgrp.rec.swftyp"
              label-width="40%"
            >
              <c-select
                style="width: 100%"
                placeholder=""
                v-model="model.cpdgrp.rec.swftyp"
                :disabled="this.flag2"
                @change="swftypChange"
              >
                <!-- :disabled="model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S' && model.cptp.liqtyp != ''" -->
                <el-option
                  v-for="item in this.swftypOpnp"
                  :label="item.label"
                  :value="item.value"
                  :key="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
        </c-col>
366

taojinrui committed
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
        <c-col :span="24">
          <c-fullbox>
            <c-col :span="20">
              <c-col :span="21">
                <el-form-item
                  label="收款人常驻国家/地区代码"
                  prop="cptp.payeecountcode"
                >
                  <c-input
                    v-model="model.cptp.payeecountcode"
                    maxlength="3"
                    placeholder="请输入收款人常驻国家/地区代码"
                    @keyup.enter.native="
                      showGridPromptDialog('cptp.payeecountcode')
                    "
                    style="width: 100%"
                  ></c-input>
                </el-form-item>
              </c-col>
              <c-col :span="3">
                <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
                  @click="
                    showGridPromptDialog(
                      'cptp.selbut1',
                      null,
                      null,
                      { TXT: 'cptp.payeecountcode' },
                      { TXT: false },
                      'doxpDialog'
                    )
                  "
                >
                </c-button>
              </c-col>
            </c-col>
405

taojinrui committed
406 407 408 409 410 411 412
            <c-col :span="4" style="float: right">
              <c-checkbox v-model="model.cpdgrp.rec.tsnflg" label-width="150px"
                >同名划转</c-checkbox
              >
            </c-col>
          </c-fullbox>
        </c-col>
413

taojinrui committed
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
        <c-col :span="24">
          <c-col :span="14">
            <el-form-item
              label="清算模式"
              v-if="model.cpdgrp.cbs.nom1.cur === 'CNY'"
            >
              <c-select
                v-model="model.cptp.liqtyp"
                style="width: 100%"
                placeholder="请选择清算模式"
                :disabled="model.cpdgrp.cbs.nom1.amt === '0.000'"
                :code="this.liqtypOptions"
                @change="swftypChange"
              >
                <el-option
                  v-for="item in liqtypOptions"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
            <el-form-item
              label=""
              v-if="!(model.cpdgrp.cbs.nom1.cur === 'CNY')"
            ></el-form-item>
          </c-col>
        </c-col>
442

taojinrui committed
443 444
      </c-col>
    </c-col>
445

taojinrui committed
446
    <!-- <c-col :span="24" style="height: 24px">
447
            <el-form-item label="*****信息" class="messageLabel">
liushikai committed
448
            </el-form-item>
liushikai committed
449
        </c-col> -->
taojinrui committed
450 451 452
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>
liushikai committed
453

taojinrui committed
454 455 456 457 458 459
    <CptOpnp1Common
      :model="model"
      :codes="codes"
      v-on:onSndpDet="onSndpDet"
    ></CptOpnp1Common>
  </div>
460 461
</template>
<script>
liushikai committed
462 463
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
wangren committed
464
import commonProcess from "~/mixin/commonProcess";
liushikai committed
465
import Event from "~/model/Cptopn/Event";
liushikai committed
466
import Utils from "~/utils";
liushikai committed
467
import Infpta from "~/views/Business/Infpta";
468

liuxin committed
469
import CptOpnp1Common from "./CptOpnp1Common";
潘际乾 committed
470

471
export default {
taojinrui committed
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
  inject: ["root"],
  props: ["model", "codes"],
  components: { Infpta, CptOpnp1Common },
  mixins: [commonProcess],
  data() {
    return {
      trntyp: [
        { value: "0", label: "贸易" },
        { value: "1", label: "非贸易" },
        { value: "2", label: "资本" },
        { value: "3", label: "其他" },
      ],
      liqtypOptions: [
        { value: "C", label: "代理行模式" },
        { value: "O", label: "Other" },
        { value: "S", label: "CIPS系统" },
      ],
      swftypOpnp: [
        { label: "MT103", value: "103" },
        { label: "Mt202 COV", value: "202" },
        { label: "MT202", value: "200" },
        { label: "Other", value: "OTH" },
      ],
      flag1: true,
      flag2: true,
    };
  },
  methods: {
    ...Event,
    onCptpGetref() {},
    onCptpGetmod() {},
    commonExecuteRule(ruleName) {
      this.executeRule(ruleName).then((res) => {
        if (res.respCode == SUCCESS) {
          Utils.copyValueFromVO(this.model, res.data);
        }
      });
509
    },
taojinrui committed
510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
  },
  watch: {
    "model.cpdgrp.rec.ischktyp": {
      immediate: true,
      handler(val, oldVal) {
        if (
          this.model.cpdgrp.rec.ischktyp == "N" ||
          this.model.cpdgrp.rec.ischktyp == ""
        ) {
          this.flag1 = true;
          this.model.cpdgrp.rec.paydat = "";
        } else {
          this.flag1 = false;
        }
      },
liushikai committed
525
    },
taojinrui committed
526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
    "model.cptp.liqtyp": {
      immediate: true,
      handler(val, oldVal) {
        //清除数据
        if (this.model.cptp.liqtyp != "C") {
          //清除liqtyp = C时填写的数据
          this.model.cptp.cleage = "";
          this.model.cptp.evebch = "";
          this.model.cptp.coract = "";
        } else if (this.model.cptp.liqtyp != "O") {
          this.model.cpdgrp.blk.contag70 = "";
        } else if (this.model.cptp.liqtyp != "S") {
          this.model.cptp.orcnam = "";
          this.model.cptp.orcadr = "";
          this.model.cptp.pyenam = "";
          this.model.cptp.pyeadr = "";
          this.model.cptp.reconebch = "";
          this.model.cptp.reconebchnam = "";
          this.model.cptp.cptp.bustyp = "";
          this.model.cptp.commetr = "";
        }
547

taojinrui committed
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
        if (this.model.cptp.liqtyp == "C") {
          this.model.cpdgrp.rec.swftyp = "103";
          this.swftypOpnp = [
            { label: "MT103", value: "103" },
            { label: "MT202", value: "200" },
          ];
          this.flag2 = false;
        } else if (this.model.cptp.liqtyp == "O") {
          //同步切换报文类型的值
          this.model.cpdgrp.rec.swftyp = "OTH";
          this.flag2 = true;
        } else if (this.model.cptp.liqtyp == "S") {
          this.flag2 = false;
          //同步切换报文类型的值
          this.model.cpdgrp.rec.swftyp = "CIU";
          this.swftypOpnp = [
            { label: "cips111", value: "CIU" },
            { label: "cips112", value: "CIV" },
          ];
        } else {
          //当为空时,恢复下拉选的选项
          this.swftypOpnp = [
            { label: "MT103", value: "103" },
            { label: "Mt202 COV", value: "202" },
            { label: "MT202", value: "200" },
            { label: "Other", value: "OTH" },
          ];
        }
      },
577
    },
taojinrui committed
578 579 580 581 582 583 584 585 586 587 588 589
    "model.cpdgrp.cbs.nom1.amt": {
      immediate: true,
      handler(val, oldVal) {
        if (
          this.model.cpdgrp.cbs.nom1.amt !== "0.000" &&
          this.model.cpdgrp.cbs.nom1.cur != "CNY"
        ) {
          this.flag2 = false;
        } else {
          this.flag2 = true;
        }
      },
590
    },
taojinrui committed
591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
    "model.cpdgrp.cbs.nom1.cur": {
      immediate: true,
      handler(val, oldVal) {
        if (
          this.model.cpdgrp.cbs.nom1.amt !== "0.000" &&
          this.model.cpdgrp.cbs.nom1.cur != "CNY"
        ) {
          this.flag2 = false;
        } else {
          this.flag2 = true;
        }
      },
    },
  },
  created: function () {},
  computed: {
    flag() {
      return (
        this.model.cpdgrp.orc.pts.extkey == ""
        // && this.model.cpdgrp.rec.ownref != ""
      );
    },
  },
liushikai committed
614
};
615
</script>
616
<style scoped>
617
</style>
618