Ovwp.vue 23.5 KB
Newer Older
1
<template>
2 3
  <div class="eibs-tab">
    <!-- ======================= 左 ========================= -->
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
    <c-col :span="11">
      <el-col :spam="24">
        <el-form-item
          label="Reference"
          prop="lidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.lidgrp.rec.ownref"
              maxlength="16"
              disabled
              placeholder="请输入Reference"
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
wangren committed
32
                :disabled="this.flag1"
33 34 35 36 37 38 39 40
                @click="onLitpButgetref"
              >
                获取
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </el-col>
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
      <c-col :span="24">
        <el-form-item label="Form of L/C" prop="lidgrp.rec.lcrtyp">
          <c-select
            v-model="model.lidgrp.rec.lcrtyp"
            placeholder="请选择Form of L/C"
            style="width: 100%"
            :code="codes.lcrtyp "
          >
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
          label="Responsible User"
          prop="litp.usr.extkey"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.litp.usr.extkey"
              maxlength="8"
              disabled
              placeholder="请输入Responsible User"
              
            ></c-input>
            <template slot="footer">
            <c-button 
            size="small" 
            style="margin-left: 10px; padding: 0 10px"
            type="primary" 
            @click="onExtkey">
              <span style="font-family: '宋体'; font-weight: bold">i</span>
            </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
79

80 81
      <!-- LITPOP INFLID 显示-->
      <!--           
82 83 84
       <c-col :span="12">
	    <c-checkbox v-model="model.lidgrp.rec.resflg">Reserved Contract</c-checkbox>
       </c-col>
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
       -->
    <el-col :span="24">
      <c-col :span="10">
        <el-form-item label="Nominal Amount" prop="lidgrp.cbs.nom1.cur">
          <c-select
            v-model="model.lidgrp.cbs.nom1.cur"
            style="width: 100%"
            placeholder="Cur Type"
            :code="codes.cur"
            @keyup.enter.native="nom1CurEvent"
          >
            <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
          style="text-align: left"
          label-width="20px"
          prop="lidgrp.cbs.nom1.amt"
        >
          <c-input
            v-model="model.lidgrp.cbs.nom1.amt"
            style="text-align: left; width: 100%"
            placeholder="请输入Nominal Amount"
          ></c-input>
        </el-form-item>
      </c-col>
119

120
      <c-col :span="4" class="centerLable">
wangren committed
121 122 123 124 125
        <template>
        <c-checkbox 
        
        @change="open"
        v-model="model.litp.aamp.aammod.addamtflg" 
126
        style="margin-left:11px;padding: 0 10px;"
wangren committed
127 128
          >Add. Amount</c-checkbox>
        </template>
129 130 131 132 133 134
      </c-col>
    </el-col>
      <c-col :span="14">
        <el-form-item label="Amount Tolerance +/-" prop="lidgrp.rec.nomtop">
          <c-input
            v-model="model.lidgrp.rec.nomtop"
wangren committed
135
            maxlength="2"
136 137 138 139 140 141 142 143 144 145 146 147 148
            placeholder="请输入Amount Tolerance - Positive"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="10" style="text-align: left">
        <el-form-item
          label="-"
          style="text-align: left; margin-left: 12px"
          label-width="20px"
          prop="lidgrp.rec.nomton"
        >
          <c-input
            v-model="model.lidgrp.rec.nomton"
wangren committed
149
            maxlength="2"
150 151 152 153
            placeholder="请输入Amount Tolerance - Negative"
          ></c-input>
        </el-form-item>
      </c-col>
154

155 156 157 158 159 160 161
      <c-col :span="24">
        <el-form-item label="Amount Specification" prop="lidgrp.rec.nomspc">
          <c-select
            v-model="model.lidgrp.rec.nomspc"
            style="width: 100%"
            disabled
            placeholder="请选择Amount Specification"
wangren committed
162
            :code="codes.nomspc"
