Urpp.vue 25.7 KB
Newer Older
jianglong committed
1 2
<template>
  <div class="eibs-tab">
javaHeight committed
3
    <c-col :span="12" style="padding-right: 20px">
wangna committed
4 5
      <el-form-item label="单据编号" prop="bpdgrp.rec.pntref">
        <c-input
LiRui committed
6
          disabled
wangna committed
7 8
          v-model="model.bpdgrp.rec.pntref"
          maxlength="16"
LiRui committed
9
          placeholder=""
wangna committed
10 11 12 13
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
14
    <c-col :span="12" style="padding-left: 20px">
wangna committed
15 16 17 18 19 20 21 22 23
      <el-form-item label="摘要" prop="bpdgrp.rec.pntnam">
        <c-input
          v-model="model.bpdgrp.rec.pntnam"
          maxlength="40"
          placeholder="请输入摘要"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
24
    <c-col :span="12" style="padding-right: 20px">
wangna committed
25 26 27 28 29 30 31 32 33
      <el-form-item label="融资业务编号" prop="bpdgrp.rec.ownref">
        <c-input
          v-model="model.bpdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入融资业务编号"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
34
    <c-col :span="12" style="padding-left: 20px">
wangna committed
35 36 37 38 39 40 41 42 43
      <el-form-item label="摘要" prop="bpdgrp.rec.nam">
        <c-input
          v-model="model.bpdgrp.rec.nam"
          maxlength="40"
          placeholder="请输入摘要"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
44
    <c-col :span="12" style="padding-right: 20px">
wangna committed
45 46 47 48 49 50 51 52 53
      <el-form-item label="参考号" prop="bptp.fpdgrp.rec.ownref">
        <c-input
          v-model="model.bptp.fpdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入参考号"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
54
    <c-col :span="12" style="padding-left: 20px">
wangna committed
55 56 57 58 59 60 61 62 63
      <el-form-item label="摘要" prop="bptp.fpdgrp.rec.nam">
        <c-input
          v-model="model.bptp.fpdgrp.rec.nam"
          maxlength="40"
          placeholder="请输入摘要"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
64
    <c-col :span="12" style="padding-right: 20px">
wangna committed
65 66 67 68 69 70 71 72 73 74
      <el-form-item label="福费廷类型" prop="bpdgrp.rec.fortyp">
        <c-select
          v-model="model.bpdgrp.rec.fortyp"
          style="width: 100%"
          placeholder="请选择福费廷类型"
        >
        </c-select>
      </el-form-item>
    </c-col>

javaHeight committed
75
    <c-col :span="12" style="padding-left: 20px">
wangna committed
76 77 78 79 80 81 82 83 84
      <el-form-item label="信用证类型" prop="bpdgrp.rec.lctyp">
        <c-select
          v-model="model.bpdgrp.rec.lctyp"
          style="width: 100%"
          placeholder="请选择信用证类型"
        >
        </c-select>
      </el-form-item>
    </c-col>
javaHeight committed
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
    <!-- --------------------------------------------------------------------------------- -->

