Opnp1.vue 68.8 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
liushikai committed
3
    <!--=================顶部=================  -->
潘际乾 committed
4 5
    <c-col :span="24">
      <c-col :span="8">
wangguangchao committed
6
        <el-form-item label="业务编号" prop="cptp.recget.sdamod.dadsnd">
liushikai committed
7 8 9
          <c-input
            v-model="model.cptp.recget.sdamod.dadsnd"
            placeholder=""
liushikai committed
10
            disabled
liushikai committed
11 12
          ></c-input>
        </el-form-item>
潘际乾 committed
13 14
      </c-col>
      <c-col :span="4">
liushikai committed
15
        <el-form-item label="" label-width="15px">
liushikai committed
16 17 18 19 20 21
          <c-button
            size="small"
            type="primary"
            @click="onCptpGetref"
            icon="el-icon-search"
          >
liushikai committed
22 23
          </c-button>
          <c-button size="small" type="primary" @click="onCptpGetref" disabled>
24
            GetRef
liushikai committed
25 26
          </c-button>
        </el-form-item>
潘际乾 committed
27 28
      </c-col>
      <c-col :span="11">
29
        <el-form-item label="Name" prop="cpdgrp.rec.nam">
liushikai committed
30
          <c-input
潘际乾 committed
31
            v-model="model.cpdgrp.rec.nam"
liushikai committed
32 33
            maxlength="16"
            placeholder=""
liushikai committed
34
            disabled
liushikai committed
35 36
          ></c-input>
        </el-form-item>
潘际乾 committed
37 38 39
      </c-col>
    </c-col>
    <!-- <c-col :span="11" :offset="1">
liushikai committed
40 41 42 43 44 45 46
      <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
47
    </c-col> -->
liushikai committed
48

潘际乾 committed
49
    <!-- <c-col :span="9">
liushikai committed
50 51 52 53 54 55
      <el-form-item label="">
        <c-input
          v-model="model.cptp.recget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
56
    </c-col>
liushikai committed
57

潘际乾 committed
58
    <c-col :span="11">
liushikai committed
59 60 61 62 63 64 65
      <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
66
    </c-col> -->
liushikai committed
67

潘际乾 committed
68
    <c-col>
liushikai committed
69
      <!-- ===================中部--左==================== -->
潘际乾 committed
70 71
      <c-col :span="11" style="margin-top: 20px">
        <c-col :span="24">
wangguangchao committed
72
          <el-form-item label="清算编号" prop="cpdgrp.rec.sysno">
liushikai committed
73 74 75 76 77 78 79
            <c-input
              v-model="model.cpdgrp.rec.sysno"
              style="width: 80%"
              maxlength="21"
              placeholder="请输入清算编号"
            ></c-input>
          </el-form-item>
潘际乾 committed
80
        </c-col>
liushikai committed
81

潘际乾 committed
82 83
        <c-col :span="24">
          <c-col :span="14">
84
            <el-form-item label="汇款金额" prop="cpdgrp.cbs.nom1.cur">
liushikai committed
85
              <c-select
86
                v-model="model.cpdgrp.cbs.nom1.cur"
liushikai committed
87 88
                style="width: 100%"
                placeholder=""
liushikai committed
89
                @change="onNom1CurChange"
liushikai committed
90 91
              >
                <el-option
liushikai committed
92
                  v-for="item in codes.cur"
liushikai committed
93 94 95 96
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
97
              </c-select>
liushikai committed
98
            </el-form-item>
潘际乾 committed
99 100
          </c-col>
          <c-col :span="10">
101 102 103 104 105
            <el-form-item
              label=""
              label-width="15px"
              prop="cpdgrp.cbs.nom1.amt"
            >
liushikai committed
106
              <c-input
107
                v-model="model.cpdgrp.cbs.nom1.amt"
liushikai committed
108 109 110
                placeholder="请输入汇款金额"
              ></c-input>
            </el-form-item>
潘际乾 committed
111 112
          </c-col>
        </c-col>
liushikai committed
113

潘际乾 committed
114 115
        <c-col :span="24">
          <c-col :span="12">
wangguangchao committed
116
            <el-form-item label="所属行" prop="cpdgrp.rec.othbch">
liushikai committed
117 118 119 120
              <c-input
                v-model="model.cpdgrp.rec.othbch"
                maxlength="8"
                placeholder=""
liushikai committed
121
                disabled
liushikai committed
122 123
              ></c-input>
            </el-form-item>
潘际乾 committed
124 125
          </c-col>
          <c-col :span="10">
liushikai committed
126
            <el-form-item label="汇款语种" label-width="120px">
127 128 129 130
              <c-select
                v-model="model.cptp.payuil"
                style="width: 100%"
                placeholder="请选择汇款语种"
liushikai committed
131
                @change="onPayuilChange"
132
              >
liushikai committed
133
                <el-option
liushikai committed
134
                  v-for="item in codes.payuil"
liushikai committed
135 136 137 138
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
139
              </c-select>
liushikai committed
140
            </el-form-item>
潘际乾 committed
141 142
          </c-col>
        </c-col>
liushikai committed
143

潘际乾 committed
144 145
        <c-col :span="24">
          <c-col :span="12">
146
            <el-form-item label="是否需要核验" prop="cpdgrp.rec.ischktyp">
liushikai committed
147 148 149 150 151
              <c-select
                v-model="model.cpdgrp.rec.ischktyp"
                style="width: 100%"
                placeholder=""
              >
152
                <el-option
liushikai committed
153
                  v-for="item in codes.ischktyp"
liushikai committed
154 155 156 157
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
158
              </c-select>
liushikai committed
159
            </el-form-item>
潘际乾 committed
160
          </c-col>
liushikai committed
161

潘际乾 committed
162
          <c-col :span="11" :offset="1">
163 164 165 166 167
            <el-form-item
              label="预计核验日期"
              label-width="120px"
              prop="cpdgrp.rec.paydat"
            >
liushikai committed
168 169 170
              <c-date-picker
                type="date"
                v-model="model.cpdgrp.rec.paydat"
171
                value-format="yyyy-MM-dd"
liushikai committed
172 173
                style="width: 100%"
                placeholder=""
liushikai committed
174
                disabled
liushikai committed
175 176
              ></c-date-picker>
            </el-form-item>
潘际乾 committed
177 178
          </c-col>
        </c-col>
liushikai committed
179

潘际乾 committed
180
        <c-col :span="19">
181 182 183 184 185 186
          <el-form-item label="我行费用负担">
            <c-select
              v-model="model.cpdgrp.rec.detchgcod"
              style="width: 100%"
              placeholder=""
            >
liushikai committed
187
              <el-option
188 189 190 191 192
                v-for="item in codes.detchgcod"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
liushikai committed
193 194
            </c-select>
          </el-form-item>
潘际乾 committed
195
        </c-col>
liushikai committed
196

潘际乾 committed
197
        <c-col :span="24">
liushikai committed
198
          <el-form-item label="货物类型">
199 200 201 202 203
            <c-select
              v-model="model.cpdgrp.rec.stagod"
              style="width: 100%"
              placeholder="请选择货物类型"
            >
liushikai committed
204
              <el-option
205 206 207 208 209
                v-for="item in codes.godcod"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
liushikai committed
210 211
            </c-select>
          </el-form-item>
潘际乾 committed
212 213
        </c-col>
      </c-col>
liushikai committed
214 215

      <!-- ===================中部--右==================== -->
潘际乾 committed
216 217 218
      <c-col :span="11" :offset="1" style="margin-top: 20px">
        <c-col :span="24">
          <c-col :span="13">
wangguangchao committed
219
            <el-form-item label="汇款性质" prop="cpdgrp.rec.trntyp">
liushikai committed
220 221 222 223 224
              <c-select
                v-model="model.cpdgrp.rec.trntyp"
                style="width: 100%"
                placeholder="请选择汇款性质"
              >
liushikai committed
225
                <el-option
226
                  v-for="item in trntyp"
liushikai committed
227 228 229 230
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
231
              </c-select>
liushikai committed
232
            </el-form-item>
潘际乾 committed
233
          </c-col>
liushikai committed
234

潘际乾 committed
235
          <c-col :span="10">
236 237 238 239 240
            <el-form-item
              label="汇款方式"
              label-width="120px"
              prop="cpdgrp.rec.paytype"
            >
liushikai committed
241 242 243 244 245
              <c-select
                v-model="model.cpdgrp.rec.paytype"
                style="width: 100%"
                placeholder="请选择汇款方式"
              >
246
                <el-option
liushikai committed
247
                  v-for="item in codes.paytype"
liushikai committed
248 249 250 251 252 253
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
潘际乾 committed
254 255
          </c-col>
        </c-col>
liushikai committed
256

潘际乾 committed
257 258
        <c-col :span="24">
          <c-col :span="13">
wangguangchao committed
259
            <el-form-item label="收款对象" prop="cpdgrp.rec.gors">
liushikai committed
260 261 262 263 264
              <c-select
                v-model="model.cpdgrp.rec.gors"
                style="width: 100%"
                placeholder="请选择收款对象"
              >
265
                <el-option
liushikai committed
266
                  v-for="item in codes.gors"
liushikai committed
267 268 269 270
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
271
              </c-select>
liushikai committed
272
            </el-form-item>
潘际乾 committed
273
          </c-col>
liushikai committed
274

潘际乾 committed
275
          <c-col :span="10">
276 277 278 279 280
            <el-form-item
              label="收支类型"
              label-width="120px"
              prop="cpdgrp.rec.sztyp"
            >