163 164 165 166
          >
          </c-select>
        </el-form-item>
      </c-col>
167

168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
      <c-col :span="13">
        <el-form-item label="Maximum Amount" prop="lidgrp.cbs.max.cur">
          <c-select
            v-model="model.lidgrp.cbs.max.cur"
            style="width: 100%"
            disabled
            placeholder="请选择Currency"
            @keyup.enter.native="nom1CurEvent"
          >
            <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>
187

188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
      <c-col :span="11">
        <el-form-item
          label=""
          label-width="5px"
          prop="lidgrp.cbs.max.amt"
        >
          <c-input
            v-model="model.lidgrp.cbs.max.amt"
            disabled
            placeholder="请输入信用证最大金额t"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="13">
        <el-form-item label="L/C Issued on" prop="lidgrp.rec.opndat">
          <c-date-picker
            type="date"
            v-model="model.lidgrp.rec.opndat"
            style="width: 100%"
            placeholder="请选择L/C Issued on"
            value-format="yyyy-MM-dd"
          ></c-date-picker>
        </el-form-item>
      </c-col>

      <c-col :span="11">
        <el-form-item
          label="Date Pre-advised"
          prop="lidgrp.rec.preadvdt" 
        >
          <c-date-picker
            type="date"
            v-model="model.lidgrp.rec.preadvdt"
            style="width: 100%"
            disabled
            placeholder="请选择Date Pre-advised"
          ></c-date-picker>
        </el-form-item>
      </c-col>

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

      <c-col :span="5"  class="centerLable">
        <c-checkbox 
        v-model="model.lidgrp.rec.dkflg" 
        style="margin-left:17px;padding: 0 10px;"
        disabled
          >是否代开信用证</c-checkbox
        >
      </c-col>

      <c-col :span="24">
        <el-form-item label="L/C Expiring on" prop="lidgrp.rec.expdat">
          <c-date-picker
            type="date"
            v-model="model.lidgrp.rec.expdat"
            style="width: 100%"
            placeholder="请选择L/C Expiring on"
          ></c-date-picker>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="in (Place)/ counters of" prop="lidgrp.rec.expplc">
          <c-input
            v-model="model.lidgrp.rec.expplc"
            maxlength="29"
            placeholder="请输入in (Place)/ counters of"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Partial Shipment" prop="lidgrp.rec.shppar">
          <c-select
            v-model="model.lidgrp.rec.shppar"
            style="width: 100%"
            placeholder="请选择Partial Shipment"
276
            :code="codes.shptrss18"
277 278 279 280 281 282 283 284 285 286 287
          >
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Transhipment" prop="lidgrp.rec.shptrss18">
          <c-select
            v-model="model.lidgrp.rec.shptrss18"
            style="width: 100%"
            placeholder="请选择Transhipment"
288
            :code="codes.shptrss18"
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
          >
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Applicable Rules" prop="lidgrp.rec.apprul">
          <c-select
            v-model="model.lidgrp.rec.apprul"
            style="width: 100%"
            placeholder="请选择Applicable Rules"
            :code="codes.apprul"
          >
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="Other Applicable Rules"
          prop="lidgrp.rec.apprultxt"
        >
          <c-input
            v-model="model.lidgrp.rec.apprultxt"
            maxlength="35"
314
            :disabled="this.flag"
315 316 317 318 319 320 321 322 323 324 325
            placeholder="请输入Other Applicable Rules"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Confirm. Instructions" prop="lidgrp.rec.cnfdet">
          <c-select
            v-model="model.lidgrp.rec.cnfdet"
            style="width: 100%"
            placeholder="请选择Confirm. Instructions"
326
            :code="codes.cnfflg1"
327 328 329 330 331
          >
          </c-select>
        </el-form-item>
      </c-col>
      <!--
332 333 334
            <c-col :span="12">
                <span  v-text="model.litp.oppbnkl"   data-path=".litp.oppbnkl" > </span>
            </c-col>
