CptAdvChangePanel.vue 22.7 KB
Newer Older
1
<template>
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  <c-col :span="24">
    <!-- ================底部--左================= -->
    <!--MT103,MT202 COV,MT202,OTHER-->
    <c-col :span="11" style="margin-top: 10px" v-if="model.cpdgrp.rec.swftyp == ''||
    model.cpdgrp.rec.swftyp == '103'||
    model.cpdgrp.rec.swftyp == '202'||
    model.cpdgrp.rec.swftyp == '200'||
    model.cpdgrp.rec.swftyp == 'OTH'">
      <c-col :span="24">
        <el-form-item label="汇款行" prop="cpdgrp.ori.pts.ref">
          <c-input v-model="model.cpdgrp.ori.pts.ref" maxlength="16" placeholder="" disabled></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <!-- <c-col :span="18"> -->
        <c-fullbox>
          <el-form-item label="">
            <c-input v-model="model.cpdgrp.ori.pts.extkey" placeholder="" style="width:100%" @keyup.enter.native="
                showGridPromptDialog('cpdgrp.ori.pts.extkey')
            " disabled></c-input>
          </el-form-item>
          <!-- </c-col>
25 26
                <c-col :span="6" style="text-align: right">
                    <el-form-item label="" label-width="15px"> -->
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
          <!-- <c-col :span="12"> -->
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>
            <!-- </c-col> -->
            <!-- <c-col :span="12"> -->
            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
          <!-- </c-col> -->
          <!-- </el-form-item> -->
        </c-fullbox>
        <!-- </c-col> -->
      </c-col>

      <c-col :span="24">
        <el-form-item label="">
          <c-input type="textarea" :rows="4" maxlength="140" v-model="model.cpdgrp.ori.pts.adrblk" show-word-limit
            placeholder="请输入地址信息" disabled></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
          <c-input v-model="model.cpdgrp.orc.pts.ref" maxlength="16" placeholder=""
            :disabled="model.cpdgrp.rec.swftyp =='' "></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="账号" prop="cpdgrp.rec.orcact">
          <c-input v-model="model.cpdgrp.rec.orcact" maxlength="35" placeholder="汇款人账号"
            :disabled="model.cpdgrp.rec.swftyp =='' "></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="" prop="cpdgrp.orc.pts.extkey">
            <c-input v-model="model.cpdgrp.orc.pts.extkey" placeholder="请输入汇款人客户号" @keyup.enter.native="
                showGridPromptDialog('cpdgrp.orc.pts.extkey')
            " :disabled="model.cpdgrp.rec.swftyp =='' ">
            </c-input>
          </el-form-item>
          <!-- </c-col>
73
                <c-col :span="6" style="text-align: right"> -->
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
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet"
              :disabled="model.cpdgrp.rec.swftyp =='' ">
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="">
          <c-input type="textarea" :rows="4" maxlength="140" v-model="model.cpdgrp.orc.pts.adrblk" show-word-limit
            placeholder="请输入地址信息" :disabled="model.cpdgrp.rec.swftyp =='' "></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- ================底部--右================= -->
    <c-col :span="11" :offset="1" v-if="
         model.cpdgrp.rec.swftyp === '' ||
         model.cpdgrp.rec.swftyp === '103'
    " style="margin-top: 10px">
      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="发报行" prop="cpdgrp.snd.pts.extkey">
            <c-input placeholder="请输入发报行" v-model="model.cpdgrp.snd.pts.extkey"
              @keyup.enter.native="showGridPromptDialog('cpdgrp.snd.pts.extkey')"></c-input>
          </el-form-item>
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
          <template slot="footer">

            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.snd.pts.nam">
          <c-input placeholder="" disabled v-model="model.cpdgrp.snd.pts.nam"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="指令代码" prop="cpdgrp.rec.f23e">
          <c-input v-model="model.cpdgrp.rec.f23e" maxlength="35" placeholder="请输入指令代码"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-col :span="13">
          <el-form-item label="原始金额" prop="cpdgrp.rec.curf33b">
            <c-select v-model="model.cpdgrp.rec.curf33b" style="width: 100%" placeholder="">
              <el-option v-for="item in codes.currencycode" :key="item.value" :label="item.value+item.label"
                :value="item.value"></el-option>
            </c-select>
          </el-form-item>