liushikai committed
281 282 283 284 285
              <c-select
                v-model="model.cpdgrp.rec.sztyp"
                style="width: 100%"
                placeholder="请选择收支类型"
              >
286
                <el-option
liushikai committed
287
                  v-for="item in codes.sztyp"
liushikai committed
288 289 290 291 292 293
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
潘际乾 committed
294 295
          </c-col>
        </c-col>
liushikai committed
296

潘际乾 committed
297
        <c-col :span="24">
298
          <el-form-item label="" v-if="true"></el-form-item>
潘际乾 committed
299 300
        </c-col>
        <c-col :span="24">
301
          <el-form-item label="" v-if="true"></el-form-item>
潘际乾 committed
302
        </c-col>
303

潘际乾 committed
304 305
        <c-col :span="24">
          <c-col :span="13">
wangguangchao committed
306
            <el-form-item label="客户类型" prop="cpdgrp.rec.clityp">
liushikai committed
307 308 309 310 311
              <c-select
                v-model="model.cpdgrp.rec.clityp"
                style="width: 100%"
                placeholder="请选择客户类型"
              >
312
                <el-option
liushikai committed
313
                  v-for="item in codes.clityp"
liushikai committed
314 315 316 317
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
318
              </c-select>
liushikai committed
319
            </el-form-item>
潘际乾 committed
320
          </c-col>
liushikai committed
321

潘际乾 committed
322
          <c-col :span="10">
323 324 325 326 327 328 329 330 331
            <el-form-item
              label="报文类型"
              label-width="120px"
              prop="cpdgrp.rec.swftyp"
            >
              <c-select
                style="width: 100%"
                placeholder=""
                v-model="model.cpdgrp.rec.swftyp"
liushikai committed
332
                :disabled="model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S'"
333 334 335 336 337 338 339
              >
                <el-option
                  v-for="item in codes.swftyp"
                  :label="item.label"
                  :value="item.value"
                  :key="item.value"
                ></el-option>
潘际乾 committed
340
              </c-select>
liushikai committed
341
            </el-form-item>
潘际乾 committed
342 343
          </c-col>
        </c-col>
liushikai committed
344

潘际乾 committed
345 346
        <c-col :span="24">
          <c-col :span="13">
347 348 349 350
            <el-form-item
              label="收款人常驻国家/地区代码"
              prop="cptp.payeecountcode"
            >
liushikai committed
351 352 353 354
              <c-input
                v-model="model.cptp.payeecountcode"
                maxlength="3"
                placeholder="请输入收款人常驻国家/地区代码"
liushikai committed
355 356 357
                @keyup.enter.native="
                  showGridPromptDialog('cptp.payeecountcode')
                "
liushikai committed
358 359
              ></c-input>
            </el-form-item>
潘际乾 committed
360 361
          </c-col>
          <c-col :span="2" :offset="1">
liushikai committed
362 363 364
            <c-button size="small" type="primary" @click="onCptpGetinf">
              ?
            </c-button>
潘际乾 committed
365 366
          </c-col>
        </c-col>
367

潘际乾 committed
368 369
        <c-col :span="24">
          <c-col :span="14">
370 371 372 373 374 375 376 377
            <el-form-item
              label="清算模式"
              v-if="model.cpdgrp.cbs.nom1.cur === 'CNY'"
            >
              <c-select
                v-model="model.cptp.liqtyp"
                style="width: 100%"
                placeholder="请选择清算模式"
liushikai committed
378
                :disabled="model.cpdgrp.cbs.nom1.amt === '0.000'"
379 380
              >
                <el-option
wangguangchao committed
381 382 383 384 385
                  v-for="item in liqtypOptions"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
386 387 388 389 390 391
              </c-select>
            </el-form-item>
            <el-form-item
              label=""
              v-if="!(model.cpdgrp.cbs.nom1.cur === 'CNY')"
            ></el-form-item>
潘际乾 committed
392
          </c-col>
393

潘际乾 committed
394
          <c-col :span="4" :offset="4">
395
            <c-checkbox v-model="model.cpdgrp.rec.tsnflg">同名划转</c-checkbox>
潘际乾 committed
396 397 398 399
          </c-col>
        </c-col>
      </c-col>
    </c-col>
liushikai committed
400

潘际乾 committed
401
    <c-col
402 403 404 405
      :span="24"
      v-if="model.cptp.liqtyp === '' || model.cpdgrp.cbs.nom1.amt === '0.000'"
    >
      <!-- ================底部--左================= -->
潘际乾 committed
406 407
      <c-col :span="11" style="margin-top: 20px">
        <c-col :span="24">
408 409 410 411 412 413 414 415 416
          <el-form-item
            label="Ordering institution (52a)"
            prop="cpdgrp.ori.pts.ref"
          >
            <c-input
              v-model="model.cpdgrp.ori.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
liushikai committed
417
              disabled
418 419
            ></c-input>
          </el-form-item>
潘际乾 committed
420
        </c-col>
421

潘际乾 committed
422 423
        <c-col :span="24">
          <c-col :span="17">
424
            <el-form-item label="">
liushikai committed
425
              <c-input placeholder="" disabled></c-input>
426
            </el-form-item>
潘际乾 committed
427 428
          </c-col>
          <c-col :span="7">
429
            <el-form-item label="" label-width="15px">
liushikai committed
430 431 432 433 434 435
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
436 437
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
438
                详情
439 440
              </c-button>
            </el-form-item>
潘际乾 committed
441 442
          </c-col>
        </c-col>
liushikai committed
443

潘际乾 committed
444
        <c-col :span="24">
liushikai committed
445
          <el-form-item label="">
446 447 448
            <c-input
              type="textarea"
              placeholder=""
liushikai committed
449
              disabled
450 451 452
              rows="9"
              style="width: 90%"
            ></c-input>
liushikai committed
453
          </el-form-item>
潘际乾 committed
454
        </c-col>
455

潘际乾 committed
456
        <c-col :span="24">
457 458 459 460 461 462
          <el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
            <c-input
              v-model="model.cpdgrp.orc.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
liushikai committed
463
              disabled
464
            ></c-input>
liushikai committed
465
          </el-form-item>
潘际乾 committed
466
        </c-col>
liushikai committed
467

潘际乾 committed
468
        <c-col :span="24">
469 470 471 472 473 474 475 476
          <el-form-item label="帐号" prop="cpdgrp.rec.orcact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
477
        </c-col>
liushikai committed
478

潘际乾 committed
479 480
        <c-col :span="24">
          <c-col :span="17">
481
            <el-form-item label="">
liushikai committed
482
              <c-input placeholder="" disabled></c-input>
483
            </el-form-item>
潘际乾 committed
484 485
          </c-col>
          <c-col :span="7">
486
            <el-form-item label="" label-width="15px">
liushikai committed
487 488 489 490 491 492
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
493 494
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
495
                详情
496 497
              </c-button>
            </el-form-item>
潘际乾 committed
498 499
          </c-col>
        </c-col>
liushikai committed
500

潘际乾 committed
501
        <c-col :span="24">
liushikai committed
502
          <el-form-item label="">
503 504 505
            <c-input
              type="textarea"
              placeholder=""
liushikai committed
506
              disabled
507 508 509
              rows="9"
              style="width: 90%"
            ></c-input>
liushikai committed
510
          </el-form-item>
潘际乾 committed
511 512
        </c-col>
      </c-col>
liushikai committed
513

514
      <!-- ================底部--右================= -->
潘际乾 committed
515 516 517
      <c-col :span="11" :offset="1" style="margin-top: 20px">
        <c-col :span="24">
          <c-col :span="17">
518
            <el-form-item label="发报行">
liushikai committed
519
              <c-input placeholder="" disabled></c-input>
520
            </el-form-item>
潘际乾 committed
521 522
          </c-col>
          <c-col :span="7">
523
            <el-form-item label="" label-width="15px">
liushikai committed
524 525 526 527 528 529
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
530 531
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
532
                详情
533 534
              </c-button>
            </el-form-item>
潘际乾 committed
535 536 537
          </c-col>
        </c-col>
        <c-col :span="24">
538
          <el-form-item label="">
liushikai committed
539
            <c-input placeholder="" disabled style="width: 90%"></c-input>
liushikai committed
540
          </el-form-item>
潘际乾 committed
541 542
        </c-col>
        <c-col :span="24">
543 544 545 546 547 548 549
          <el-form-item label="指令代码" prop="cpdgrp.rec.f23e">
            <c-input
              v-model="model.cpdgrp.rec.f23e"
              style="width: 90%"
              maxlength="35"
              placeholder="请输入指令代码"
            ></c-input>
liushikai committed
550
          </el-form-item>
潘际乾 committed
551 552 553
        </c-col>
        <c-col :span="24">
          <c-col :span="14">
554 555 556 557 558 559 560
            <el-form-item label="原始金额" prop="cpdgrp.rec.curf33b">
              <c-select
                v-model="model.cpdgrp.rec.curf33b"
                style="width: 100%"
                placeholder=""
              >
                <el-option
liushikai committed
561
                  v-for="item in codes.cur"
liushikai committed
562 563 564 565
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
566 567
              </c-select>
            </el-form-item>
潘际乾 committed
568
          </c-col>
liushikai committed
569

潘际乾 committed
570
          <c-col :span="10">
571 572 573 574 575 576
            <el-form-item label="" label-width="15px" prop="cpdgrp.rec.amtf33b">
              <c-input
                v-model="model.cpdgrp.rec.amtf33b"
                placeholder="请输入原始金额"
              ></c-input>
            </el-form-item>
潘际乾 committed
577 578
          </c-col>
        </c-col>
liushikai committed
579

潘际乾 committed
580
        <c-col :span="24">
