Infsea.vue 14.4 KB
Newer Older
lixingliang committed
1
<template>
liushikai committed
2 3
  <div class="eibs-tab">
      <!-- 持续展示区 -->
wangyanjiao committed
4
      <c-list-search @form-reset="handleReset('paramsForm')" @form-search="handleSearch">
liushikai committed
5 6 7 8 9 10 11
      <template v-slot="searchSlot">
        <el-form
          class="m-table-search-form"
          ref="paramsForm"
          label-position="right"
          label-width="110px"
          size="small"
wangyanjiao committed
12
          :model="model"
liushikai committed
13 14 15
        >
          
        <c-row>
潘际乾 committed
16
          <c-col :span="24">
17
            <c-col :span="8">
wangna committed
18
              <el-form-item label="信用证编号" prop="infcon.seaownref" style="width: 100%" >
liushikai committed
19 20 21
                <c-input
                  v-model="model.infcon.seaownref"
                  maxlength="16"
wangna committed
22
                  placeholder="请输入信用证编号"
liushikai committed
23 24 25 26
                  style="width: 100%"
                ></c-input>
              </el-form-item>
            </c-col>
27
            <!-- <c-col :span="2">
28
                &nbsp;
29 30
            </c-col> -->
            <c-col :span="8">
wangna committed
31
              <el-form-item label="开立日期" prop="infcon.opndatfrom" style="width: 100%">
32
                <c-col :span="11">
liushikai committed
33 34 35 36
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatfrom"
                    style="width: 100%"
wangna committed
37
                    placeholder="请选择起始日期"
liushikai committed
38 39 40 41 42
                  ></c-date-picker>
                </c-col>
                <c-col :span="2" style="text-align: center">
                  <label style="display: inline-block; width: 100%">-</label>
                </c-col>
43
                <c-col :span="11">
liushikai committed
44 45 46 47
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatto"
                    style="width: 100%"
wangna committed
48
                    placeholder="请选择截止日期"
liushikai committed
49 50 51 52
                  ></c-date-picker>
                </c-col>
              </el-form-item>
            </c-col>
53
          <c-col :span="8">
wangna committed
54
            <el-form-item label="业务简略信息" prop="infcon.nam" style="width: 100%">
liushikai committed
55 56 57
              <c-input
                v-model="model.infcon.nam"
                maxlength="40"
wangna committed
58
                placeholder="请输入业务简略信息"
liushikai committed
59 60 61 62 63
              ></c-input>
            </el-form-item>
          </c-col>
          </c-col>
        </c-row>
lixingliang committed
64

liushikai committed
65 66
      <!-- 可控展示区 -->
        <c-row v-show="searchSlot.searchToggle">
潘际乾 committed
67
          <c-col :span="24">
liushikai committed
68
              <c-col :span="8">
wangna committed
69
                <el-form-item label="当事人参考号" prop="infcon.searef" style="width: 100%">
liushikai committed
70 71 72
                  <c-input
                    v-model="model.infcon.searef"
                    maxlength="16"
wangna committed
73
                    placeholder="请输入当事人参考号"
liushikai committed
74 75 76 77 78
                    style="width: 100%"
                  ></c-input>
                </el-form-item>
              </c-col>
              <c-col :span="8">
wangna committed
79
                <el-form-item label="当事人名称" prop="infcon.pty.nam" style="width: 100%">
liushikai committed
80 81 82
                  <c-input
                    v-model="model.infcon.pty.nam"
                    maxlength="40"
wangna committed
83
                    placeholder="请输入当事人名称"
liushikai committed
84 85 86 87 88 89 90
                    style="width:100%"
                  >
                  </c-input>
                </el-form-item>
          </c-col>
          <c-col :span="8">
                <el-form-item
wangna committed
91
                  label="当事人编号"
liushikai committed
92 93 94 95 96 97
                  prop="infcon.pty.extkey"
                  style="width: 100%"
                >
                  <c-input
                    v-model="model.infcon.pty.extkey"
                    maxlength="24"
wangna committed
98
                    placeholder="请输入当事人编号"
liushikai committed
99 100 101 102 103 104
                  >
                  </c-input>
                </el-form-item>
              </c-col>
          </c-col>
          
潘际乾 committed
105
          <c-col :span="24">
liushikai committed
106
              <c-col :span="8">
wangna committed
107
                <el-form-item label="当事人BIC编码" prop="infcon.seapty" style="width: 100%">
liushikai committed
108 109 110
                  <c-input
                    v-model="model.infcon.seapty"
                    maxlength="24"
wangna committed
111
                    placeholder="请输入当事人BIC编码"
liushikai committed
112 113 114 115
                  ></c-input>
                </el-form-item>
              </c-col>
              <c-col :span="8">
wangna committed
116
                <el-form-item label="客户经理" prop="infcon.usr.extkey" style="width: 100%">