<!-- 开立银行 开证行 -->
    <c-col :span="12" style="padding-right: 20px">
      <c-col :span="24">
          <el-form-item label="开证行" prop="bpdgrp.bu2.pts.ref">
            <c-input
              v-model="model.bpdgrp.bu2.pts.ref"
              maxlength="16"
              style="width: 100%"
              placeholder="请输入开证行参考号"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="开证行申请人" prop="bpdgrp.bu2.pts.extkey">
            <c-fullbox>
              <c-input
                v-model="model.bpdgrp.bu2.pts.extkey"
                maxlength="50"
                placeholder="请输入申请人地址编码"
                @keyup.enter.native="
                  showGridPromptDialog('bpdgrp.bu2.pts.extkey')
                "
              ></c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf('bpdgrp.bu2.pts.extkey')"
                  icon="el-icon-search"
                >
                </c-button>
                <c-button
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  @click="onAplpDet"
                  icon="el-icon-info"
                >
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="开证行名称地址" prop="bpdgrp.bu2.pts.adrblk">
            <c-input
              type="textarea"
              :rows="4"
              v-model="model.bpdgrp.bu2.pts.adrblk"
              maxlength="50"
              disabled
              show-word-limit
              placeholder="请输入名称地址"
            ></c-input>
          </el-form-item>
        </c-col>
    </c-col>

    <!-- 承兑银行 -->
    <c-col :span="12" style="padding-left: 20px">
      <c-col :span="24">
          <el-form-item label="保兑行" prop="bpdgrp.bu3.pts.ref">
            <c-input
              v-model="model.bpdgrp.bu3.pts.ref"
              maxlength="16"
              style="width: 100%"
              placeholder="请输入保兑行参考号"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="保兑行申请人" prop="bpdgrp.bu3.pts.extkey">
            <c-fullbox>
              <c-input
                v-model="model.bpdgrp.bu3.pts.extkey"
                maxlength="50"
                placeholder="请输入申请人地址编码"
                @keyup.enter.native="
                  showGridPromptDialog('bpdgrp.bu3.pts.extkey')
                "
              ></c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf('bpdgrp.bu3.pts.extkey')"
                  icon="el-icon-search"
                >
                </c-button>
                <c-button
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  @click="onAplpDet"
                  icon="el-icon-info"
                >
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="保兑行名称地址" prop="bpdgrp.bu3.pts.adrblk">
            <c-input
              type="textarea"
              :rows="4"
              v-model="model.bpdgrp.bu3.pts.adrblk"
              maxlength="50"
              disabled
              show-word-limit
              placeholder="请输入名称地址"
            ></c-input>
          </el-form-item>
        </c-col>
    </c-col>

    <!-- 售卖银行 -->
    <c-col :span="12" style="padding-right: 20px">
      <c-col :span="24">
          <el-form-item label="售卖行" prop="bpdgrp.inv.pts.ref">
            <c-input
              v-model="model.bpdgrp.inv.pts.ref"
              maxlength="16"
              style="width: 100%"
              placeholder="请输入售卖行参考号"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="售卖行申请人" prop="bpdgrp.inv.pts.extkey">
            <c-fullbox>
              <c-input
                v-model="model.bpdgrp.inv.pts.extkey"
                maxlength="50"
                placeholder="请输入申请人地址编码"
                @keyup.enter.native="
                  showGridPromptDialog('bpdgrp.inv.pts.extkey')
                "
              ></c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf('bpdgrp.inv.pts.extkey')"
                  icon="el-icon-search"
                >
                </c-button>
                <c-button
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  @click="onAplpDet"
                  icon="el-icon-info"
                >
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <!-- 售卖行名称地址 -->
        <c-col :span="24">
          <el-form-item label="售卖行名称地址" prop="bpdgrp.inv.pts.adrblk">
            <c-input
              type="textarea"
              :rows="4"
              v-model="model.bpdgrp.inv.pts.adrblk"
              maxlength="50"
              disabled
              show-word-limit
              placeholder="请输入名称地址"
            ></c-input>
          </el-form-item>
        </c-col>
    </c-col>

    <!-- 参与银行 -->
    <c-col :span="12" style="padding-left: 20px">
      <c-col :span="24">
          <el-form-item label="参贷行" prop="bpdgrp.bu1.pts.ref">
            <c-input
              v-model="model.bpdgrp.bu1.pts.ref"
              maxlength="16"
              style="width: 100%"
              placeholder="请输入参贷行参考号"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="参贷行申请人" prop="bpdgrp.bu1.pts.extkey">
            <c-fullbox>
              <c-input
                v-model="model.bpdgrp.bu1.pts.extkey"
                maxlength="50"
                placeholder="请输入申请人地址编码"
                @keyup.enter.native="
                  showGridPromptDialog('bpdgrp.bu1.pts.extkey')
                "
              ></c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 10px; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf('bpdgrp.bu1.pts.extkey')"
                  icon="el-icon-search"
                >
                </c-button>
                <c-button
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  @click="onAplpDet"
                  icon="el-icon-info"
                >
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="参与行名称地址" prop="bpdgrp.bu1.pts.adrblk">
            <c-input
              type="textarea"
              :rows="4"
              v-model="model.bpdgrp.bu1.pts.adrblk"
              maxlength="50"
              disabled
              show-word-limit
              placeholder="请输入名称地址"
            ></c-input>
          </el-form-item>
        </c-col>
    </c-col>
      <!-- ------------------------------------------------------ -->

    <!-- <c-col :span="12" style="padding-right: 20px">
