Commit aad77f8c by 杜大兵

补充infled交易Stream类型字段

parent a128c488
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<!-- Additional Conditions -->
<c-col :span="19">
<el-form-item label="附加条件" prop="ledgrp.blk.adlcnd">
<c-col :span="19" :offset="1">
<el-form-item label="附加条件" label-width="100px" prop="ledgrp.blk.adlcnd">
<c-input
type="textarea"
:rows="16"
......@@ -14,7 +27,7 @@
</el-form-item>
</c-col>
<c-col :span="2" class="adcp_button">
<c-col :span="3" :offset="1">
<c-button
size="small"
type="primary"
......@@ -33,22 +46,22 @@
</c-col>
<!-- Special Payment Conditions for specified Bank only -->
<c-col :span="24" class="adcp_cheak">
<c-col :span="22" class="adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg">
收款银行特殊付款条款
</c-checkbox>
</c-col>
<!-- Red/Green Clause -->
<c-col :span="24" class="adcp_cheak">
<c-col :span="22" :offset="1" class="adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.redclsflg">
Red/Green Clause
</c-checkbox>
</c-col>
<!-- Instructions to Pay,accept,negot,bank -->
<c-col :span="19">
<el-form-item label="付款、承兑、议付银行指示" prop="ledgrp.blk.insbnk">
<c-col :span="19" :offset="1">
<el-form-item label="付款、承兑、议付银行指示" label-width="100px" prop="ledgrp.blk.insbnk">
<c-input
type="textarea"
:rows="4"
......@@ -60,7 +73,7 @@
</el-form-item>
</c-col>
<c-col :span="2" class="adcp_button">
<c-col :span="3" :offset="1">
<c-button
size="small"
type="primary"
......@@ -70,7 +83,8 @@
...
</c-button>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......
<template>
<div class="eibs-tab">
<c-col :span="22">
<el-form-item label="stream of CBEs" prop="infcon.cbestm">
<c-input
type="textarea"
:rows="12"
v-model="model.infcon.cbestm"
placeholder="请输入stream of CBEs"
></c-input>
</el-form-item>
</c-col>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :list="this.model.infbut.dspstm" :columns="columns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -24,7 +35,25 @@ export default {
mixins: [CommonProcess],
data(){
return {
curownref:"",
initdialog:false,
columns:[
"1 1 \"Ext.Id\" 150",
"1 2 \"Type of Entry\" 130",
"1 3 \"Type\" 100",
"1 4 \"Date\" 130",
"1 5 \"Cur\" 100",
"2 5 \"Cur\" 100",
"1 6 \"Amount\" 130",
"2 6 \"Conv.Amount\" 130",
"1 7 \"Rel.\" 100",
"1 8 \"Created\" 130",
"2 8 \"End Date\" 130",
"1 9 \"Description\" 150",
"2 9 \"Account\" 130",
"1 10 \"Trn ID\" 130",
"2 10 \"CBE ID\" 130",
]
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="12">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="11" :offset="1">
<el-form-item label="CBS Column" prop="infcon.cbctxt">
<c-select
v-model="model.infcon.cbctxt"
......@@ -10,19 +22,18 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-col :span="22">
<el-form-item label="stream of CBBs" prop="infcon.cbbstm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.cbbstm"
placeholder="请输入stream of CBBs"
></c-input>
</el-form-item>
</c-col>
</div>
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :list="this.model.infcon.cbbstm" :columns="columns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -38,7 +49,18 @@ export default {
mixins: [CommonProcess],
data(){
return {
curownref:"",
initdialog:false,
columns:[
"1 1 \"Ext.Id\" 150",
"1 2 \"Begin\" 150",
"1 3 \"End\" 150",
"1 4 \"Cur\" 120",
"1 5 \"Balance\" 150",
"1 6 \"Cur\" 120",
"1 7 \"Converted Amount\" 150",
"1 8 \"CBE ID\" 150",
]
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="11">
<!-- Available with -->
<c-col :span="24">
<el-form-item label="指定银行" prop="ledgrp.rec.avbwth">
......@@ -28,30 +41,7 @@
>
</c-ptap>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="External Key of Address" prop="ledgrp.avb.pts.extkey">
<c-input v-model="model.ledgrp.avb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<el-form-item label="Address Block" prop="ledgrp.avb.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.avb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col> -->
<!-- Available in -->
<c-col :span="24">
<el-form-item label="名称地址" prop="ledgrp.blk.avbwthtxt">
<c-input
type="textarea"
v-model="model.ledgrp.blk.avbwthtxt"
maxlength="35"
show-word-limit
placeholder="请输入名称地址"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.avb.pts.adrblk">
<c-input
type="textarea"
......@@ -61,7 +51,7 @@
placeholder="请输入Address Block"
></c-input>
</el-form-item>
</c-col> -->
</c-col>
<!-- Available by -->
<c-col :span="24">
......@@ -115,9 +105,23 @@
>
</c-ptap>
</c-col>
<!-- Drawee -->
<c-col :span="24">
<el-form-item label="名称地址" prop="ledgrp.avb.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.avb.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="请输入名称地址"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="10" :offset="1">
<c-row>
<c-col :span="24">
<el-form-item label="最大金额详情" prop="ledgrp.blk.mixdet">
<c-input
......@@ -130,7 +134,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- Days of presentation period -->
<c-col :span="24">
<el-form-item label="交单期天数" prop="ledgrp.rec.prepers18">
......@@ -194,12 +197,13 @@
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row>
<!-- Dispatch from -->
<c-col :span="11">
<c-col :span="11" :offset="1">
<el-form-item label="转运" prop="ledgrp.rec.shpfro">
<c-input
type="textarea"
......@@ -224,7 +228,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<c-col :span="11" :offset="1">
<el-form-item label="航空/目的港" prop="ledgrp.rec.pordis">
<c-input
type="textarea"
......@@ -250,7 +254,7 @@
</el-form-item>
</c-col>
<!-- Shipment Period -->
<c-col :span="11">
<c-col :span="11" :offset="1">
<el-form-item label="发货期" prop="ledgrp.blk.shpper">
<c-input
type="textarea"
......@@ -263,106 +267,7 @@
</el-form-item>
</c-col>
</c-row>
<!--
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.drw.pts.extkey">
<c-input v-model="model.ledgrp.drw.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button size="small" type="primary;width:10%" @click="onSeainf">i</c-button>
</c-col>
<c-col :span="24">
<el-form-item label="Address Block" prop="ledgrp.drw.pts.adrblk">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.drw.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Presentation period text" prop="ledgrp.rec.prepertxts18">
<c-input v-model="model.ledgrp.rec.prepertxts18" maxlength="35" placeholder="请输入Presentation period text"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onAvbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.avb.namelc">
<c-input type="textarea" v-model="model.ledgrp.avb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.avb.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.avb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.avb.adrelc">
<c-input type="textarea" v-model="model.ledgrp.avb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<span v-text="model.recpan.labdefdet" data-path=".recpan.labdefdet" > </span>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onChariaButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onDrwpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.drw.namelc">
<c-input type="textarea" v-model="model.ledgrp.drw.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.drw.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.drw.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.drw.adrelc">
<c-input type="textarea" v-model="model.ledgrp.drw.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col> -->
</div>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<!-- Description of Goods -->
<c-col :span="19">
<el-form-item label="货物说明" prop="ledgrp.blk.lcrgod">
<c-col :span="19" :offset="1">
<el-form-item label="货物说明" label-width="100px" prop="ledgrp.blk.lcrgod">
<c-input
type="textarea"
:rows="20"
......@@ -14,7 +27,7 @@
</el-form-item>
</c-col>
<c-col :span="2" class="dogp_button">
<c-col :span="3" :offset="1" class="dogp_button">
<c-button
size="small"
type="primary"
......@@ -26,8 +39,8 @@
</c-col>
<!-- Goods Code -->
<c-col :span="12">
<el-form-item label="货物类型" prop="ledgrp.rec.stagod">
<c-col :span="11" :offset="1">
<el-form-item label="货物类型" label-width="100px" prop="ledgrp.rec.stagod">
<c-select
v-model="model.ledgrp.rec.stagod"
style="width:100%"
......@@ -35,7 +48,8 @@
></c-select>
</el-form-item>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -59,7 +73,5 @@ export default {
}
</script>
<style>
.dogp_button {
margin: 20px 0 0 -10px;
}
</style>
<template>
<div class="eibs-tab">
<c-col :span="19">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<!-- Documents Required -->
<el-form-item label="单据要求" prop="ledgrp.blk.lcrdoc">
<c-col :span="19" :offset="1">
<el-form-item label="单据要求" label-width="100px" prop="ledgrp.blk.lcrdoc">
<c-input
type="textarea"
:rows="20"
......@@ -14,7 +27,7 @@
</el-form-item>
</c-col>
<c-col :span="2" class="dorp_button">
<c-col :span="3" :offset="1">
<c-button
size="small"
type="primary"
......@@ -24,7 +37,8 @@
...
</c-button>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -48,7 +62,5 @@ export default {
}
</script>
<style>
.dorp_button{
margin: 20px 0 0 -10px;
}
</style>
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="24">
<el-form-item label="Fee Pool">
</el-form-item>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="23" :offset="1">
Fee Pool
</c-col>
<c-col :span="8">
</c-row>
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="Fee Code" prop="infcon.fepfeecod">
<c-select
v-model="model.infcon.fepfeecod"
style="width:100%"
placeholder="请选择Fee Code"
>
<c-select v-model="model.infcon.fepfeecod" style="width:100%" placeholder="请选择Fee Code">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12" :offset="4">
<el-form-item label="Fee Text" prop="infcon.fepfeecod">
<c-select
disabled
v-model="model.infcon.fepfeecod"
style="width:100%"
placeholder="请选择Fee Code"
>
</c-select>
</el-form-item>
</c-row>
</c-col>
<c-col :span="12">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="Disposition" prop="infcon.fepdsp">
<c-select
v-model="model.infcon.fepdsp"
style="width:100%"
placeholder="请选择Disposition"
>
<c-select v-model="model.infcon.fepdsp" style="width:100%" placeholder="请选择Disposition">
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col :span="22">
<el-form-item label="stream for FEPs to selected contract" prop="infcon.fepstm">
</c-col>
</c-row>
<!-- stream for FEPs to selected contract -->
<!-- <c-col :span="22" :offset="1">
<el-form-item label="" prop="infcon.fepstm">
<c-input
type="textarea"
:rows="6"
......@@ -47,33 +51,47 @@
placeholder=""
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="feptxtlbl" prop="infcon.feptxtlbl">
</el-form-item>
</c-col> -->
<c-col :span="12">
<span v-text="model.infcon.feptxtlbl" data-path=".infcon.feptxtlbl" > </span>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.fepstmData" :columns="stmData.fepstmColumns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
<c-row>
<c-col :span="24">
<el-form-item label="Foreign Charges Pool" >
</el-form-item>
<br />
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="23" :offset="1">
Foreign Charges Pool
</c-col>
<c-col :span="12">
</c-row>
<br />
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="Disposition" prop="infcon.fcpdsp">
<c-select
v-model="model.infcon.fcpdsp"
style="width:100%"
placeholder=""
>
<c-select v-model="model.infcon.fcpdsp" style="width:100%" placeholder="请选择Disposition">
</c-select>
</el-form-item>
</c-col>
<c-col :span="22">
<el-form-item label="stream of foreign charges" prop="infcon.fcpstm">
<!-- 请输入stream of foreign charges -->
</c-row>
</c-col>
<c-col :span="11" :offset="1">
</c-col>
</c-row>
<!-- stream of foreign charges -->
<!-- <c-col :span="22" :offset="1">
<el-form-item label="" prop="infcon.fcpstm">
<c-input
type="textarea"
:rows="6"
......@@ -81,12 +99,19 @@
placeholder=""
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.infcon.fcptxtlbl" data-path=".infcon.fcptxtlbl" > </span>
</c-col> -->
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.fcpstmData" :columns="stmData.fcpstmColumns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</div>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -100,7 +125,37 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
fepstmColumns: [
"1 1 \"Fee Code\" 80 ",
"1 2 \"Fee Text\" 0 ",
"1 3 \"Disposition\" 130 ",
"1 4 \"Role\" 70 ",
"1 5 \"Cur\" 80 ",
"1 6 \"Amount\" 100 ",
"1 7 \"Transaction/INR\" 120 ",
"1 8 \"Entry Date\" 0 ",
"1 9 \"Status\" 80 ",
],
fepstmData: [
],
fcpstmColumns: [
"1 1 \"Payer\" 0 ",
"2 1 \"Text for Payer\" 0 ",
"1 2 \"Payee\" 0 ",
"2 2 \"Text for Payee\" 130 ",
"1 3 \"Disposition\" 0 ",
"1 4 \"Cur\" 100 ",
"1 5 \"Amount\" 100 ",
"1 6 \"Transaction/INR\" 130 ",
"1 7 \"Entry Date\" 0 ",
"1 8 \"Status\" 80 ",
],
fcpstmData: [
],
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<!-- <c-col :sapn="6">
<el-form-item label="Booking date from" prop="infcon.seabucdatfro">
<c-date-picker
type="date"
v-model="model.infcon.seabucdatfro"
style="width:100%"
placeholder="请选择Booking date from"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label="to" label-width="10px" prop="infcon.seabucdatto">
<c-date-picker
type="date"
v-model="model.infcon.seabucdatto"
style="width:100%"
placeholder="请选择Booking date till used on GLEINFP"
></c-date-picker>
</el-form-item>
</c-col>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:30px;">
<c-col :span="11" :offset="1">
<el-form-item label="Transaction INR" prop="infcon.seatrninr">
<c-input
v-model="model.infcon.seatrninr"
maxlength="8"
placeholder="请输入Transaction INR"
></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="8">
<c-row>
<c-col :span="11">
<el-form-item label="Booking date from" prop="infcon.seabucdatfro">
<c-date-picker type="date" v-model="model.infcon.seabucdatfro" style="width:90%" placeholder="请选择Booking date from"></c-date-picker>
<c-date-picker type="date" v-model="model.infcon.seabucdatfro" style="width:100%"
placeholder="请选择Booking date from"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label="To" label-width="20px" prop="infcon.seabucdatto">
<c-date-picker type="date" v-model="model.infcon.seabucdatto" style="width:90%" placeholder="请选择Booking date till used on GLEINFP"></c-date-picker>
<c-col :span="8" :offset="1">
<el-form-item label="to" prop="infcon.seabucdatto" label-width="40px">
<c-date-picker type="date" v-model="model.infcon.seabucdatto" style="width:100%"
placeholder="请选择Booking date till used on GLEINFP"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="8" :offset="1">
</c-row>
</c-col>
<c-col :span="10" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="Transaction INR" prop="infcon.seatrninr">
<c-input v-model="model.infcon.seatrninr" maxlength="8" placeholder="请输入Transaction INR"></c-input>
<c-input v-model="model.infcon.seatrninr" maxlength="8" placeholder="请输入Transaction INR">
</c-input>
</el-form-item>
</c-col>
<!-- Stream of GLEs -->
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.glestm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.glestm"
placeholder="请输入Stream of GLEs"
></c-input>
</el-form-item>
</c-row>
</c-col>
</div>
</c-row>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -74,7 +66,28 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
columns: [
"1 1 \"TRNINR\" 100 ",
"1 2 \"Account\" 100 ",
"1 3 \"D/C\" 80 ",
"1 4 \"Cur\" 80",
"2 4 \"S.Cur\" 80",
"1 5 \"Amount\" 100",
"2 5 \"Sys.Amount\" 100",
"1 6 \"Val.Date\" 130",
"2 6 \"Book.Date\" 130",
"1 7 \"Booking Text 1\" 130",
"2 7 \"Booking Text 2\" 130",
"3 7 \"Booking Text 3\" 130",
"1 8 \"P.N.\" 80",
"1 9 \"Exp.Session\" 120",
"2 9 \"Exp.Status\" 80",
],
data: [
]
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="onInfbutSearow" >
<template v-slot="searchSlot">
<el-form
class="m-table-search-form"
ref="paramsForm"
:inline="true"
label-position="left"
label-width="110px"
size="small"
>
<el-row>
<c-col :span="12">
<el-form-item label="业务编号" prop="infcon.seaownref">
<c-input
v-model="model.infcon.seaownref"
<c-content class="eibs-tab" :height="200">
<c-infsearch-group @handleSearch="handleSearch" @handleReset="handleReset">
<!-- 持续展示区 -->
<template slot="keepShow">
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<el-form-item label="Own Reference" prop="infcon.seaownref">
<c-input v-model="model.infcon.seaownref"
maxlength="16"
placeholder="请输入Own Reference"
></c-input>
</el-form-item>
</c-row>
</c-col>
<c-col :span="12">
<el-form-item label="开立日期" >
<el-date-picker
type="date"
v-model="model.infcon.opndatfrom"
style="width:43%"
placeholder="请选择Opening between"
></el-date-picker>
-
<el-date-picker
type="date"
v-model="model.infcon.opndatto"
style="width:43%"
placeholder="请选择Open Date to"
></el-date-picker>
<c-col :span="10" :offset="1">
<el-form-item label="Name" prop="infcon.nam">
<c-input
v-model="model.infcon.nam"
maxlength="40"
placeholder="请输入Name"
></c-input>
</el-form-item>
</c-col>
</el-row>
</c-row>
</template>
<el-row v-show="searchSlot.searchToggle">
<c-col :span="12">
<!-- 可控展示区 -->
<template slot="changeShow">
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row >
<c-col :span="24" >
<el-form-item label="Party Reference" prop="infcon.searef">
<c-input
v-model="model.infcon.searef"
......@@ -51,17 +41,7 @@
</el-form-item>
</c-col>
<c-col :span="12" >
<el-form-item label="业务主题" prop="infcon.nam" style="">
<c-input
v-model="model.infcon.nam"
maxlength="40"
placeholder="请输入Name"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Select Single Party" prop="infcon.pty.extkey">
<c-input
v-model="model.infcon.pty.extkey"
......@@ -71,20 +51,11 @@
</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="请输入External Visible Name"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Party Name/BIC" prop="infcon.seapty">
<c-input
v-model="model.infcon.seapty"
style="width:100%"
maxlength="24"
placeholder="请输入Party Name/BIC"
></c-input>
......@@ -92,14 +63,30 @@
</c-col>
<c-col :span="12">
<el-form-item label="Role" prop="infcon.searol">
<c-select
v-model="model.infcon.searol"
<el-form-item label="Opening between" >
<el-date-picker
type="date"
v-model="model.infcon.opndatfrom"
style="width:100%"
placeholder="请选择Role"
>
placeholder="请选择Opening between"
></el-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="and" label-width="40px" >
<el-date-picker
type="date"
v-model="model.infcon.opndatto"
style="width:100%"
placeholder="请选择Open Date to"
></el-date-picker>
</el-form-item>
</c-col>
<c-col :span="15">
<el-form-item label="币种" prop="infcon.seacur">
<c-select v-model="model.infcon.seacur" style="width:100%" placeholder="请选择Currency">
<el-option
v-for="item in codes.searol"
v-for="item in codes.seacur"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -108,26 +95,30 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Resp.User" prop="infcon.usr.extkey">
</c-row>
</c-col>
<c-col :span="10" :offset="1">
<c-row>
<c-col :span="24">
</c-col>
<c-col :span="24">
<el-form-item label="Party Name" prop="infcon.pty.nam">
<c-input
v-model="model.infcon.usr.extkey"
maxlength="8"
placeholder="请输入User ID"
v-model="model.infcon.pty.nam"
maxlength="40"
placeholder="请输入External Visible Name"
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="12">
<el-form-item label="Status" prop="infcon.seasta" style="">
<c-col :span="15">
<el-form-item label="Role" prop="infcon.searol">
<c-select
v-model="model.infcon.seasta"
v-model="model.infcon.searol"
style="width:100%"
placeholder="请选择Status"
placeholder="请选择Role"
>
<el-option
v-for="item in codes.seasta"
v-for="item in codes.searol"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -135,27 +126,22 @@
</el-option>
</c-select>
</el-form-item>
</c-col> -->
<c-col :span="12">
<el-form-item label="业务状态" prop="infcon.seasta">
<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>
</c-col>
<c-col :span="13">
<el-form-item label="Resp.User" prop="infcon.usr.extkey">
<c-input
v-model="model.infcon.usr.extkey"
style="width:100%"
maxlength="8"
placeholder="请输入User ID"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="币种" prop="infcon.seacur">
<c-select v-model="model.infcon.seacur" style="width:100%" placeholder="请选择Currency">
<c-col :span="10" :offset="1">
<el-form-item label="Status" label-width="50px" prop="infcon.seasta">
<c-select v-model="model.infcon.seasta" style="width:100%" placeholder="请选择Status">
<el-option
v-for="item in codes.seacur"
v-for="item in codes.seasta"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -164,40 +150,29 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="13">
<el-form-item label="金额" prop="infcon.seaamtfr">
<c-input
v-model="model.infcon.seaamtfr"
style="width:45%"
style="width:100%"
placeholder="请输入Amount between"
></c-input>
-
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="and" label-width="50px" prop="infcon.seaamtfr">
<c-input
v-model="model.infcon.seaamtto"
style="width:45%"
v-model="model.infcon.seaamtfr"
style="width:100%"
placeholder="请输入Amount to"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="是否显示查询码" prop="infcon.cxmflg">
<c-select v-model="model.infcon.cxmflg" style="width:100%" placeholder="请选择是否显示查询码">
<el-option
v-for="item in codes.cxmflg"
: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="信用证类型" prop="sealcrtyp">
</c-row>
</c-col>
</c-row>
<c-col :span="11" :offset="1">
<el-form-item label="Form of L/C" prop="sealcrtyp">
<c-select
v-model="model.sealcrtyp"
style="width:100%"
......@@ -206,59 +181,43 @@
></c-select>
</el-form-item>
</c-col>
</el-row>
</el-form>
</template>
</c-list-search>
<c-col :span="24" style="padding: 20px 16px;">
<c-button size="small" type="primary" title="LETOPN" @click="onChoose('letopn')">
出口信用证开立
</c-infsearch-group>
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-col>
<c-button size="small" type="primary" @click="onInfbutSearow">
Search
</c-button>
<c-button size="small" type="primary" @click="onInfbutDsp" disabled>
Display
</c-button>
<!-- <c-button size="small" type="primary" @click="onInfbutUserow" disabled>Use</c-button> -->
<c-button size="small" type="primary" @click="onInfbutUserow" disabled>
Use
</c-button>
<c-button size="small" type="primary" @click="onInfbutClr">
Clear
</c-button>
<c-button size="small" type="primary" @click="onInfbutButprt">
导Excel
</c-button>
<!-- <c-button size="small" type="primary" @click="onInfbutSearow">Search</c-button> -->
<c-button size="small" type="primary" @click="onInfbutExi">
Exit
</c-button>
</c-col>
</c-row>
<c-istream-table
:list="this.model.infbut.dspstm"
:columns="columns"
style="padding: 0 16px;"
>
<el-table-column
prop="display"
label="操作"
width="100px"
>
<!-- width="100" -->
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :list="this.model.infbut.dspstm" :columns="columns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<c-button size="small" type="primary" @click="getButtons(scope.row['业务编号'])">处理</c-button>
<!--<a href="javascript:void(0)" @click="getButtons(scope.row['业务编号'])">处理</a>-->
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
<!-- "'交易列表'" -->
<el-dialog :visible.sync="initdialog" :title="交易列表" append-to-body>
<div class="m-list-btns">
<m-busbtn ref="childs" :ownref="curownref" @onChoose="onChoose" >11</m-busbtn>
</div>
</el-dialog>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -279,16 +238,35 @@ export default {
curownref:"",
initdialog:false,
columns:[
"1 1 \"业务编号\" 130 200",
"2 2 \"经办柜员\" 90 80",
"5 5 \"开立日期\" 120 250",
"6 6 \"到期日\" 300 250",
"8 7 \"分行名称\" 200 300",
"9 8 \"申请人编号\" 150 200",
"11 9 \"申请人名称\" 150 300",
"15 10 \"受益人名称\" 60 300",
"16 3 \"开立币种\" 90 80",
"17 4 \"开立金额\" 90 80",
// "1 1 \"业务编号\" 130 200",
// "2 2 \"经办柜员\" 90 80",
// "5 5 \"开立日期\" 120 250",
// "6 6 \"到期日\" 300 250",
// "8 7 \"分行名称\" 200 300",
// "9 8 \"申请人编号\" 150 200",
// "11 9 \"申请人名称\" 150 300",
// "15 10 \"受益人名称\" 60 300",
// "16 3 \"开立币种\" 90 80",
// "17 4 \"开立金额\" 90 80",
"1 1 \"Reference\" 150",
"2 1 \"Resp. User\" 150",
"3 1 \"Tendor day\" 150",
"1 2 \"Party Number\" 150",
"2 2 \"Applicant\" 150",
"3 2 \"PTA NO.\" 150",
"1 3 \"Party Number\" 150",
"2 3 \"Beneficiary\" 150",
"3 3 \"Beneficiary CN\" 150",
"1 4 \"Party Number\" 150",
"2 4 \"Issuing Bank\" 150",
"3 4 \"分行名称\" 150",
"1 5 \"Opened\" 150",
"2 5 \"Expired\" 150",
"3 5 \"Closed\" 150",
"1 6 \"Cur\" 150",
"2 6 \"Cur\" 150",
"1 7 \"L/C Amount\" 150",
"2 7 \"Open Amount\" 150"
]
}
},
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<el-form-item label="Engagement Information">
</el-form-item>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:30px;">
<c-col :span="23" :offset="1">
Engagement Information
</c-col>
</c-row>
<!-- Stream for all engagements to selected contract -->
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.liastm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.liastm"
placeholder="请输入Stream for all engagements to selected contract"
></c-input>
</el-form-item>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="80">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -29,7 +43,20 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
columns: [
"1 1 \"Type\" 0 ",
"1 2 \"Role\" 0 ",
"1 3 \"Maturity\" 0",
"1 4 \"Cur\" 0",
"1 5 \"Amount\" 0",
"1 6 \"Account\" 0",
"1 7 \"Counter Account\" 0",
],
data: [
]
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<!-- Stream for Orders for Contract -->
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.ordstm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.ordstm"
placeholder="请输入Stream for Orders for Contract"
></c-input>
</el-form-item>
<c-row class="infrow" style="margin-top:30px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="80">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -25,7 +39,17 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
columns: [
"1 1 \"Start\" 0 ",
"1 2 \"Status\" 0 ",
"1 3 \"Reference\" 0",
"1 4 \"Name\" 0",
],
data: [
]
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span=24>
<c-col :span=8>
<el-form-item label="业务编号" prop="ledgrp.rec.ownref">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="8" :offset="1">
<el-form-item label="业务编号" label-width="120px" prop="ledgrp.rec.ownref">
<c-input
v-model="model.ledgrp.rec.ownref"
style="width:95%"
maxlength="16"
placeholder="请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button size="small" type="primary;width:10%" @click="onSeainf">
i
</c-button>
<!-- <c-button size="small" type="primary" @click="onRecpanButgetref">
Get Ref
</c-button> -->
<c-button size="small" type="primary;width:10%" @click="onSeainf">i</c-button>
<c-button
size="small"
type="primary"
......@@ -29,55 +37,49 @@
获取
</c-button>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Name" prop="ledgrp.rec.nam">
<c-input v-model="model.ledgrp.rec.nam" maxlength="40" placeholder="请输入Name"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="11" :offset="1">
<el-form-item label="概要" prop="ledgrp.rec.nam">
<c-col :span="10" :offset="1">
<el-form-item label="概 要" prop="ledgrp.rec.nam">
<c-input
v-model="model.ledgrp.rec.nam"
style="width:100%"
maxlength="40"
placeholder="请输入概要"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="24">
<c-col :span="11">
<c-col :span="24">
<el-form-item label="转让标志" prop="ledgrp.rec.lcrtyp">
<el-form-item label="转让标志" label-width="120px" prop="ledgrp.rec.lcrtyp">
<c-select
v-model="model.ledgrp.rec.lcrtyp"
style="width:100%"
style="width:95%"
placeholder="请选择转让标志">
</c-select>
</el-form-item>
</c-col>
<c-col :span="20">
<el-form-item label="经办柜员" prop="recpan.usr.extkey">
<el-form-item label="经办柜员" label-width="120px" prop="recpan.usr.extkey">
<c-input
v-model="model.recpan.usr.extkey"
style="width:95%"
maxlength="8"
placeholder="请输入经办柜员"
:disabled="true"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="4">
<c-checkbox v-model="model.ledgrp.rec.collflg">
Collateralized L/C
</c-checkbox>
</c-col> -->
<c-col :span="4" class="centerLable">
<c-checkbox :disabled="true" v-model="model.ledgrp.rec.collflg">
抵押信用证
</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
<el-form-item label="信用证金额" label-width="120px" prop="ledgrp.cbs.nom1.cur">
<c-select
v-model="model.ledgrp.cbs.nom1.cur"
style="width:100%"
......@@ -90,24 +92,21 @@
<!-- <c-input -->
<c-input-currency
v-model="model.ledgrp.cbs.nom1.amt"
style="text-align: left; width: 100%"
style="text-align: left; width: 90%"
placeholder="请输入信用证金额"
></c-input-currency>
</el-form-item>
</c-col>
<!-- <c-col :span="4">
<c-checkbox v-model="model.recpan.aamp.aammod.addamtflg">
Add. Amount</c-checkbox>
</c-col> -->
<c-col :span="3" :offset="1" class="centerLable">
<c-checkbox v-model="model.recpan.aamp.aammod.addamtflg">
附加金额
</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="金额浮动 +/-" prop="ledgrp.rec.nomtop">
<el-form-item label="金额浮动 +/-" label-width="120px" prop="ledgrp.rec.nomtop">
<c-input
v-model="model.ledgrp.rec.nomtop"
placeholder="请输入Amount Tolerance +/-"
></c-input>
</el-form-item>
......@@ -117,6 +116,7 @@
<el-form-item label="" label-width="10px" prop="ledgrp.rec.nomton">
<c-input
v-model="model.ledgrp.rec.nomton"
style="width:90%"
placeholder="请输入Amount Tolerance - Negative"
></c-input>
</el-form-item>
......@@ -127,11 +127,9 @@
传入传输
</c-checkbox>
</c-col>
</c-row>
</c-col>
<!-- <el-form-item label="Beneficiary Ref." prop="ledgrp.ben.pts.ref">
<c-input v-model="model.ledgrp.ben.pts.ref" maxlength="16" placeholder="请输入Beneficiary Ref."></c-input>
</el-form-item> -->
<c-col :span="11" :offset="1">
<c-col :span="10" :offset="1">
<c-ptap
:model="model"
:argadr="{
......@@ -145,26 +143,23 @@
>
</c-ptap>
</c-col>
</c-col>
</c-row>
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="24">
<c-col :span="11">
<!-- <el-form-item label="Amount Specification" prop="ledgrp.rec.nomspc">
<c-select v-model="model.ledgrp.rec.nomspc" style="width:100%" placeholder="请选择Amount Specification">
</c-select>
</el-form-item> -->
<c-col :span="24">
<el-form-item label="适用金额规范" prop="ledgrp.rec.nomspc">
<el-form-item label="适用金额规范" label-width="120px" prop="ledgrp.rec.nomspc">
<c-select
v-model="model.ledgrp.rec.nomspc"
style="width:100%"
style="width:95%"
placeholder="请选择适用金额规范"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="最大金额" prop="ledgrp.cbs.max.cur">
<el-form-item label="最大金额" label-width="120px" prop="ledgrp.cbs.max.cur">
<c-select
v-model="model.ledgrp.cbs.max.cur"
style="width:100%"
......@@ -174,19 +169,20 @@
</c-col>
<c-col :span="12">
<!-- label="Maximum Amount" -->
<el-form-item label="" label-width="20px" prop="ledgrp.cbs.max.amt">
<el-form-item label="" label-width="10px" prop="ledgrp.cbs.max.amt">
<c-input
v-model="model.ledgrp.cbs.max.amt"
style="width:93%"
placeholder="请输入最大金额"
></c-input>
</el-form-item>
</c-col>
<c-col :span="14">
<el-form-item label="开证日期" prop="ledgrp.rec.opndat">
<c-col :span="13">
<el-form-item label="开证日期" label-width="120px" prop="ledgrp.rec.opndat">
<c-date-picker
type="date"
v-model="model.ledgrp.rec.opndat"
style="width:100%"
style="width:80%"
placeholder="请选择开证日期"
></c-date-picker>
</el-form-item>
......@@ -201,12 +197,12 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="14">
<el-form-item label="装运日期" prop="ledgrp.rec.shpdat">
<c-col :span="13">
<el-form-item label="装运日期" label-width="120px" prop="ledgrp.rec.shpdat">
<c-date-picker
type="date"
v-model="model.ledgrp.rec.shpdat"
style="width:100%"
style="width:80%"
placeholder="请选择装运日期"
></c-date-picker>
</el-form-item>
......@@ -221,12 +217,10 @@
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<!-- <el-form-item label="Issuer Ref." prop="ledgrp.iss.pts.ref">
<c-input v-model="model.ledgrp.iss.pts.ref" maxlength="16" placeholder="请输入Issuer Ref."></c-input>
</el-form-item> -->
<c-col :span="10" :offset="1">
<c-ptap
:model="model"
:argadr="{
......@@ -240,12 +234,13 @@
>
</c-ptap>
</c-col>
</c-col>
</c-row>
<c-col :span="24">
<c-col :span="11">
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="14">
<el-form-item label="到期日" prop="ledgrp.rec.expdat">
<el-form-item label="到期日" label-width="120px" prop="ledgrp.rec.expdat">
<c-date-picker
type="date"
v-model="model.ledgrp.rec.expdat"
......@@ -256,38 +251,36 @@
</c-col>
<c-col :span="10"> </c-col>
<c-col :span="24">
<el-form-item label="有效地点" prop="ledgrp.rec.expplc">
<el-form-item label="有效地点" label-width="120px" prop="ledgrp.rec.expplc">
<c-input
v-model="model.ledgrp.rec.expplc"
style="width:95%"
maxlength="29"
placeholder="请输入有效地点"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="确认接收指示" prop="ledgrp.rec.cnfdet">
<el-form-item label="确认接收指示" label-width="120px" prop="ledgrp.rec.cnfdet">
<c-select
v-model="model.ledgrp.rec.cnfdet"
style="width:100%"
style="width:95%"
placeholder="请选择确认接收指示"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="适用规则" prop="ledgrp.rec.apprul">
<el-form-item label="适用规则" label-width="120px" prop="ledgrp.rec.apprul">
<c-select
v-model="model.ledgrp.rec.apprul"
style="width:100%"
style="width:95%"
placeholder="请选择适用规则"
></c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<!-- <el-form-item label="Applicant Ref." prop="ledgrp.apl.pts.ref">
<c-input v-model="model.ledgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input>
</el-form-item> -->
<c-col :span="10" :offset="1">
<c-ptap
:model="model"
:argadr="{
......@@ -301,47 +294,44 @@
>
</c-ptap>
</c-col>
</c-col>
</c-row>
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="24">
<c-col :span="11">
<c-col :span="24">
<el-form-item label="其他规则" prop="ledgrp.rec.apprultxt">
<el-form-item label="其他规则" label-width="120px" prop="ledgrp.rec.apprultxt">
<c-input
v-model="model.ledgrp.rec.apprultxt"
style="width:95%"
maxlength="35"
placeholder="请输入其他规则"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="分批装运" prop="ledgrp.rec.shppars18">
<el-form-item label="分批装运" label-width="120px" prop="ledgrp.rec.shppars18">
<c-select
v-model="model.ledgrp.rec.shppars18"
style="width:100%"
style="width:95%"
placeholder="请选择分批装运">
</c-select>
</el-form-item>
<!-- <el-form-item label="Partial Shipment" prop="ledgrp.rec.shppar">
<c-select v-model="model.ledgrp.rec.shppar" style="width:100%" placeholder="请选择Partial Shipment">
</c-select>
</el-form-item> -->
</c-col>
<c-col :span="24">
<el-form-item label="转运" prop="ledgrp.rec.shptrss18">
<el-form-item label="转运" label-width="120px" prop="ledgrp.rec.shptrss18">
<c-select
v-model="model.ledgrp.rec.shptrss18"
style="width:100%"
style="width:95%"
placeholder="请选择转运"
></c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24" class="centerLable marginLable">
<c-checkbox v-model="model.ledgrp.rec.revflg"
>Revolving Flag</c-checkbox>
<c-checkbox v-model="model.ledgrp.rec.revflg">Revolving Flag</c-checkbox>
</c-col>
<c-col :span="24" class="centerLable marginLable">
<!-- Authorization to Debit -->
......@@ -356,8 +346,10 @@
<c-checkbox v-model="model.ledgrp.rec.teskeyunc">测试密钥</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-row>
</c-content>
</template>
</
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.recget.sdamod.dadsnd">
<c-input v-model="model.recpan.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
......@@ -545,8 +537,7 @@
</c-select>
</el-form-item>
</c-col> -->
</div>
</template>
<script>
import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess";
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="24">
<el-form-item label="Pending Items">
</el-form-item>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="23" :offset="1">
Pending Items
</c-col>
<c-col :span="24">
<c-col :span="4">
</c-row>
<br>
<c-row class="infrow">
<c-col :span="4" :offset="1">
<el-form-item label="" prop="infcon.sptinc" label-width="0">
<c-checkbox v-model="model.infcon.sptinc">Incoming</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="4" :offset="0.5">
<c-col :span="4">
<el-form-item label="" prop="infcon.sptreg" label-width="0">
<c-checkbox v-model="model.infcon.sptreg">Registered</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="4" :offset="0.5">
<c-col :span="4">
<el-form-item label="" prop="infcon.sptpen" label-width="0">
<c-checkbox v-model="model.infcon.sptpen">Pending</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="4" :offset="0.5">
<c-col :span="4">
<el-form-item label="" prop="infcon.sptcor" label-width="0">
<c-checkbox v-model="model.infcon.sptcor">Correction</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="6" :offset="0.5">
<c-checkbox v-model="model.infcon.sptdel">Deleted/Rejected</c-checkbox>
</c-col>
<c-col :span="4">
<el-form-item label="" prop="infcon.sptdel" label-width="0">
<c-checkbox v-model="model.infcon.sptdel">Deleted</c-checkbox>
</el-form-item>
</c-col>
</c-row>
<!-- stream for SPT to selected contract -->
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.sptstm">
<c-input
type="textarea"
:rows="10"
v-model="model.infcon.sptstm"
placeholder="请输入stream for SPT to selected contract"
></c-input>
</el-form-item>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.sptstmData" :columns="stmData.sptstmColumns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
<c-col :span="24">
<el-form-item label="Diaries">
</el-form-item>
</c-row>
<br />
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="23" :offset="1">
Diaries
</c-col>
</c-row>
<br />
<c-col :span="24">
<c-col :span="7">
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="12">
<el-form-item label="Date from" label-width="100px" prop="infcon.diadatfrom">
<c-date-picker
type="date"
v-model="model.infcon.diadatfrom"
style="width:100%"
placeholder="请选择Date from"
></c-date-picker>
<c-date-picker type="date" v-model="model.infcon.diadatfrom" style="width:100%"
placeholder="请选择Date from"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="4" :offset="0.5">
<el-form-item label="to" label-width="20px" prop="infcon.diadatto">
<c-date-picker
type="date"
v-model="model.infcon.diadatto"
style="width:100%"
placeholder="请选择date till"
></c-date-picker>
<c-col :span="8" :offset="1">
<el-form-item label="to" prop="infcon.diadatto" label-width="20px">
<c-date-picker type="date" v-model="model.infcon.diadatto" style="width:100%"
placeholder="请选择date till"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="6" :offset="4">
<el-form-item label="Status" label-width="50px" prop="infcon.diasta">
</c-row>
</c-col>
<c-col :span="10" :offset="1">
<c-row>
<c-col :span="12">
<el-form-item label="Status" label-width="100px" prop="infcon.diasta">
<c-select v-model="model.infcon.diasta" style="width:100%" placeholder="请选择Status">
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<!-- stream for diaries to selected contract -->
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.diastm">
<c-input
type="textarea"
:rows="10"
v-model="model.infcon.diastm"
placeholder="请输入stream for diaries to selected contract"
></c-input>
</el-form-item>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.diastmData" :columns="stmData.diastmColumns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</div>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -103,7 +122,33 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
sptstmColumns: [
"1 1 \"TRN\" 0 ",
"1 2 \"Reference\" 0 ",
"1 3 \"Name\" 0 ",
"1 4 \"Creation\" 0",
"1 5 \"Status\" 0",
"1 6 \"by\" 0",
"1 7 \"Info\" 0",
"1 8 \"Infotext\" 0",
],
sptstmData: [
],
diastmColumns: [
"1 1 \"Date\" 0 ",
"1 2 \"Reason\" 0 ",
"1 3 \"Description\" 0 ",
"1 4 \"Transaction\" 0",
"1 5 \"User\" 0",
"1 6 \"Group\" 0",
"1 7 \"Status\" 0",
],
diastmData: [
],
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="22" :offset="1">
<el-form-item label="Printf of info Export L/C">
</el-form-item>
</c-col>
<!-- XMLPanel prtpan的内置block -->
<c-col :span="22">
<c-col :span="22" :offset="1">
<el-form-item label="" label-width="20px" prop="prtpanblk">
<c-input
type="textarea"
......
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="11">
<!-- <c-col :span="12">
<el-form-item label="1st Advising Bank" prop="ledgrp.adv.pts.ref">
<c-input v-model="model.ledgrp.adv.pts.ref" maxlength="16" placeholder="请输入1st Advising Bank"></c-input>
</el-form-item>
</c-col> -->
<!-- 1st Advising Bank Ref. -->
<c-col :span="24">
<c-ptap
:model="model"
......@@ -20,25 +29,20 @@
>
</c-ptap>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Applicant's Bank" prop="ledgrp.apb.pts.ref">
<c-input v-model="model.ledgrp.apb.pts.ref" maxlength="16" placeholder="请输入Applicant's Bank"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '申请人银行',
title: '第二通知行',
grp: 'ledgrp',
rol: 'a2b',
}"
@onSeainf="onSeainf"
@onAplpDet="onA2bpDet"
>
</c-ptap>
</c-col>
<!-- Confirm. Instruct -->
<c-col :span="24">
<el-form-item label="第二通知行确认指令" prop="ledgrp.rec.cnfins">
......@@ -50,9 +54,11 @@
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="10" :offset="1">
<c-row>
<!-- Applicant's Bank Ref.-->
<c-col :span="24">
<c-ptap
:model="model"
......@@ -66,6 +72,12 @@
>
</c-ptap>
</c-col>
<!-- Send Directly -->
<c-col :span="12">
<c-checkbox v-model="model.ledgrp.rec.aplbnkdirsnd">Send Directly to Applicant's Bank</c-checkbox>
</c-col>
<!-- Reimbursement Bank 偿付行-->
<c-col :span="24">
<c-ptap
:model="model"
......@@ -79,31 +91,24 @@
>
</c-ptap>
</c-col>
<!-- Confirmation Bank 保兑行 -->
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '第二通知行',
title: '保兑行',
grp: 'ledgrp',
rol: 'con',
}"
:onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
@onAplpDet="onConpDet"
>
</c-ptap>
</c-col>
<!-- Name of Party -->
<c-col :span="24">
<el-form-item label="第二通知行名称" prop="ledgrp.con.pts.nam">
<c-input
v-model="model.ledgrp.con.pts.nam"
maxlength="40"
placeholder="请输入第二通知行名称"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-edit-table :model="model" v-bind="ptsaddg">
<el-table-column label="操作" align="center">
<template slot-scope="scope">
......@@ -116,250 +121,7 @@
</template>
</el-table-column>
</c-edit-table>
</c-row>
<!--
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.advp.ptsget.sdamod.dadsnd">
<c-input v-model="model.recpan.advp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.apbp.ptsget.sdamod.dadsnd">
<c-input v-model="model.recpan.apbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.adv.pts.extkey">
<c-input v-model="model.ledgrp.adv.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="recpan.advp.ptsget.sdamod.seainf">
<c-input v-model="model.recpan.advp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onAdvpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.apb.pts.extkey">
<c-input v-model="model.ledgrp.apb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="recpan.apbp.ptsget.sdamod.seainf">
<c-input v-model="model.recpan.apbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onApbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.adv.namelc">
<c-input type="textarea" v-model="model.ledgrp.adv.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.apb.namelc">
<c-input type="textarea" v-model="model.ledgrp.apb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.ledgrp.rec.aplbnkdirsnd">Send Directly to Applicant's Bank</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.adv.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.adv.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.adv.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.adv.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.apb.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.apb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.apb.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.apb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.adv.adrelc">
<c-input type="textarea" v-model="model.ledgrp.adv.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.apb.adrelc">
<c-input type="textarea" v-model="model.ledgrp.apb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="2nd Advising Bank" prop="ledgrp.a2b.pts.ref">
<c-input v-model="model.ledgrp.a2b.pts.ref" maxlength="16" placeholder="请输入2nd Advising Bank"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Reimbursement Bank" prop="ledgrp.rmb.pts.ref">
<c-input v-model="model.ledgrp.rmb.pts.ref" maxlength="16" placeholder="请输入Reimbursement Bank"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.a2bp.ptsget.sdamod.dadsnd">
<c-input v-model="model.recpan.a2bp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.rmbp.ptsget.sdamod.dadsnd">
<c-input v-model="model.recpan.rmbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.a2b.pts.extkey">
<c-input v-model="model.ledgrp.a2b.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="recpan.a2bp.ptsget.sdamod.seainf">
<c-input v-model="model.recpan.a2bp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onA2bpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.rmb.pts.extkey">
<c-input v-model="model.ledgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="recpan.rmbp.ptsget.sdamod.seainf">
<c-input v-model="model.recpan.rmbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRmbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.a2b.namelc">
<c-input type="textarea" v-model="model.ledgrp.a2b.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.rmb.namelc">
<c-input type="textarea" v-model="model.ledgrp.rmb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.a2b.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.a2b.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.a2b.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.a2b.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.rmb.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.rmb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Chinese address" prop="ledgrp.rmb.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.rmb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.a2b.adrelc">
<c-input type="textarea" v-model="model.ledgrp.a2b.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.rmb.adrelc">
<c-input type="textarea" v-model="model.ledgrp.rmb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Confirmation Bank" prop="ledgrp.con.pts.ref">
<c-input v-model="model.ledgrp.con.pts.ref" maxlength="16" placeholder="请输入Confirmation Bank"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="recpan.conp.ptsget.sdamod.dadsnd">
<c-input v-model="model.recpan.conp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.con.pts.extkey">
<c-input v-model="model.ledgrp.con.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="recpan.conp.ptsget.sdamod.seainf">
<c-input v-model="model.recpan.conp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onConpDet">
Details
</c-button>
</c-col>
-->
</div>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="24">
<el-form-item label="Temporary Settlement">
</el-form-item>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:30px;">
<c-col :span="23" :offset="1">
Temporary Settlement
</c-col>
<c-col :span="12">
</c-row>
<c-row class="infrow">
<c-col :span="11" :offset="1">
<el-form-item label="" prop="infcon.setflg" label-width="0">
<c-checkbox v-model="model.infcon.setflg">
show temporary settlement that already settled
</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="10" :offset="1">
<el-form-item label="" prop="infcon.sepdelflg" label-width="0">
<c-checkbox v-model="model.infcon.sepdelflg">
show temporary settlement that already deleted
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
<!-- stream of SEPs -->
<c-col :span="24"></c-col>
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.sepstm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.sepstm"
placeholder="请输入stream of SEPs"
></c-input>
</el-form-item>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -42,7 +60,21 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
columns: [
"1 1 \"Cre.Date\" 0 ",
"1 2 \"Reference\" 0 ",
"1 3 \"Cur\" 0 ",
"1 4 \"Amount\" 115",
"1 5 \"Cre.TRNINR\" 115",
"1 6 \"Cre.TRN\" 115",
"1 7 \"Settl.TRNINR\" 115",
"1 8 \"Settl.Date\" 115",
],
data: [
]
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:30px;">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="24">
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Type of Document" prop="infcon.smhcortyp">
<c-select
v-model="model.infcon.smhcortyp"
<c-col :span="18">
<el-form-item label="Type of Document" label-width="130px" prop="infcon.smhcortyp">
<c-select v-model="model.infcon.smhcortyp"
style="width:100%"
placeholder="请选择Type of Document"
:code="codes.cortyp"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="8" :offset="3">
<c-col :span="24">
<c-col :span="5" :offset="1">
<el-form-item label="" prop="infcon.chktrn" label-width="0">
<c-checkbox v-model="model.infcon.chktrn">
Active only
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="24">
<c-col :span="7">
<el-form-item label="Created between " prop="infcon.smhdatfrom">
<c-date-picker type="date" v-model="model.infcon.smhdatfrom" style="width:100%" placeholder="请选择Created between "></c-date-picker>
<c-col :span="10" :offset="1">
<c-row>
<c-col :span="20">
<el-form-item label="Direction" label-width="130px" prop="infcon.smhdir">
<c-select
v-model="model.infcon.smhdir"
style="width:100%"
placeholder="请选择Direction"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-col :span="4" :offset="1">
<el-form-item label="and" label-width="30px" prop="infcon.smhdatto">
<c-row class="infrow">
<c-col :span="11" :offset="1">
<c-row>
<c-col :span="12">
<el-form-item label="Created between " label-width="130px" prop="infcon.smhdatfrom">
<c-date-picker type="date"
v-model="model.infcon.smhdatfrom"
style="width:100%"
placeholder="请选择Created between "
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="and" prop="infcon.smhdatto" label-width="40px">
<c-date-picker
type="date"
v-model="model.infcon.smhdatto"
......@@ -38,30 +72,25 @@
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="12">
<el-form-item label="Direction" prop="infcon.smhdir">
<c-select
v-model="model.infcon.smhdir"
style="width:100%"
placeholder="请选择Direction"
></c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="22">
<el-form-item label="" label-width="20px" prop="infcon.smhstm">
<c-input
type="textarea"
:rows="20"
v-model="model.infcon.smhstm"
placeholder="请输入stream of documents to selected contract"
></c-input>
</el-form-item>
</c-row>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="80">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</div>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......@@ -75,7 +104,18 @@ export default {
mixins: [CommonProcess],
data(){
return {
stmData: {
columns: [
"1 1 \"Type\" 0 ",
"1 2 \"Document\" 0 ",
"1 3 \"Created\" 0 ",
"1 4 \"Direction\" 0 ",
"1 5 \"SMHINR\" 0 ",
],
data: [
]
}
}
},
methods:{...Event},
......
<template>
<div class="eibs-tab">
<c-col :span="10">
<c-checkbox v-model="model.infcon.chksubcon">incl. all subcontracts</c-checkbox>
<c-content class="eibs-tab" :height="200">
<div class="infTopBtn">
<c-button size="small" type="primary">toSearch</c-button>
<el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
<c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
</el-button-group>
<c-button size="small" type="primary">Print</c-button>
<c-button size="small" type="primary" disabled>Use</c-button>
<c-button size="small" type="primary" disabled>Loginfo</c-button>
<c-button size="small" type="primary">Exit</c-button>
</div>
<c-row class="infrow" style="margin-top:50px;">
<c-col :span="8" :offset="1">
<c-checkbox v-model="model.infcon.chksubcon">
incl. all subcontracts
</c-checkbox>
</c-col>
<c-col :span="14">
<c-checkbox v-model="model.infcon.chktrnsta">only active transactions</c-checkbox>
<c-checkbox v-model="model.infcon.chktrnsta">
only active transactions
</c-checkbox>
</c-col>
<c-col :span="22">
<el-form-item label="stream for TRN to selected contract" prop="infcon.trnstm">
<!-- stream for TRN to selected contract -->
<c-col :span="22" :offset="1">
<el-form-item label-width="10px" prop="infcon.trnstm">
<c-input
type="textarea"
:rows="12"
......@@ -18,13 +36,8 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onInfconButshw">
&Display
</c-button>
</c-col> -->
</div>
</c-row>
</c-content>
</template>
<script>
import Api from "~/service/Api"
......
<template>
<c-page title="出口信用证查询">
<div class="eContainer">
<c-bus-button :$pntvm="this"></c-bus-button>
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<el-form
:model="model"
:rules="rules"
......@@ -14,10 +14,10 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000006 Selection -->
<el-tab-pane label="出口信用证查询" name="infsea">
<!-- <c-content> -->
<el-tab-pane label="查询信息" name="infsea">
<c-content>
<m-infsea :model="model" :codes="codes"/>
<!-- </c-content> -->
</c-content>
</el-tab-pane>
<!--PD000017 Overview -->
......@@ -42,7 +42,7 @@
</el-tab-pane>
<!--PD000055 Goods -->
<el-tab-pane label="货物说明" name="dogp">
<el-tab-pane label="货物描述" name="dogp">
<c-content>
<m-dogp :model="model" :codes="codes"/>
</c-content>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment