Ovwp.vue 29.4 KB
Newer Older
niewei committed
1 2
<template>
    <c-content class="eibs-tab" :height="200">
niewei committed
3
        <!--
niewei committed
4 5 6 7 8 9
        <div class="infTopBtn">
            <el-button-group>
                <c-button size="small" type="primary" icon="el-icon-arrow-left"></c-button>
                <c-button size="small" type="primary" icon="el-icon-arrow-right"></c-button>
            </el-button-group>
            <c-button size="small" type="primary">Print</c-button>
niewei committed
10 11
            <c-button size="small" type="primary">Use</c-button>
            <c-button size="small" type="primary">Loginfo</c-button>
niewei committed
12
        </div>
niewei committed
13
        -->
niewei committed
14 15 16
 
    <c-row>
      <c-col :span="12">
潘际乾 committed
17
       <c-col :span="24" :offset="1">
niewei committed
18 19 20 21 22 23 24 25 26 27 28
        <el-form-item label="编号" prop="dedgrp.rec.ownref">
            <c-input  v-model="model.dedgrp.rec.ownref" maxlength="16"  placeholder="请输入编号"></c-input>
        </el-form-item>
       </c-col>
       <!--
       <c-col :span="6">
        <el-form-item label="" prop="recpan.recget.sdamod.seainf">
            <c-input  v-model="model.recpan.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
       -->
niewei committed
29
       <!--
niewei committed
30 31 32 33 34 35 36 37 38
       <c-col :span="6">
        <c-button size="small" type="primary" icon="el-icon-search"  @click="onSeainf">
        </c-button>
       </c-col>
       <c-col :span="6">
        <c-button size="small" type="primary"  @click="onRecpanButgetref">
            获取
        </c-button>
       </c-col>
niewei committed
39
       -->
niewei committed
40 41
      </c-col>
      <c-col :span="12">
潘际乾 committed
42
       <c-col :span="24" :offset="1">
niewei committed
43 44 45 46 47 48 49 50 51 52 53
        <el-form-item label="摘要" prop="dedgrp.rec.nam">
            <c-input  v-model="model.dedgrp.rec.nam" maxlength="40"  placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input>
        </el-form-item>
       </c-col>
       <!--
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.recget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
       -->
niewei committed
54
       <!--
niewei committed
55 56 57 58 59
       <c-col :span="6">
        <c-button size="small" type="primary"  @click="onRecpanButgetref">
            dadsnd
        </c-button>
       </c-col>
niewei committed
60
       -->
niewei committed
61
      </c-col>
62

niewei committed
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
    </c-row>

    <c-row>
      <!--左边面板-->
      <c-col :span="11">
        <c-col :span="24">
          <el-form-item label="是否可转让" prop="dedgrp.rec.lcrtyp">
            <c-select v-model="model.dedgrp.rec.lcrtyp" style="width:100%" placeholder="请选择是否可转让">
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <c-col :span="18">
            <el-form-item label="所属客户经理" prop="recpan.usr.extkey">
              <c-input  v-model="model.recpan.usr.extkey" maxlength="8"  placeholder="请输入所属客户经理"></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="6">
niewei committed
82 83
            <!--
            <c-button size="small" type="primary" icon="el-icon-search"  @click="">
niewei committed
84
            </c-button>
niewei committed
85
             -->