581 582 583 584 585 586 587
          <el-form-item label="汇率" prop="cpdgrp.rec.f36">
            <c-input
              v-model="model.cpdgrp.rec.f36"
              style="width: 30%"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
588
        </c-col>
liushikai committed
589

潘际乾 committed
590 591
        <c-col :span="24">
          <c-col :span="14">
592 593 594
            <el-form-item label="发报行扣费金额" prop="cpdgrp.rec.cur71f">
              <c-select v-model="model.cpdgrp.rec.cur71f" placeholder="">
                <el-option
liushikai committed
595
                  v-for="item in codes.cur"
liushikai committed
596 597 598 599
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
600 601
              </c-select>
            </el-form-item>
潘际乾 committed
602
          </c-col>
liushikai committed
603

潘际乾 committed
604
          <c-col :span="10">
605 606 607 608 609 610
            <el-form-item label="" label-width="15px" prop="cpdgrp.rec.amt71f">
              <c-input
                v-model="model.cpdgrp.rec.amt71f"
                placeholder="请输入发报行扣费金额"
              ></c-input>
            </el-form-item>
潘际乾 committed
611 612
          </c-col>
        </c-col>
liushikai committed
613

潘际乾 committed
614
        <c-col :span="24">
615 616 617 618 619 620 621 622
          <el-form-item label="银行操作码" prop="cpdgrp.rec.f23b">
            <c-input
              v-model="model.cpdgrp.rec.f23b"
              style="width: 20%"
              maxlength="4"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
623
        </c-col>
liushikai committed
624

潘际乾 committed
625
        <c-col :span="24">
626 627 628 629 630 631 632 633
          <el-form-item label="帐号" prop="cpdgrp.rec.pyeact">
            <c-input
              v-model="model.cpdgrp.rec.pyeact"
              style="width: 90%"
              maxlength="35"
              placeholder="请输入账号"
            ></c-input>
          </el-form-item>
潘际乾 committed
634
        </c-col>
liushikai committed
635

潘际乾 committed
636 637
        <c-col :span="24">
          <c-col :span="17">
638
            <el-form-item label="收款人" prop="cpdgrp.orc.pts.extkey">
liushikai committed
639
              <c-input
640
                v-model="model.cpdgrp.orc.pts.extkey"
liushikai committed
641 642
                maxlength="14"
                placeholder="请输入收款人"
liushikai committed
643 644 645
                @keyup.enter.native="
                  showGridPromptDialog('cpdgrp.orc.pts.extkey')
                "
liushikai committed
646 647
              ></c-input>
            </el-form-item>
潘际乾 committed
648
          </c-col>
liushikai committed
649

潘际乾 committed
650
          <c-col :span="7">
651
            <el-form-item label="" label-width="15px">
liushikai committed
652 653 654 655 656 657
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
658 659
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
660
                详情
661 662
              </c-button>
            </el-form-item>
潘际乾 committed
663 664
          </c-col>
        </c-col>
665

潘际乾 committed
666
        <c-col :span="24">
667 668 669 670 671 672 673 674
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
liushikai committed
675
          </el-form-item>
潘际乾 committed
676 677 678
        </c-col>
      </c-col>
    </c-col>
liushikai committed
679

680
    <!-- ====================清算模式-人行支付系统===================== -->
liushikai committed
681
    <c-col :span="24" v-if="model.cptp.liqtyp === 'B'" style="margin-top: 20px">
682
      <!-- =========左========== -->
潘际乾 committed
683 684
      <c-col :span="11">
        <c-col :span="24">
685 686 687 688 689 690 691 692 693
          <el-form-item label="付款人名称">
            <c-input
              type="textarea"
              v-model="model.cptp.orcnam"
              maxlength="40"
              show-word-limit
              placeholder="请输入付款人名称"
            ></c-input>
          </el-form-item>
潘际乾 committed
694 695
        </c-col>
        <c-col :span="24">
696 697 698 699 700 701 702 703 704
          <el-form-item label="付款人地址">
            <c-input
              type="textarea"
              v-model="model.cptp.orcadr"
              maxlength="40"
              show-word-limit
              placeholder="请输入付款人地址"
            ></c-input>
          </el-form-item>
潘际乾 committed
705 706
        </c-col>
        <c-col :span="24">
707 708 709 710 711 712 713 714 715
          <el-form-item label="收款人名称">
            <c-input
              type="textarea"
              v-model="model.cptp.pyenam"
              maxlength="40"
              show-word-limit
              placeholder="请输入收款人名称"
            ></c-input>
          </el-form-item>
潘际乾 committed
716 717
        </c-col>
        <c-col :span="24">
718 719 720 721 722 723 724 725 726
          <el-form-item label="收款人地址">
            <c-input
              type="textarea"
              v-model="model.cptp.pyeadr"
              maxlength="40"
              show-word-limit
              placeholder="请输入收款人地址"
            ></c-input>
          </el-form-item>
潘际乾 committed
727 728
        </c-col>
        <c-col :span="24">
729 730 731 732 733 734 735 736
          <el-form-item label="帐号" prop="cpdgrp.rec.orcact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
737 738 739
        </c-col>
        <c-col :span="24">
          <c-col :span="17">
740 741 742 743 744 745 746
            <el-form-item label="汇款人">
              <c-input
                v-model="model.cpdgrp.snd.pts.extkey"
                maxlength="16"
                placeholder="请输入汇款人"
              ></c-input>
            </el-form-item>
潘际乾 committed
747 748
          </c-col>
          <c-col :span="7">
749
            <el-form-item label="" label-width="15px">
liushikai committed
750 751 752 753 754 755
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              ></c-button>
liushikai committed
756
              <c-button size="small" type="primary" disabled>详情</c-button>
757
            </el-form-item>
潘际乾 committed
758 759 760
          </c-col>
        </c-col>
        <c-col :span="24">
761 762 763 764 765 766 767 768 769 770 771
          <el-form-item label="">
            <c-input
              type="textarea"
              v-model="model.cpdgrp.orc.namelc"
              maxlength="35"
              show-word-limit
              placeholder="请输入名称"
              style="width: 90%"
              readonly
            ></c-input>
          </el-form-item>
潘际乾 committed
772 773
        </c-col>
      </c-col>
liushikai committed
774

775
      <!-- =========右========== -->
潘际乾 committed
776 777
      <c-col :span="11" :offset="1">
        <c-col :span="24">
778 779 780 781 782 783 784
          <el-form-item label="接收行名称">
            <c-input
              maxlength="12"
              placeholder="请输入接收行名称"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
785 786 787
        </c-col>
        <c-col :span="24">
          <c-col :span="18">
788 789 790 791 792 793 794 795
            <el-form-item label="接收行行号">
              <c-input
                v-model="model.cptp.resbch"
                maxlength="12"
                placeholder="请输入接收行行号"
                readonly
              ></c-input>
            </el-form-item>
潘际乾 committed
796 797
          </c-col>
          <c-col :span="2" :offset="1">
798
            <c-checkbox v-model="model.cptp.flg">电汇凭证</c-checkbox>
潘际乾 committed
799 800
          </c-col>
        </c-col>
801

潘际乾 committed
802
        <c-col :span="24"
803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818
          ><el-form-item label="业务种类">
            <c-select
              v-model="model.cptp.bustyp"
              style="width: 60%"
              placeholder="请选择业务种类"
              disabled
            >
              <el-option
                v-for="item in codes.bustyp"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
潘际乾 committed
819
        </c-col>
820

潘际乾 committed
821 822
        <c-col :span="24">
          <c-col :span="12">
823 824 825 826 827 828 829 830
            <el-form-item label="收款人开户行名称">
              <c-input
                v-model="model.cptp.pyebchnam"
                maxlength="38"
                placeholder="请输入收款人开户行名称"
                readonly
              ></c-input>
            </el-form-item>
潘际乾 committed
831 832
          </c-col>
          <c-col :span="10">
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
            <el-form-item label="二代模式" label-width="120px">
              <c-select
                v-model="model.cptp.secmod"
                style="width: 90%"
                placeholder="请选择二代模式"
                disabled
              >
                <el-option
                  v-for="item in codes.secmod"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
潘际乾 committed
849 850
          </c-col>
          <c-col :span="2"
851 852
            ><c-button size="small" type="primary" @click="onCptpGetmod">
              获取
潘际乾 committed
853
            </c-button></c-col
854
          >
潘际乾 committed
855 856
        </c-col>
        <c-col :span="24">
857 858 859 860 861 862 863 864 865
          <el-form-item label="附言">
            <c-input
              type="textarea"
              v-model="model.cptp.commet"
              maxlength="35"
              show-word-limit
              placeholder="请输入附言"
            ></c-input>
          </el-form-item>
潘际乾 committed
866 867
        </c-col>
        <c-col :span="24">
868 869 870 871 872 873 874 875
          <el-form-item label="帐号" prop="cpdgrp.rec.pyeact">
            <c-input
              v-model="model.cpdgrp.rec.act"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
876 877 878
        </c-col>
        <c-col :span="24">
          <c-col :span="17">
879 880 881 882 883 884 885
            <el-form-item label="收款人">
              <c-input
                v-model="model.cpdgrp.snd.pts.extkey"
                maxlength="16"
                placeholder="请输入收款人"
              ></c-input>
            </el-form-item>
潘际乾 committed
886 887
          </c-col>
          <c-col :span="7">
888
            <el-form-item label="" label-width="15px">
liushikai committed
889 890 891 892 893 894
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              ></c-button>
liushikai committed
895
              <c-button size="small" type="primary">详情</c-button>
896
            </el-form-item>
