Gitsetp1.vue 22.4 KB
Newer Older
panziyi committed
1 2 3
<template>
  <div class="eibs-tab">
    <c-col :span="11">
panziyi committed
4
      <c-col :span="16" v-if="model.gidgrp.rec.expflg=='X'||model.gidgrp.rec.expdat!=''">
panziyi committed
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
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
panziyi committed
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
 <c-col :span="24" v-if="model.gidgrp.rec.expflg!='X'&&model.gidgrp.rec.expdat==''">
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
panziyi committed
57 58 59 60 61 62 63 64
      <!-- <c-col :span="12" offset="7" >
	    <span  v-text="model.gctp.expfldlab" style="margin-left: 10px"   data-path=".gctp.expfldlab" > </span>
	</c-col>
                  
	<c-col :span="12" >
	    <span  v-text="model.gctp.explab" style="margin-left: 10px"    data-path=".gctp.explab" > </span>
	</c-col> -->
<!-- model.gidgrp.rec.liadat -->
panziyi committed
65
<c-col :span="8" v-if="model.gidgrp.rec.expflg=='X'" >
panziyi committed
66
        <el-form-item
panziyi committed
67 68 69 70 71 72
          style="margin-left:20px"
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>

panziyi committed
73
      <c-col :span="8" v-if="model.gidgrp.rec.expdat!=''">
panziyi committed
74 75 76 77
        <el-form-item
          label="Validity"
          label-width="50px"
          prop="gidgrp.rec.expdat"  
panziyi committed
78
        >
panziyi committed
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
          <c-date-picker
            type="date"
            v-model="model.gidgrp.rec.expdat"
            disabled
            style="width: 100%"
            placeholder="请选择Valid until"
          ></c-date-picker>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="Claim Number"
          prop="gcdgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
panziyi committed
111 112 113 114 115 116
              <c-button
                size="small"
                type="primary"
                :disabled="this.flag"
                @click="onGctpGetrefbut"
              >
panziyi committed
117 118 119 120 121 122 123 124 125 126 127 128 129
                Get ref.
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="10">
        <c-form-item
          label="Amount Claimed"
          prop="gcdgrp.cbs.max.cur"
          previewLabel="信用证币种"
        >
panziyi committed
130 131 132 133 134 135
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
136 137 138 139 140 141 142 143 144 145 146
        </c-form-item>
      </c-col>
      <c-col :span="9">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max.amt"
        >
          <c-input-currency
            disabled
panziyi committed
147 148
            v-model="model.gcdgrp.cbs.max.amt"
            placeholder="请输入Balance"
panziyi committed
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
          ></c-input-currency>
        </c-form-item>
      </c-col>
      <!-- <c-col :span="10">
        <el-form-item label="Amount Claimed" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入Amount Claimed"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="10">
        <el-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col> -->

      <c-col :span="5">
        <c-checkbox
          v-model="model.gctp.gcthdr"
          disabled
panziyi committed
168 169 170 171 172 173
          style="
            margin-left: 18px;
            height: 32px;
            line-height: 32px;
            padding-bottom: 2px;
          "
panziyi committed
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
          >Add. Amount</c-checkbox
        >
      </c-col>
      <!-- <c-col :span="12">
        <el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
            <c-input  v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Open Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.opn1.amt">
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col> -->
      <c-col :span="10">
        <c-form-item
          label="Open Amount"
          prop="gcdgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gcdgrp.cbs.opn1.cur"
            placeholder=""
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>
      <c-col :span="9">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.opn1.amt"
            placeholder="请输入"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
panziyi committed
226
        <el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
panziyi committed
227
          <c-select
panziyi committed
228
            disabled
panziyi committed
229 230
            v-model="model.gidgrp.rec.gartyp"
            style="width: 100%"
panziyi committed
231 232
            placeholder="请选择type of Undertaking"
            :code="codes.typgar2"
panziyi committed
233 234 235 236
          >
          </c-select>
        </el-form-item>
      </c-col>