wangna committed
334 335 336 337 338 339 340
      <el-form-item label="开证行" prop="bpdgrp.bu2.pts.ref">
        <c-input
          v-model="model.bpdgrp.bu2.pts.ref"
          maxlength="16"
          placeholder="请输入开证行"
        ></c-input>
      </el-form-item>
javaHeight committed
341
    </c-col> -->
wangna committed
342

javaHeight committed
343 344
    <!-- 承兑行 -->
    <!-- <c-col :span="12">
wangna committed
345 346 347 348
      <el-form-item label="保兑行" prop="bpdgrp.bu3.pts.ref">
        <c-input
          v-model="model.bpdgrp.bu3.pts.ref"
          maxlength="16"
javaHeight committed
349
          placeholder="请输入发票收件人参考号"
wangna committed
350 351
        ></c-input>
      </el-form-item>
javaHeight committed
352
    </c-col> -->
wangna committed
353

javaHeight committed
354
    <!-- <c-col :span="12" style="padding-right: 20px">
wangna committed
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375
      <el-form-item
        label="Drag  Drop Sender"
        prop="bptp.bu2p.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.bptp.bu2p.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Drag  Drop Sender"
        prop="bptp.bu3p.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.bptp.bu3p.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
javaHeight committed
376
    </c-col> -->
wangna committed
377

javaHeight committed
378 379
    <!-- 开立行 -->
    <!-- <c-col :span="12" style="padding-right: 20px">
wangna committed
380 381 382 383 384 385 386 387 388 389
      <el-form-item
        label="地址"
        prop="bpdgrp.bu2.pts.extkey"
      >
        <c-input
          v-model="model.bpdgrp.bu2.pts.extkey"
          maxlength="16"
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
390
    </c-col> -->
wangna committed
391

javaHeight committed
392 393
    <!-- 开立行 -->
    <!-- <c-col :span="12">
wangna committed
394 395 396 397 398 399
      <el-form-item label="" prop="bptp.bu2p.ptsget.sdamod.seainf">
        <c-input
          v-model="model.bptp.bu2p.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
javaHeight committed
400
    </c-col> -->
wangna committed
401

javaHeight committed
402
    <!-- <c-col :span="12">
wangna committed
403 404 405
      <c-button size="small" type="primary" @click="onBu2pDet">
        详情
      </c-button>
javaHeight committed
406
    </c-col> -->
wangna committed
407

javaHeight committed
408 409
    <!-- 承兑行 -->
    <!-- <c-col :span="12">
wangna committed
410 411 412 413 414 415 416 417 418 419
      <el-form-item
        label="地址"
        prop="bpdgrp.bu3.pts.extkey"
      >
        <c-input
          v-model="model.bpdgrp.bu3.pts.extkey"
          maxlength="16"
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
420
    </c-col> -->
wangna committed
421

javaHeight committed
422 423
    <!-- ????????bu3p  是bu3 ??????? -->
    <!-- <c-col :span="12">
wangna committed
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459
      <el-form-item label="" prop="bptp.bu3p.ptsget.sdamod.seainf">
        <c-input
          v-model="model.bptp.bu3p.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onBu3pDet">
        详情
      </c-button>
    </c-col>

    <c-col :span="12">
      <el-form-item label="名称" prop="bpdgrp.bu2.namelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu2.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="名称" prop="bpdgrp.bu3.namelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu3.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
javaHeight committed
460 461
    </c-col> -->
    <!-- ????????????????????????????????????????? -->
wangna committed
462

javaHeight committed
463 464
    <!-- 开立行 -->
    <!-- <c-col :span="12">
wangna committed
465 466 467 468 469 470 471 472 473
      <el-form-item label="地址" prop="bpdgrp.bu2.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu2.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
474
    </c-col> -->
wangna committed
475

javaHeight committed
476
    <!-- <c-col :span="12">
wangna committed
477 478 479 480 481 482 483 484 485
      <el-form-item label="国内地址" prop="bpdgrp.bu2.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu2.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入国内地址"
        ></c-input>
      </el-form-item>
javaHeight committed
486
    </c-col> -->
wangna committed
487

javaHeight committed
488 489
    <!-- 承兑行 -->
    <!-- <c-col :span="12">
wangna committed
490 491 492 493 494 495 496 497 498
      <el-form-item label="地址" prop="bpdgrp.bu3.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu3.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
499
    </c-col> -->
wangna committed
500

javaHeight committed
501
    <!-- <c-col :span="12">