niewei committed
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
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item label="金额" prop="dedgrp.cbs.nom1.cur">
              <c-select v-model="model.dedgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择金额">
              </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="大写金额" prop="recpan.upamt">
             <c-input  v-model="model.recpan.upamt" maxlength="60"  placeholder="请输入大写金额"></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="溢短装" prop="dedgrp.rec.nomtop">
              <c-input  v-model="model.dedgrp.rec.nomtop"  placeholder="请输入溢短装"></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item label="to" prop="dedgrp.rec.nomton">
              <c-input  v-model="model.dedgrp.rec.nomton"  placeholder="请输入Amount Tolerance - Negative"></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item label="贸易类型" prop="dedgrp.rec.mytype">
              <c-select v-model="model.dedgrp.rec.mytype" style="width:100%" placeholder="请选择贸易类型">
              </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="最大金额" prop="dedgrp.cbs.max.cur">
              <c-input  v-model="model.dedgrp.cbs.max.cur" maxlength="3"  placeholder="cur"></c-input>
            </el-form-item>
          </c-col>
                  
          <c-col :span="12">
            <el-form-item label="  " prop="dedgrp.cbs.max.amt">
              <c-input  v-model="model.dedgrp.cbs.max.amt"  placeholder="amt"></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item label="开立日期" prop="dedgrp.rec.opndat">
            <c-date-picker type="date"  v-model="model.dedgrp.rec.opndat" style="width:100%"  placeholder="请选择开立日期"></c-date-picker>
           </el-form-item>
        </c-col>

        <c-col :span="24">
          <c-col :span="12">
             <el-form-item label="有效日期" prop="dedgrp.rec.expdat">
                <c-date-picker type="date"  v-model="model.dedgrp.rec.expdat" style="width:100%"  placeholder="请选择有效日期"></c-date-picker>
             </el-form-item>
          </c-col>
                                   
          <c-col :span="12">
            <el-form-item label="开证行开证类型" prop="dedgrp.rec.dkflg">
              <c-select v-model="model.dedgrp.rec.dkflg" style="width:100%" placeholder="开证行开证类型">
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item label="有效地点" prop="dedgrp.rec.expplc">
            <c-input type="textarea" :rows="2" v-model="model.dedgrp.rec.expplc" maxlength="35" show-word-limit placeholder="请输入有效地点" ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="最迟货物装运日" prop="dedgrp.rec.shpdat">
            <c-date-picker type="date"  v-model="model.dedgrp.rec.shpdat" style="width:100%"  placeholder="请选择Shipment Date"></c-date-picker>
          </el-form-item>
        </c-col>
        
        <c-col :span="24">
          <el-form-item label="转运" prop="dedgrp.rec.shptrs">
            <c-select v-model="model.dedgrp.rec.shptrs" style="width:100%" placeholder="请选择转运">
              </c-select>
         </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="是否通过电证系统" prop="dedgrp.rec.elcflg">
            <c-select v-model="model.dedgrp.rec.elcflg" style="width:100%" placeholder="请选择是否通过电证系统">
              </c-select>
         </el-form-item>
        </c-col>

        <c-col :span="24">
           <c-col :span="12">
            <el-form-item label="信用证兑付方式" prop="dedgrp.rec.avbby">
            <c-select v-model="model.dedgrp.rec.avbby" style="width:100%" placeholder="请选择信用证兑付方式">
              </c-select>
            </el-form-item>
           </c-col>
                                   
           <c-col :span="12">
            <el-form-item label="天数" prop="dedgrp.rec.tenmaxday">
              <c-input  v-model="model.dedgrp.rec.tenmaxday"  placeholder="请输入Maximum Tenor"></c-input>
            </el-form-item>
           </c-col>
        </c-col>

        <c-col :span="24">
           <c-col :span="18">
            <el-form-item label="远期付款指示" prop="dedgrp.blk.dftat">
               <c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
            </el-form-item>
           </c-col>
niewei committed
204
          <!--    
niewei committed
205 206 207 208 209
           <c-col :span="6">
             <c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
                ...
              </c-button>
           </c-col>
niewei committed
210
          -->
niewei committed
211 212 213 214 215 216 217 218
        </c-col>

        <c-col :span="24">
           <c-col :span="18">
             <el-form-item label="交单期限" prop="dedgrp.blk.preper">
              <c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input>
             </el-form-item>
           </c-col>
niewei committed
219
          <!--    
niewei committed
220 221 222 223 224
           <c-col :span="6">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
            ...
           </c-button>
           </c-col>