138
        </c-col>
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
        <c-col :span="11">
          <el-form-item label="" label-width="8px" prop="cpdgrp.rec.amtf33b">
            <c-input v-model="model.cpdgrp.rec.amtf33b" placeholder="请输入原始金额"></c-input>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
        <el-form-item label="汇率" prop="cpdgrp.rec.f36">
          <c-input v-model="model.cpdgrp.rec.f36" placeholder=""></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-col :span="13">
          <el-form-item label="发报行扣费金额" prop="cpdgrp.rec.cur71f">
            <c-select v-model="model.cpdgrp.rec.cur71f" placeholder="" style="width: 100%">
              <el-option v-for="item in codes.currencycode" :key="item.value" :label="item.value+item.label"
                :value="item.value"></el-option>
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="11">
          <el-form-item label="" label-width="8px" prop="cpdgrp.rec.amt71f">
            <c-input v-model="model.cpdgrp.rec.amt71f" placeholder="请输入发报行扣费金额"></c-input>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
        <el-form-item label="银行操作码" prop="cpdgrp.rec.f23b">
          <c-input v-model="model.cpdgrp.rec.f23b" maxlength="4" placeholder=""></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
          <c-input v-model="model.cpdgrp.rec.pyeact" maxlength="35" placeholder="请输入账号"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="收款人" prop="cpdgrp.pye.pts.extkey">
            <c-input v-model="model.cpdgrp.pye.pts.extkey" maxlength="14" placeholder="请输入收款人" @keyup.enter.native="
                showGridPromptDialog('cpdgrp.pye.pts.extkey')
            "></c-input>
          </el-form-item>
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.pye.pts.adrblk">
          <c-input type="textarea" :rows="4" maxlength="140" v-model="model.cpdgrp.pye.pts.adrblk" show-word-limit
            placeholder="请输入地址信息" disabled></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <c-col :span="11" :offset="1" v-if="
              model.cpdgrp.rec.swftyp === '202' ||
              model.cpdgrp.rec.swftyp === '200'
    " style="margin-top: 10px">
      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="发报行" prop="cpdgrp.snd.pts.extkey">
            <c-input placeholder="请输入发报行" v-model="model.cpdgrp.snd.pts.extkey"
              @keyup.enter.native="showGridPromptDialog('cpdgrp.snd.pts.extkey')"></c-input>
          </el-form-item>
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 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
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.snd.pts.adrblk">
          <c-input type="textarea" :rows="4" maxlength="140" show-word-limit placeholder="请输入地址信息"
            v-model="model.cpdgrp.snd.pts.adrblk"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="收款人" prop="cpdgrp.pye.pts.ref">
          <c-input v-model="model.cpdgrp.pye.pts.ref" maxlength="14" placeholder="请输入收款人"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
          <c-input v-model="model.cpdgrp.rec.pyeact" maxlength="35" placeholder="请输入账号"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="收款人" prop="cpdgrp.pye.pts.extkey">
            <c-input v-model="model.cpdgrp.pye.pts.extkey" placeholder="请输入收款人客户号">
            </c-input>
          </el-form-item>
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.pye.pts.adrblk">
          <c-input type="textarea" :rows="4" maxlength="140" v-model="model.cpdgrp.pye.pts.adrblk" show-word-limit
            placeholder="请输入地址信息" disabled></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <c-col :span="11" :offset="1" v-if="model.cpdgrp.rec.swftyp === 'OTH'" style="margin-top: 10px">
      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="发报行" prop="cpdgrp.snd.pts.extkey">
            <c-input placeholder="请输入发报行" v-model="model.cpdgrp.snd.pts.extkey"
              @keyup.enter.native="showGridPromptDialog('cpdgrp.snd.pts.extkey')"></c-input>
          </el-form-item>
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.snd.pts.adrblk">
          <c-input type="textarea" :rows="4" maxlength="140" show-word-limit placeholder="请输入地址信息"
            v-model="model.cpdgrp.snd.pts.adrblk"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="付款详情" prop="cpdgrp.blk.contag70">
          <c-input type="textarea" placeholder="" readonly rows="3" v-model="model.cpdgrp.blk.contag70"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="收款人Ref." prop="cpdgrp.pye.pts.ref">
          <c-input v-model="model.cpdgrp.pye.pts.ref" maxlength="16" placeholder=""></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
          <c-input v-model="model.cpdgrp.rec.pyeact" maxlength="35" placeholder="请输入账号"></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-fullbox>
          <el-form-item label="" prop="cpdgrp.pye.pts.extkey">
            <c-input v-model="model.cpdgrp.pye.pts.extkey" placeholder="请输入收款人客户号">
            </c-input>
          </el-form-item>
          <template slot="footer">
            <c-button style="margin:0 10px 0 10px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search">
            </c-button>

            <c-button style="margin:0 0" size="small" type="primary" @click="onSndpDet" disabled>
              详情
            </c-button>
          </template>
        </c-fullbox>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="cpdgrp.pye.pts.adrblk">
          <c-input type="textarea" :rows="4" maxlength="140" v-model="model.cpdgrp.pye.pts.adrblk" show-word-limit
            placeholder="请输入地址信息" disabled></c-input>
        </el-form-item>
      </c-col>
    </c-col>
