Ovwp.vue 25.5 KB
Newer Older
孟冬雪 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<template>
  <div class="eibs-tab">
    <c-row>
      <c-col :span="24">
        <c-col :span="11">
          <el-form-item label="信用证参考号" prop="ledgrp.rec.ownref">
            <c-input
              v-model="model.ledgrp.rec.ownref"
              placeholder="请输入信用证参考号"
              style="width: 100%"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
孟冬雪 committed
15
        <c-col :span="11" :offset="1">
孟冬雪 committed
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
          <el-form-item label="名称" prop="ledgrp.rec.nam">
            <c-input
              v-model="model.ledgrp.rec.nam"
              maxlength="40"
              placeholder="请输入名称"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="9">
          <el-form-item label="参考号" prop="ltdgrp.rec.ownref">
            <c-input
              v-model="model.ltdgrp.rec.ownref"
              maxlength="16"
              placeholder="请输入参考号"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
孟冬雪 committed
35
        <c-col :span="2">
孟冬雪 committed
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
          <c-button size="small" type="primary" @click="onLttpButgetref">
            Get Ref
          </c-button>
        </c-col>
        <c-col :span="11" :offset="1">
          <el-form-item label="名称" prop="ltdgrp.rec.nam">
            <c-input
              v-model="model.ltdgrp.rec.nam"
              maxlength="40"
              placeholder="请输入名称"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ====================左边======================= -->
      <c-col :span="11">
        <c-col :span="24">
          <el-form-item label="转让类型" prop="ltdgrp.rec.lcrtyp">
            <c-select
              v-model="model.ltdgrp.rec.lcrtyp"
              style="width: 100%"
              placeholder="请选择Form of Transfer"
孟冬雪 committed
59 60
              :code="codes.lcrtyp"

孟冬雪 committed
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
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="客户经理" prop="lttp.usr.extkey">
            <c-input
              v-model="model.lttp.usr.extkey"
              maxlength="8"
              placeholder="请输入Responsible User"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <c-col :span="8">
            <el-form-item label="票面金额" prop="ltdgrp.cbs.nom1.cur">
              <c-select
                v-model="model.ltdgrp.cbs.nom1.cur"
                style="width: 100%"
                placeholder=""
              >
                <el-option
                  v-for="item in codes.cur"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="10">
            <el-form-item
              label=""
              label-width="15px"
              prop="ltdgrp.cbs.nom1.amt"
            >
              <c-input
                v-model="model.ltdgrp.cbs.nom1.amt"
                placeholder="请输入Nominal Amount"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="5" class="centerLable">
            <c-checkbox v-model="model.lttp.aamp.aammod.addamtflg"
              >Add. Amount</c-checkbox
            >
          </c-col>
        </c-col>
        <c-col :span="24">
          <el-form-item label="金额增减幅度 +/-" prop="ltdgrp.rec.nomtop">
            <c-input
              v-model="model.ltdgrp.rec.nomtop"
              placeholder="请输入Amount Tolerance +/-"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="金额说明" prop="ltdgrp.rec.nomspc">
            <c-select
              v-model="model.ltdgrp.rec.nomspc"
              style="width: 100%"
              placeholder="请选择Amount Specification"
孟冬雪 committed
123
              :code="codes.nomspc"