335 336 337 338 339 340 341 342 343 344 345
            -->
      <c-col :span="12">
        <el-form-item label="对手行代码" prop="lidgrp.rec.oppbnk" v-if="zmqflg">
          <!--自贸区标志 -->
          <c-input
            v-model="model.lidgrp.rec.oppbnk"
            maxlength="12"
            placeholder="请输入对手行代码"
          ></c-input>
        </el-form-item>
      </c-col>
346

347 348 349 350 351 352 353 354 355 356 357
      <c-col :span="24">
        <el-form-item label="Mortgage Flag" prop="lidgrp.rec.guaflg">
          <c-select
            v-model="model.lidgrp.rec.guaflg"
            style="width: 100%"
            placeholder="请选择Mortgage Flag"
            :code="codes.guaflg"
          >
          </c-select>
        </el-form-item>
      </c-col>
358

359 360 361 362 363 364 365 366 367 368 369
      <c-col :span="24">
        <el-form-item label="Register Ref." prop="lidgrp.rec.regref">
          <c-input
            v-model="model.lidgrp.rec.regref"
            maxlength="16"
            disabled
            placeholder="请输入Register Ref."
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
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
    <!-- ======================右边====================== -->
    <c-col :span="11" :offset="1">
      <c-col :span="24">
        <el-form-item label="Name" prop="lidgrp.rec.nam">
          <c-input
            v-model="model.lidgrp.rec.nam"
            maxlength="40"
            disabled
            placeholder="请输入Externally Displayed Name to Identify the Contract"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
          label="Application Ref"
          prop="lidgrp.apl.pts.ref"
        >
          <c-input
            v-model="model.lidgrp.apl.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder="请输入Application Ref"
          ></c-input>
        </el-form-item>
      </c-col>
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
      <c-col :span="24">
        <el-form-item label="Extkey" prop="lidgrp.apl.pts.extkey">
            <c-fullbox>
          <c-input
            v-model="model.lidgrp.apl.pts.extkey"
            maxlength="50"
            placeholder="请输入External Key of Address"
            @keyup.enter.native="showGridPromptDialog('lidgrp.apl.pts.extkey')"
          ></c-input>
            <template slot="footer">
                <c-button
                style="margin:0 10px 0 10px;padding: 0 12px;"
                  size="small"
                  type="primary"
                 @click="onSeainf('lidgrp.apl.pts.extkey')"
                >
                <span style="font-family:'宋体';font-weight:bold">i</span>
                </c-button>
                <c-button
                style="margin:0 0"
                  size="small"
                  type="primary"
                  disabled
                  @click="onAplpDet"
                >
                  详情
                </c-button>
              </template>
            </c-fullbox>
        </el-form-item>
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
    </c-col>

      <!-- <c-col :span="8">
        <el-form-item label="" label-width="15px">
          <c-button
            size="small"
            type="primary;width:10%"
            @click="onSeainf('lidgrp.apl.pts.extkey')"
            >i</c-button
          >
          <c-button size="small" type="primary" @click="onAplpDet">
            Details
          </c-button>
        </el-form-item>
      </c-col> -->

      <c-col :span="24">
        <el-form-item label="Address Block" prop="lidgrp.apl.pts.adrblk">
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.lidgrp.apl.pts.adrblk"
            maxlength="50"
            disabled
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
      <!-- 需要处理            
458 459 460 461 462 463 464
            <c-col :span="12">
                <el-form-item label="Chinese address" prop="lidgrp.apl.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
                </el-form-item>
            </c-col>
            -->

465
      <!--           
466 467 468 469 470 471 472 473 474 475 476 477 478
            <c-col :span="12">
                <el-form-item label="名称" prop="lidgrp.apl.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>
                                            
            <c-col :span="12">
                <el-form-item label="地址" prop="lidgrp.apl.adrelc">
                    <c-input type="textarea" v-model="model.lidgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                </el-form-item>
            </c-col>
            -->

