Sel.vue 37.4 KB
Newer Older
唐贵贤 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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
<template>
  <div class="eibs-tab">
    <c-row>



      <c-col :span="24">
        <c-col :span="7">
          <el-form-item label="L/C Reference" prop="ccdgrp.rec.ownref">
            <c-input
              v-model="model.ccdgrp.rec.ownref"
              maxlength="16"
              style="width: 96%"
              placeholder="请输入L/C Reference"
              @keyup.enter.native="showGridPromptDialog('ccdgrp.rec.ownref')"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="2">
          <c-button
            size="small"
            type="primary"
            @click="onSeainf"
            icon="el-icon-search"
          ></c-button>
        </c-col>
        <c-col :span="2" class="centerLable">
          <c-checkbox v-model="model.clsflg">Show closed</c-checkbox>
        </c-col>
        <c-col :span="11" :offset="1">
          <el-form-item label="Name" prop="ccdgrp.rec.nam">
            <c-input
              v-model="model.ccdgrp.rec.nam"
              maxlength="40"
              placeholder="请输入Externally Displayed Name to Identify the Contract"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
        <c-col :span="11">
          <c-col :span="24">
            <el-form-item label="L/C Amount" prop="ccdgrp.cbs.nom1.cur">
              <c-input
                v-model="model.ccdgrp.cbs.nom1.cur"
                maxlength="3"
                placeholder="请输入L/C Amount"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.cur">
              <c-input
                v-model="model.ccdgrp.cbs.opn1.cur"
                maxlength="3"
                placeholder="请输入Open Amount"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Available with" prop="ccdgrp.avbnam">
              <c-input
                v-model="model.ccdgrp.avbnam"
                maxlength="40"
                placeholder="请输入Available with"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="   by " prop="ccdgrp.rec.avbby">
              <c-select
                v-model="model.ccdgrp.rec.avbby"
                style="width: 100%"
                placeholder="请选择Available by "
                disabled
              >
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="13">
            <el-form-item label="Date Issued" prop="ccdgrp.rec.opndat">
              <c-date-picker
                type="date"
                v-model="model.ccdgrp.rec.opndat"
                style="width: 95%"
                placeholder="请选择Date Issued"
                disabled
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="11">
            <el-form-item
              label="Shipment Date"
              label-width="110px"
              prop="ccdgrp.rec.shpdat"
            >
              <c-date-picker
                type="date"
                v-model="model.ccdgrp.rec.shpdat"
                style="width: 100%"
                placeholder="请选择Shipment Date"
                disabled
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="13">
            <el-form-item label="Date/Place of Expiry" prop="ccdgrp.rec.expdat">
              <c-date-picker
                type="date"
                v-model="model.ccdgrp.rec.expdat"
                style="width: 95%"
                placeholder="请选择Date/Place of Expiry"
                disabled
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <el-form-item label="" label-width="0px" prop="ccdgrp.rec.expplc">
              <c-input
                v-model="model.ccdgrp.rec.expplc"
                maxlength="29"
                placeholder="请输入Date/Place of Expiry"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Form of L/C" prop="ccdgrp.rec.lcrtyp">
              <c-select
                v-model="model.ccdgrp.rec.lcrtyp"
                style="width: 100%"
                placeholder="请选择转让标志"
                disabled
                :code="codes.lcrtyp"
              >
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="11" :offset="1">
          <c-col :span="24">
            <el-form-item label="Beneficiary" prop="ccdgrp.ben.pts.ref">
              <c-input
                v-model="model.ccdgrp.ben.pts.ref"
                maxlength="16"
                placeholder="请输入Beneficiary"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="Name of Party" prop="ccdgrp.ben.pts.nam">
              <c-input
                v-model="model.ccdgrp.ben.pts.nam"
                maxlength="40"
                placeholder="请输入Name of Party"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="Issuing Bank" prop="ccdgrp.iss.pts.ref">
              <c-input
                v-model="model.ccdgrp.iss.pts.ref"
                maxlength="16"
                placeholder="请输入Issuing Bank"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Name of Party" prop="ccdgrp.iss.pts.nam">
              <c-input
                v-model="model.ccdgrp.iss.pts.nam"
                maxlength="40"
                placeholder="请输入Name of Party"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="Applicant" prop="ccdgrp.apl.pts.ref">
              <c-input
                v-model="model.ccdgrp.apl.pts.ref"
                maxlength="16"
                placeholder="请输入Applicant"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Name of Party" prop="ccdgrp.apl.pts.nam">
              <c-input
                v-model="model.ccdgrp.apl.pts.nam"
                maxlength="40"
                placeholder="请输入Name of Party"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="Confirmation text" prop="cnftxt">
              <c-input
                v-model="model.cnftxt"
                maxlength="40"
                placeholder="请输入Confirmation text"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>
      </c-col>