liushikai committed
117 118 119
                  <c-input
                    v-model="model.infcon.usr.extkey"
                    maxlength="8"
wangna committed
120
                    placeholder="请输入客户经理"
liushikai committed
121 122 123 124 125
                  >
                  </c-input>
                </el-form-item>
              </c-col>
              <c-col :span="8">
wangna committed
126
                <el-form-item label="当事人角色" prop="infcon.searol" style="width: 100%">
liushikai committed
127 128 129
                  <c-select
                    v-model="model.infcon.searol"
                    style="width: 100%"
wangna committed
130
                    placeholder="请选择当事人角色"
wangyanjiao committed
131
                    :code="searol"
liushikai committed
132 133 134 135 136
                  >
                  </c-select>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
137

潘际乾 committed
138
          <c-col :span="24">
liushikai committed
139
              <c-col :span="8">
wangna committed
140
                <el-form-item label="业务状态" prop="infcon.seasta" style="width: 100%">
liushikai committed
141 142 143
                  <c-select
                    v-model="model.infcon.seasta"
                    style="width: 100%"
wangna committed
144
                    placeholder="请选择业务状态"
wangyanjiao committed
145 146
                    :code="codes.seasta"
                    
liushikai committed
147 148 149 150 151
                  >
                  </c-select>
                </el-form-item>
              </c-col>
              <c-col :span="8">
wangna committed
152
                <el-form-item label="币种" prop="infcon.seacur" style="width: 100%">
liushikai committed
153 154 155
                  <c-select
                    v-model="model.infcon.seacur"
                    style="width: 100%"
wangna committed
156
                    placeholder="请选择币种"
wangyanjiao committed
157
                    :code="codes.currencycode"
liushikai committed
158 159 160 161 162
                  >
                  </c-select>
                </el-form-item>
              </c-col>
              <c-col :span="8">
wangna committed
163
                <el-form-item label="金额区间" prop="infcon.seaamtfr" style="width: 100%">
liushikai committed
164 165 166
                <c-col :span="11">
                  <c-input-currency
                    v-model="model.infcon.seaamtfr"
wangna committed
167
                    placeholder="请输入金额下限"
liushikai committed
168 169 170 171 172 173 174 175 176
                  >
                  </c-input-currency>
                </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-input-currency
                    v-model="model.infcon.seaamtto"
wangna committed
177
                    placeholder="请输入金额上限"
liushikai committed
178 179 180 181 182 183
                  >
                  </c-input-currency>
              </c-col>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
184

潘际乾 committed
185
          <c-col :span="24">
liushikai committed
186
              <c-col :span="8">
wangna committed
187
                <el-form-item label="文件类型" prop="seadocflg" style="width: 100%">
liushikai committed
188 189 190
                  <c-select
                    v-model="model.seadocflg"
                    style="width: 100%"
wangna committed
191
                    placeholder="请选择文件类型"
wangyanjiao committed
192
                    :code="codes.brdtyp"
liushikai committed
193 194 195 196 197 198 199 200 201 202
                  >
                  </c-select>
                </el-form-item>
              </c-col>
              <c-col :span="8">
                <el-form-item label="假远期信用证" prop="jyqflg" style="width: 100%">
                  <c-select
                    v-model="model.jyqflg"
                    style="width: 100%"
                    placeholder="请选择假远期信用证"
wangyanjiao committed
203
                    :code="codes.jyqflg"
liushikai committed
204 205 206 207 208 209 210 211 212 213
                  >
                  </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="请选择是否通过电证系统"
wangyanjiao committed
214
                    :code="codes.elcflg"
liushikai committed
215 216 217 218 219
                  >
                  </c-select>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
220

liushikai committed
221 222 223 224
        </c-row>
      </el-form>
      </template>
    </c-list-search>
lixingliang committed
225

226 227
    <el-row>
      <c-col :span="24">
228
        <c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
229 230 231
             <el-table-column
            fixed="right"
            prop="op"
232
            width="140px"
233
          >
liushikai committed
234
          <template slot="header">
235 236
              <c-col :span="11" style="text-align:center"><span>操作</span></c-col>
              <!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> -->
237 238 239
            </template>
            <template slot-scope="scope">

240
              <!-- <c-button
241 242 243 244
                style="margin-left: 0"
                size="small"
              >
                详情
245 246 247 248 249 250
              </c-button> -->
               <el-popover
                placement="top-start"
                title="历史信息"
                width="800"
                trigger="click"
251
                :ref="'popover_' + scope.row.IDX"
252
              >
253 254 255
              <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>
256 257 258 259 260 261 262 263 264
                <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"
265
                        @click="display(scope.row['INR'])"
266
                      >
267
                        详情
268 269 270 271 272 273 274 275 276 277 278 279 280
                      </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>
281
              <c-button
282
                style="margin-left: 5px"