潘际乾 committed
897 898 899
          </c-col>
        </c-col>
        <c-col :span="24">
900 901 902 903 904 905 906 907 908 909
          <el-form-item label="">
            <c-input
              type="textarea"
              v-model="model.cpdgrp.orc.namelc"
              maxlength="35"
              show-word-limit
              placeholder="请输入名称"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
910 911 912
        </c-col>
      </c-col>
    </c-col>
wangguangchao committed
913

liushikai committed
914
    <!-- ====================清算模式-CIPS系统===================== -->
liushikai committed
915
    <c-col :span="24" v-if="model.cptp.liqtyp === 'S'" style="margin-top: 20px">
liushikai committed
916
      <!-- =========左========== -->
潘际乾 committed
917 918
      <c-col :span="11">
        <c-col :span="24">
liushikai committed
919 920 921 922 923 924 925 926 927
          <el-form-item label="付款人名称">
            <c-input
              type="textarea"
              v-model="model.cptp.orcnam"
              maxlength="40"
              show-word-limit
              placeholder="请输入付款人名称"
            ></c-input>
          </el-form-item>
潘际乾 committed
928 929
        </c-col>
        <c-col :span="24">
liushikai committed
930 931 932 933 934 935 936 937 938
          <el-form-item label="付款人地址">
            <c-input
              type="textarea"
              v-model="model.cptp.orcadr"
              maxlength="40"
              show-word-limit
              placeholder="请输入付款人地址"
            ></c-input>
          </el-form-item>
潘际乾 committed
939 940
        </c-col>
        <c-col :span="24">
liushikai committed
941 942 943 944 945 946 947 948 949
          <el-form-item label="收款人名称">
            <c-input
              type="textarea"
              v-model="model.cptp.pyenam"
              maxlength="40"
              show-word-limit
              placeholder="请输入收款人名称"
            ></c-input>
          </el-form-item>
潘际乾 committed
950 951
        </c-col>
        <c-col :span="24">
liushikai committed
952 953 954 955 956 957 958 959 960
          <el-form-item label="收款人地址">
            <c-input
              type="textarea"
              v-model="model.cptp.pyeadr"
              maxlength="40"
              show-word-limit
              placeholder="请输入收款人地址"
            ></c-input>
          </el-form-item>
潘际乾 committed
961 962
        </c-col>
        <c-col :span="24">
liushikai committed
963 964 965 966 967 968 969 970
          <el-form-item label="帐号" prop="cpdgrp.rec.orcact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
971 972 973
        </c-col>
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
974 975 976 977 978 979 980
            <el-form-item label="汇款人">
              <c-input
                v-model="model.cpdgrp.snd.pts.extkey"
                maxlength="16"
                placeholder="请输入汇款人"
              ></c-input>
            </el-form-item>
潘际乾 committed
981 982
          </c-col>
          <c-col :span="7">
liushikai committed
983
            <el-form-item label="" label-width="15px">
liushikai committed
984 985 986 987 988 989
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              ></c-button>
liushikai committed
990
              <c-button size="small" type="primary" disabled>详情</c-button>
liushikai committed
991
            </el-form-item>
潘际乾 committed
992 993 994
          </c-col>
        </c-col>
        <c-col :span="24">
liushikai committed
995 996 997 998 999 1000 1001 1002 1003 1004 1005
          <el-form-item label="">
            <c-input
              type="textarea"
              v-model="model.cpdgrp.orc.namelc"
              maxlength="35"
              show-word-limit
              placeholder="请输入名称"
              style="width: 90%"
              readonly
            ></c-input>
          </el-form-item>
潘际乾 committed
1006 1007
        </c-col>
      </c-col>
liushikai committed
1008 1009

      <!-- =========右========== -->
潘际乾 committed
1010 1011
      <c-col :span="11" :offset="1">
        <c-col :span="4" :offset="18">
liushikai committed
1012
          <c-checkbox v-model="model.cptp.flg">电汇凭证</c-checkbox>
潘际乾 committed
1013
        </c-col>
liushikai committed
1014

潘际乾 committed
1015
        <c-col :span="24" style="margin-top: 15px">
liushikai committed
1016 1017 1018 1019 1020 1021 1022 1023
          <el-form-item label="收款直参行号">
            <c-input
              v-model="model.cptp.reconebch"
              maxlength="35"
              style="width: 80%"
              placeholder="请输入收款直参行号"
            ></c-input>
          </el-form-item>
潘际乾 committed
1024 1025
        </c-col>
        <c-col :span="24">
liushikai committed
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035
          <el-form-item label="收款直参名称">
            <c-input
              type="textarea"
              v-model="model.cptp.reconebchnam"
              maxlength="35"
              style="width: 80%"
              show-word-limit
              placeholder="请输入收款直参名称"
            ></c-input>
          </el-form-item>
潘际乾 committed
1036
        </c-col>
liushikai committed
1037

潘际乾 committed
1038
        <c-col :span="24"
liushikai committed
1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054
          ><el-form-item label="业务种类">
            <c-select
              v-model="model.cptp.bustyp"
              style="width: 60%"
              placeholder="请选择业务种类"
              disabled
            >
              <el-option
                v-for="item in codes.bustyp"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </c-select>
          </el-form-item>
潘际乾 committed
1055
        </c-col>
liushikai committed
1056

潘际乾 committed
1057
        <c-col :span="24">
liushikai committed
1058 1059 1060 1061 1062 1063 1064 1065 1066
          <el-form-item label="附言">
            <c-input
              type="textarea"
              v-model="model.cptp.commet"
              maxlength="35"
              show-word-limit
              placeholder="请输入附言"
            ></c-input>
          </el-form-item>
潘际乾 committed
1067 1068
        </c-col>
        <c-col :span="24">
liushikai committed
1069 1070 1071 1072 1073 1074 1075 1076
          <el-form-item label="帐号" prop="cpdgrp.rec.pyeact">
            <c-input
              v-model="model.cpdgrp.rec.act"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1077 1078 1079
        </c-col>
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
1080 1081 1082 1083 1084 1085 1086
            <el-form-item label="收款人">
              <c-input
                v-model="model.cpdgrp.snd.pts.extkey"
                maxlength="16"
                placeholder="请输入收款人"
              ></c-input>
            </el-form-item>
潘际乾 committed
1087 1088
          </c-col>
          <c-col :span="7">
liushikai committed
1089
            <el-form-item label="" label-width="15px">
liushikai committed
1090 1091 1092 1093 1094 1095
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              ></c-button>
liushikai committed
1096
              <c-button size="small" type="primary">详情</c-button>
liushikai committed
1097
            </el-form-item>
潘际乾 committed
1098 1099 1100
          </c-col>
        </c-col>
        <c-col :span="24">
liushikai committed
1101 1102 1103 1104 1105 1106 1107 1108 1109 1110
          <el-form-item label="">
            <c-input
              type="textarea"
              v-model="model.cpdgrp.orc.namelc"
              maxlength="35"
              show-word-limit
              placeholder="请输入名称"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1111 1112 1113
        </c-col>
      </c-col>
    </c-col>
liushikai committed
1114

liushikai committed
1115
    <!-- ======================清算模式-Other================ -->
liushikai committed
1116
    <c-col :span="24" v-if="model.cptp.liqtyp === 'O'" style="margin-top: 20px">
liushikai committed
1117
      <!-- ================左================= -->
潘际乾 committed
1118 1119
      <c-col :span="11" style="margin-top: 20px">
        <c-col :span="24">
liushikai committed
1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130
          <el-form-item
            label="Ordering institution (52a)"
            prop="cpdgrp.ori.pts.ref"
          >
            <c-input
              v-model="model.cpdgrp.ori.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1131
        </c-col>
liushikai committed
1132

潘际乾 committed
1133 1134
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
1135 1136 1137
            <el-form-item label="">
              <c-input placeholder=""></c-input>
            </el-form-item>
潘际乾 committed
1138 1139
          </c-col>
          <c-col :span="7">
liushikai committed
1140
            <el-form-item label="" label-width="15px">
liushikai committed
1141 1142 1143 1144 1145 1146
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
liushikai committed
1147 1148
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet">
liushikai committed
1149
                详情
liushikai committed
1150 1151
              </c-button>
            </el-form-item>
潘际乾 committed
1152 1153
          </c-col>
        </c-col>
liushikai committed
1154

潘际乾 committed
1155
        <c-col :span="24">
liushikai committed
1156 1157 1158 1159 1160 1161 1162 1163 1164
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1165
        </c-col>
liushikai committed
1166

潘际乾 committed
1167
        <c-col :span="24">
liushikai committed
1168 1169 1170 1171 1172 1173 1174 1175
          <el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
            <c-input
              v-model="model.cpdgrp.orc.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1176
        </c-col>
liushikai committed
1177

潘际乾 committed
1178
        <c-col :span="24">
liushikai committed
1179 1180 1181 1182 1183 1184 1185 1186
          <el-form-item label="帐号" prop="cpdgrp.rec.orcact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1187
        </c-col>
liushikai committed
1188

潘际乾 committed
1189 1190
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
1191 1192 1193
            <el-form-item label="">
              <c-input placeholder=""></c-input>
            </el-form-item>
潘际乾 committed
1194 1195
          </c-col>
          <c-col :span="7">
liushikai committed
1196
            <el-form-item label="" label-width="15px">
liushikai committed
1197 1198 1199 1200 1201 1202
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
liushikai committed
1203 1204
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
1205
                详情
liushikai committed
1206 1207
              </c-button>
            </el-form-item>
潘际乾 committed
1208 1209
          </c-col>
        </c-col>
liushikai committed
1210

潘际乾 committed
1211
        <c-col :span="24">