孟冬雪 committed
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
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <c-col :span="8">
            <el-form-item label="最大金额" prop="ltdgrp.cbs.max.cur">
              <c-select
                v-model="model.ltdgrp.cbs.max.cur"
                style="width: 100%"
                placeholder=""
              >
                <el-option
                  v-for="item in codes.cur"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item label="" label-width="15px" prop="ltdgrp.cbs.max.amt">
              <c-input
                v-model="model.ltdgrp.cbs.max.amt"
                placeholder="请输入Maximum Amount"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>
        <c-col :span="24">
          <el-form-item label="开证日期" prop="ltdgrp.rec.opndat">
            <c-date-picker
              type="date"
              v-model="model.ltdgrp.rec.opndat"
              style="width: 100%"
              placeholder="请选择Issued on"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="装船日" prop="ltdgrp.rec.shpdat">
            <c-date-picker
              type="date"
              v-model="model.ltdgrp.rec.shpdat"
              style="width: 100%"
              placeholder="请选择装船日"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="到期日" prop="ltdgrp.rec.expdat">
            <c-date-picker
              type="date"
              v-model="model.ltdgrp.rec.expdat"
              style="width: 100%"
              placeholder="请选择Date of Expiry"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="到期地点" prop="ltdgrp.rec.expplc">
            <c-select
              v-model="model.ltdgrp.rec.expplc"
              style="width: 100%"
              placeholder="请选择Place of Expiry"
孟冬雪 committed
190
              :code="codes.expplc"
孟冬雪 committed
191 192 193 194 195 196 197 198 199 200
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="分批装运" prop="ltdgrp.rec.shppars18">
            <c-select
              v-model="model.ltdgrp.rec.shppars18"
              style="width: 100%"
              placeholder="请选择Partial Shipment"
孟冬雪 committed
201
              :code="codes.shptrss18"
孟冬雪 committed
202 203 204 205 206 207 208 209 210 211
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="转运" prop="ltdgrp.rec.shptrss18">
            <c-select
              v-model="model.ltdgrp.rec.shptrss18"
              style="width: 100%"
              placeholder="请选择转运"
孟冬雪 committed
212
              :code="codes.shptrss18"
孟冬雪 committed
213 214 215 216 217 218 219 220 221 222
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="适用规则" prop="ltdgrp.rec.apprul">
            <c-select
              v-model="model.ltdgrp.rec.apprul"
              style="width: 100%"
              placeholder="请选择适用规则"
孟冬雪 committed
223
              :code="codes.apprul"
孟冬雪 committed
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="其他适用规则" prop="ltdgrp.rec.apprultxt">
            <c-input
              type="textarea"
              v-model="model.ltdgrp.rec.apprultxt"
              maxlength="35"
              show-word-limit
              placeholder="请输入其他适用规则"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="保兑说明" prop="ltdgrp.rec.cnfins">
            <c-select
              v-model="model.ltdgrp.rec.cnfins"
              style="width: 100%"
              placeholder="请选择Confirmation Instruct."
孟冬雪 committed
246
              :code="codes.cnfins"