479 480 481 482 483 484 485 486 487 488
      <c-col :span="24">
        <el-form-item label="Advising Bank Ref." prop="lidgrp.adv.pts.ref">
          <c-input
            v-model="model.lidgrp.adv.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder="请输入Advising Bank Ref."
          ></c-input>
        </el-form-item>
      </c-col>
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
      <c-col :span="24">
        <el-form-item label="Extkey" prop="lidgrp.adv.pts.extkey" style="width:100%">
            <c-fullbox>
          <c-input
            v-model="model.lidgrp.adv.pts.extkey"
            maxlength="50"
            style="width:100%"
            placeholder="请输入External Key of Address"
            @keyup.enter.native="showGridPromptDialog('lidgrp.adv.pts.extkey')"
          ></c-input>
            <template slot="footer">
                <c-button
                style="margin:0 10px 0 10px;padding: 0 12px;"
                  size="small"
                  type="primary"
                  @click="onSeainf('lidgrp.adv.pts.extkey')"
                >
                <span style="font-family:'宋体';font-weight:bold">i</span>
                </c-button>
                <c-button
                style="margin:0 0"
                  size="small"
                  type="primary"
                  disabled
                  @click="onAdvpDet"
                >
                  详情
                </c-button>
              </template>

            </c-fullbox>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="8">
        <el-form-item label="" label-width="15px">
          <c-button
            size="small"
            type="primary;width:10%"
            @click="onSeainf('lidgrp.adv.pts.extkey')"
            >i</c-button
          >
          <c-button size="small" type="primary" @click="onAdvpDet">
            Details
          </c-button>
        </el-form-item>
      </c-col> -->

      <c-col :span="24">
        <el-form-item label="Address Block" prop="lidgrp.adv.pts.adrblk">
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.lidgrp.adv.pts.adrblk"
            maxlength="80"
            disabled
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
      <!--需要处理           
552 553 554 555 556 557 558
            <c-col :span="12">
                <el-form-item label="Chinese address" prop="lidgrp.adv.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.adv.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
                </el-form-item>
            </c-col>
            -->

559
      <!--
560 561 562 563 564 565 566 567 568 569 570 571 572
            <c-col :span="12">
                <el-form-item label="名称" prop="lidgrp.adv.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.adv.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>
                
            <c-col :span="12">
                <el-form-item label="地址" prop="lidgrp.adv.adrelc">
                    <c-input type="textarea" v-model="model.lidgrp.adv.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                </el-form-item>
            </c-col>
            -->

573 574 575 576 577 578 579 580 581 582 583 584 585 586 587
      <c-col :span="24">
        <el-form-item
          label="Beneficiary Ref."
          prop="lidgrp.ben.pts.ref"
        >
        
          <c-input
            v-model="model.lidgrp.ben.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder="请输入Beneficiary Ref."
          ></c-input>
           
        </el-form-item>
      </c-col>
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-col :span="24">
        <el-form-item label="Extkey" prop="lidgrp.ben.pts.extkey">
            <c-fullbox>
          <c-input
            v-model="model.lidgrp.ben.pts.extkey"
            style="width:100%"
            maxlength="16"
            placeholder="请输入External Key of Address"
            @keyup.enter.native="showGridPromptDialog('lidgrp.ben.pts.extkey')"
          ></c-input>
              <template slot="footer">
                <c-button
                style="margin:0 10px 0 10px;padding: 0 12px;"
                  size="small"
                  type="primary"
                  @click="onSeainf('lidgrp.ben.pts.extkey')"
                >
                <span style="font-family:'宋体';font-weight:bold">i</span>
                </c-button>
                <c-button
                style="margin:0 0"
                  size="small"
                  type="primary"
                  @click="onBenpDet"
                >
                  详情
                </c-button>
              </template>
            </c-fullbox>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="8">
        <el-form-item label="" label-width="15px">
          <c-button
            size="small"
            type="primary;width:10%"
            @click="onSeainf('lidgrp.ben.pts.extkey')"
            >i</c-button
          >
          <c-button size="small" type="primary" @click="onBenpDet">
            Details
          </c-button>
        </el-form-item>
      </c-col> -->

      <c-col :span="24">
        <el-form-item label="Address Block" prop="lidgrp.ben.pts.adrblk">
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.lidgrp.ben.pts.adrblk"
            maxlength="80"
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
      <!--需要处理      