潘际乾 committed
224
      <c-col :span="24">
唐贵贤 committed
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 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 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 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 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
        <el-form-item>
          <el-divider />
        </el-form-item>
      </c-col>
      <c-col :offset="12" :span="10">
        <el-tabs tab-position="right" @tab-click="change">
          <el-tab-pane v-for="it in meum" :key="it.label" :label="it.label">
            <sel-mune :data="it.item" />
          </el-tab-pane>
        </el-tabs>
      </c-col>
    </c-row>

    <!--c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recget.sdamod.dadsnd">
            <c-input  v-model="model.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reference" prop="ccdgrp.rec.ownref">
            <c-input  v-model="model.ccdgrp.rec.ownref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recget.sdamod.seainf">
            <c-input  v-model="model.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.clsflg">Show closed Contract</c-checkbox>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Name of CC contract" prop="ccdgrp.rec.nam">
            <c-input  v-model="model.ccdgrp.rec.nam" maxlength="40"  placeholder="请输入Name of CC contract"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="cldget.sdamod.dadsnd">
            <c-input  v-model="model.cldget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reference" prop="cldgrp.rec.ownref">
            <c-input  v-model="model.cldgrp.rec.ownref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="cldget.sdamod.seainf">
            <c-input  v-model="model.cldget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Name of CC contract" prop="cldgrp.rec.nam">
            <c-input  v-model="model.cldgrp.rec.nam" maxlength="40"  placeholder="请输入Name of CC contract"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Cash letter Batch No." prop="ccdgrp.rec.rptbtchno">
            <c-input  v-model="model.ccdgrp.rec.rptbtchno" maxlength="16"  placeholder="请输入Cash letter Batch No."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Branch reference no." prop="ccdgrp.rec.brchref">
            <c-input  v-model="model.ccdgrp.rec.brchref" maxlength="16"  placeholder="请输入Branch reference no."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Document Amount" prop="cldgrp.cbs.max.cur">
            <c-select v-model="model.cldgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Document Amount" prop="cldgrp.cbs.max.amt">
            <c-input  v-model="model.cldgrp.cbs.max.amt"  placeholder="请输入Document Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Type of Draft" prop="cldgrp.rec.chktyp">
            <c-input  v-model="model.cldgrp.rec.chktyp" maxlength="1"  placeholder="请输入Type of Draft"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Payemnt Disposition" prop="cldgrp.rec.colflg">
            <c-input  v-model="model.cldgrp.rec.colflg" maxlength="1"  placeholder="请输入Payemnt Disposition"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Document Amount" prop="ccdgrp.cbs.max.cur">
            <c-select v-model="model.ccdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Document Amount" prop="ccdgrp.cbs.max.amt">
            <c-input  v-model="model.ccdgrp.cbs.max.amt"  placeholder="请输入Document Amount"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Presenter   Draft  Nb." prop="ccdgrp.rec.preref">
            <c-input  v-model="model.ccdgrp.rec.preref" maxlength="16"  placeholder="请输入Presenter   Draft  Nb."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Currency" prop="cldgrp.cbs.opn1.cur">
            <c-select v-model="model.cldgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Currency">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Currency" prop="cldgrp.cbs.opn1.amt">
            <c-input  v-model="model.cldgrp.cbs.opn1.amt"  placeholder="请输入Currency"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.cur">
            <c-select v-model="model.ccdgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Open Amount">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.amt">
            <c-input  v-model="model.ccdgrp.cbs.opn1.amt"  placeholder="请输入Open Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Presenter" prop="ccdgrp.rec.prenam">
            <c-input  v-model="model.ccdgrp.rec.prenam" maxlength="40"  placeholder="请输入Presenter"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Coll.bank ref." prop="cldgrp.rec.colref">
            <c-input  v-model="model.cldgrp.rec.colref" maxlength="16"  placeholder="请输入Coll.bank ref."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of Draft" prop="ccdgrp.rec.chkdat">
            <c-date-picker type="date"  v-model="model.ccdgrp.rec.chkdat" style="width:100%"  placeholder="请选择Date of Draft"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Drawn on Bank Ref." prop="ccdgrp.rec.droref">
            <c-input  v-model="model.ccdgrp.rec.droref" maxlength="16"  placeholder="请输入Drawn on Bank Ref."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Col.bank name" prop="cldgrp.rec.colptynam">
            <c-input  v-model="model.cldgrp.rec.colptynam" maxlength="40"  placeholder="请输入Col.bank name"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Form of Clean Coll." prop="ccdgrp.rec.ccform">
            <c-input  v-model="model.ccdgrp.rec.ccform" maxlength="1"  placeholder="请输入Form of Clean Coll."></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drawn on Bank" prop="ccdgrp.rec.dronam">
            <c-input  v-model="model.ccdgrp.rec.dronam" maxlength="40"  placeholder="请输入Drawn on Bank"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of creation" prop="cldgrp.rec.credat">
            <c-date-picker type="date"  v-model="model.cldgrp.rec.credat" style="width:100%"  placeholder="请选择Date of creation"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Payment disposition" prop="ccdgrp.rec.purflg">
            <c-input  v-model="model.ccdgrp.rec.purflg" maxlength="1"  placeholder="请输入Payment disposition"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Collecting Bank Ref ." prop="ccdgrp.rec.colref">
            <c-input  v-model="model.ccdgrp.rec.colref" maxlength="16"  placeholder="请输入Collecting Bank Ref ."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="ITEM COUNT" prop="cldgrp.rec.count">
            <c-input  v-model="model.cldgrp.rec.count"  placeholder="请输入ITEM COUNT"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Collecting Bank Name" prop="ccdgrp.rec.colnam">
            <c-input  v-model="model.ccdgrp.rec.colnam" maxlength="40"  placeholder="请输入Collecting Bank Name"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Mode of settlement" prop="ccdgrp.rec.modset">
            <c-input  v-model="model.ccdgrp.rec.modset" maxlength="1"  placeholder="请输入Mode of settlement"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Bitmap for folder" prop="cfgfil.bitmap">
            <c-input  v-model="model.cfgfil.bitmap"  placeholder="请输入Bitmap for folder"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside1">
            <c-input  v-model="model.cfgfil.regside1"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg1" prop="cfgfil.hotreg1">
            <c-input  v-model="model.cfgfil.hotreg1"  placeholder="请输入hotspot reg1"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside5">
            <c-input  v-model="model.cfgfil.regside5"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg5" prop="cfgfil.hotreg5">
            <c-input  v-model="model.cfgfil.hotreg5"  placeholder="请输入hotspot reg5"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside9">
            <c-input  v-model="model.cfgfil.regside9"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg9" prop="cfgfil.hotreg9">
            <c-input  v-model="model.cfgfil.hotreg9"  placeholder="请输入hotspot reg9"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt1"   data-path=".cfgfil.regtxt1" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt5"   data-path=".cfgfil.regtxt5" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt9"   data-path=".cfgfil.regtxt9" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.dspbpd"   data-path=".dspbpd" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub1">
            <c-input  v-model="model.cfgfil.hotsub1"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt1"   data-path=".cfgfil.subtxt1" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn1"   data-path=".cfgfil.subtrn1" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub2">
            <c-input  v-model="model.cfgfil.hotsub2"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt2"   data-path=".cfgfil.subtxt2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn2"   data-path=".cfgfil.subtrn2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt3"   data-path=".cfgfil.subtxt3" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub3">
            <c-input  v-model="model.cfgfil.hotsub3"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside2">
            <c-input  v-model="model.cfgfil.regside2"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg2" prop="cfgfil.hotreg2">
            <c-input  v-model="model.cfgfil.hotreg2"  placeholder="请输入hotspot reg2"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside6">
            <c-input  v-model="model.cfgfil.regside6"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg6" prop="cfgfil.hotreg6">
            <c-input  v-model="model.cfgfil.hotreg6"  placeholder="请输入hotspot reg6"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside10">
            <c-input  v-model="model.cfgfil.regside10"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg10" prop="cfgfil.hotreg10">
            <c-input  v-model="model.cfgfil.hotreg10"  placeholder="请输入hotspot reg10"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt2"   data-path=".cfgfil.regtxt2" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt6"   data-path=".cfgfil.regtxt6" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt10"   data-path=".cfgfil.regtxt10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn3"   data-path=".cfgfil.subtrn3" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub4">
            <c-input  v-model="model.cfgfil.hotsub4"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt4"   data-path=".cfgfil.subtxt4" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn4"   data-path=".cfgfil.subtrn4" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub5">
            <c-input  v-model="model.cfgfil.hotsub5"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt5"   data-path=".cfgfil.subtxt5" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn5"   data-path=".cfgfil.subtrn5" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub6">
            <c-input  v-model="model.cfgfil.hotsub6"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt6"   data-path=".cfgfil.subtxt6" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn6"   data-path=".cfgfil.subtrn6" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside3">
            <c-input  v-model="model.cfgfil.regside3"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg3" prop="cfgfil.hotreg3">
            <c-input  v-model="model.cfgfil.hotreg3"  placeholder="请输入hotspot reg3"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside7">
            <c-input  v-model="model.cfgfil.regside7"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg7" prop="cfgfil.hotreg7">
            <c-input  v-model="model.cfgfil.hotreg7"  placeholder="请输入hotspot reg7"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside11">
            <c-input  v-model="model.cfgfil.regside11"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg11" prop="cfgfil.hotreg11">
            <c-input  v-model="model.cfgfil.hotreg11"  placeholder="请输入hotspot reg11"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt3"   data-path=".cfgfil.regtxt3" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt7"   data-path=".cfgfil.regtxt7" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt11"   data-path=".cfgfil.regtxt11" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt7"   data-path=".cfgfil.subtxt7" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dsppndram"   data-path=".selbut.dsppndram" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub7">
            <c-input  v-model="model.cfgfil.hotsub7"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn7"   data-path=".cfgfil.subtrn7" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub8">
            <c-input  v-model="model.cfgfil.hotsub8"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt8"   data-path=".cfgfil.subtxt8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn8"   data-path=".cfgfil.subtrn8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt9"   data-path=".cfgfil.subtxt9" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub9">
            <c-input  v-model="model.cfgfil.hotsub9"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn9"   data-path=".cfgfil.subtrn9" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg4" prop="cfgfil.hotreg4">
            <c-input  v-model="model.cfgfil.hotreg4"  placeholder="请输入hotspot reg4"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.sptpenlab_descr"   data-path=".selbut.sptpenlab_descr" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside4">
            <c-input  v-model="model.cfgfil.regside4"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside8">
            <c-input  v-model="model.cfgfil.regside8"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg8" prop="cfgfil.hotreg8">
            <c-input  v-model="model.cfgfil.hotreg8"  placeholder="请输入hotspot reg8"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Regside" prop="cfgfil.regside12">
            <c-input  v-model="model.cfgfil.regside12"  placeholder="请输入Regside"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot reg12" prop="cfgfil.hotreg12">
            <c-input  v-model="model.cfgfil.hotreg12"  placeholder="请输入hotspot reg12"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt4"   data-path=".cfgfil.regtxt4" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt8"   data-path=".cfgfil.regtxt8" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.regtxt12"   data-path=".cfgfil.regtxt12" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub10">
            <c-input  v-model="model.cfgfil.hotsub10"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt10"   data-path=".cfgfil.subtxt10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn10"   data-path=".cfgfil.subtrn10" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.sptpenlab"   data-path=".selbut.sptpenlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.dspclsdat"   data-path=".selbut.dspclsdat" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtrn11"   data-path=".cfgfil.subtrn11" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.cfgfil.subtxt11"   data-path=".cfgfil.subtxt11" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub11">
            <c-input  v-model="model.cfgfil.hotsub11"  placeholder="请输入hotspot submenu 1"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.trnpenlab_descr"   data-path=".selbut.trnpenlab_descr" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.dspbpdclsdat"   data-path=".dspbpdclsdat" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.selbut.trnpenlab"   data-path=".selbut.trnpenlab" > </span>
	</c-col-->
  </div>
