Commit aad77f8c by 杜大兵

补充infled交易Stream类型字段

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