Infsea.vue 13.7 KB
Newer Older
lixingliang committed
1
<template>
liushikai committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15
  <div class="eibs-tab">
      <!-- 持续展示区 -->
      <c-list-search @form-reset="handleReset" @form-search="handleSearch">
      <template v-slot="searchSlot">
        <el-form
          class="m-table-search-form"
          ref="paramsForm"
          :inline="true"
          label-position="right"
          label-width="110px"
          size="small"
        >
          
        <c-row>
潘际乾 committed
16
          <c-col :span="24">
17
            <c-col :span="8">
18
              <el-form-item label="Own Reference" prop="infcon.seaownref" style="width: 100%" >
liushikai committed
19 20 21 22 23 24 25 26
                <c-input
                  v-model="model.infcon.seaownref"
                  maxlength="16"
                  placeholder="请输入Own Reference"
                  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">
liushikai committed
31
              <el-form-item label="Opening between" prop="infcon.opndatfrom" style="width: 100%">
32
                <c-col :span="11">
liushikai committed
33 34 35 36 37 38 39 40 41 42
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatfrom"
                    style="width: 100%"
                    placeholder="请选择"
                  ></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 48 49 50 51 52
                  <c-date-picker
                    type="date"
                    v-model="model.infcon.opndatto"
                    style="width: 100%"
                    placeholder="请选择"
                  ></c-date-picker>
                </c-col>
              </el-form-item>
            </c-col>
53
          <c-col :span="8">
liushikai committed
54 55 56 57 58 59 60 61 62 63
            <el-form-item label="Name" prop="infcon.nam" style="width: 100%">
              <c-input
                v-model="model.infcon.nam"
                maxlength="40"
                placeholder="请输入Name"
              ></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 69 70 71 72 73 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
              <c-col :span="8">
                <el-form-item label="Party Reference" prop="infcon.searef" style="width: 100%">
                  <c-input
                    v-model="model.infcon.searef"
                    maxlength="16"
                    placeholder="请输入Party Reference"
                    style="width: 100%"
                  ></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="请输入Party Name"
                    style="width:100%"
                  >
                  </c-input>
                </el-form-item>
          </c-col>
          <c-col :span="8">
                <el-form-item
                  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>
          
潘际乾 committed
105
          <c-col :span="24">
liushikai committed
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
              <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="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="Role" prop="infcon.searol" style="width: 100%">
                  <c-select
                    v-model="model.infcon.searol"
                    style="width: 100%"
                    placeholder="请选择Role"
                  >
                  </c-select>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
136

潘际乾 committed
137
          <c-col :span="24">
liushikai committed
138 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
              <c-col :span="8">
                <el-form-item label="Status" prop="infcon.seasta" style="width: 100%">
                  <c-select
                    v-model="model.infcon.seasta"
                    style="width: 100%"
                    placeholder="请选择Status"
                  >
                  </c-select>
                </el-form-item>
              </c-col>
              <c-col :span="8">
                <el-form-item label="Currency" prop="infcon.seacur" style="width: 100%">
                  <c-select
                    v-model="model.infcon.seacur"
                    style="width: 100%"
                    placeholder="请选择Currency"
                    :code="codes.cur"
                  >
                  </c-select>
                </el-form-item>
              </c-col>
              <c-col :span="8">
                <el-form-item label="Amount between" prop="infcon.seaamtfr" style="width: 100%">
                <c-col :span="11">
                  <c-input-currency
                    v-model="model.infcon.seaamtfr"
                    placeholder="请输入Amount"
                  >
                  </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"
                    placeholder="请输入Amount"
                  >
                  </c-input-currency>
              </c-col>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
181

潘际乾 committed
182
          <c-col :span="24">
liushikai committed
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
              <c-col :span="8">
                <el-form-item label="Document Type" prop="seadocflg" style="width: 100%">
                  <c-select
                    v-model="model.seadocflg"
                    style="width: 100%"
                    placeholder="请选择Document Type"
                  >
                  </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="请选择假远期信用证"
                  >
                  </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="请选择是否通过电证系统"
                  >
                  </c-select>
                </el-form-item>
              </c-col>
          </c-col>
lixingliang committed
214

liushikai committed
215 216 217 218
        </c-row>
      </el-form>
      </template>
    </c-list-search>
lixingliang committed
219

liushikai committed
220
    <!-- <c-row style="margin-top:20px; padding: 0 10px 0 10px;">
lixingliang committed
221 222 223 224 225
            <c-col>
                <c-button size="small" type="primary">导Excel</c-button>
                <c-button size="small" type="primary">Display</c-button>
                <c-button size="small" type="primary">Use</c-button>
            </c-col>
liushikai committed
226
        </c-row> -->
lixingliang committed
227

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

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

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

import DitselModel from "~/model/Ditsel"
import BusNavbar from "~/views/Public/BusNavbar";
lixingliang committed
319

liushikai committed
320 321 322
export default {
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
323
  mixins: [commonProcess],
324
  components:{'m-busbtn':BusNavbar},
liushikai committed
325 326
  data() {
    return {
潘际乾 committed
327 328 329
      ditselModel: new DitselModel().data,
      ownref:"",
      trnData: {
330 331
        columns: [
          '1 1 "编号" 200',
liushikai committed
332 333 334 335 336
          '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},
337
          '5 5 "币种" 80',
liushikai committed
338
          '6 6 "金额" 110',
339 340 341
        ],
        data: [],
      },
liushikai committed
342 343
      stmData: {
        columns: [
liushikai committed
344
          '1 1 "Reference" 140 ',
345
          '2 2 "Resp User" 100 ',
liushikai committed
346
          '5 3 "Applicant Party Number" 160',
347
          '6 4 "Applicant" 100',
liushikai committed
348 349 350 351
          '7 5 "Beneficiary Party Number" 170',
          '8 6 "Beneficiary" 150',
          '9 7 "Party Number" 140',
          '10 8 "Presenting Bank" 220',
352 353 354 355
          // '3 9 "Opened" 150',
          // '4 10 "Closed" 80',
          {index:3,position:9,width:100,pattern:'date',label:'Opened'},
          {index:4,position:10,width:100,pattern:'date',label:'Closed'},
liushikai committed
356 357 358
          '11 11 "Doc Amount Cur" 120',
          '12 12 "Doc Amount" 120',
          '13 13 "Open Amount Cur" 130',
359
          '14 14 "Open Amount" 120',
liushikai committed
360 361 362 363 364 365 366
        ],
        data: [],
      },
    };
  },
  methods: {
    ...Event,
潘际乾 committed
367
      async getButtons(ownref){
368
        this.ownref = ownref
潘际乾 committed
369
        this.$refs.childs.initdialog = true
370 371 372 373 374
        console.log("ownref:" +ownref);
      },
        async  onChoose(code){
            //跳转交易
          this.$router.history.push("/business/" + code) 
潘际乾 committed
375
          this.$refs.childs.initdialog = false                    
376 377 378 379
        } ,
        async  getDitSelInfo(code){
            //跳转交易
          this.$router.history.push("/business/" + code) 
潘际乾 committed
380
          this.$refs.childs.initdialog = false                    
381
        },
382 383 384
        closeTrn(refId){
          this.$refs[refId].doClose();
        },
385
        async getTrnInfo(idx, row) {
386

387 388 389 390 391 392 393 394

      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
395
      if ((rtnmsg.respCode == SUCCESS)) {
396 397 398
        this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
      }
    },
liushikai committed
399 400 401
  },
  created: function () {},
};
lixingliang committed
402 403
</script>
<style>
404
</style>