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

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

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 60 61 62 63 64 65
        <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
66 67 68 69 70 71 72
      <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
73
    </c-col> -->
liushikai committed
74

75
        <!-- <c-col :span="9">
liushikai committed
76 77 78 79 80 81
      <el-form-item label="">
        <c-input
          v-model="model.cptp.recget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
82
    </c-col>
liushikai committed
83

潘际乾 committed
84
    <c-col :span="11">
liushikai committed
85 86 87 88 89 90 91
      <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
92
    </c-col> -->
liushikai committed
93

94 95 96 97 98 99 100 101 102 103 104 105
        <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>
106

107 108 109 110 111 112
                <c-col :span="24">
                    <c-col :span="13">
                        <c-form-item
                            label="汇款金额"
                            previewLabel="汇款金额币种"
                            prop="cpdgrp.cbs.nom1.cur"
liushikai committed
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 144 145
                        >
                            <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
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 174 175
                <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
176

177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
                <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>
197

198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
                    <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>
liushikai committed
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
                <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>
liushikai committed
248

249
            </c-col>
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
            <!-- ===================中部--右==================== -->
            <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>
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
                <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>
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
                <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>

                <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>

                         <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>
398

399
                 <c-col :span="24">
400 401 402
                    <c-col :span="14">
                        <el-form-item
                            label="清算模式"
403
                            v-if="model.cpdgrp.cbs.nom1.cur === 'CNY'">
404 405 406 407
                            <c-select
                                v-model="model.cptp.liqtyp"
                                style="width: 100%"
                                placeholder="请选择清算模式"
408
                                :disabled="model.cpdgrp.cbs.nom1.amt === '0.000'"
409 410
                                :code=this.liqtypOptions
                                @change="swftypChange"
411
                            >
412 413 414 415 416 417
                                <el-option
                                    v-for="item in liqtypOptions"
                                    :key="item.value"
                                    :label="item.label"
                                    :value="item.value"
                                ></el-option>
418 419 420 421 422 423 424
                            </c-select>
                        </el-form-item>
                        <el-form-item
                            label=""
                            v-if="!(model.cpdgrp.cbs.nom1.cur === 'CNY')"
                        ></el-form-item>
                    </c-col>
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
                </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>

444

445
            </c-col>
446 447
        </c-col>

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

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

liuxin committed
467
import CptOpnp1Common from "./CptOpnp1Common";
潘际乾 committed
468

469
export default {
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
    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,
        };
496
    },
497 498 499 500 501 502 503 504 505 506 507
    methods: {
        ...Event,
        onCptpGetref() {},
        onCptpGetmod() {},
        commonExecuteRule(ruleName) {
              this.executeRule(ruleName).then((res) => {
                if ((res.respCode == SUCCESS)) {
                  Utils.copyValueFromVO(this.model, res.data);
                }
              });
            },
liushikai committed
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
    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;
                }
            }
          },
           "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="";
                    }

                   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' },
                                   ]
                   }
               }
           },
           "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;
                    }
               }
           },
           "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 != ""
            );
        },
603
    },
liushikai committed
604
};
605
</script>
606
<style scoped>
607

608
</style>
609