</template>
<script>
import Api from "~/service/Api";
wangren committed
837
import commonProcess from "~/mixin/commonProcess";
唐贵贤 committed
838 839 840 841 842 843 844 845
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cctsel/Event";
import SelMune from "./SelMune.vue";

export default {
  components: { SelMune },
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
846
  mixins: [commonProcess],
唐贵贤 committed
847 848 849 850 851 852 853 854 855 856 857 858 859
  data() {
    return {
      flag: 1,
      meum: [
        {
          label: "L/C",
          item: [
            {
              title: "光票托收催收",
              url: "#/business/ccttra",
              disabled: false,
            },
            {
唐贵贤 committed
860
              title: "光票托收开立",
唐贵贤 committed
861 862 863
              url: "#/business/cctdav",
              disabled: false,
            },
唐贵贤 committed
864 865
            { title: "光票托收结汇", url: "#/business/cctset", disabled: false },
            { title: "光票托收退票", url: "#/business/cctdcr", disabled: false },
唐贵贤 committed
866 867 868 869
            { title: "Confirmation an Export L/C", url: "#", disabled: true },
            {
              title: "Amending Issuing Bank",
              url: "#/business/letame",
唐贵贤 committed
870
              disabled: true,
唐贵贤 committed
871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993
            },
            {
              title: "Changing Issuing Bank",
              url: "#",
              disabled: true,
            },
            { title: "Receiving Docs", url: "#", disabled: true },
          ],
        },
        {
          label: "Others",
          item: [
            { title: "Charge Settlement", url: "#", disabled: true },
            { title: "Attachment", url: "#", disabled: true },
            { title: "Editing References", url: "#", disabled: true },
            { title: "Common Message", url: "#", disabled: true },
            { title: "Cancelling", url: "#", disabled: true },
            { title: "Re_Opening", url: "#", disabled: true },
          ],
        },
        {
          label: "Docs",
          item: [
            { title: "Correct Drawing", url: "#", disabled: true },
            { title: "Processing Discrepant Docs", url: "#", disabled: true },
            { title: "Sending Documents", url: "#", disabled: true },
            { title: "Changing Maturity", url: "#", disabled: true },
            { title: "Funds Settlement", url: "#", disabled: true },
            { title: "Reimbursement", url: "#", disabled: true },
          ],
        },
        {
          label: "Oth.Docs",
          item: [
            { title: "Charge Settlement", url: "#", disabled: true },
            { title: "Attachment", url: "#", disabled: true },
            { title: "Confirmation Limit Canclling", url: "#", disabled: true },
            { title: "Editing Reference", url: "#", disabled: true },
            { title: "Common Message", url: "#", disabled: true },
            { title: "Cancelling", url: "#", disabled: true },
            { title: "Re_Opening", url: "#", disabled: true },
          ],
        },
        {
          label: "Advance",
          item: [
            { title: "Creating an Advance", url: "#", disabled: true },
            { title: "Amending an Advance", url: "#", disabled: true },
            { title: "Setting an Advance", url: "#", disabled: true },
            { title: "递延收益冲销", url: "#", disabled: true },
            { title: "资产转卖收入或损失确认", url: "#", disabled: true },
            { title: "Cancelling", url: "#", disabled: true },
          ],
        },
        {
          label: "Oth.Advance",
          item: [
            { title: "Charge Settlement", url: "#", disabled: true },
            { title: "Attachment", url: "#", disabled: true },
            { title: "Editing References", url: "#", disabled: true },
            { title: "Engagement Adjustment", url: "#", disabled: true },
            { title: "Common Messages", url: "#", disabled: true },
          ],
        },
        {
          label: "Transfer",
          item: [
            { title: "Opening a Transfer L/C", url: "#", disabled: true },
            { title: "Amenting a Transfer L/C", url: "#", disabled: true },
            {
              title: "Receiving Docs from 2nd Benfic",
              url: "#",
              disabled: true,
            },
          ],
        },
        {
          label: "Oth.Transfer",
          item: [
            { title: "Charge Settlement", url: "#", disabled: true },
            { title: "Attachment", url: "#", disabled: true },
            { title: "Editing References", url: "#", disabled: true },
            { title: "Common Messages", url: "#", disabled: true },
            { title: "Cancelling", url: "#", disabled: true },
            { title: "Re_Opening", url: "#", disabled: true },
          ],
        },
        {
          label: "L/T Docs",
          item: [
            {
              title: "Receiving Docs from 1st Benfic",
              url: "#",
              disabled: true,
            },
            { title: "Correct Drawing", url: "#", disabled: true },
            { title: "Processing discrepant Docs", url: "#", disabled: true },
            { title: "Sending Documents", url: "#", disabled: true },
            { title: "Changing Maturity", url: "#", disabled: true },
            { title: "funds Settlement", url: "#", disabled: true },
            { title: "Reimbursement Clain", url: "#", disabled: true },
          ],
        },
        {
          label: "Oth.L/T Docs",
          item: [
            { title: "Charge Settlement", url: "#", disabled: true },
            { title: "Attachment", url: "#", disabled: true },
            { title: "Editing References", url: "#", disabled: true },
            { title: "Common Messages", url: "#", disabled: true },
            { title: "Cancelling", url: "#", disabled: true },
            { title: "Re_Opening", url: "#", disabled: true },
          ],
        },
      ],
    };
  },
  methods: { ...Event, change(tab, event) {} },
  created: function () {},
};
</script>
<style>
</style>