Infsea.vue 24.7 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
3 4 5 6 7 8
    <c-list-search @form-reset="handleReset" @form-search="handleSearch">
      <template v-slot="searchSlot">
        <el-form
          class="m-table-search-form"
          ref="paramsForm"
          :inline="true"
9
          label-position="right"
10
          label-width="110px"
11 12 13 14 15
          size="small"
        >
          <el-row>
            <c-col :span="8">
              <el-form-item
16
                label="Own Reference"
17 18 19 20 21 22 23 24 25 26
                prop="infcon.seaownref"
                style="width: 100%"
              >
                <c-input
                  v-model="model.infcon.seaownref"
                  maxlength="16"
                  placeholder="请输入Own Reference"
                ></c-input>
              </el-form-item>
            </c-col>
27

28 29
            <c-col :span="8">
              <el-form-item
30
                label="Opening"
31 32 33 34 35 36 37
                prop="infcon.opndatfrom"
                style="width: 100%"
              >
                <c-col :span="11">
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatfrom"
38
                    placeholder="请选择Opening "
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
                    value-format="yyyy-MM-dd"
                    style="width: 100%"
                  ></c-date-picker>
                </c-col>
                <c-col :span="2" style="text-align: center">
                  <label style="display: inline-block; width: 100%">-</label>
                </c-col>
                <c-col :span="11">
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatto"
                    placeholder="请选择Open Date to"
                    style="width: 100%"
                    value-format="yyyy-MM-dd"
                  ></c-date-picker>
                </c-col>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
59 60
                label="Party Reference"
                prop="infcon.searef"
61 62 63
                style="width: 100%"
              >
                <c-input
64 65 66
                  v-model="model.infcon.searef"
                  maxlength="16"
                  placeholder="请输入Party Reference"
67 68 69 70 71
                ></c-input>
              </el-form-item>
            </c-col>
          </el-row>
          <!--<c-col :span="12">
72 73 74 75
                            <el-form-item label="Opening between" prop="infcon.opndatfrom">
                                <c-date-picker type="date"  v-model="model.infcon.opndatfrom" value-format="yyyy-MM-dd" style="width:100%"  placeholder="请选择Opening between"></c-date-picker>
                            </el-form-item>
                        </c-col>
76
                                                    
77 78 79 80 81
                        <c-col :span="12">
                            <el-form-item label="Open Date to" prop="infcon.opndatto">
                                <c-date-picker type="date"  v-model="model.infcon.opndatto"  value-format="yyyy-MM-dd" style="width:100%"  placeholder="请选择Open Date to"></c-date-picker>
                            </el-form-item>
                        </c-col>-->
82 83 84

          <el-row v-show="searchSlot.searchToggle">
            <!--<c-col :span="12">
85 86 87 88
                    <el-form-item label="Party Reference"  prop="infcon.searef" >
                        <c-input  v-model="model.infcon.searef" maxlength="16"  placeholder="请输入Party Reference" ></c-input>
                    </el-form-item>
                </c-col>-->
89 90
            <c-col :span="8">
              <el-form-item
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
                label="Sel Single Party"
                prop="infcon.pty.extkey"
                style="width: 100%"
              >
                <c-input
                  v-model="model.infcon.pty.extkey"
                  maxlength="24"
                  placeholder="请输入Select Single Party"
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
                label="Party Name"
                prop="infcon.pty.nam"
                style="width: 100%"
              >
                <c-input
                  v-model="model.infcon.pty.nam"
                  maxlength="40"
                  placeholder="请输入External Visible Name"
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
                label="Party Name/BIC"
                prop="infcon.seapty"
                style="width: 100%"
              >
                <c-input
                  v-model="model.infcon.seapty"
                  maxlength="24"
                  placeholder="请输入Party Name/BIC"
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item label="Name" prop="infcon.nam" style="width: 100%">
                <c-input
                  v-model="model.infcon.nam"
                  maxlength="40"
                  placeholder="请输入Name"
                  style="width: 100%"
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
                label="Role"
                prop="infcon.searol"
142 143 144
                style="width: 100%"
              >
                <c-select