339
    
340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
    <!--新增-->
    <c-col :span="24">
      <!-- beps121  beps122 beps125 CMT100 PKG001 PKG005 FMT100 hvps111 hvps112 hvps115-->
      <c-col :span="11" v-if="model.cpdgrp.rec.swftyp == 'BEP'||
      model.cpdgrp.rec.swftyp == 'BEQ'||
      model.cpdgrp.rec.swftyp == 'BES'||
      model.cpdgrp.rec.swftyp == 'CIU'||
      model.cpdgrp.rec.swftyp == 'CIV'||
      model.cpdgrp.rec.swftyp == 'CIW'||
      model.cpdgrp.rec.swftyp == 'CMT'||
      model.cpdgrp.rec.swftyp == 'CMY'||
      model.cpdgrp.rec.swftyp == 'CMX'||
      model.cpdgrp.rec.swftyp == 'FMS'||
      model.cpdgrp.rec.swftyp == 'HVP'||
      model.cpdgrp.rec.swftyp == 'HVR'||
      model.cpdgrp.rec.swftyp == 'HVQ'">
        <c-col :span="24">
          <el-form-item label="汇款人名称" prop="cptgrp.cptp.orcnam">
            <c-input v-model="model.cptp.orcnam" type="textarea" maxlength="35"></c-input>
          </el-form-item>
360
        </c-col>
361 362 363 364
        <c-col :span="24">
          <el-form-item label="汇款人地址" prop="cptp.orcadr">
            <c-input v-model="model.cptp.orcadr" type="textarea" maxlength="35"></c-input>
          </el-form-item>
365
        </c-col>
366 367 368 369 370 371 372 373 374
        <c-col :span="24">
          <el-form-item label="收款人名称" prop="cptp.pyenam">
            <c-input v-model="model.cptp.pyenam" type="textarea" maxlength="35"></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="收款人地址" prop="cptp.pyeadr">
            <c-input v-model="model.cptp.pyeadr" type="textarea" maxlength="35"></c-input>
          </el-form-item>
375 376
        </c-col>

377
        <!-- 第十一行 -->
378
        <c-col :span="24">
379 380
          <el-form-item label="账号" prop="">
            <c-input v-model="model.cpdgrp.rec.orcact"></c-input>
381 382
          </el-form-item>
        </c-col>
383
        <!-- 第十二行 -->
384
        <c-col :span="24">