panziyi committed
237 238 239 240 241 242 243 244 245 246

      	<!-- <c-col :span="12" offset="7">
	    <span  v-text="model.gctp.liafldlab"   data-path=".gctp.liafldlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.lialab"   data-path=".gctp.lialab" > </span>
	</c-col> -->


panziyi committed
247
      <c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
panziyi committed
248 249 250 251 252 253 254
        <el-form-item
          
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>
                  
panziyi committed
255
       <c-col :span="24" v-if="model.gidgrp.rec.liadat!=''" >
panziyi committed
256 257 258 259 260 261
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" disabled style="width:100%"  placeholder="请选择Liability until"></c-date-picker>
        </el-form-item>
       </c-col>


panziyi committed
262 263 264 265 266 267 268 269 270 271 272 273
      <c-col :span="24">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
          <c-input
            v-model="model.gcdgrp.rec.clmdat"
            maxlength="40"
            disabled
            placeholder="请输入Date of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

panziyi committed
274
    <c-col :span="11" :offset="1">
panziyi committed
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
      <c-col :span="12">
        <c-form-item
          label="Open Amount"
          prop="gidgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gidgrp.cbs.opn1.cur"
            placeholder=""
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gidgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gidgrp.cbs.opn1.amt"
            placeholder="请输入信用证金额"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Name" prop="gcdgrp.rec.nam">
          <c-input
            v-model="model.gcdgrp.rec.nam"
            maxlength="40"
            placeholder="请输入Externally Displayed Name to Identify the Contract"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Applicant   ref. " prop="gcdgrp.apl.pts.ref">
          <c-input
            v-model="model.gcdgrp.apl.pts.ref"
            maxlength="16"
            placeholder="请输入Applicant"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.apl.pts.nam">
          <c-input
            v-model="model.gcdgrp.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="Beneficiary  ref." prop="gcdgrp.ben.pts.ref">
          <c-input
            v-model="model.gcdgrp.ben.pts.ref"
            maxlength="16"
            placeholder="请输入Beneficiary"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.ben.pts.nam">
          <c-input
            v-model="model.gcdgrp.ben.pts.nam"
            maxlength="40"
            placeholder="请输入"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
    <!-- <c-col :span="12">
        <el-form-item label="Amount Claimed" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入Amount Claimed"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                   -->

    <!-- 中间 -->
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>
    <c-col :span="11" style="margin-top: 15px">
      <c-col :span="12">
        <c-form-item
          label="Amount Claimed"
          prop="gcdgrp.cbs.max.cur"
          previewLabel="信用证币种"
        >
panziyi committed
387 388 389 390 391 392
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
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
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.max.amt"
            placeholder="请输入信用证金额"
            @keyup.enter.native="
              defaultFunction('gcdgrp.cbs.max.amt', model.gcdgrp.cbs.max.amt)
            "
          ></c-input-currency>
        </c-form-item>
      </c-col>
      <!--       
 <c-col :span="12">
        <el-form-item label="Draw Add.Amount" prop="gcdgrp.cbs.opn1.cur">
            <c-input  v-model="model.gcdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.opn1.amt">
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col> -->
      <c-col :span="12">
        <c-form-item
          label="Draw Add.Amount"
          prop="gcdgrp.cbs.opn2.cur"
          previewLabel="信用证币种"
        >
panziyi committed
429 430 431 432 433 434
          <c-input
            v-model="model.gcdgrp.cbs.opn2.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
panziyi committed
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
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max2.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.max2.amt"
            placeholder="请输入信用证金额"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
          <c-date-picker
            type="date"
            v-model="model.gcdgrp.rec.clmdat"
            style="width: 100%"
            placeholder="请选择Date of Claim"
          ></c-date-picker>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Further Processing" prop="nxtflg">
          <c-select
            v-model="model.nxtflg"
            style="width: 100%"
            placeholder="请选择Further Processing"
            :code="codes.nxtflg"
          >
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="Text of Claim" prop="clmtxt">
          <c-input
            type="textarea"
            rows="4"
            v-model="model.clmtxt"
            maxlength="50"
            show-word-limit
            placeholder="请输入Text of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