liushikai committed
1212 1213 1214 1215 1216 1217 1218 1219 1220
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1221 1222
        </c-col>
      </c-col>
liushikai committed
1223 1224

      <!-- ==============右================== -->
潘际乾 committed
1225 1226 1227
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
1228 1229 1230
            <el-form-item label="发报行">
              <c-input placeholder="" readonly></c-input>
            </el-form-item>
潘际乾 committed
1231 1232
          </c-col>
          <c-col :span="7">
liushikai committed
1233
            <el-form-item label="" label-width="15px">
liushikai committed
1234 1235 1236 1237 1238 1239
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
liushikai committed
1240 1241
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
1242
                详情
liushikai committed
1243 1244
              </c-button>
            </el-form-item>
潘际乾 committed
1245 1246 1247
          </c-col>
        </c-col>
        <c-col :span="24">
liushikai committed
1248
          <el-form-item label="">
1249 1250 1251 1252 1253 1254 1255
            <c-input
              type="textarea"
              placeholder=""
              readonly
              style="width: 90%"
              rows="7"
            ></c-input>
liushikai committed
1256
          </el-form-item>
潘际乾 committed
1257 1258
        </c-col>
        <c-col :span="24">
liushikai committed
1259
          <el-form-item label="付款详情">
1260 1261 1262 1263 1264 1265 1266
            <c-input
              type="textarea"
              placeholder=""
              readonly
              style="width: 90%"
              rows="5"
            ></c-input>
liushikai committed
1267
          </el-form-item>
潘际乾 committed
1268 1269
        </c-col>
        <c-col :span="24">
1270
          <el-form-item label="收款人Ref." prop="cpdgrp.orc.pts.ref">
liushikai committed
1271 1272 1273 1274 1275 1276 1277
            <c-input
              v-model="model.cpdgrp.orc.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1278
        </c-col>
liushikai committed
1279

潘际乾 committed
1280
        <c-col :span="24">
liushikai committed
1281 1282 1283 1284 1285 1286 1287 1288
          <el-form-item label="帐号" prop="cpdgrp.rec.pyeact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1289 1290 1291
        </c-col>
        <c-col :span="24">
          <c-col :span="17">
liushikai committed
1292 1293 1294
            <el-form-item label="">
              <c-input placeholder=""></c-input>
            </el-form-item>
潘际乾 committed
1295 1296
          </c-col>
          <c-col :span="7">
liushikai committed
1297
            <el-form-item label="" label-width="15px">
liushikai committed
1298 1299 1300 1301 1302 1303
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
liushikai committed
1304 1305
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
1306
                详情
liushikai committed
1307 1308
              </c-button>
            </el-form-item>
潘际乾 committed
1309 1310
          </c-col>
        </c-col>
liushikai committed
1311

潘际乾 committed
1312
        <c-col :span="24">
liushikai committed
1313 1314 1315 1316 1317 1318 1319 1320 1321
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1322 1323 1324
        </c-col>
      </c-col>
    </c-col>
liushikai committed
1325

1326
    <!-- ====================清算模式-代理行模式=================== -->
liushikai committed
1327
    <c-col :span="24" v-if="model.cptp.liqtyp === 'C'" style="margin-top: 20px">
1328
      <!-- ==============左============== -->
潘际乾 committed
1329 1330
      <c-col :span="11">
        <c-col :span="24">
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341
          <el-form-item
            label="Ordering institution (52a)"
            prop="cpdgrp.ori.pts.ref"
          >
            <c-input
              v-model="model.cpdgrp.ori.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1342
        </c-col>
1343

潘际乾 committed
1344 1345
        <c-col :span="24">
          <c-col :span="17">
1346 1347 1348
            <el-form-item label="">
              <c-input placeholder=""></c-input>
            </el-form-item>
潘际乾 committed
1349 1350
          </c-col>
          <c-col :span="7">
1351
            <el-form-item label="" label-width="15px">
liushikai committed
1352 1353 1354 1355 1356 1357
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
1358 1359
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet">
liushikai committed
1360
                详情
1361 1362
              </c-button>
            </el-form-item>
潘际乾 committed
1363 1364
          </c-col>
        </c-col>
liushikai committed
1365

潘际乾 committed
1366
        <c-col :span="24">
1367 1368 1369 1370 1371 1372 1373 1374 1375
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1376
        </c-col>
liushikai committed
1377

潘际乾 committed
1378
        <c-col :span="24">
1379 1380 1381 1382 1383 1384 1385 1386
          <el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
            <c-input
              v-model="model.cpdgrp.orc.pts.ref"
              style="width: 90%"
              maxlength="16"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1387
        </c-col>
1388

潘际乾 committed
1389
        <c-col :span="24">
1390 1391 1392 1393 1394 1395 1396 1397
          <el-form-item label="帐号" prop="cpdgrp.rec.orcact">
            <c-input
              v-model="model.cpdgrp.rec.orcact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1398
        </c-col>
1399

潘际乾 committed
1400 1401
        <c-col :span="24">
          <c-col :span="17">
1402 1403 1404
            <el-form-item label="">
              <c-input placeholder=""></c-input>
            </el-form-item>
潘际乾 committed
1405 1406
          </c-col>
          <c-col :span="7">
1407
            <el-form-item label="" label-width="15px">
liushikai committed
1408 1409 1410 1411 1412 1413
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
1414 1415
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
1416
                详情
1417 1418
              </c-button>
            </el-form-item>
潘际乾 committed
1419 1420
          </c-col>
        </c-col>
1421

潘际乾 committed
1422
        <c-col :span="24">
1423 1424 1425 1426 1427 1428 1429 1430 1431
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1432 1433
        </c-col>
      </c-col>
1434
      <!-- ==============右============== -->
潘际乾 committed
1435 1436
      <c-col :span="11" :offset="1">
        <c-col :span="24">
liushikai 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
          <el-form-item label="清算代理行">
            <c-select
              v-model="model.cptp.cleage"
              style="width: 70%"
              placeholder="请选择清算代理行"
            >
              <el-option
                v-for="item in cleageOptions"
                :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.cptp.evebch"
              style="width: 70%"
              placeholder="请选择光大开户行"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="清算代理行账号">
            <c-input
              v-model="model.cptp.coract"
              maxlength="32"
              style="width: 90%"
              placeholder="请输入清算代理行账号"
              readonly
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
1474 1475 1476 1477 1478 1479 1480 1481
          <el-form-item label="指令代码" prop="cpdgrp.rec.f23e">
            <c-input
              v-model="model.cpdgrp.rec.f23e"
              style="width: 90%"
              maxlength="35"
              placeholder="请输入指令代码"
            ></c-input>
          </el-form-item>
潘际乾 committed
1482 1483 1484
        </c-col>
        <c-col :span="24">
          <c-col :span="14">
1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498
            <el-form-item label="原始金额" prop="cpdgrp.rec.curf33b">
              <c-select
                v-model="model.cpdgrp.rec.curf33b"
                style="width: 100%"
                placeholder=""
              >
                <el-option
                  v-for="item in codes.cur"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
潘际乾 committed
1499
          </c-col>
1500

潘际乾 committed
1501
          <c-col :span="10">
1502 1503 1504 1505 1506 1507
            <el-form-item label="" label-width="15px" prop="cpdgrp.rec.amtf33b">
              <c-input
                v-model="model.cpdgrp.rec.amtf33b"
                placeholder="请输入原始金额"
              ></c-input>
            </el-form-item>
潘际乾 committed
1508 1509
          </c-col>
        </c-col>
1510

潘际乾 committed
1511 1512
        <c-col :span="24">
          <c-col :span="14">
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522
            <el-form-item label="发报行扣费金额" prop="cpdgrp.rec.cur71f">
              <c-select v-model="model.cpdgrp.rec.cur71f" placeholder="">
                <el-option
                  v-for="item in codes.cur"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
潘际乾 committed
1523
          </c-col>
1524

潘际乾 committed
1525
          <c-col :span="10">
1526 1527 1528 1529 1530 1531
            <el-form-item label="" label-width="15px" prop="cpdgrp.rec.amt71f">
              <c-input
                v-model="model.cpdgrp.rec.amt71f"
                placeholder="请输入发报行扣费金额"
              ></c-input>
            </el-form-item>
潘际乾 committed
1532 1533 1534 1535
          </c-col>
        </c-col>
        <c-col :span="24">
          <c-col :span="12">
liushikai committed
1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557
            <el-form-item label="银行操作码" prop="cpdgrp.rec.f23b">
              <c-input
                v-model="model.cpdgrp.rec.f23b"
                style="width: 100%"
                maxlength="4"
                placeholder=""
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item
              label="汇率"
              prop="cpdgrp.rec.f36"
              label-width="100px"
            >
              <c-input
                v-model="model.cpdgrp.rec.f36"
                style="width: 100%"
                placeholder=""
              ></c-input>
            </el-form-item>
          </c-col>
潘际乾 committed
1558 1559
        </c-col>
        <c-col :span="24">
1560 1561 1562 1563 1564 1565 1566 1567
          <el-form-item label="帐号" prop="cpdgrp.rec.pyeact">
            <c-input
              v-model="model.cpdgrp.rec.pyeact"
              style="width: 90%"
              maxlength="35"
              placeholder=""
            ></c-input>
          </el-form-item>
潘际乾 committed
1568
        </c-col>
liushikai committed
1569

潘际乾 committed
1570 1571
        <c-col :span="24">
          <c-col :span="17">
1572
            <el-form-item label="收款人" prop="cpdgrp.orc.pts.extkey">
liushikai committed
1573 1574
              <c-input
                placeholder=""