648 649 650 651 652 653
            <c-col :span="12">
                <el-form-item label="Chinese address" prop="lidgrp.ben.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
                </el-form-item>
            </c-col>
            -->
654
      <!--
655 656 657 658 659 660 661 662 663 664 665 666 667
            <c-col :span="12">
                <el-form-item label="名称" prop="lidgrp.ben.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>

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

668 669 670 671 672 673
      <c-col :span="24" class="centerLable marginLable">
        <c-checkbox v-model="model.lidgrp.rec.rmbflg" disabled
        style="margin-left:9px;padding: 0 10px;"
          >Reimbursement Information</c-checkbox
        >
      </c-col>
674

675 676 677 678 679 680
      <c-col :span="24" class="centerLable marginLable">
        <c-checkbox v-model="model.lidgrp.rec.revflg" disabled
        style="margin-left:9px;padding: 0 10px;"
          >Revolving Flag</c-checkbox
        >
      </c-col>
681

682 683 684 685 686 687 688 689 690 691 692
      <c-col :span="24">
        <el-form-item label="合同号" prop="lidgrp.rec.rptref">
          <c-input
            v-model="model.lidgrp.rec.rptref"
            maxlength="25"
            placeholder="请输入合同号"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
  </div>
693 694 695
</template>
<script>
import Api from "~/service/Api";
wangren committed
696
import commonProcess from "~/mixin/commonProcess";
697 698 699 700
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Litopn/Event";

export default {
701
  inject: ["root"],
702
  props: ["model", "codes"],
wangren committed
703
  mixins: [commonProcess],
704
  data() {
705 706
    return {
      zmqflg: null,
707
      flag:true,
708
    };
709
  },
wangren committed
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
  methods: { ...Event,
  open(val){
    if(val ==='' && !(this.model.lidgrp.cbs.max2.amt =='0.000'&& this.model.lidgrp.cbs.opn2.amt =='0.000' && this.model.lidgrp.blk.addamtcov==='') ){
        this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{
            confirmButtonText: 'Yes',
            cancelButtonText: 'No',
            type: 'warning',
            showClose:false
          }).then(() => {//yes的执行在这里写
            this.model.lidgrp.cbs.max2.amt ='0.000';
            this.model.lidgrp.blk.addamtcov = '';
            this.model.lidgrp.cbs.opn2.amt ='0.000';
            this.$message({
                  type: 'success',
                  message: '删除成功!'
            });
            
          }).catch(() => {//No的功能在这里写
            this.model.litp.aamp.aammod.addamtflg ='X'
                this.$message({
                  type: 'info',
                  message: '已取消删除'
                });  
          }); 
    }
          
  }
  },
738
  created: function () {},
739 740 741 742 743 744 745 746 747 748 749 750 751
  watch:{
        "model.lidgrp.rec.apprul": {
            immediate:true,
            handler(val,oldVal){
            if(val == "OTHR"){
              this.flag=false;
            }else{
              this.flag=true;  
            }

            }
        }
  },
752
  computed: {
wangren committed
753
    flag1() {
754 755 756
      return this.model.lidgrp.apl.pts.extkey == "";
    },
  },
757 758 759 760 761 762 763 764 765 766 767 768
};
</script>
<style>
.centerLable {
  margin-left: -10px;
  height: 32px;
  line-height: 32px;
}
.marginLable {
  padding-left: 160px;
}
</style>