panziyi committed
486
      <c-col :span="24" :offset="19">
panziyi committed
487 488
        <c-checkbox
          v-model="model.extpay"
panziyi committed
489
          @change="change"
panziyi committed
490 491 492 493 494 495
          style="
            margin-left: 11px;
            height: 32px;
            line-height: 32px;
            padding-bottom: 2px;
          "
panziyi committed
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
          >Extend or Pay</c-checkbox
        >
      </c-col>
      <c-col :span="24">
        <el-form-item label="Validity Requested" prop="gcdgrp.rec.newexpdat">
          <c-date-picker
            type="date"
            v-model="model.gcdgrp.rec.newexpdat"
            :disabled="!model.extpay"
            style="width: 100%"
            placeholder="请选择Validity Requested"
          ></c-date-picker>
        </el-form-item>
      </c-col>
    </c-col>

panziyi committed
512
    <c-col :span="11" :offset="1" style="margin-top: 15px">
panziyi committed
513
      <c-col :span="24">
panziyi committed
514
        <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
panziyi committed
515 516 517 518
          <c-select
            v-model="model.gcdgrp.rec.docprbrol"
            style="width: 100%"
            placeholder="请选择Presented by"
panziyi committed
519 520
           
              @change="eventFunction('gcdgrp.rec.docprbrol')"
panziyi committed
521
          >
panziyi committed
522 523 524 525 526 527 528
           <el-option
              v-for="item in codes.docprbrol"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
529
          </c-select>
panziyi committed
530
        </el-form-item>
panziyi committed
531 532
      </c-col>
      <c-col :span="24">
panziyi committed
533
        <el-form-item label="Reference" prop="gcdgrp.prb.pts.ref">
panziyi committed
534 535 536 537 538
          <c-input
            v-model="model.gcdgrp.prb.pts.ref"
            maxlength="16"
            placeholder="请输入Reference"
          ></c-input>
panziyi committed
539
        </el-form-item>
panziyi committed
540 541
      </c-col>
      <c-col :span="24">
panziyi committed
542
        <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
panziyi committed
543 544 545
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.prb.pts.extkey"
panziyi committed
546
               :disabled="model.gcdgrp.rec.docprbrol!='PRB'"
panziyi committed
547 548 549 550 551
              maxlength="16"
              placeholder="请输入External Key of Address"
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.prb.pts.extkey')
              "
panziyi committed
552 553 554 555 556 557
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
panziyi committed
558
                @click="model.gctp.prbp.ptsget.sdamod.seainf"
panziyi committed
559 560 561 562
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
panziyi committed
563
                style="margin: 0 0"
panziyi committed
564 565
                size="small"
                type="primary"
panziyi committed
566
                @click="onPrbpDet"
panziyi committed
567 568
              >
                Details
panziyi committed
569
              </c-button>
panziyi committed
570
            </template>
panziyi committed
571
          </c-fullbox>
panziyi committed
572
        </el-form-item>
panziyi committed
573
      </c-col>
panziyi committed
574

panziyi committed
575
      <c-col :span="24">
panziyi committed
576
        <el-form-item label="" prop="gcdgrp.prb.pts.adrblk">
panziyi committed
577
          <c-input
panziyi committed
578
            :rows="4"
panziyi committed
579 580
            type="textarea"
            v-model="model.gcdgrp.prb.pts.adrblk"
panziyi committed
581
             :disabled="model.gcdgrp.rec.docprbrol!='PRB'"
panziyi committed
582 583 584 585
            maxlength="300"
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
panziyi committed
586
        </el-form-item>
panziyi committed
587
      </c-col>
panziyi committed
588 589 590 591 592 593 594

      <c-col :span="24">
        <c-form-item label="Payer" prop="gcdgrp.rec.payrol">
          <c-select
            v-model="model.gcdgrp.rec.payrol"
            placeholder="请选择"
            style="width: 100%"