1575
                v-model="model.cpdgrp.orc.pts.extkey"
liushikai committed
1576 1577 1578 1579
                @keyup.enter.native="
                  showGridPromptDialog('cpdgrp.orc.pts.extkey')
                "
              ></c-input>
1580
            </el-form-item>
潘际乾 committed
1581 1582
          </c-col>
          <c-col :span="7">
1583
            <el-form-item label="" label-width="15px">
liushikai committed
1584 1585 1586 1587 1588 1589
              <c-button
                size="small"
                type="primary"
                @click="onCptpGetInfpta"
                icon="el-icon-search"
              >
1590 1591
              </c-button>
              <c-button size="small" type="primary" @click="onSndpDet" disabled>
liushikai committed
1592
                详情
1593 1594
              </c-button>
            </el-form-item>
潘际乾 committed
1595 1596
          </c-col>
        </c-col>
1597

潘际乾 committed
1598
        <c-col :span="24">
1599 1600 1601 1602 1603 1604 1605 1606 1607
          <el-form-item label="">
            <c-input
              type="textarea"
              placeholder=""
              readonly
              rows="9"
              style="width: 90%"
            ></c-input>
          </el-form-item>
潘际乾 committed
1608 1609 1610
        </c-col>
      </c-col>
    </c-col>
liushikai committed
1611

潘际乾 committed
1612
    <!-- <c-col><div style="height: 100px"></div></c-col>
liushikai committed
1613

潘际乾 committed
1614
    <c-col :span="12">
liushikai committed
1615
      <span v-text="model.cptp.shktyp" data-path=".cptp.shktyp"> </span>
潘际乾 committed
1616
    </c-col>
liushikai committed
1617

潘际乾 committed
1618
    <c-col :span="11" :offset="1">
liushikai committed
1619 1620 1621 1622 1623 1624 1625 1626
      <el-form-item label="Currency">
        <c-select
          v-model="model.cpdgrp.cbs.nom1.cur"
          style="width: 100%"
          placeholder="请选择Currency"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1627
    </c-col>
liushikai committed
1628

潘际乾 committed
1629
    <c-col :span="11">
liushikai committed
1630 1631 1632 1633 1634 1635 1636 1637
      <el-form-item label="Currency">
        <c-select
          v-model="model.cpdgrp.cbs.max.cur"
          style="width: 100%"
          placeholder="请选择Currency"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1638
    </c-col>
liushikai committed
1639

潘际乾 committed
1640
    <c-col :span="11">
liushikai committed
1641 1642 1643 1644 1645 1646
      <el-form-item label="汇款金额">
        <c-input
          v-model="model.cpdgrp.cbs.max.amt"
          placeholder="请输入汇款金额"
        ></c-input>
      </el-form-item>
潘际乾 committed
1647
    </c-col>
liushikai committed
1648

潘际乾 committed
1649
    <c-col :span="9" :offset="1">
liushikai committed
1650 1651 1652 1653 1654 1655 1656
      <el-form-item label="Uetr">
        <c-input
          v-model="model.cptp.uetr"
          maxlength="40"
          placeholder="请输入Uetr"
        ></c-input>
      </el-form-item>
潘际乾 committed
1657
    </c-col>
liushikai committed
1658

潘际乾 committed
1659
    <c-col :span="2" :offset="1">
liushikai committed
1660 1661 1662
      <c-button size="small" type="primary" @click="onCptpGetuetr">
        Get
      </c-button>
潘际乾 committed
1663
    </c-col>
liushikai committed
1664

潘际乾 committed
1665
    <c-col :span="12">
liushikai committed
1666
      <span v-text="model.cptp.paydatsta" data-path=".cptp.paydatsta"> </span>
潘际乾 committed
1667
    </c-col>
liushikai committed
1668

潘际乾 committed
1669
    <c-col :span="12">
liushikai committed
1670
      <span v-text="model.cptp.commetlab" data-path=".cptp.commetlab"> </span>
潘际乾 committed
1671
    </c-col>
liushikai committed
1672

潘际乾 committed
1673
    <c-col :span="11" :offset="1">
liushikai committed
1674 1675 1676 1677 1678 1679 1680 1681
      <el-form-item label="自�'�区备注">
        <c-select
          v-model="model.cptp.comsystbl"
          style="width: 100%"
          placeholder="请选择自�'�区备注"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1682
    </c-col>
liushikai committed
1683

潘际乾 committed
1684
    <c-col :span="12">
liushikai committed
1685
      <span v-text="model.cptp.valdat" data-path=".cptp.valdat"> </span>
潘际乾 committed
1686
    </c-col>
liushikai committed
1687

潘际乾 committed
1688
    <c-col :span="11">
liushikai committed
1689 1690 1691 1692 1693 1694 1695 1696
      <el-form-item label="Value Date">
        <c-date-picker
          type="date"
          v-model="model.cpdgrp.rec.valdat"
          style="width: 100%"
          placeholder="请选择Value Date"
        ></c-date-picker>
      </el-form-item>
潘际乾 committed
1697
    </c-col>
liushikai committed
1698

潘际乾 committed
1699
    <c-col :span="11" :offset="1">
liushikai committed
1700 1701 1702 1703 1704 1705 1706 1707
      <el-form-item label="Uil Payment">
        <c-select
          v-model="model.cptp.payuil"
          style="width: 100%"
          placeholder="请选择Uil Payment"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1708
    </c-col>
liushikai committed
1709

潘际乾 committed
1710
    <c-col :span="11" :offset="1">
liushikai committed
1711 1712 1713 1714 1715 1716 1717 1718
      <el-form-item label="PRECHKDAT">
        <c-date-picker
          type="date"
          v-model="model.cpdgrp.rec.prechkdat"
          style="width: 100%"
          placeholder="请选择PRECHKDAT"
        ></c-date-picker>
      </el-form-item>
潘际乾 committed
1719
    </c-col>
liushikai committed
1720

潘际乾 committed
1721
    <c-col :span="11">
liushikai committed
1722 1723 1724 1725 1726 1727 1728
      <el-form-item label="付款人常驻国家/地区代码">
        <c-input
          v-model="model.cptp.draweecountcode"
          maxlength="3"
          placeholder="请输入付款人常驻国家/地区代码"
        ></c-input>
      </el-form-item>
潘际乾 committed
1729
    </c-col>
liushikai committed
1730

潘际乾 committed
1731
    <c-col :span="9">
liushikai committed
1732 1733 1734 1735 1736 1737 1738 1739
      <el-form-item label="swift type">
        <c-select
          v-model="model.cpdgrp.rec.swftyp"
          style="width: 100%"
          placeholder="请选择swift type"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1740
    </c-col>
liushikai committed
1741

潘际乾 committed
1742
    <c-col :span="2" :offset="1">
liushikai committed
1743 1744 1745 1746 1747 1748 1749 1750
      <c-button
        size="small"
        type="primary"
        icon="el-icon-search"
        @click="onCptpSelbut"
      >
        ?
      </c-button>
潘际乾 committed
1751
    </c-col>
liushikai committed
1752

潘际乾 committed
1753
    <c-col :span="9">
liushikai committed
1754 1755 1756 1757 1758 1759 1760 1761
      <el-form-item label="Details of Charges">
        <c-select
          v-model="model.cpdgrp.rec.detchgcod"
          style="width: 100%"
          placeholder="请选择Details of Charges"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1762
    </c-col>
liushikai committed
1763

潘际乾 committed
1764
    <c-col :span="2" :offset="1">
liushikai committed
1765 1766 1767 1768 1769 1770 1771 1772
      <c-button
        size="small"
        type="primary"
        icon="el-icon-search"
        @click="onCptpSelbut1"
      >
        ?
      </c-button>
潘际乾 committed
1773
    </c-col>
liushikai committed
1774

潘际乾 committed
1775
    <c-col :span="11">
liushikai committed
1776 1777 1778 1779 1780 1781 1782 1783
      <el-form-item label="清算模式">
        <c-select
          v-model="model.cptp.liqtyp"
          style="width: 100%"
          placeholder="请选择清算模式"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1784
    </c-col>
liushikai committed
1785

潘际乾 committed
1786
    <c-col :span="11">
liushikai committed
1787 1788 1789 1790 1791 1792 1793 1794
      <el-form-item label="国外�'�用币种">
        <c-select
          v-model="model.cpdgrp.rec.feecur"
          style="width: 100%"
          placeholder="请选择国外�'�用币种"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1795
    </c-col>
liushikai committed
1796

潘际乾 committed
1797
    <c-col :span="11" :offset="1">
liushikai committed
1798 1799 1800 1801 1802 1803
      <el-form-item label="国外�'�用金额">
        <c-input
          v-model="model.cpdgrp.rec.feeamt"
          placeholder="请输入国外�'�用金额"
        ></c-input>
      </el-form-item>
潘际乾 committed
1804
    </c-col>
liushikai committed
1805

潘际乾 committed
1806
    <c-col :span="11">
liushikai committed
1807 1808 1809 1810 1811 1812 1813 1814
      <el-form-item label="Good's Code for Statistics">
        <c-select
          v-model="model.cpdgrp.rec.stagod"
          style="width: 100%"
          placeholder="请选择Good's Code for Statistics"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1815
    </c-col>
liushikai committed
1816

潘际乾 committed
1817
    <c-col :span="12">
liushikai committed
1818
      <span v-text="model.cptp.feesta" data-path=".cptp.feesta"> </span>
潘际乾 committed
1819
    </c-col>
liushikai committed
1820

潘际乾 committed
1821
    <c-col :span="12">
liushikai committed
1822
      <span v-text="model.cptp.clmlab" data-path=".cptp.clmlab"> </span>
潘际乾 committed
1823
    </c-col>
liushikai committed
1824

潘际乾 committed
1825
    <c-col :span="11">
liushikai committed
1826 1827 1828 1829 1830 1831 1832 1833 1834
      <el-form-item label="付款人名称">
        <c-input
          type="textarea"
          v-model="model.cptp.orcnam"
          maxlength="40"
          show-word-limit
          placeholder="请输入付款人名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
1835
    </c-col>
liushikai committed
1836

潘际乾 committed
1837
    <c-col :span="11" :offset="1">
liushikai committed
1838 1839 1840 1841 1842 1843
      <el-form-item label="Drag  Drop Sender">
        <c-input
          v-model="model.cptp.sndp.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
潘际乾 committed
1844
    </c-col>
liushikai committed
1845

潘际乾 committed
1846
    <c-col :span="11" :offset="1">
liushikai committed
1847 1848 1849 1850 1851 1852 1853 1854
      <el-form-item label="清算代理行">
        <c-select
          v-model="model.cptp.cleage"
          style="width: 100%"
          placeholder="请选择清算代理行"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1855
    </c-col>
liushikai committed
1856

潘际乾 committed
1857
    <c-col :span="11">
liushikai committed
1858 1859 1860 1861 1862 1863 1864
      <el-form-item label="External Key of Address">
        <c-input
          v-model="model.cpdgrp.snd.pts.extkey"
          maxlength="16"
          placeholder="请输入External Key of Address"
        ></c-input>
      </el-form-item>
潘际乾 committed
1865
    </c-col>
liushikai committed
1866

潘际乾 committed
1867
    <c-col :span="11" :offset="12">
liushikai committed
1868 1869 1870 1871 1872 1873 1874
      <el-form-item label="汇款人名称">
        <c-input
          v-model="model.cptp.resbchnam"
          maxlength="42"
          placeholder="请输入汇款人名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
1875
    </c-col>
liushikai committed
1876

潘际乾 committed
1877
    <c-col :span="11" :offset="1">
liushikai committed
1878 1879 1880 1881 1882 1883 1884
      <el-form-item label="收款�'接参与者行号">
        <c-input
          v-model="model.cptp.reconebch"
          maxlength="35"
          placeholder="请输入收款�'接参与者行号"
        ></c-input>
      </el-form-item>
潘际乾 committed
1885
    </c-col>
liushikai committed
1886

潘际乾 committed
1887
    <c-col :span="11">
liushikai committed
1888 1889 1890 1891 1892 1893 1894 1895 1896
      <el-form-item label="名称">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
1897
    </c-col>
liushikai committed
1898

潘际乾 committed
1899
    <c-col :span="11" :offset="1">
liushikai committed
1900 1901 1902 1903 1904 1905 1906 1907
      <el-form-item label="光大开户分行">
        <c-select
          v-model="model.cptp.evebch"
          style="width: 100%"
          placeholder="请选择光大开户分行"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
1908
    </c-col>
liushikai committed
1909

潘际乾 committed
1910
    <c-col :span="11" :offset="1">
liushikai committed
1911 1912 1913 1914 1915 1916 1917 1918 1919
      <el-form-item label="Address Block">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入Address Block"
        ></c-input>
      </el-form-item>
潘际乾 committed
1920
    </c-col>
liushikai committed
1921

潘际乾 committed
1922
    <c-col :span="11">
liushikai committed
1923 1924 1925 1926 1927 1928 1929 1930 1931
      <el-form-item label="Chinese address">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入Chinese address"
        ></c-input>
      </el-form-item>
潘际乾 committed
1932
    </c-col>
liushikai committed
1933

潘际乾 committed
1934
    <c-col :span="11" :offset="1">
liushikai committed
1935 1936 1937 1938 1939 1940 1941
      <el-form-item label="Name of Party">
        <c-input
          v-model="model.cpdgrp.snd.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
潘际乾 committed
1942
    </c-col>
liushikai committed
1943

潘际乾 committed
1944
    <c-col :span="11" :offset="1">
liushikai committed
1945 1946 1947 1948 1949 1950 1951
      <el-form-item label="接收行行号">
        <c-input
          v-model="model.cptp.resbch"
          maxlength="12"
          placeholder="请输入接收行行号"
        ></c-input>
      </el-form-item>
潘际乾 committed
1952
    </c-col>
liushikai committed
1953

潘际乾 committed
1954
    <c-col :span="8" :offset="3">
liushikai committed
1955
      <c-checkbox v-model="model.cptp.flg">电汇凭证</c-checkbox>
潘际乾 committed
1956
    </c-col>
liushikai committed
1957

潘际乾 committed
1958
    <c-col :span="11" :offset="1">
liushikai committed
1959 1960 1961 1962 1963 1964 1965 1966 1967
      <el-form-item label="付款人地址">
        <c-input
          type="textarea"
          v-model="model.cptp.orcadr"
          maxlength="40"
          show-word-limit
          placeholder="请输入付款人地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
1968
    </c-col>
liushikai committed
1969

潘际乾 committed
1970
    <c-col :span="11">
liushikai committed
1971 1972 1973 1974 1975 1976
      <el-form-item label="Drag  Drop Sender">
        <c-input
          v-model="model.cptp.orip.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
潘际乾 committed
1977
    </c-col>
liushikai committed
1978

潘际乾 committed
1979
    <c-col :span="11" :offset="1">
liushikai committed
1980 1981 1982 1983 1984 1985 1986
      <el-form-item label="External Key of Address">
        <c-input
          v-model="model.cpdgrp.ori.pts.extkey"
          maxlength="16"
          placeholder="请输入External Key of Address"
        ></c-input>
      </el-form-item>
潘际乾 committed
1987
    </c-col>
liushikai committed
1988

潘际乾 committed
1989
    <c-col :span="9">
liushikai committed
1990 1991 1992 1993 1994 1995
      <el-form-item label="">
        <c-input
          v-model="model.cptp.orip.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
1996
    </c-col>
liushikai committed
1997

潘际乾 committed
1998
    <c-col :span="2" :offset="1">
liushikai committed
1999 2000 2001
      <c-button size="small" type="primary" @click="onOripDet">
        Details
      </c-button>
潘际乾 committed
2002
    </c-col>
liushikai committed
2003

潘际乾 committed
2004
    <c-col :span="11">
liushikai committed
2005 2006 2007 2008 2009 2010 2011
      <el-form-item label="清算代理行账号">
        <c-input
          v-model="model.cptp.coract"
          maxlength="32"
          placeholder="请输入清算代理行账号"
        ></c-input>
      </el-form-item>
潘际乾 committed
2012
    </c-col>
liushikai committed
2013

潘际乾 committed
2014
    <c-col :span="11">
liushikai committed
2015 2016 2017 2018 2019 2020 2021 2022 2023
      <el-form-item label="收款�'接参与者名称">
        <c-input
          type="textarea"
          v-model="model.cptp.reconebchnam"
          maxlength="35"
          show-word-limit
          placeholder="请输入收款�'接参与者名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2024
    </c-col>
liushikai committed
2025

潘际乾 committed
2026
    <c-col :span="11" :offset="1">
liushikai committed
2027 2028 2029 2030 2031 2032 2033 2034
      <el-form-item label="业务种类">
        <c-select
          v-model="model.cptp.bustyp"
          style="width: 100%"
          placeholder="请选择业务种类"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
2035
    </c-col>
liushikai committed
2036

潘际乾 committed
2037
    <c-col :span="11">
liushikai committed
2038 2039 2040 2041 2042 2043 2044 2045 2046
      <el-form-item label="地址">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
2047
    </c-col>
liushikai committed
2048

潘际乾 committed
2049
    <c-col :span="11" :offset="1">
liushikai committed
2050 2051 2052 2053 2054 2055 2056 2057 2058
      <el-form-item label="名称">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2059
    </c-col>
liushikai committed
2060

潘际乾 committed
2061
    <c-col :span="11">
liushikai committed
2062 2063 2064 2065 2066 2067 2068 2069 2070
      <el-form-item label="Address Block">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入Address Block"
        ></c-input>
      </el-form-item>
潘际乾 committed
2071
    </c-col>
liushikai committed
2072

潘际乾 committed
2073
    <c-col :span="11" :offset="1">
liushikai committed
2074 2075 2076 2077 2078 2079 2080 2081 2082
      <el-form-item label="Chinese address">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入Chinese address"
        ></c-input>
      </el-form-item>
潘际乾 committed
2083
    </c-col>
liushikai committed
2084 2085 2086

    

潘际乾 committed
2087
    <c-col :span="11">
liushikai committed
2088 2089 2090 2091 2092 2093 2094 2095 2096
      <el-form-item label="收款人名称">
        <c-input
          type="textarea"
          v-model="model.cptp.pyenam"
          maxlength="40"
          show-word-limit
          placeholder="请输入收款人名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2097
    </c-col>
liushikai committed
2098 2099 2100

    

潘际乾 committed
2101
    <c-col :span="24">
liushikai committed
2102
      <span v-text="model.cptp.seclab" data-path=".cptp.seclab"> </span>
潘际乾 committed
2103
    </c-col>
liushikai committed
2104

潘际乾 committed
2105
    <c-col :span="11">
liushikai committed
2106 2107 2108 2109 2110 2111 2112 2113 2114
      <el-form-item label="Content of TAG 70">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.blk.contag70"
          maxlength="35"
          show-word-limit
          placeholder="请输入Content of TAG 70"
        ></c-input>
      </el-form-item>
潘际乾 committed
2115
    </c-col>
liushikai committed
2116

潘际乾 committed
2117
    <c-col :span="11" :offset="1">
liushikai committed
2118 2119 2120 2121 2122 2123 2124 2125 2126
      <el-form-item label="地址">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
2127
    </c-col>
liushikai committed
2128 2129 2130

    

潘际乾 committed
2131
    <c-col :span="11" :offset="1">
liushikai committed
2132 2133 2134 2135 2136 2137 2138
      <el-form-item label="收款人开户行名称">
        <c-input
          v-model="model.cptp.pyebchnam"
          maxlength="38"
          placeholder="请输入收款人开户行名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2139
    </c-col>
liushikai committed
2140

潘际乾 committed
2141
    <c-col :span="11">
liushikai committed
2142 2143 2144 2145 2146 2147 2148 2149
      <el-form-item label="二代模式">
        <c-select
          v-model="model.cptp.secmod"
          style="width: 100%"
          placeholder="请选择二代模式"
        >
        </c-select>
      </el-form-item>
潘际乾 committed
2150
    </c-col>
liushikai committed
2151

潘际乾 committed
2152
    <c-col :span="11" :offset="1">
liushikai committed
2153 2154 2155 2156 2157 2158 2159 2160 2161
      <el-form-item label="收款人地址">
        <c-input
          type="textarea"
          v-model="model.cptp.pyeadr"
          maxlength="40"
          show-word-limit
          placeholder="请输入收款人地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
2162
    </c-col>
liushikai committed
2163 2164 2165

    

潘际乾 committed
2166
    <c-col :span="11">
liushikai committed
2167 2168 2169 2170 2171 2172 2173 2174 2175
      <el-form-item label="附言">
        <c-input
          type="textarea"
          v-model="model.cptp.commet"
          maxlength="35"
          show-word-limit
          placeholder="请输入附言"
        ></c-input>
      </el-form-item>
潘际乾 committed
2176
    </c-col>
liushikai committed
2177

潘际乾 committed
2178
    <c-col :span="11" :offset="1">
liushikai committed
2179 2180 2181 2182 2183 2184 2185
      <el-form-item label="收款人">
        <c-input
          v-model="model.cpdgrp.pye.pts.ref"
          maxlength="16"
          placeholder="请输入收款人"
        ></c-input>
      </el-form-item>
潘际乾 committed
2186
    </c-col>
liushikai committed
2187 2188 2189 2190 2191

    

    

潘际乾 committed
2192
    <c-col :span="11" :offset="1">
liushikai committed
2193 2194 2195 2196 2197 2198
      <el-form-item label="Drag  Drop Sender">
        <c-input
          v-model="model.cptp.orcp.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
潘际乾 committed
2199
    </c-col>
liushikai committed
2200

潘际乾 committed
2201
    <c-col :span="11">
liushikai committed
2202 2203 2204 2205 2206 2207 2208
      <el-form-item label="External Key of Address">
        <c-input
          v-model="model.cpdgrp.orc.pts.extkey"
          maxlength="16"
          placeholder="请输入External Key of Address"
        ></c-input>
      </el-form-item>
潘际乾 committed
2209
    </c-col>
liushikai committed
2210

潘际乾 committed
2211
    <c-col :span="9" :offset="1">
liushikai committed
2212 2213 2214 2215 2216 2217
      <el-form-item label="">
        <c-input
          v-model="model.cptp.orcp.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
2218
    </c-col>
liushikai committed
2219

潘际乾 committed
2220
    <c-col :span="2" :offset="1">
liushikai committed
2221 2222 2223
      <c-button size="small" type="primary" @click="onOrcpDet">
        Details
      </c-button>
潘际乾 committed
2224
    </c-col>
liushikai committed
2225

潘际乾 committed
2226
    <c-col :span="11" :offset="12">
liushikai committed
2227 2228 2229 2230 2231 2232
      <el-form-item label="Drag  Drop Sender">
        <c-input
          v-model="model.cptp.pyep.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
潘际乾 committed
2233
    </c-col>
liushikai committed
2234

潘际乾 committed
2235
    <c-col :span="11">
liushikai committed
2236 2237 2238 2239 2240 2241 2242
      <el-form-item label="External Key of Address">
        <c-input
          v-model="model.cpdgrp.pye.pts.extkey"
          maxlength="16"
          placeholder="请输入External Key of Address"
        ></c-input>
      </el-form-item>
潘际乾 committed
2243
    </c-col>
liushikai committed
2244

潘际乾 committed
2245
    <c-col :span="8" :offset="1">
liushikai committed
2246 2247 2248 2249 2250 2251
      <el-form-item label="">
        <c-input
          v-model="model.cptp.pyep.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
潘际乾 committed
2252
    </c-col>
liushikai committed
2253

潘际乾 committed
2254
    <c-col :span="1" style="margin-left: 10px">
liushikai committed
2255 2256 2257
      <c-button size="small" type="primary" @click="onPyepDet">
        Details
      </c-button>
潘际乾 committed
2258
    </c-col>
liushikai committed
2259

潘际乾 committed
2260
    <c-col :span="1" style="margin-left: 20px">
liushikai committed
2261 2262 2263
      <c-button size="small" type="primary" @click="onCptpSerpty">
        查询客户号
      </c-button>
潘际乾 committed
2264
    </c-col>
liushikai committed
2265

潘际乾 committed
2266
    <c-col :span="11">
liushikai committed
2267 2268 2269 2270 2271 2272 2273 2274 2275
      <el-form-item label="名称">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2276
    </c-col>
liushikai committed
2277

潘际乾 committed
2278
    <c-col :span="11" :offset="1">
liushikai committed
2279 2280 2281 2282 2283 2284 2285 2286 2287
      <el-form-item label="Address Block">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入Address Block"
        ></c-input>
      </el-form-item>
潘际乾 committed
2288
    </c-col>
liushikai committed
2289

潘际乾 committed
2290
    <c-col :span="11">
liushikai committed
2291 2292 2293 2294 2295 2296 2297 2298 2299
      <el-form-item label="Chinese address">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入Chinese address"
        ></c-input>
      </el-form-item>
潘际乾 committed
2300
    </c-col>
liushikai committed
2301

潘际乾 committed
2302
    <c-col :span="11" :offset="1">
liushikai committed
2303 2304 2305 2306 2307 2308 2309 2310 2311
      <el-form-item label="名称">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
潘际乾 committed
2312
    </c-col>
liushikai committed
2313

潘际乾 committed
2314
    <c-col :span="11">
liushikai committed
2315 2316 2317 2318 2319 2320 2321 2322 2323
      <el-form-item label="Address Block">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入Address Block"
        ></c-input>
      </el-form-item>
潘际乾 committed
2324
    </c-col>
liushikai committed
2325

潘际乾 committed
2326
    <c-col :span="11" :offset="1">
liushikai committed
2327 2328 2329 2330 2331 2332 2333 2334 2335
      <el-form-item label="Chinese address">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入Chinese address"
        ></c-input>
      </el-form-item>
潘际乾 committed
2336
    </c-col>
liushikai committed
2337

潘际乾 committed
2338
    <c-col :span="11">
liushikai committed
2339 2340 2341 2342 2343 2344 2345 2346 2347
      <el-form-item label="地址">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
2348
    </c-col>
liushikai committed
2349

潘际乾 committed
2350
    <c-col :span="11" :offset="1">
liushikai committed
2351 2352 2353 2354 2355 2356 2357 2358 2359
      <el-form-item label="地址">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
潘际乾 committed
2360
    </c-col> -->
2361

2362 2363 2364 2365 2366 2367
    <el-dialog
      :fullscreen="true"
      :visible.sync="infptaVisible"
      top="10vh"
      width="80%"
      custom-class="infptaDialog"
liushikai committed
2368 2369
      :before-close="handleClose"
    >
2370 2371
      <Infpta></Infpta>
    </el-dialog>
2372 2373 2374
  </div>
</template>
<script>
liushikai committed
2375 2376
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
2377
import CommonProcess from "~/mixin/CommonProcess";
liushikai committed
2378
import Event from "~/model/Cptopn/Event";
liushikai committed
2379
import Utils from "~/utils";
liushikai committed
2380
import Infpta from "~/views/Business/Infpta";
2381 2382

export default {
2383
  inject: ["root"],
liushikai committed
2384
  props: ["model", "codes"],
liushikai committed
2385
  components: { Infpta },
2386
  mixins: [CommonProcess],
liushikai committed
2387 2388
  data() {
    return {
liushikai committed
2389 2390 2391 2392 2393
      trntyp: [
        { value: "0", label: "贸易" },
        { value: "1", label: "非贸易" },
        { value: "2", label: "资本" },
        { value: "3", label: "其他" },
liushikai committed
2394
      ],
liushikai committed
2395 2396 2397 2398 2399
      liqtypOptions: [
        { value: "B", label: "人行支付系统" },
        { value: "C", label: "代理行模式" },
        { value: "O", label: "Other" },
        { value: "S", label: "CIPS系统" },
2400
      ],
liushikai committed
2401
      infptaVisible: false,
liushikai committed
2402 2403
    };
  },
liushikai committed
2404 2405
  methods: {
    ...Event,
liushikai committed
2406 2407
    onCptpGetInfpta() {
      this.infptaVisible = true;
2408
    },
liushikai committed
2409 2410
    onCptpGetref() {},
    onCptpGetmod() {},
2411 2412
    handleClose(done) {
      done();
liushikai committed
2413
    },
2414
  },
liushikai committed
2415 2416
  created: function () {},
};
2417 2418
</script>
<style>
2419 2420 2421
/* .infptaDialog {
  height: 80%;
} */
2422
</style>