145
                  v-model="model.infcon.searol"
146
                  style="width: 100%"
147 148
                  placeholder="请选择Role"
                  :code="codes.payrol"
149 150 151 152 153 154
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
155 156 157 158 159 160 161 162 163 164 165 166 167 168
                label="Resp.User"
                prop="infcon.usr.extkey"
                style="width: 100%"
              >
                <c-input
                  v-model="model.infcon.usr.extkey"
                  maxlength="8"
                  placeholder="请输入User ID"
                ></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
                label="Status"
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
                prop="infcon.seasta"
                style="width: 100%"
              >
                <c-select
                  v-model="model.infcon.seasta"
                  style="width: 100%"
                  placeholder="请选择Status"
                >
                  <el-option
                    v-for="item in codes.seasta"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
189
                label="Currency"
190 191 192 193 194 195 196
                prop="infcon.seacur"
                style="width: 100%"
              >
                <c-select
                  v-model="model.infcon.seacur"
                  style="width: 100%"
                  placeholder="请选择Currency"
197
                  :code="codes.cur"
198 199 200 201 202 203 204 205 206 207 208 209
                >
                  <el-option
                    v-for="item in codes.seacur"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
210 211 212 213 214
              <el-form-item
                label="Amount"
                prop="infcon.seaamtfr"
                style="width: 100%"
              >
215 216 217 218 219 220
                <c-col :span="11">
                  <c-input
                    v-model="model.infcon.seaamtfr"
                    placeholder="请输入Amount between"
                    style="width: 100%"
                  ></c-input>
221
                </c-col>
222 223
                <c-col :span="2" style="text-align: center">
                  <label style="display: inline-block; width: 100%">-</label>
224
                </c-col>
225 226 227 228 229 230
                <c-col :span="11">
                  <c-input
                    v-model="model.infcon.seaamtto"
                    placeholder="请输入Amount to"
                    style="width: 100%"
                  ></c-input>
231
                </c-col>
232 233 234 235
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
236 237
                label="Confirm Status"
                prop="seacnfdet"
238 239 240
                style="width: 100%"
              >
                <c-select
241
                  v-model="model.seacnfdet"
242
                  style="width: 100%"
243
                  placeholder="请选择Confirmation Status"
244 245
                >
                  <el-option
246
                    v-for="item in codes.cnfins"
247 248 249 250 251 252 253 254 255 256
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
257
                label="Form of L/C"
258
                prop="sealcrtyp"
259 260 261
                style="width: 100%"
              >
                <c-select
262 263
                  v-model="model.sealcrtyp"
                  :code="codes.lcrtyp"
264
                  style="width: 100%"
265 266 267 268 269 270
                  placeholder="请选择form of L/C"
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
              <el-form-item
                label="Goods Code"
                prop="seagodcod"
                style="width: 100%"
              >
                <c-select
                  v-model="model.seagodcod"
                  style="width: 100%"
                  placeholder="请选择Goods Code"
                >
                  <el-option
                    v-for="item in codes.godcod"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>
            <!-- <c-col :span="8">
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
              <el-form-item
                label="假远期信用证"
                prop="jyqflg"
                style="width: 100%"
              >
                <c-select
                  v-model="model.jyqflg"
                  style="width: 100%"
                  placeholder="请选择假远期信用证"
                  :code="codes.jyqflg"
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item label="贸易类型" prop="mylx" style="width: 100%">
                <c-select
                  v-model="model.mylx"
                  style="width: 100%"
                  placeholder="请选择贸易类型"
                  :code="codes.mylx"
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="8">
              <el-form-item
                label="是否通过电证系统"
                prop="elcflg"
                style="width: 100%"
              >
                <c-select
                  v-model="model.elcflg"
                  style="width: 100%"
                  placeholder="请选择是否通过电证系统"
                  :code="codes.elcflg"
                >
                </c-select>
              </el-form-item>
331
            </c-col> -->
332 333 334 335 336 337 338 339 340 341 342

            <!-- <c-col :span="8">
              <el-form-item
                label="复核状态"
                prop="infcon.relflg"
                style="width: 100%"
              >
                <c-select
                  v-model="model.infcon.relflg"
                  style="width: 100%"
                  placeholder="请选择Release Status"
343 344
                >
                  <el-option
345
                    v-for="item in codes.relflg"
346 347 348 349 350 351 352
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
353
            </c-col> -->
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
            <!--<c-col :span="12">
                    <el-form-item label="Handling Type" v-show ="false" prop="infcon.hndtyp" >
                        <c-select v-model="model.infcon.hndtyp" style="width:100%" placeholder="请选择Handling Type">
                            <el-option
                                v-for="item in codes.hndtyp"
                                :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="Select Single Party" prop="infcon.pty.extkey"  >
                        <c-input  v-model="model.infcon.pty.extkey" maxlength="24"  placeholder="请输入Select Single Party" ></c-input>
                    </el-form-item>
                </c-col>
                                            
                <c-col :span="12">
                    <el-form-item label="Party Name" prop="infcon.pty.nam" >
                        <c-input  v-model="model.infcon.pty.nam" maxlength="40"  placeholder="请输入Party Name" ></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="12">
                    <el-form-item label="Party Name/BIC" prop="infcon.seapty"  >
                        <c-input  v-model="model.infcon.seapty" maxlength="24"  placeholder="请输入Party Name/BIC"></c-input>
                    </el-form-item>
                </c-col>
                                            
                <c-col :span="12">
                    <el-form-item label="Role" prop="infcon.searol" >
                        <c-select v-model="model.infcon.searol" style="width:100%" placeholder="请选择Role">
                            <el-option
                                v-for="item in codes.searol"
                                :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="Opening between" prop="infcon.opndatfrom" >
                        <c-date-picker type="date"  v-model="model.infcon.opndatfrom" value-format="yyyy-MM-dd" style="width:100%"  placeholder="请选择Opening between"></c-date-picker>
                    </el-form-item>
                </c-col>
                                            
                <c-col :span="12">
                    <el-form-item label="Open Date to" prop="infcon.opndatto" >
                        <c-date-picker type="date"  v-model="model.infcon.opndatto"  value-format="yyyy-MM-dd" style="width:100%"  placeholder="请选择Open Date to"></c-date-picker>
                    </el-form-item>
                </c-col>-->

            <!--<c-col :span="12">
                    <el-form-item label="Resp.User" disabled prop="infcon.usr.extkey" >
                        <c-input  v-model="model.infcon.usr.extkey" maxlength="8"  placeholder="请输入User ID"></c-input>
                    </el-form-item>
                </c-col>-->

            <!-- <c-col :span="8">
420
              <el-form-item
421 422
                label="是否显示查询码"
                prop="infcon.cxmflg"
423 424 425
                style="width: 100%"
              >
                <c-select
426
                  v-model="model.infcon.cxmflg"
427
                  style="width: 100%"
428
                  placeholder="请选择是否显示查询码"
429
                >
430 431 432 433 434 435 436
                  <el-option
                    v-for="item in codes.cxmflg"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
437 438
                </c-select>
              </el-form-item>
439
            </c-col> -->
440

441
            
442 443 444 445 446
          </el-row>
        </el-form>
      </template>
    </c-list-search>
    <!--<c-col :span="12">
447 448 449 450 451
        <el-form-item label="display stream" prop="infbut.dspstm">
            <c-input  v-model="model.infbut.dspstm"  placeholder="请输入display stream"></c-input>
        </el-form-item>
       </c-col>-->

452
    <c-col :span="24" style="margin-top: 10px">
453
      <!--    <c-button size="small" type="primary"  @click="onInfbutSearow">
454 455 456
            Search
        </c-button>  
        -->
457 458 459 460
      <c-button
        class="medium_bcs"
        size="medium"
        type="primary"
461
        style="margin-left: 0px"
462 463 464 465 466 467
        title="LITOPN"
        @click="toLitopn"
      >
        进口信用证开立
      </c-button>
      <!-- <c-button size="small" type="primary"  @click="onInfbutDsp">
468
            Display
469 470
        </c-button> -->
      <!-- <c-button size="small" type="primary"  @click="onInfbutUserow">
471 472
            Use
        </c-button>-->
473
      <!-- <c-button size="small" type="primary"  @click="onInfbutClr">
474 475 476 477 478 479 480
            Clear
        </c-button>
        <c-button size="small" type="primary"  @click="onInfbutButprt">
            导Excel
        </c-button>
        <c-button size="small" type="primary"  @click="onInfbutExi">
            Exit
481
        </c-button> -->
482
    </c-col>
483
    <!-- <c-istream-table :list="stmData.data " :columns="stmData.columns" style="padding: 0 16px;">
484 485 486 487 488 489
          <el-table-column
                prop="display"
                label="操作"
                width="100">
            <template slot-scope="scope">
                 <c-button size="small" type="primary"  @click="getButtons(scope.row['业务编号'])">处理</c-button>
490
                <a href="javascript:void(0)"   @click="getButtons(scope.row['业务编号'])">处理</a>
491 492
            </template>
          </el-table-column>
493
        </c-istream-table> -->
494
    <div style="height:90%">
495
    <c-col :span="24">
496 497 498 499
      <c-istream-table
        :list="stmData.data"
        :columns="stmData.columns"
        :showButtonFlg="true"
500
       
501
      >
502
        <!-- 自定义组件里加了最右边的一列”操作“ -->
503 504
        <el-table-column fixed="right" prop="op" label="操作" width="140px">
           <template slot="header">
wangren committed
505
              
506
            <c-col :span="11" style="text-align: left"><span>操作</span></c-col>
507
           <!-- <c-col :span="12" style="text-align: right"
508
              ><c-button icon="el-icon-s-tools"></c-button
509 510
            ></c-col> -->
          </template>
511
          <template slot-scope="scope">
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
            <el-popover
              placement="top-start"
              title="历史信息"
              width="800"
              trigger="click"
              :ref="'popover_' + scope.row.IDX"
            >
              <div
                style="
                  text-align: right;
                  margin-top: -30px;
                  margin-right: 5px;
                  font-size: 16px;
                "
              >
                <span
                  class="el-icon-close"
                  @click="closeTrn('popover_' + scope.row.IDX)"
                />
              </div>
              <c-istream-table :list="trnData.data" :columns="trnData.columns">
                <el-table-column prop="op" label="操作" width="0">
                  <template slot-scope="scope">
                    <c-button
                      style="margin-left: 0"
                      size="small"
                      @click="display(scope.row['INR'])"
                    >
                      详情
                    </c-button>
                  </template>
                </el-table-column>
              </c-istream-table>
              <c-button
                style="margin-left: 0"
                size="small"
                @click="getTrnInfo(scope.$index, scope.row)"
                slot="reference"
              >
                详情
              </c-button>
            </el-popover>
            <c-button
              style="margin-left: 0"
              size="small"
              type="primary"
              @click="getButtons(scope.row['Reference'])"
            >
              处理
            </c-button>
          </template>
        </el-table-column>
      </c-istream-table>
    </c-col>
567
    </div>
568

569 570 571 572 573 574 575 576
    <m-busbtn
      ref="childs"
      :ownref="ownref"
      trnCode="litsel"
      :model="litselModel"
      ownrefPath="lidget.lid.ownref"
      @onChoose="onChoose"
    ></m-busbtn>
577 578 579
  </div>
</template>
<script>
580 581
import Utils from "~/utils/index";
import Api from "~/service/Api";
wangren committed
582
import commonProcess from "~/mixin/commonProcess";
583 584
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Inflid/Event";
585

586
import Litsel from "~/model/Litsel";
587

588
import BusNavbar from "~/views/Public/BusNavbar";
589 590