niewei committed
225
          -->
niewei committed
226 227 228 229 230 231
        </c-col>
      </c-col>

                  
                                   
      <!-- 右边 --> 
niewei committed
232
      <c-col :span="11" :offset="1">
niewei committed
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
       <c-col :span="24">
        <el-form-item label="受益人        编号." prop="dedgrp.ben.pts.ref">
            <c-input  v-model="model.dedgrp.ben.pts.ref" maxlength="16"  placeholder="请输入受益人        编号."></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
            <c-col :span="18">
                <el-form-item label="受益人客户号" prop="dedgrp.ben.pts.extkey" style="width:100%">
                    <c-input
                        id = "extkey"
                        v-model="model.dedgrp.ben.pts.extkey"
                        maxlength="16"
                        placeholder="请输入External Key of Address"
                        @keyup.enter.native="showGridPromptDialog('dedgrp.ben.pts.extkey')"
                    ></c-input>
                </el-form-item>
            </c-col>
niewei committed
251
            <!--
niewei committed
252 253 254 255 256 257 258
            <c-col :span="2">
                <el-form-item label="" label-width="5px">
                    <c-button
                        size="small"
                        type="primary"
                        icon="el-icon-search"
                        @click="onSeainf('dedgrp.ben.pts.extkey')"
niewei committed
259
                        ></c-button>
niewei committed
260 261 262 263 264 265 266 267 268
                </el-form-item>
            </c-col>
            <c-col :span="4">
                <el-form-item label="" label-width="5px">
                    <c-button size="small" type="primary" @click="onAplpDet">
                        详情
                    </c-button>
                </el-form-item>
            </c-col>
niewei committed
269
            -->
niewei committed
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
       </c-col>

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

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

       <c-col :span="24">
        <el-form-item label="受益人账号" prop="dedgrp.ben.pts.extact">
            <c-input  v-model="model.dedgrp.ben.pts.extact" maxlength="34"  placeholder="请输入External Account"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
               <el-form-item label="申请人开户行    联行行号" prop="dedgrp.beb.pts.bankno" >
                    <c-input v-model="model.dedgrp.beb.pts.bankno"  maxlength="20"
                        placeholder="请输入Number of bank" @keyup.enter.native="showGridPromptDialog('dedgrp.beb.pts.bankno')"
                    ></c-input>
                </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item label="联行名称  电证用" prop="dedgrp.beb.pts.jigomc">
            <c-input type="textarea" row="2" v-model="model.dedgrp.beb.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称  电证用" ></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item label="申请人        编号." prop="dedgrp.apl.pts.ref">
            <c-input  v-model="model.dedgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人        编号."></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
            <c-col :span="18">
                <el-form-item label="申请人客户号" prop="dedgrp.apl.pts.extkey" style="width:100%">
                    <c-input
                        id = "extkey"
                        v-model="model.dedgrp.apl.pts.extkey"
                        maxlength="16"
                        placeholder="请输入External Key of Address"
                        @keyup.enter.native="showGridPromptDialog('dedgrp.apl.pts.extkey')"
                    ></c-input>
                </el-form-item>
            </c-col>
niewei committed
323
            <!--
niewei committed
324 325 326 327 328 329 330 331 332
            <c-col :span="2">
                <el-form-item label="" label-width="5px">
                    <c-button
                        size="small"
                        type="primary"
                        icon="el-icon-search"
                        @click="onSeainf('dedgrp.apl.pts.extkey')"
                        ></c-button
                    >
niewei committed
333

niewei committed
334 335 336 337 338 339 340 341 342
                </el-form-item>
            </c-col>
            <c-col :span="4">
                <el-form-item label="" label-width="5px">
                    <c-button size="small" type="primary" @click="onAplpDet">
                        详情
                    </c-button>
                </el-form-item>
            </c-col>
niewei committed
343
            -->
niewei committed
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
       </c-col>

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

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

       <c-col :span="24">
        <el-form-item label="是否通知客户" prop="dedgrp.rec.rejflg">
            <c-select v-model="model.dedgrp.rec.rejflg" style="width:100%" placeholder="请选择是否通知客户">
              </c-select>
        </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item label="发起参与机构" prop="recpan.dzlhhh">
            <c-input  v-model="model.recpan.dzlhhh" maxlength="20"  placeholder="请输入发起参与机构"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item label="拒绝通知理由" prop="dedgrp.blk.rejadvrsn">
            <c-input type="textarea" row="2" v-model="model.dedgrp.blk.rejadvrsn" maxlength="35" show-word-limit placeholder="请输入拒绝通知理由" ></c-input>
        </el-form-item>
       </c-col>
      </c-col>

    </c-row>  
      <!--                        
       <c-col :span="12">
        <el-form-item label="受益人        编号." prop="dedgrp.ben.pts.ref">
            <c-input  v-model="model.dedgrp.ben.pts.ref" maxlength="16"  placeholder="请输入受益人        编号."></c-input>
        </el-form-item>
       </c-col>
                                   
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.benp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.benp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
                  
       <c-col :span="12">
        <el-form-item label="" prop="recpan.usrget.sdamod.seainf">
            <c-input  v-model="model.recpan.usrget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="dedgrp.ben.pts.extkey">
            <c-input  v-model="model.dedgrp.ben.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recpan.benp.ptsget.sdamod.seainf">
            <c-input  v-model="model.recpan.benp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBenpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="dedgrp.ben.namelc">
            <c-input type="textarea" v-model="model.dedgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="金额" prop="dedgrp.cbs.nom1.cur">
            <c-select v-model="model.dedgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择金额">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="金额" prop="dedgrp.cbs.nom1.amt">
            <c-input  v-model="model.dedgrp.cbs.nom1.amt"  placeholder="请输入金额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="dedgrp.ben.pts.adrblk">
            <c-input type="textarea" v-model="model.dedgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="dedgrp.ben.dbfadrblkcn">
            <c-input type="textarea" v-model="model.dedgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="大写金额" prop="recpan.upamt">
            <c-input  v-model="model.recpan.upamt" maxlength="60"  placeholder="请输入大写金额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="dedgrp.ben.adrelc">
            <c-input type="textarea" v-model="model.dedgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="溢短装" prop="dedgrp.rec.nomtop">
            <c-input  v-model="model.dedgrp.rec.nomtop"  placeholder="请输入溢短装"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Amount Tolerance - Negative" prop="dedgrp.rec.nomton">
            <c-input  v-model="model.dedgrp.rec.nomton"  placeholder="请输入Amount Tolerance - Negative"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="贸易类型" prop="dedgrp.rec.mytype">
            <c-select v-model="model.dedgrp.rec.mytype" style="width:100%" placeholder="请选择贸易类型">
              </c-select>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="最大金额" prop="dedgrp.cbs.max.cur">
            <c-input  v-model="model.dedgrp.cbs.max.cur" maxlength="3"  placeholder="请输入最大金额"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="dedgrp.cbs.max.amt">
            <c-input  v-model="model.dedgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Account" prop="dedgrp.ben.pts.extact">
            <c-input  v-model="model.dedgrp.ben.pts.extact" maxlength="34"  placeholder="请输入External Account"></c-input>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="开立日期" prop="dedgrp.rec.opndat">
            <c-date-picker type="date"  v-model="model.dedgrp.rec.opndat" style="width:100%"  placeholder="请选择开立日期"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="是否代开信用证" prop="dedgrp.rec.dkflg">
            <c-select v-model="model.dedgrp.rec.dkflg" style="width:100%" placeholder="请选择是否代开信用证">
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Number of bank" prop="dedgrp.beb.pts.bankno">
            <c-input  v-model="model.dedgrp.beb.pts.bankno" maxlength="20"  placeholder="请输入Number of bank"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="有效日期" prop="dedgrp.rec.expdat">
            <c-date-picker type="date"  v-model="model.dedgrp.rec.expdat" style="width:100%"  placeholder="请选择有效日期"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="联行名称  电证用" prop="dedgrp.beb.pts.jigomc">
            <c-input type="textarea" v-model="model.dedgrp.beb.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称  电证用" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="有效地点" prop="dedgrp.rec.expplc">
            <c-input type="textarea" v-model="model.dedgrp.rec.expplc" maxlength="35" show-word-limit placeholder="请输入有效地点" ></c-input>
        </el-form-item>
        </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.recpan.zchday"   data-path=".recpan.zchday" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Shipment Date" prop="dedgrp.rec.shpdat">
            <c-date-picker type="date"  v-model="model.dedgrp.rec.shpdat" style="width:100%"  placeholder="请选择Shipment Date"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="申请人        编号." prop="dedgrp.apl.pts.ref">
            <c-input  v-model="model.dedgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人        编号."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="转运" prop="dedgrp.rec.shptrs">
            <c-select v-model="model.dedgrp.rec.shptrs" style="width:100%" placeholder="请选择转运">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.aplp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.aplp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="dedgrp.apl.pts.extkey">
            <c-input  v-model="model.dedgrp.apl.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recpan.aplp.ptsget.sdamod.seainf">
            <c-input  v-model="model.recpan.aplp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onAplpDet">
            Details
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="是否通过电证系统" prop="dedgrp.rec.elcflg">
            <c-select v-model="model.dedgrp.rec.elcflg" style="width:100%" placeholder="请选择是否通过电证系统">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="dedgrp.apl.namelc">
            <c-input type="textarea" v-model="model.dedgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="dedgrp.apl.pts.adrblk">
            <c-input type="textarea" v-model="model.dedgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="dedgrp.apl.dbfadrblkcn">
            <c-input type="textarea" v-model="model.dedgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="信用证兑付方式" prop="dedgrp.rec.avbby">
            <c-select v-model="model.dedgrp.rec.avbby" style="width:100%" placeholder="请选择信用证兑付方式">
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Maximum Tenor" prop="dedgrp.rec.tenmaxday">
            <c-input  v-model="model.dedgrp.rec.tenmaxday"  placeholder="请输入Maximum Tenor"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="远期付款指示" prop="dedgrp.blk.defdet">
            <c-input type="textarea" v-model="model.dedgrp.blk.defdet" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="dedgrp.apl.adrelc">
            <c-input type="textarea" v-model="model.dedgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="远期付款指示" prop="dedgrp.blk.dftat">
            <c-input type="textarea" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
            ...
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="是否通知客户" prop="dedgrp.rec.rejflg">
            <c-select v-model="model.dedgrp.rec.rejflg" style="width:100%" placeholder="请选择是否通知客户">
              </c-select>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="交单期限" prop="dedgrp.blk.preper">
            <c-input type="textarea" v-model="model.dedgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
            ...
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="发起参与机构" prop="recpan.dzlhhh">
            <c-input  v-model="model.recpan.dzlhhh" maxlength="20"  placeholder="请输入发起参与机构"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="拒绝通知理由" prop="dedgrp.blk.rejadvrsn">
            <c-input type="textarea" v-model="model.dedgrp.blk.rejadvrsn" maxlength="35" show-word-limit placeholder="请输入拒绝通知理由" ></c-input>
        </el-form-item>
        </c-col>

        -->
  </c-content>
</template>
<script>
import Api from "~/service/Api"
wangren committed
692
import commonProcess from "~/mixin/commonProcess";
niewei committed
693 694 695 696 697 698
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Infdet/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
699
    mixins: [commonProcess],
niewei committed
700 701 702 703 704 705 706 707 708 709 710 711 712 713
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>