wangna committed
502 503 504 505 506 507 508 509 510
      <el-form-item label="国内地址" prop="bpdgrp.bu3.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu3.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入国内地址"
        ></c-input>
      </el-form-item>
javaHeight committed
511
    </c-col> -->
wangna committed
512

javaHeight committed
513 514
    <!-- ?????????????????????????????? -->
    <!-- <c-col :span="12">
wangna committed
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535
      <el-form-item label="地址" prop="bpdgrp.bu2.adrelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu2.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址" prop="bpdgrp.bu3.adrelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu3.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
536 537
    </c-col> -->
    <!-- ??????????????????????? -->
wangna committed
538

javaHeight committed
539 540
    <!-- 售卖行 -->
    <!-- <c-col :span="12">
wangna committed
541 542 543 544 545 546 547
      <el-form-item label="发票收件人参考号" prop="bpdgrp.inv.pts.ref">
        <c-input
          v-model="model.bpdgrp.inv.pts.ref"
          maxlength="16"
          placeholder="请输入发票收件人参考号"
        ></c-input>
      </el-form-item>
javaHeight committed
548
    </c-col> -->
wangna committed
549

javaHeight committed
550 551
    <!-- 参与行 -->
    <!-- <c-col :span="12">
wangna committed
552 553 554 555 556 557 558
      <el-form-item label="参贷行" prop="bpdgrp.bu1.pts.ref">
        <c-input
          v-model="model.bpdgrp.bu1.pts.ref"
          maxlength="16"
          placeholder="请输入参贷行"
        ></c-input>
      </el-form-item>
javaHeight committed
559
    </c-col> -->
wangna committed
560

javaHeight committed
561
    <!-- <c-col :span="12">
wangna committed
562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
      <el-form-item
        label="Drag  Drop Sender"
        prop="bptp.invp.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.bptp.invp.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Drag  Drop Sender"
        prop="bptp.bu1p.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.bptp.bu1p.ptsget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
javaHeight committed
583
    </c-col> -->
wangna committed
584

javaHeight committed
585 586
    <!-- 售卖银行 -->
    <!-- <c-col :span="12">
wangna committed
587 588 589 590 591 592 593 594 595 596
      <el-form-item
        label="地址"
        prop="bpdgrp.inv.pts.extkey"
      >
        <c-input
          v-model="model.bpdgrp.inv.pts.extkey"
          maxlength="16"
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
597
    </c-col> -->
wangna committed
598

javaHeight committed
599 600
    <!-- ?????????????????????????????? -->
    <!-- <c-col :span="12">
wangna committed
601 602 603 604 605 606 607 608 609 610 611 612
      <el-form-item label="" prop="bptp.invp.ptsget.sdamod.seainf">
        <c-input
          v-model="model.bptp.invp.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onInvpDet">
        详情
      </c-button>
javaHeight committed
613 614
    </c-col> -->
    <!-- ?????????????????????????????? -->
wangna committed
615

javaHeight committed
616 617
    <!-- 参与行 -->
    <!-- <c-col :span="12">
wangna committed
618 619 620 621 622 623 624 625 626 627
      <el-form-item
        label="地址"
        prop="bpdgrp.bu1.pts.extkey"
      >
        <c-input
          v-model="model.bpdgrp.bu1.pts.extkey"
          maxlength="16"
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
628
    </c-col> -->
wangna committed
629

javaHeight committed
630 631
    <!-- ??????????????????????????????????? -->
    <!-- <c-col :span="12">
wangna committed
632 633 634 635 636 637 638 639 640 641 642 643
      <el-form-item label="" prop="bptp.bu1p.ptsget.sdamod.seainf">
        <c-input
          v-model="model.bptp.bu1p.ptsget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onBu1pDet">
        详情
      </c-button>
javaHeight committed
644 645
    </c-col> -->
    <!-- ??????????????????????????????????? -->
wangna committed
646

javaHeight committed
647
    <!-- <c-col :span="12">
wangna committed
648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670
      <el-form-item label="名称" prop="bpdgrp.inv.namelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.inv.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="名称" prop="bpdgrp.bu1.namelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu1.namelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入名称"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
671
    售卖行名称地址
wangna committed
672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695
    <c-col :span="12">
      <el-form-item label="地址" prop="bpdgrp.inv.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.inv.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="国内地址" prop="bpdgrp.inv.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.inv.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入国内地址"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
696
    参与行