385 386 387 388 389 390 391 392 393
          <el-form-item label="汇款人" prop="">
            <c-fullbox>
              <c-input v-model="model.cpdgrp.orc.pts.extkey"
                @keyup.enter.native="showGridPromptDialog('cpdgrp.orc.pts.extkey')"></c-input>
              <template slot="footer">
                <c-button type="primary"><span>i</span></c-button>
                <c-button type="primary">Temp.</c-button>
              </template>
            </c-fullbox>
394 395
          </el-form-item>
        </c-col>
396
        <!-- 第十三行 -->
397
        <c-col :span="24">
398 399
          <el-form-item label="" prop="cpdgrp.orc.pts.adrblk">
            <c-input type="textarea" v-model="model.cpdgrp.orc.pts.adrblk" disabled></c-input>
400 401
          </el-form-item>
        </c-col>
402 403 404 405 406 407 408 409 410 411 412 413 414
      </c-col>
      <!--右边-->
      <c-col :span="11" :offset="1" v-if="model.cpdgrp.rec.swftyp=='BEP'||
      model.cpdgrp.rec.swftyp=='BEQ'||
      model.cpdgrp.rec.swftyp=='BES'||
      model.cpdgrp.rec.swftyp=='CMT'||
      model.cpdgrp.rec.swftyp=='CMY'||
      model.cpdgrp.rec.swftyp=='CMX'||
      model.cpdgrp.rec.swftyp=='FMS'||
      model.cpdgrp.rec.swftyp=='HVP'||
      model.cpdgrp.rec.swftyp=='HVR'||
      model.cpdgrp.rec.swftyp=='HVQ'">
        <!-- 第八行 -->
415
        <c-col :span="24">
416 417
          <el-form-item label="接收行名称" prop="">
            <c-input v-model="model.cptp.resbchnam" disabled></c-input>
418 419
          </el-form-item>
        </c-col>
420 421

        <!-- 第九行 -->
422
        <c-col :span="24">
423 424 425
          <c-col :span="24">
            <el-form-item label="接收行名称" prop="cptp.resbch">
              <c-input v-model="model.cptp.resbch" disabled></c-input>
426 427
            </el-form-item>
          </c-col>
428
        </c-col>
429

430 431 432 433
        <c-col :span="24">
          <el-form-item label="业务种类" prop="cptp.bustyp">
            <c-input v-model="model.cptp.bustyp" disabled></c-input>
          </el-form-item>
434 435 436
        </c-col>

        <c-col :span="24">
437 438 439
          <c-col :span="12">
            <el-form-item label="收款人开户行行号名称" prop="cptp.pyebchkey">
              <c-input v-model="model.cptp.pyebchkey" disabled></c-input>
440 441 442
            </el-form-item>
          </c-col>

443 444 445
          <c-col :span="12">
            <el-form-item label="二代模式" prop="">
              <c-button>获取</c-button>
446 447 448
            </el-form-item>
          </c-col>
        </c-col>
449

450 451
        <c-col :span="24">
          <c-col :span="12">
452 453
            <el-form-item label="" prop="cptp.pyebchnam">
              <c-input v-model="model.cptp.pyebchnam" disabled></c-input>
454 455 456
            </el-form-item>
          </c-col>
          <c-col :span="12">
457 458
            <el-form-item label-width="0" prop="">
              <c-input v-model="model.cptp.secmod" disabled></c-input>
459 460 461
            </el-form-item>
          </c-col>
        </c-col>
462

463
        <c-col :span="24">
464 465
          <el-form-item label="附言" prop="">
            <c-input v-model="model.cptp.commet"></c-input>
466 467 468
          </el-form-item>
        </c-col>

469
        <!-- 第十五行 -->
470
        <c-col :span="24">
471 472 473
          <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
            <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
          </el-form-item>