panziyi committed
595
           @change="eventFunction('gcdgrp.rec.payrol')"
panziyi committed
596
          >
panziyi committed
597 598 599 600 601 602 603
          <el-option
              v-for="item in codes.payrol"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
panziyi committed
604 605 606
          </c-select>
        </c-form-item>
      </c-col>
panziyi committed
607
      <!-- <c-col :span="24">
panziyi committed
608 609 610 611 612
        <el-form-item label="Reference " prop="gcdgrp.oth.pts.ref">
          <c-input
            v-model="model.gcdgrp.oth.pts.ref"
            maxlength="16"
            placeholder="请输入Reference "
panziyi committed
613 614
            :disabled="model.gcdgrp.rec.payrol!='OTH'"
            
panziyi committed
615
          ></c-input>
panziyi committed
616
        </el-form-item>
panziyi committed
617
      </c-col> -->
panziyi committed
618
      <c-col :span="24">
panziyi committed
619
        <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
panziyi committed
620 621 622 623 624
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.oth.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
panziyi committed
625
               :disabled="model.gcdgrp.rec.payrol!='OTH'"
panziyi committed
626 627 628 629 630 631 632 633 634 635
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.oth.pts.extkey')
              "
            >
            </c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
panziyi committed
636
                @click="model.gctp.othp.ptsget.sdamod.seainf"
panziyi committed
637 638 639 640 641 642 643
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
panziyi committed
644
                @click="onOthpDet"
panziyi committed
645
              >
panziyi committed
646
                Details
panziyi committed
647 648 649 650 651
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
panziyi committed
652 653 654 655 656 657 658 659 660 661

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.oth.pts.adrblk">
          <c-input
            type="textarea"
            rows="4"
            v-model="model.gcdgrp.oth.pts.adrblk"
            maxlength="100"
            show-word-limit
            placeholder="请输入Address Block"
panziyi committed
662
             :disabled="model.gcdgrp.rec.payrol!='OTH'"
panziyi committed
663 664 665
          ></c-input>
        </el-form-item>
      </c-col>
panziyi committed
666

panziyi committed
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
      <!-- <c-col :span="24">
        <el-form-item label="名称" prop="gcdgrp.oth.namelc">
            <c-input type="textarea"
            :rows="2"
           
             v-model="model.gcdgrp.oth.namelc" 
             maxlength="35" show-word-limit 
             placeholder="请输入名称" 
            :disabled="disabledNamelc">
             </c-input>
        </el-form-item>
        </c-col> -->

      <!--       <c-col :span="12">
        <el-form-item label="Address Block" prop="gcdgrp.oth.pts.adrblk">
            <c-input type="textarea" v-model="model.gcdgrp.oth.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="gcdgrp.oth.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gcdgrp.oth.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>         
panziyi committed
691
     <c-col :span="24"> 
panziyi committed
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
        <el-form-item label="地址" prop="gcdgrp.oth.adrelc">
            <c-input type="textarea" 
            :rows="2"
            v-model="model.gcdgrp.oth.adrelc" 
            maxlength="35" 
            show-word-limit 
            placeholder="请输入地址" 
            disabled>
            </c-input>
        </el-form-item>
        </c-col> -->
    </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getcrq/Event";
import Utils from "~/utils";
import Ptap from "~/views/Public/Ptap";

export default {
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
panziyi committed
720 721 722 723 724 725
    return {};
  },
  computed: {
    flag() {
      return this.model.gcdgrp.prb.pts.extkey == "";
    },
panziyi committed
726 727 728 729
  },

  methods: {
    ...Event,
panziyi committed
730 731 732 733 734 735 736
    change(){
      if(this.model.extpay == "X"){
        this.model.nxtflg = "FP";
      }else{
        this.model.nxtflg = "SN";
      }
    }
panziyi committed
737 738 739 740 741 742
  },
  created: function () {},
};
</script>
<style>
</style>