283 284
                size="small"
                type="primary"
wangna committed
285
                @click="getButtons(scope.row['信用证编号'], scope.row['关闭日期'])"
286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
              >
                处理
              </c-button>
              <!--
              <c-button
                style="margin-left: 0"
                size="small"
                type="primary"
                @click="getDitSelInfo(scope.row['Reference'])"
              >
                info
              </c-button>
              -->
            </template>
          </el-table-column>
        </c-istream-table>
      </c-col>
    </el-row>

305
    <m-busbtn ref="childs" :ownref="ownref" trnCode="ditsel" :model="ditselModel" ownrefPath="bddgrp" tabIndex=3 @onChoose="onChoose" >11</m-busbtn>
liushikai committed
306
  </div>
lixingliang committed
307 308
</template>
<script>
liushikai committed
309
import Api from "~/service/Api";
wangren committed
310
import commonProcess from "~/mixin/commonProcess";
liushikai committed
311 312
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Infbdd/Event";
313 314

import DitselModel from "~/model/Ditsel"
wangna committed
315
import BusNavbar from "./BusNavbar";
lixingliang committed
316

liushikai committed
317 318 319
export default {
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
320
  mixins: [commonProcess],
321
  components:{'m-busbtn':BusNavbar},
liushikai committed
322 323
  data() {
    return {
wangyanjiao committed
324
      searol:[
wangna committed
325 326
        { label: "账户银行(ACB)", value: "ACB" },
        { label: "申请人", value: "APL" },
jianglong committed
327
        { label: "受益人银行", value: "BEB" },
wangna committed
328 329 330 331 332 333
        { label: "受益人", value: "BEN" },
        { label: "开证行", value: "ISS" },
        { label: "旧帐户当事人", value: "OAP" },
        { label: "交单行(PRP)", value: "PRB" },
        { label: "偿付行", value: "RMB" },
        { label: "承运人(ROG)", value: "ROG" },
wangyanjiao committed
334
      ],
潘际乾 committed
335 336 337
      ditselModel: new DitselModel().data,
      ownref:"",
      trnData: {
338 339
        columns: [
          '1 1 "编号" 200',
liushikai committed
340 341 342 343 344
          '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:'状态',code:this.codes.relstaEN},
345
          '5 5 "币种" 80',
liushikai committed
346
          '6 6 "金额" 110',
347 348 349
        ],
        data: [],
      },
liushikai committed
350 351
      stmData: {
        columns: [
wangna committed
352 353 354 355 356 357 358 359 360 361 362 363 364 365
          '1 1 "信用证编号" 140 ',
          '2 2 "客户经理" 100 ',
          '5 3 "第一当事人编号" 160',
          '6 4 "申请人名称" 120',
          '7 5 "第二当事人编号" 170',
          '8 6 "受益人名称" 150',
          '9 7 "第三当事人编号" 140',
          '10 8 "寄单行名称" 220',
          {index:3,position:9,width:100,pattern:'date',label:'开立日期'},
          {index:4,position:10,width:100,pattern:'date',label:'关闭日期'},
          '11 11 "单据金额币种" 120',
          '12 12 "单据金额" 120',
          '13 13 "余额币种" 130',
          '14 14 "余额" 120',
liushikai committed
366 367 368 369 370 371 372
        ],
        data: [],
      },
    };
  },
  methods: {
    ...Event,
wangna committed
373
      async getButtons(ownref, closedDate){
374
        this.ownref = ownref
wangna committed
375
        this.ditselModel.didget.clsflg = (closedDate ?? "").trim() === "" ? "" : "C";
潘际乾 committed
376
        this.$refs.childs.initdialog = true
377 378
        console.log("ownref:" +ownref);
      },
379
        async  onChoose(code, prePageId){
380
            //跳转交易
381
          // this.$router.history.push("/business/" + code) 
382
          this.$router.push({ name: code.charAt(0).toUpperCase() + code.substring(1), params: { prePageId } });
潘际乾 committed
383
          this.$refs.childs.initdialog = false                    
384 385 386 387
        } ,
        async  getDitSelInfo(code){
            //跳转交易
          this.$router.history.push("/business/" + code) 
潘际乾 committed
388
          this.$refs.childs.initdialog = false                    
389
        },
390 391 392
        closeTrn(refId){
          this.$refs[refId].doClose();
        },
393
        async getTrnInfo(idx, row) {
394

395 396 397 398 399 400 401 402

      this.model.infcon.objinr = row["INR"];
      this.model.didgrp.rec.inr = row["INR"];
      this.model.infcon.chksubcon = "X";

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

吴佳 committed
403
      if ((rtnmsg.respCode == SUCCESS)) {
404 405 406
        this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
      }
    },
liushikai committed
407 408 409
  },
  created: function () {},
};
lixingliang committed
410 411
</script>
<style>
412
</style>