474
        </c-col>
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
        <!-- 第十六行 -->
        <c-col :span="24">
          <el-form-item label="收款人" prop="">
            <c-fullbox>
              <c-input v-model="model.cpdgrp.pye.pts.extkey"
                @keyup.enter.native="showGridPromptDialog('cpdgrp.pye.pts.extkey')"></c-input>
              <template slot="footer">
                <c-button type="primary">
                  <span style="font-family: '宋体'; font-weight: bold">i</span>
                </c-button>
                <c-button type="primary">Details</c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <!-- 第十七行 -->
        <c-col :span="24">
          <el-form-item label="" prop="">
            <c-input type="textarea" v-model="model.cpdgrp.pye.pts.adrblk"></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="11" :offset="1"
        v-show="model.cpdgrp.rec.swftyp=='CIU'||model.cpdgrp.rec.swftyp=='CIV'||model.cpdgrp.rec.swftyp=='CIW'">
        <!-- 第九行 -->
        <c-col :span="24">
          <el-form-item label="收款直参行号" prop="cptp.reconebch">
            <c-input v-model="model.cptp.reconebch"></c-input>
503 504
          </el-form-item>
        </c-col>
505

506 507 508 509 510
        <c-col :span="24">
          <el-form-item label="收款直参名称" prop="cptp.reconebchnam">
            <c-input type="textarea" v-model="model.cptp.reconebchnam"></c-input>
          </el-form-item>
        </c-col>
511

512 513 514 515 516 517 518 519 520
        <c-col :span="24">
          <el-form-item label="业务种类" prop="cptp.bustyp">
            <c-select v-model="model.cptp.bustyp">
              <el-option v-for="item in this.bustyp" :key="item.value" :label="item.value + item.label"
                :value="item.value">
              </el-option>
            </c-select>
          </el-form-item>
        </c-col>
521

522 523 524 525 526
        <!-- 第十五行 -->
        <c-col :span="24">
          <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
            <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
          </el-form-item>
527
        </c-col>
528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
        <!-- 第十六行 -->
        <c-col :span="24">
          <el-form-item label="收款人" prop="">
            <c-fullbox>
              <c-input v-model="model.cpdgrp.pye.pts.extkey"></c-input>
              <template slot="footer">
                <c-button type="primary"><span style="font-family: '宋体'; font-weight: bold">i</span></c-button>
                <c-button type="primary">Details</c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <!-- 第十七行 -->
        <c-col :span="24">
          <el-form-item label="" prop="">
            <c-input type="textarea" v-model="model.cpdgrp.pye.pts.adrblk"></c-input>
          </el-form-item>
        </c-col>
      </c-col>
547

548
    </c-col>
549 550 551 552 553 554

    <el-dialog :fullscreen="true" :visible.sync="infptaVisible" top="10vh" width="80%" custom-class="infptaDialog"
      :before-close="handleClose">
      <Infpta></Infpta>
    </el-dialog>
  </c-col>
555 556 557
</template>

<script>
wangren committed
558
import commonProcess from "~/mixin/commonProcess";
潘际乾 committed
559

560
export default {
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
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
      infptaVisible: false,
      bustyp: [
        { value: 'GODX', label: '货期贸易' },
        { value: 'STRX', label: '服务贸易' },
        { value: 'CTFX', label: '资本项下' },
        { value: 'FTFX', label: '金融机构头寸调拨' },
        { value: 'BDES', label: '债卷还本利息' },
        { value: 'BPRR', label: '债卷还本金' },
        { value: 'BINP', label: '债卷利息' },
        { value: 'BISF', label: '债卷发行手续费' },
        { value: 'BCAF', label: '债卷兑付手续费' },
        { value: 'CBCF', label: '附息式债卷兑付手续费' },
        { value: 'OTFX', label: '其他' },
      ],
    };
  },
  methods: {
    onSndpDet() {
      this.$emit("onSndpDet");
    },
    onCptpGetInfpta() {
      this.infptaVisible = true;
588
    },
589 590
    handleClose(done) {
      done();
591
    },
592 593 594 595 596 597 598 599
    commonExecuteNotify() {
      this.executeNotify().then((res) => {
        if ((res.respCode == SUCCESS)) {
          Utils.copyValueFromVO(this.model, res.data);
        }
      });
    },
  },
600 601 602
};
</script>

603 604 605
<style>

</style>