孟冬雪 committed
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
            >
            </c-select>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ========================右边======================= -->
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: '第一受益人',
              grp: 'ltdgrp',
              rol: 'be1',
            }"
            :disabled="true"
            @onSeainf="onSeainf"
            @onAplpDet="onBe1pDet"
          >
          </c-ptap>
        </c-col>
        <c-ptap
          :model="model"
          :argadr="{
            title: '通知行',
            grp: 'ltdgrp',
            rol: 'adt',
          }"
          :disabled="true"
          @onSeainf="onSeainf"
          @onAplpDet="onAdtpDet"
        >
        </c-ptap>
        <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: '第二受益人',
              grp: 'ltdgrp',
              rol: 'be2',
            }"
            :disabled="true"
            @onSeainf="onSeainf"
            @onAplpDet="onBe2pDet"
          >
          </c-ptap>
        </c-col>
        <c-col :span="24">
          <c-checkbox
            v-model="model.ltdgrp.rec.rmbflg"
            class="centerLable marginLable"
            >偿付信息</c-checkbox
          >
        </c-col>
        <!-- <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="lttp.ledget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.ledget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reference" prop="ledgrp.rec.ownref">
            <c-input  v-model="model.ledgrp.rec.ownref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Reference of L/C" prop="lttp.ledget.sdamod.seainf">
            <c-input  v-model="model.lttp.ledget.sdamod.seainf"  placeholder="请输入Reference of L/C"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Name" prop="ledgrp.rec.nam">
            <c-input  v-model="model.ledgrp.rec.nam" maxlength="40"  placeholder="请输入Name"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="lttp.recget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reference" prop="ltdgrp.rec.ownref">
            <c-input  v-model="model.ltdgrp.rec.ownref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Reference" prop="lttp.recget.sdamod.seainf">
            <c-input  v-model="model.lttp.recget.sdamod.seainf"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onLttpButgetref">
            Get Ref
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Name" prop="ltdgrp.rec.nam">
            <c-input  v-model="model.ltdgrp.rec.nam" maxlength="40"  placeholder="请输入Name"></c-input>
        </el-form-item>
       </c-col> -->

        <!-- <c-col :span="12">
        <el-form-item label="Form of Transfer" prop="ltdgrp.rec.lcrtyp">
            <c-select v-model="model.ltdgrp.rec.lcrtyp" style="width:100%" placeholder="请选择Form of Transfer">
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="1st Beneficiary   Ref." prop="ltdgrp.be1.pts.ref">
            <c-input  v-model="model.ltdgrp.be1.pts.ref" maxlength="16"  placeholder="请输入1st Beneficiary   Ref."></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="lttp.be1p.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.be1p.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Responsible User" prop="lttp.usr.extkey">
            <c-input  v-model="model.lttp.usr.extkey" maxlength="8"  placeholder="请输入Responsible User"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="lttp.usrget.sdamod.seainf">
            <c-input  v-model="model.lttp.usrget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="ltdgrp.be1.pts.extkey">
            <c-input  v-model="model.ltdgrp.be1.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="lttp.be1p.ptsget.sdamod.seainf">
            <c-input  v-model="model.lttp.be1p.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBe1pDet">
            Details
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Total Amendment" prop="ltdgrp.cbs.nom1.cur">
            <c-select v-model="model.ltdgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择Total Amendment">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Nominal Amount" prop="ltdgrp.cbs.nom1.amt">
            <c-input  v-model="model.ltdgrp.cbs.nom1.amt"  placeholder="请输入Nominal Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.lttp.aamp.aammod.addamtflg">Add. Amount</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="ltdgrp.be1.pts.nam">
            <c-input  v-model="model.ltdgrp.be1.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Tolerance +/-" prop="ltdgrp.rec.nomtop">
            <c-input  v-model="model.ltdgrp.rec.nomtop"  placeholder="请输入Amount Tolerance +/-"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Amount Tolerance - Negative" prop="ltdgrp.rec.nomton">
            <c-input  v-model="model.ltdgrp.rec.nomton"  placeholder="请输入Amount Tolerance - Negative"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Advising Bank     Ref." prop="ltdgrp.adt.pts.ref">
            <c-input  v-model="model.ltdgrp.adt.pts.ref" maxlength="16"  placeholder="请输入Advising Bank     Ref."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Specification" prop="ltdgrp.rec.nomspc">
            <c-select v-model="model.ltdgrp.rec.nomspc" style="width:100%" placeholder="请选择Amount Specification">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="lttp.adtp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.adtp.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="ltdgrp.adt.pts.extkey">
            <c-input  v-model="model.ltdgrp.adt.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="lttp.adtp.ptsget.sdamod.seainf">
            <c-input  v-model="model.lttp.adtp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onAdtpDet">
            Details
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Currency" prop="ltdgrp.cbs.max.cur">
            <c-select v-model="model.ltdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Currency">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Maximum Amount" prop="ltdgrp.cbs.max.amt">
            <c-input  v-model="model.ltdgrp.cbs.max.amt"  placeholder="请输入Maximum Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="ltdgrp.adt.namelc">
            <c-input type="textarea" v-model="model.ltdgrp.adt.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="ltdgrp.adt.pts.adrblk">
            <c-input type="textarea" v-model="model.ltdgrp.adt.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="ltdgrp.adt.dbfadrblkcn">
            <c-input type="textarea" v-model="model.ltdgrp.adt.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Issued on" prop="ltdgrp.rec.opndat">
            <c-date-picker type="date"  v-model="model.ltdgrp.rec.opndat" style="width:100%"  placeholder="请选择Issued on"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="ltdgrp.adt.adrelc">
            <c-input type="textarea" v-model="model.ltdgrp.adt.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Shipment Date" prop="ltdgrp.rec.shpdat">
            <c-date-picker type="date"  v-model="model.ltdgrp.rec.shpdat" style="width:100%"  placeholder="请选择Shipment Date"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of Expiry" prop="ltdgrp.rec.expdat">
            <c-date-picker type="date"  v-model="model.ltdgrp.rec.expdat" style="width:100%"  placeholder="请选择Date of Expiry"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="2nd Beneficiary   Ref." prop="ltdgrp.be2.pts.ref">
            <c-input  v-model="model.ltdgrp.be2.pts.ref" maxlength="16"  placeholder="请输入2nd Beneficiary   Ref."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Place of Expiry" prop="ltdgrp.rec.expplc">
            <c-select v-model="model.ltdgrp.rec.expplc" style="width:100%" placeholder="请选择Place of Expiry">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="lttp.be2p.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.be2p.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="ltdgrp.be2.pts.extkey">
            <c-input  v-model="model.ltdgrp.be2.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="lttp.be2p.ptsget.sdamod.seainf">
            <c-input  v-model="model.lttp.be2p.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBe2pDet">
            Details
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Partial Shipment" prop="ltdgrp.rec.shppar">
            <c-select v-model="model.ltdgrp.rec.shppar" style="width:100%" placeholder="请选择Partial Shipment">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Partial Shipment" prop="ltdgrp.rec.shppars18">
            <c-select v-model="model.ltdgrp.rec.shppars18" style="width:100%" placeholder="请选择Partial Shipment">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="ltdgrp.be2.namelc">
            <c-input type="textarea" v-model="model.ltdgrp.be2.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="ltdgrp.be2.pts.adrblk">
            <c-input type="textarea" v-model="model.ltdgrp.be2.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="ltdgrp.be2.dbfadrblkcn">
            <c-input type="textarea" v-model="model.ltdgrp.be2.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Transhipment" prop="ltdgrp.rec.shptrs">
            <c-select v-model="model.ltdgrp.rec.shptrs" style="width:100%" placeholder="请选择Transhipment">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Transhipment" prop="ltdgrp.rec.shptrss18">
            <c-select v-model="model.ltdgrp.rec.shptrss18" style="width:100%" placeholder="请选择Transhipment">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="ltdgrp.be2.adrelc">
            <c-input type="textarea" v-model="model.ltdgrp.be2.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Applicable Rules" prop="ltdgrp.rec.apprul">
            <c-select v-model="model.ltdgrp.rec.apprul" style="width:100%" placeholder="请选择Applicable Rules">
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Other Applicable Rules" prop="ltdgrp.rec.apprultxt">
            <c-input type="textarea" v-model="model.ltdgrp.rec.apprultxt" maxlength="35" show-word-limit placeholder="请输入Other Applicable Rules" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.ltdgrp.rec.rmbflg">Reimbursement Information</c-checkbox>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Confirmation Instruct." prop="ltdgrp.rec.cnfins">
            <c-select v-model="model.ltdgrp.rec.cnfins" style="width:100%" placeholder="请选择Confirmation Instruct.">
              </c-select>
        </el-form-item> -->
      </c-col>
    </c-row>
  </div>
</template>
<script>
import Api from "~/service/Api";
wangren committed
648
import commonProcess from "~/mixin/commonProcess";
孟冬雪 committed
649 650 651 652 653 654 655
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Lttame/Event";
import Ptap from "~/views/Public/Ptap";
export default {
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
656
  mixins: [commonProcess],
孟冬雪 committed
657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
</script>
<style>
.centerLable {
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
}
.marginLable {
  padding-left: 150px;
}
</style>