export default {
591 592 593 594 595 596
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  components: { "m-busbtn": BusNavbar },
  data() {
    return {
597
      curinr: "",
598
      ownref: "",
599
      litselModel: new Litsel().data,
600 601 602 603 604 605 606 607 608 609 610 611 612 613 614
      initdialog: false,
      dialogTableVisible: false,
      trnData: {
        columns: [
          '1 1 "编号" 200',
          '2 2 "交易名称" 120',
          // '3 3 "日期" 200',
          { index: 3, position: 3, width: 110, pattern: "date", label: "日期" },
          // '4 4 "状态" 50',
          {
            index: 4,
            position: 4,
            width: 100,
            pattern: "code",
            label: "状态",
615
            code: "relstaEN",
616 617 618 619 620
          },
          '5 5 "币种" 80',
          '6 6 "金额" 110',
        ],
        data: [],
621
      },
622 623
      stmData: {
        columns: [
624
          '1 1 "Reference" 120',
625 626
          '2 2 "Resp. User" 120',
          '3 3 "Tenor day" 120 ',
627
          // '4 4 "Goods Code" 100 ',
628 629 630 631 632 633 634 635
          {
            index: 4,
            position: 4,
            width: 120,
            pattern: "code",
            label: "Goods Code",
            code: "godcod",
          },
636
          //'5 11 "Opened" 500 4 7',
637 638 639 640 641 642 643
          {
            index: 5,
            position: 11,
            width: 100,
            pattern: "date",
            label: "Opened",
          },
644
          //'6 12 "Expired" 500 4 7',
645 646 647 648 649 650 651
          {
            index: 6,
            position: 12,
            width: 100,
            pattern: "date",
            label: "Expired",
          },
652
          //'7 13 "Closed" 500 4 7',
653 654 655 656 657 658 659
          {
            index: 7,
            position: 13,
            width: 100,
            pattern: "date",
            label: "Closed",
          },
660
          '8 19 "分行名称" 136',
661
          '9 18 "PTA NO." 150',
662
          '10 5 "Party Number1 " 191',
663 664 665
          '11 6 "Applicant" 191',
          '12 7 "Applicant CN" 191',
          '13 10 "Advising Bank BIC" 165',
666
          '14 8 "Party Number2" 165',
667 668
          '15 9 "Beneficiary" 165',
          '16 14 "Cur" 80',
669 670 671 672 673 674 675 676 677 678 679 680 681
          '17 15 "L/C Amount" 130 2 8 1 16',
          '18 16 "Cur" 80',
          '19 17 "Open Amount" 130 2 8 1 18',
          //   '1 1 "Reference" 130 200',
          // "2 2 \"经办柜员\" 90 80",
          // "5 5 \"开立日期\" 180 300",
          // "6 6 \"到期日\" 180 250",
          // "8 7 \"分行名称\" 150 300",
          // "9 8 \"申请人编号\" 150 200",
          // "11 9 \"申请人名称\" 150 300",
          // "15 10 \"受益人名称\" 150 300",
          // "16 3 \"开立币种\" 90 80",
          // "17 4 \"开立金额\" 90 80",
682 683
        ],
        data: [],
684
      },
685 686 687 688 689 690 691 692 693

      //      columns:[

      //   ]
    };
  },

  methods: {
    ...Event,
694 695 696 697 698 699 700 701 702 703 704 705 706 707 708
    async getButtons(ownref) {
      this.ownref = ownref;
      this.$refs.childs.initdialog = true;
      console.log("ownref:" + ownref);
    },
    async onChoose(code) {
      //跳转交易
      this.$router.history.push("/business/" + code);
      this.$refs.childs.initdialog = false;
    },
    async getDitSelInfo(code) {
      //跳转交易
      this.$router.history.push("/business/" + code);
      this.$refs.childs.initdialog = false;
    },
709

710 711 712 713 714 715 716 717 718 719 720 721
    async getTrnInfo(idx, row) {
      this.model.infcon.objinr = row["INR"];
      this.model.lidgrp.rec.inr = row["INR"];
      this.model.infcon.chksubcon = "X";

      this.dialogTableVisible = true;
      let rtnmsg = await this.executeDefault("infcon.chksubcon");

      if ((rtnmsg.respCode = SUCCESS)) {
        this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
      }
    },
722 723
    closeTrn(refId) {
      this.$refs[refId].doClose();
724
    },
725

726 727
    toLitopn() {
      this.$router.history.push("/business/litopn");
728 729
    },

730
    
731 732 733 734 735
  },
  created: function () {},
};
</script>
<style></style>