wangna committed
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742
    <c-col :span="12">
      <el-form-item label="地址" prop="bpdgrp.bu1.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu1.pts.adrblk"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="国内地址" prop="bpdgrp.bu1.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu1.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          placeholder="请输入国内地址"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址" prop="bpdgrp.inv.adrelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.inv.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址" prop="bpdgrp.bu1.adrelc">
        <c-input
          type="textarea"
          v-model="model.bpdgrp.bu1.adrelc"
          maxlength="35"
          show-word-limit
          placeholder="请输入地址"
        ></c-input>
      </el-form-item>
javaHeight committed
743
    </c-col> -->
wangna committed
744

javaHeight committed
745 746
    <!-- ----------------------------------------------------------------------------- -->
    <c-col :span="12" style="padding-right: 20px">
wangna committed
747 748 749 750 751 752 753 754 755
      <el-form-item label="原一级市场买入融资借据号" prop="bpdgrp.rec.loanno">
        <c-input
          v-model="model.bpdgrp.rec.loanno"
          maxlength="20"
          placeholder="请输入原一级市场买入融资借据号"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
756
    <c-col :span="12" style="padding-left: 20px">
wangna committed
757 758 759 760 761 762 763 764 765 766 767 768
      <el-form-item
        label="国内信用证受益人统一信用代码"
        prop="bpdgrp.rec.benidcode"
      >
        <c-input
          v-model="model.bpdgrp.rec.benidcode"
          maxlength="18"
          placeholder="请输入国内信用证受益人统一信用代码"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
769
    <c-col :span="24">
wangna committed
770 771 772 773 774 775 776 777 778
      <el-form-item label="国内证受益人中文名称" prop="bpdgrp.rec.bennam">
        <c-input
          v-model="model.bpdgrp.rec.bennam"
          maxlength="100"
          placeholder="请输入国内证受益人中文名称"
        ></c-input>
      </el-form-item>
    </c-col>

javaHeight committed
779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845
    <!-- ----------------------------------------------------------------------- -->
      <c-col :span="12" style="padding-right: 20px">
        <el-form-item label="境外付款人所属国家/地区" prop="bpdgrp.rec.f0103">
          <c-fullbox>
              <c-input
                v-model="model.bpdgrp.rec.f0103"
                maxlength="3"
                placeholder="请输入境外付款人所属国家/地区"
              ></c-input>
              <template slot="footer">
                  <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
                  @click="onBptcodSelbut1"
                >
                  
                </c-button>
              </template>
          </c-fullbox>
        </el-form-item>

        <el-form-item label="境外付款人所属部门" prop="bpdgrp.rec.f0104">
          <c-select
            v-model="model.bpdgrp.rec.f0104"
            style="width: 100%"
            placeholder="请选择境外付款人所属部门"
          >
          </c-select>
        </el-form-item>
      </c-col>
      <!-- <c-col :span="12">
        
      </c-col> -->

      <c-col :span="12" style="padding-left: 20px">
        <el-form-item label="是否附有银行承兑汇票" prop="bpdgrp.rec.f0102">
          <c-select
            v-model="model.bpdgrp.rec.f0102"
            style="width: 100%"
            placeholder="请选择是否附有银行承兑汇票"
          >
          </c-select>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="12" style="padding-right: 20px">
        <el-form-item label="境外付款人所属部门" prop="bpdgrp.rec.f0104">
          <c-select
            v-model="model.bpdgrp.rec.f0104"
            style="width: 100%"
            placeholder="请选择境外付款人所属部门"
          >
          </c-select>
        </el-form-item>
      </c-col> -->

      <c-col :span="12" style="padding-left: 20px">
        <el-form-item label="境外付款人与本机构的关系" prop="bpdgrp.rec.f0105">
          <c-select
            v-model="model.bpdgrp.rec.f0105"
            style="width: 100%"
            placeholder="请选择境外付款人与本机构的关系"
          >
          </c-select>
        </el-form-item>
      </c-col>
wangna committed
846

jianglong committed
847 848 849
  </div>
</template>
<script>
wangna committed
850
import Api from "~/service/Api";
jianglong committed
851
import commonProcess from "~/mixin/commonProcess";
wangna committed
852 853
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bptopn/Event";
jianglong committed
854 855

export default {
wangna committed
856 857 858 859 860 861 862 863 864
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
jianglong committed
865 866 867
</script>
<style>
</style>