Commit 809db732 by wangna

转让信用证界面汉化

parent 83e52972
......@@ -147,7 +147,43 @@ export default class Bttsnd{
// },
// },
trnmod: new Pub().data.Trnmod,
pageId: "" // ctx的key
pageId: "", // ctx的key
cnybop:{
cnyvou:{
spk:"", // 业务主键 .cnybop.cnyvou.spk
sbankorgcode:"", // 报送银行机构代码 .cnybop.cnyvou.sbankorgcode
cvouchdirection:"", // 担保方向 .cnybop.cnyvou.cvouchdirection
stransattr:"", // 业务属性 .cnybop.cnyvou.stransattr
svoucherswiftbic:"", // 担保人机构代码 .cnybop.cnyvou.svoucherswiftbic
svouchercountrycode:"", // 担保人国别 .cnybop.cnyvou.svouchercountrycode
svoucheeorgcode:"", // 担保权人机构代码 .cnybop.cnyvou.svoucheeorgcode
svoucheecountrycode:"", // 担保权人国别 .cnybop.cnyvou.svoucheecountrycode
sdebtororgcode:"", // 债务人机构代码 .cnybop.cnyvou.sdebtororgcode
sdebtorcountrycode:"", // 债务人国别 .cnybop.cnyvou.sdebtorcountrycode
sreverseorgcode:"", // 反担保人机构代码 .cnybop.cnyvou.sreverseorgcode
sreversecountrycode:"", // 反担保人国别 .cnybop.cnyvou.sreversecountrycode
sbanktrano:"", // 银行业务编号 .cnybop.cnyvou.sbanktrano
cvouchtype:"", // 担保种类 .cnybop.cnyvou.cvouchtype
cvouchmode:"", // 反担保方式 .cnybop.cnyvou.cvouchmode
dvouchefficientdate:"", // 担保生效日期 .cnybop.cnyvou.dvouchefficientdate
dvouchenddate:"", // 担保到期日期 .cnybop.cnyvou.dvouchenddate
scontractno:"", // 担保合同编号 .cnybop.cnyvou.scontractno
svouchno:"", // 担保登记编号 .cnybop.cnyvou.svouchno
currencycode:"", // 担保币种 .cnybop.cnyvou.currencycode
fvouchamt:"", // 原币种金额 .cnybop.cnyvou.fvouchamt
},
svouchername:"", // 担保人名称 .cnybop.svouchername
svoucheename:"", // 担保权人名称 .cnybop.svoucheename
sdebtorname:"", // 债务人名称 .cnybop.sdebtorname
sreversename:"", // 反担保人名称 .cnybop.sreversename
saddwordvou:"", // 交易附言 .cnybop.saddwordvou
sbankname:"", // 报送银行机构名称 .cnybop.sbankname
cnyflg:"", // 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg:"", // 是否报送跨境人民币2107表 .cnybop.traflg
outflg:"", // 是否报送跨境人民币2111表 .cnybop.outflg
libflg:"", // 是否报送跨境人民币2106表 .cnybop.libflg
vouflg:"", // 是否报送跨境人民币2122表 .cnybop.vouflg
},
}
}
}
\ No newline at end of file
......@@ -3,8 +3,8 @@
<!-- =================顶部====================== -->
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入Transfer Reference"></c-input>
<el-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入转让信用证编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -25,8 +25,8 @@
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入L/C Reference"></c-input>
<el-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入信用证编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -49,8 +49,8 @@
</c-col>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入Doc. Set Reference"></c-input>
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入单据编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -79,11 +79,11 @@
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="15">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择Currency">
placeholder="请选择币种">
<el-option
v-for="item in codes.cur"
:key="item.value"
......@@ -101,7 +101,7 @@
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder="请输入Document Amount"
placeholder="请输入单据金额"
></c-input-currency>
</el-form-item>
</c-col>
......@@ -113,12 +113,12 @@
</c-col>
<c-col :span="15">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
maxlength="3"
placeholder="请选择Currency">
placeholder="请选择币种">
<el-option
v-for="item in codes.cur"
:key="item.value"
......@@ -137,19 +137,19 @@
<c-input-currency
v-model="model.btdgrp.cbs.opn1.amt"
style="text-align: left; width: 100%"
placeholder="请输入Open Amount"
placeholder="请输入余额"
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
style="width: 100%"
maxlength="1"
placeholder="请选择Document Type">
placeholder="请选择单据类型">
<el-option
v-for="item in codes.doctypcod"
:key="item.value"
......@@ -161,31 +161,31 @@
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择Maturity Date"></c-date-picker>
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择到期日"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Received on 2nd Ben." prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择Received on 2nd Ben."></c-date-picker>
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择从第二受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Received on 1st Ben." prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择Received on 1st Ben."></c-date-picker>
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择从第一受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
style="width: 100%"
maxlength="40"
placeholder="请选择Document Set Status">
placeholder="请选择单据状态">
<el-option
v-for="item in codes.docsta"
:key="item.value"
......@@ -203,7 +203,7 @@
v-model="model.setmod.doccur"
style="width: 100%"
maxlength="3"
placeholder="请选择Currency">
placeholder="请选择币种">
<el-option
v-for="item in codes.cur"
:key="item.value"
......@@ -233,8 +233,8 @@
<c-col :span="11" :offset="1">
<c-col :span="24">&nbsp;</c-col>
<c-col :span="24">
<el-form-item label="1st Beneficiary" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入1st Beneficiary"></c-input>
<el-form-item label="第一受益人" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入第一受益人"></c-input>
</el-form-item>
</c-col>
......@@ -242,21 +242,21 @@
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input>
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">&nbsp;</c-col>
<c-col :span="24">
<el-form-item label="2nd Beneficiary" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入2nd Beneficiary"></c-input>
<el-form-item label="第二受益人" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入第二受益人"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input>
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
......
......@@ -3,8 +3,8 @@
<!-- =================顶部====================== -->
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入Transfer Reference"></c-input>
<el-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入转让信用证编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -25,8 +25,8 @@
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入L/C Reference"></c-input>
<el-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入信用证编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -49,8 +49,8 @@
</c-col>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入Doc. Set Reference"></c-input>
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入单据编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -79,11 +79,11 @@
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="15">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择Currency">
placeholder="请选择币种">
<el-option
v-for="item in codes.cur"
:key="item.value"
......@@ -101,22 +101,22 @@
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder="请输入Document Amount"
placeholder="请输入单据金额"
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="1">
<c-checkbox v-model="model.bttp0.aammod.addamtflg">Add. Amount</c-checkbox>
<c-checkbox v-model="model.bttp0.aammod.addamtflg">附加金额</c-checkbox>
</c-col>
<c-col :span="15">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
maxlength="3"
placeholder="请选择Currency">
placeholder="请选择币种">
<el-option
v-for="item in codes.cur"
:key="item.value"
......@@ -135,19 +135,19 @@
<c-input-currency
v-model="model.btdgrp.cbs.opn1.amt"
style="text-align: left; width: 100%"
placeholder="请输入Open Amount"
placeholder="请输入余额"
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
style="width: 100%"
maxlength="1"
placeholder="请选择Document Type">
placeholder="请选择单据类型">
<el-option
v-for="item in codes.doctypcod"
:key="item.value"
......@@ -159,31 +159,31 @@
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Maturity Date"></c-date-picker>
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择到期日"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Received on 2nd Ben." prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Received on 2nd Ben."></c-date-picker>
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择从第二受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Received on 1st Ben." prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Received on 1st Ben."></c-date-picker>
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择从第一受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
style="width: 100%"
maxlength="40"
placeholder="请选择Document Set Status">
placeholder="请选择单据状态">
<el-option
v-for="item in codes.docsta"
:key="item.value"
......@@ -223,8 +223,8 @@
<c-col :span="11" :offset="1">
<c-col :span="24">&nbsp;</c-col>
<c-col :span="24">
<el-form-item label="1st Beneficiary" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入1st Beneficiary"></c-input>
<el-form-item label="第一受益人" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入第一受益人"></c-input>
</el-form-item>
</c-col>
......@@ -232,21 +232,21 @@
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input>
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">&nbsp;</c-col>
<c-col :span="24">
<el-form-item label="2nd Beneficiary" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入2nd Beneficiary"></c-input>
<el-form-item label="第二受益人" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入第二受益人"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input>
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
......
......@@ -19,8 +19,8 @@
</c-col>
<c-col :span="12">
<el-form-item label="document amount" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input>
<el-form-item label="单据金额" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入单据金额"></c-input>
</el-form-item>
</c-col>
......
......@@ -43,7 +43,7 @@
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="分录信息" name="glepan">
<el-tab-pane label="分录" name="glepan">
<m-glepan :model="model" :codes="codes"/>
</el-tab-pane>
......@@ -92,17 +92,11 @@ import Check from "~/model/Bttcan/Check"
import Default from "~/model/Bttcan/Default"
import Pattern from "~/model/Bttcan/Pattern"
import Canp from "./Canp"
//import Engp from "./Engp"
//import Setpan from "./Setpan"
import Detp from "./Detp"
//import Ccvpan from "./Ccvpan"
//import Glepan from "./Glepan"
import Coninftag from "./Coninftag"
import Dtatag from "./Dtatag"
import Dtetag from "./Dtetag"
//import Docpan from "./Docpan"
import Doctre from "./Doctre"
//import Coninfp from "./Coninfp"
import Setpan from "~/views/Public/Setpan"
import Coninfp from "~/views/Public/Coninfp"
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="10">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入Transfer Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入L/C Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="10">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入Doc. Set Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input v-model="model.btdgrp.rec.nam" maxlength="40" style="width: 95%"
placeholder="请输入Name of Bill Contract" disabled></c-input>
</el-form-item>
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<c-select disabled v-model="model.btdgrp.cbs.max.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item style="text-align: left" label-width="0" prop="btdgrp.cbs.max.amt">
<c-input-currency v-model="model.btdgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="Document Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="5" :offset="1">
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled>Add. Amount</c-checkbox>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="1st Beneficiary Ref." prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" style="width: 95%"
placeholder="请输入1st Beneficiary" disabled></c-input>
</el-form-item>
</c-col>
</c-row>
<el-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-select disabled v-model="model.btdgrp.cbs.opn1.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item style="text-align: left" label-width="0px" prop="btdgrp.cbs.opn1.amt">
<c-input-currency v-model="model.btdgrp.cbs.opn1.am" style="text-align: left; width: 100%"
placeholder="Balance Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<div class="eibs-tab">
<c-row>
<c-col :span="10">
<el-form-item
label="转让信用证编号"
prop="ltdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入转让信用证编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item
label="信用证编号"
prop="ledgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入信用证编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="10">
<el-form-item
label="单据编号"
prop="btdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入单据编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder="请输入单据金额"
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" >
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" style="width: 95%"
placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-select v-model="model.btdgrp.rec.doctypcod" maxlength="1" style="width: 95%"
placeholder="请输入Document Type" :code="codes.doctypcod1" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="2nd Beneficiary Ref." prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" style="width: 95%"
placeholder="请输入2nd Beneficiary" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:95%"
placeholder="请选择Maturity Date" disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" style="width:95%"
placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Presentation Date" prop="btdgrp.rec.predat">
<c-date-picker type="date" v-model="model.btdgrp.rec.predat" style="width:95%"
placeholder="请选择Presentation Date" disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="Presenting Bank Ref." prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" style="width:95%"
placeholder="请输入Presenting Bank"></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<c-select v-model="model.btdgrp.rec.docsta" maxlength="40" style="width:95%"
placeholder="请输入Document Set Status" :code="codes.docsta1" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input v-model="model.btdgrp.prb.pts.nam" maxlength="40" style="width:95%"
placeholder="Name of Presenting Bank" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<el-row>
<c-col :span="11">
<el-form-item label="Document Set Number" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" style="width:95%"
placeholder="请输入Document Set Number" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam">
<c-input v-model="model.btdgrp.rec.nam" maxlength="40" style="width:95%"
placeholder="请输入Name of Bill Contract" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<!-- ====================左边======================= -->
<c-col :span="12">
<c-col :span="11">
<el-form-item label="1st Ben Document Amount" prop="btdgrp.cbs.max.cur">
<c-select disabled v-model="model.btdgrp.cbs.max.cur" style="width: 100%" placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">7
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.cbs.max.amt">
<c-input-currency v-model="model.btdgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="Document Amount"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="Additional Amount" prop="btdgrp.cbs.max2.cur">
<c-select disabled v-model="model.btdgrp.cbs.max2.cur" style="width: 100%"
placeholder="请选择Currency" disabled>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.cbs.max2.amt">
<c-input-currency v-model="model.btdgrp.cbs.max2.amt" style="text-align: left; width: 100%"
placeholder="Additional Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="2nd Ben Document Amount" prop="btdgrp.cbs.opnbe1amt.cur">
<c-select disabled v-model="model.btdgrp.cbs.opnbe1amt.cur" style="width: 100%"
placeholder="请选择Currency" disabled>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.be2amt">
<c-input-currency v-model="model.btdgrp.be2amt" style="text-align: left; width: 100%"
placeholder="Additional Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="Additional Amount" prop="btdgrp.cbs.opnbe1amt2.cur">
<c-select disabled v-model="model.btdgrp.cbs.opnbe1amt2.cur" style="width: 100%"
placeholder="请选择Currency" disabled>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.be2amt2">
<c-input-currency v-model="model.btdgrp.be2amt2" style="text-align: left; width: 100%"
placeholder="Additional Amount"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="DIFF. 1st BEN Document" prop="btdgrp.cbs.opnbe1amt.cur">
<c-select disabled v-model="model.btdgrp.cbs.opnbe1amt.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.cbs.opnbe1amt.amt">
<c-input-currency v-model="model.btdgrp.cbs.opnbe1amt.amt" style="text-align: left; width: 100%"
placeholder="Additional Amount"></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="Additional Amount" prop="btdgrp.cbs.opnbe1amt2.cur">
<c-select disabled v-model="model.btdgrp.cbs.opnbe1amt2.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item style="text-align: left" label-width="20px" prop="btdgrp.cbs.opnbe1amt2.amt">
<c-input-currency v-model="model.btdgrp.cbs.opnbe1amt2.amt" style="text-align: left; width: 100%"
placeholder="Additional Amount"></c-input-currency>
</el-form-item>
</c-col>
</c-col>>
<!-- ========================右边======================= -->
<c-col :span="11" >
<c-col :span="24">
<el-form-item label="Date of Receipt (1st Ben.)" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:95%"
placeholder="请选择Date of Receipt (1st Ben.)"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Order Date (1st Ben.)" prop="btdgrp.rec.orddatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.orddatbe1" style="width:95%"
placeholder="请选择Order Date (1st Ben.)"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24" :offset="7">
<c-checkbox v-model="model.btdgrp.rec.dscinsflg" disabled>Enter Docs, Discrep. and Instructions</c-checkbox>
</c-col>
<c-col :span="24">
<el-form-item label="Payee for" prop="btdgrp.rec.docprbrolbe1">
<c-select v-model="model.btdgrp.rec.docprbrolbe1"
style="width:95%" placeholder="请选择Payee for" :code="codes.docprbrolbe1"
@change="selectOrCheckboxRule('btdgrp.rec.docprbrolbe1')"></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="1st Ben-side" prop="btdgrp.prp.pts.ref">
<c-input v-model="model.btdgrp.prp.pts.ref" placeholder="请输入1st Ben-side"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'prp',
}"
@onSeainf="onSeainf"
@onAplpDet="onPrppDet"
:disabled1="model.btdgrp.rec.docprbrolbe1!='PRP'"
<c-col :span="5" :offset="1">
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled
>附加金额</c-checkbox
>
</c-ptap1>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第一受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
<el-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0px"
prop="btdgrp.cbs.opn1.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opn1.am"
style="text-align: left; width: 100%"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</div>
</c-col>
<c-col :span="11">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="1"
style="width: 95%"
placeholder="请输入单据类型"
:code="codes.doctypcod1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.matdat"
style="width: 95%"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.predat"
style="width: 95%"
placeholder="请选择交单日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="寄单行参考号" prop="btdgrp.prb.pts.ref">
<c-input
v-model="model.btdgrp.prb.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入寄单行参考号"
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width: 95%"
placeholder="请输入单据状态"
:code="codes.docsta1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input
v-model="model.btdgrp.prb.pts.nam"
maxlength="40"
style="width: 95%"
placeholder=""
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<el-row>
<c-col :span="11">
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入单据编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<!-- ====================左边======================= -->
<c-col :span="12">
<c-col :span="11">
<el-form-item label="第一受益人所持单据金额" prop="btdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>7
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="附加金额" prop="btdgrp.cbs.max2.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max2.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.max2.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max2.amt"
style="text-align: left; width: 100%"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="第二受益人所持单据金额"
prop="btdgrp.cbs.opnbe1amt.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.be2amt"
>
<c-input-currency
v-model="model.btdgrp.be2amt"
style="text-align: left; width: 100%"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="附加金额"
prop="btdgrp.cbs.opnbe1amt2.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.be2amt2"
>
<c-input-currency
v-model="model.btdgrp.be2amt2"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="展示第一和第二受益人的交单金额之差"
prop="btdgrp.cbs.opnbe1amt.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.opnbe1amt.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt.amt"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="附加金额"
prop="btdgrp.cbs.opnbe1amt2.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.opnbe1amt2.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt2.amt"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col> </c-col
>>
<!-- ========================右边======================= -->
<c-col :span="11">
<c-col :span="24">
<el-form-item
label="从受益人那收到单据的日期"
prop="btdgrp.rec.rcvdatbe1"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 95%"
placeholder="请选择从受益人那收到单据的日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="第一受益人下订单的日期" prop="btdgrp.rec.orddatbe1">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.orddatbe1"
style="width: 95%"
placeholder="请选择第一受益人下订单的日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24" :offset="7">
<c-checkbox v-model="model.btdgrp.rec.dscinsflg" disabled
>输入单据,不符点和指示</c-checkbox
>
</c-col>
<c-col :span="24">
<el-form-item label="收款人" prop="btdgrp.rec.docprbrolbe1">
<c-select
v-model="model.btdgrp.rec.docprbrolbe1"
style="width: 95%"
placeholder="请选择收款人"
:code="codes.docprbrolbe1"
@change="selectOrCheckboxRule('btdgrp.rec.docprbrolbe1')"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="第一受益人的名称地址及编号" prop="btdgrp.prp.pts.ref">
<c-input
v-model="model.btdgrp.prp.pts.ref"
placeholder="请输入第一受益人的名称地址及编号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'prp',
}"
@onSeainf="onSeainf"
@onAplpDet="onPrppDet"
:disabled1="model.btdgrp.rec.docprbrolbe1 != 'PRP'"
>
</c-ptap1>
</c-col>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
......@@ -386,41 +652,16 @@ import Event from "~/model/Bttdck/Event";
import Ptap1 from "~/views/Public/Ptap1";
export default {
components: { "c-ptap1": Ptap1 },
inject: ['root'],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
}
},
methods: { ...Event },
created: function () {
}
}
components: { "c-ptap1": Ptap1 },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<!--<style>
.el-divider--horizontal {
margin-top: 3px;
margin-bottom: 8px;
}
.rule-input>>>.el-form-item__label {
font-size: 15px;
text-align: left;
color: #303133;
padding: 0;
}
.el-form-item__label {
white-space: pre-wrap;
text-align: center;
label-position: top;
}
</style>-->
<style>
</style>
......@@ -3,12 +3,12 @@
<c-col :span="14">
<el-row>
<c-col :span="20">
<el-form-item label="Discrepancies" prop="btdgrp.blk.docdis">
<el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
<c-input type="textarea" v-model="model.btdgrp.blk.docdis"
maxlength="50"
show-word-limit
:disabled="model.btdgrp.blk.docdisflg ? false : true"
placeholder="请输入Discrepancies" disabled ></c-input>
placeholder="请输入不符点描述" disabled ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -23,8 +23,8 @@
</el-row>
<el-row>
<c-col :span="20">
<el-form-item label="Internal Discrepancies" prop="btdgrp.blk.intdis">
<c-input type="textarea" v-model="model.btdgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入Internal Discrepancies" ></c-input>
<el-form-item label="国内不符点描述" prop="btdgrp.blk.intdis">
<c-input type="textarea" v-model="model.btdgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入国内不符点描述" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -39,8 +39,8 @@
</el-row>
<el-row>
<c-col :span="20">
<el-form-item label="Comments and Conclusions" prop="btdgrp.blk.comcon">
<c-input type="textarea" v-model="model.btdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入Comments and Conclusions" ></c-input>
<el-form-item label="评论和结论" prop="btdgrp.blk.comcon">
<c-input type="textarea" v-model="model.btdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入评论和结论" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -56,8 +56,8 @@
<el-row>
<c-col :span="20">
<el-form-item label="Settlement Instructions transaction field" prop="btdgrp.blk.setinsbt">
<c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入Settlement Instructions transaction field" ></c-input>
<el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt">
<c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入结汇指示交易记录" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
......@@ -81,31 +81,6 @@
}"
></c-docpre>
</c-col>
<!--
<c-col :span="24" :offset="1">
<div class="e-table-wrapper">
<el-table
:data="model.bttp.docgrdmbe1.docgrd"
style="width: 50%">
<el-table-column
prop="bttp.docgrdmbe1.docgrd.cmail1"
label="1st"
width="54">
</el-table-column>
<el-table-column
prop="bttp.docgrdmbe1.docgrd.cmail2"
label="2nd"
width="54">
</el-table-column>
<el-table-column
prop="bttp.docgrdmbe1.docgrd.docnam"
label="Document"
width="120">
</el-table-column>
</el-table>
</div>
</c-col>
-->
</el-row>
<el-row>
......@@ -119,57 +94,27 @@
}"
></c-docpre>
</c-col>
<!--
<c-col :span="24" :offset="1">
<div class="e-table-wrapper">
<el-table
:data="model.bttp.docgrdmbe2.docgrd"
style="width: 50%"
>
<el-table-column
prop="bttp.docgrdmbe2.docgrd.cmail1"
label="1st"
width="54">
</el-table-column>
<el-table-column
prop="bttp.docgrdmbe2.docgrd.cmail2"
label="2nd"
width="54">
</el-table-column>
<el-table-column
prop="bttp.docgrdmbe2.docgrd.docnam"
label="Document"
width="120">
</el-table-column>
</el-table>
</div>
</c-col>
-->
</el-row>
</c-col>
<c-col :span="9" :offset="1">
<c-col :span="20" :offset="3">
<c-checkbox v-model="model.btdgrp.blk.docdisflg">Discrepancies modified</c-checkbox>
<c-checkbox v-model="model.btdgrp.blk.docdisflg">不符点描述修改</c-checkbox>
</c-col>
<c-col :span="24">
<el-form-item label="Further Handling" prop="bttp.futhndflg">
<el-form-item label="进一步处理" prop="bttp.futhndflg">
<c-select v-model="model.bttp.futhndflg" style="width:100%"
placeholder="请选择further handling" :code="codes.futhndflg">
placeholder="请选择进一步处理" :code="codes.futhndflg">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document set Status" prop="bttp.futhndflg">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" style="width:100%"
placeholder="请选择further handling" disabled>
placeholder="请选择单据状态" disabled>
</c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</div>
</template>
<script>
......@@ -184,12 +129,6 @@ export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
// data(){
// return {
// columns1: ['0 0 "lst1" 50 ', '1 1 "lst2" 50', '2 2 "document" 400'],
// columns2: ['0 0 "lst1" 50 ', '1 1 "lst2" 50', '2 2 "document" 400'],
// };
// },
data() {
return {
......
......@@ -19,8 +19,8 @@
</c-col>
<c-col :span="12">
<el-form-item label="document amount" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input>
<el-form-item label="单据金额" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入单据金额"></c-input>
</el-form-item>
</c-col>
......
......@@ -27,63 +27,49 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000003 -->
<el-tab-pane label="Docs. received" name="drv">
<el-tab-pane label="到单" name="drv">
<c-content>
<m-drv :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000296 -->
<el-tab-pane label="Discr./Instr." name="dscinsp">
<el-tab-pane label="不符点/指示" name="dscinsp">
<c-content>
<m-dscinsp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000282
<el-tab-pane label="Advice of Discrepancy" v-if="model.btdgrp.rec.advtyp=='750'" name="mt750p">
<c-content>
<m-mt750p :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> -->
<!--PD000268
<el-tab-pane label="Advice of Payment" v-if="model.btdgrp.rec.advtyp=='754'" name="mt754p">
<c-content>
<m-mt754p :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> -->
<!--PD000027 -->
<el-tab-pane label="Liability" name="engp">
<el-tab-pane label="表外" name="engp">
<c-content>
<m-engp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="Settlement" name="setpan">
<el-tab-pane label="费用及账务" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane label="Messages" name="docpan">
<el-tab-pane label="报文及面函" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="Attachments" name="doctre">
<el-tab-pane label="交易附件" name="doctre">
<c-content>
<m-coninfp :model="model" :codes="codes"/>
</c-content>
......@@ -118,8 +104,6 @@ import Pattern from "~/model/Bttdck/Pattern";
import Drv from "./Drv";
import Dscinsp from "./Dscinsp";
import Utils from "~/utils";
//import Mt750p from "./Mt750p";
//import Mt754p from "./Mt754p";
import Glepan from "~/views/Public/Glepan";
import Setpan from "~/views/Public/Setpan";
......@@ -132,8 +116,6 @@ export default {
components:{
"m-drv" : Drv,
"m-dscinsp" : Dscinsp,
//"m-mt750p" : Mt750p,
//"m-mt754p" : Mt754p,
"m-engp" : Engp,
"m-setpan" : Setpan,
"m-coninfp" : Coninfp,
......
......@@ -4,23 +4,23 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入Transfer Reference" style="width: 100%"
<el-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入转让信用证编号" style="width: 100%"
disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入L/C Reference" disabled>
<el-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入信用证编号" disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入Doc. Set Reference" disabled>
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入单据编号" disabled>
</c-input>
</el-form-item>
</c-col>
......@@ -36,75 +36,75 @@
<c-col :span="11">
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount币种" disabled>
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额币种" disabled>
<el-option v-for="item in codes.cur" :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="" label-width="65px" prop="btdgrp.cbs.max.amt">
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入Document Amount" disabled></c-input>
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入单据金额" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" class="centerLable">
<c-checkbox v-model="model.bttp0.aammod.addamtflg" disabled>Add. Amount</c-checkbox>
<c-checkbox v-model="model.bttp0.aammod.addamtflg" disabled>附加金额</c-checkbox>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Open Amount币种" disabled>
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择余额币种" disabled>
<el-option v-for="item in codes.cur" :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="" label-width="65px" prop="btdgrp.cbs.opn1.cur">
<c-input v-model="model.btdgrp.cbs.opn1.cur" placeholder="请输入Open Amount" disabled></c-input>
<c-input v-model="model.btdgrp.cbs.opn1.cur" placeholder="请输入余额" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-input v-model="model.btdgrp.rec.doctypcod" maxlength="1" placeholder="请输入Document Type" disabled></c-input>
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-input v-model="model.btdgrp.rec.doctypcod" maxlength="1" placeholder="请输入单据类型" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择Maturity Date"
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择到期日"
disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Received on 2nd Ben." prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择Received on 2nd Ben."
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择从第二受益人那收到单据日期"
disabled="disabled"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Received on 1st Ben." prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择Received on 1st Ben."
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择从第一受益人那收到单据日期"
disabled="disabled"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" maxlength="40" placeholder="请输入Document Set Status" disabled></c-input>
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" maxlength="40" placeholder="请输入单据状态" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Discrepancies" prop="btdgrp.blk.docdis">
<c-input type="textarea" v-model="model.btdgrp.blk.docdis" maxlength="50" show-word-limit placeholder="请输入Discrepancies"
<el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
<c-input type="textarea" v-model="model.btdgrp.blk.docdis" maxlength="50" show-word-limit placeholder="请输入不符点描述"
rows="5" disabled></c-input>
</el-form-item>
</c-col>
......@@ -119,12 +119,12 @@
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.blk.docdisflg">discrepancies modified</c-checkbox>
<c-checkbox v-model="model.btdgrp.blk.docdisflg">不符点描述修改</c-checkbox>
</c-col>
<c-col :span="24">
<el-form-item label="DiscrepanciesAmendment History" prop="btdgrp.blk.docdisame">
<c-input type="textarea" v-model="model.btdgrp.blk.docdisame" maxlength="50" show-word-limit placeholder="请输入DiscrepanciesAmendment History"
<el-form-item label="不符点描述历史修改" prop="btdgrp.blk.docdisame">
<c-input type="textarea" v-model="model.btdgrp.blk.docdisame" maxlength="50" show-word-limit placeholder="请输入不符点描述历史修改"
rows="5"></c-input>
</el-form-item>
</c-col>
......@@ -133,30 +133,30 @@
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="1st Beneficiary" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入1st Beneficiary" disabled></c-input>
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入第一受益人参考号" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be1.pts.nam" label-width="0px">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Beneficiary" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入2nd Beneficiary" disabled></c-input>
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入第二受益人参考号" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be2.pts.nam" label-width="0px">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Reasons for Rejection" prop="btdgrp.blk.docins">
<c-input type="textarea" v-model="model.btdgrp.blk.docins" maxlength="35" show-word-limit placeholder="请输入Reasons for Rejection"
<el-form-item label="拒付理由" prop="btdgrp.blk.docins">
<c-input type="textarea" v-model="model.btdgrp.blk.docins" maxlength="35" show-word-limit placeholder="请输入拒付理由"
rows="5"></c-input>
</el-form-item>
</c-col>
......@@ -169,8 +169,8 @@
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Disposal of Documents" prop="btdgrp.blk.disdoc">
<c-input type="textarea" v-model="model.btdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents"
<el-form-item label="单据处置说明" prop="btdgrp.blk.disdoc">
<c-input type="textarea" v-model="model.btdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入单据处置说明"
rows="5"></c-input>
</el-form-item>
</c-col>
......@@ -181,26 +181,18 @@
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.mtabut.clsflg">Close Flag</c-checkbox>
<c-checkbox v-model="model.mtabut.clsflg">关闭标志</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.accdisflg">Accept to 2ben bank</c-checkbox>
<c-checkbox v-model="model.accdisflg">给第二受益人发接受不符点通知</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.accdisflg">Accept to 2ben bank</c-checkbox>
<c-checkbox v-model="model.accdisflg">给第二受益人发接受不符点通知</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-row>
</template>
<script>
......
<template>
<div class="eibs-tab">
<!-- <c-col :span="12">
<el-form-item label="Booking stream to Display">
<c-input v-model="model.setmod.glemod.gleshwstm" placeholder="请输入Booking stream to Display"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="22" offset="1">
<c-table :border="true" :list="data" style="width:80%,text-align:center" height="">
<el-table-column label="D/C" width="auto"></el-table-column>
<el-table-column label="Account Number" width="auto"></el-table-column>
<el-table-column label="Cur" width="auto"></el-table-column>
<el-table-column label="Amount" width="auto"></el-table-column>
<el-table-column label="Value Date" width="auto"></el-table-column>
<el-table-column label="Rate Type" width="auto"></el-table-column>
<el-table-column label="Rate" width="auto"></el-table-column>
<el-table-column label="Term" width="auto"></el-table-column>
<el-table-column label="PN" width="auto"></el-table-column>
</c-table>
</c-col> -->
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
</c-istream-table>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttdcr/Event"
export default {
inject: ['root'],
mixins: [commonProcess],
props:["model","codes"],
data(){
return {
stmData: {
columns: [
"2 1 \"D/C\" 38 1 0",
"6 2 \"Account Number\" 140",
"3 3 \"Cur\" 60",
"4 4 \"Amount\" 135 2 8:1 2 5",
"5 5 \"Value Date\" 80",
"7 6 \"Rate Type\" 90",
"8 7 \"Rate\" 85 2 0 1 0",
"9 8 \"Term\" 60",
"0 9 \"PN\" 62 1 0"
],
data: []
}
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
......@@ -19,7 +19,7 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000009 -->
<el-tab-pane label="Rejection" name="betdcrs">
<el-tab-pane label="拒单" name="betdcrs">
<m-betdcrs :model="model" :codes="codes"/>
</el-tab-pane>
......@@ -38,7 +38,7 @@
<m-ccvpan :model="model" :codes="codes"/>
</el-tab-pane>
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes"/>
</el-tab-pane>
......@@ -59,7 +59,6 @@ import Check from "~/model/Bttdcr/Check"
import Default from "~/model/Bttdcr/Default"
import Pattern from "~/model/Bttdcr/Pattern"
import Betdcrs from "./Betdcrs"
import Glepan from "./Glepan"
import Engp from "~/views/Public/Engp";
import Setpan from "~/views/Public/Setpan";
......
......@@ -5,23 +5,23 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Total Document" prop="btdgrp.cbs.max.cur">
<el-form-item label="修改后的第一受益人单据总金额" prop="btdgrp.cbs.max.cur">
<c-input v-model="model.btdgrp.cbs.max.cur" maxlength="3"
placeholder="请输入Total Document" disabled
placeholder="请输入" disabled
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="btdgrp.cbs.max.amt" label-width="15px">
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入Balance"></c-input>
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Total Additional" prop="btdgrp.cbs.max2.cur">
<c-select v-model="model.btdgrp.cbs.max2.cur" style="width:100%" placeholder="请选择Total Additional"
<el-form-item label="修改后的第一受益人单据附加总金额" prop="btdgrp.cbs.max2.cur">
<c-select v-model="model.btdgrp.cbs.max2.cur" style="width:100%" placeholder="请选择"
disabled
>
</c-select>
......@@ -29,54 +29,51 @@
</c-col>
<c-col :span="12">
<el-form-item label="" prop="btdgrp.cbs.max2.amt" label-width="15px">
<c-input v-model="model.btdgrp.cbs.max2.amt" placeholder="请输入Total Additional"></c-input>
<c-input v-model="model.btdgrp.cbs.max2.amt" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<c-input v-model="model.btdgrp.cbs.max.cur" maxlength="3" placeholder="请输入Total Document" disabled></c-input>
<el-form-item label="修改后的第二受益人单据总金额" prop="btdgrp.cbs.max.cur">
<c-input v-model="model.btdgrp.cbs.max.cur" maxlength="3" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="btdgrp.be2amt" label-width="15px">
<c-input v-model="model.btdgrp.be2amt" placeholder="请输入Document Amount"></c-input>
<c-input v-model="model.btdgrp.be2amt" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Additional Amount" prop="btdgrp.cbs.opnbe1amt.cur">
<el-form-item label="修改后的第二受益人单据附加总金额" prop="btdgrp.cbs.opnbe1amt.cur">
<c-input v-model="model.btdgrp.cbs.opnbe1amt.cur" maxlength="3"
placeholder="请输入Difference Document"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="oldbtdgrp.be2amt2" label-width="15px">
<c-input v-model="model.oldbtdgrp.be2amt2" placeholder="请输入Additional Amount for 2nd Ben."></c-input>
<c-input v-model="model.oldbtdgrp.be2amt2" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Difference Document" prop="btdgrp.cbs.opnbe1amt.cur">
<el-form-item label="展示第一和第二受益人的单据金额之差" prop="btdgrp.cbs.opnbe1amt.cur">
<c-input v-model="model.btdgrp.cbs.opnbe1amt.cur" maxlength="3"
disabled
placeholder="请输入Difference Document"></c-input>
placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12" >
<el-form-item label="" prop="btdgrp.cbs.opnbe1amt.amt" label-width="15px">
<c-input v-model="model.btdgrp.cbs.opnbe1amt.amt"
placeholder="请输入Balance">
placeholder="请输入">
</c-input>
</el-form-item>
</c-col>
......@@ -84,16 +81,16 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Difference Additional" prop="btdgrp.cbs.opnbe1amt2.cur">
<el-form-item label="展示第一和第二受益人的单据附加金额之差" prop="btdgrp.cbs.opnbe1amt2.cur">
<c-select v-model="model.btdgrp.cbs.opnbe1amt2.cur"
disabled
style="width:100%" placeholder="请选择Difference Additional">
style="width:100%" placeholder="请选择">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12" >
<el-form-item label="" prop="btdgrp.cbs.opnbe1amt2.amt" label-width="15px">
<c-input v-model="model.btdgrp.cbs.opnbe1amt2.amt" placeholder="请输入Difference Additional"></c-input>
<c-input v-model="model.btdgrp.cbs.opnbe1amt2.amt" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
</c-col>
......@@ -102,15 +99,15 @@
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="Payer" prop="btdgrp.rec.payrol">
<c-select v-model="model.btdgrp.rec.payrol" style="width:100%" placeholder="请选择Payer">
<el-form-item label="付款行" prop="btdgrp.rec.payrol">
<c-select v-model="model.btdgrp.rec.payrol" style="width:100%" placeholder="请选择付款行">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<el-form-item label="" prop="btdgrp.oth.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.oth.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
<c-input v-model="model.btdgrp.oth.pts.extkey" maxlength="16" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
......@@ -121,7 +118,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.oth.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
<c-input type="textarea" v-model="model.btdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入"
disabled></c-input>
</el-form-item>
</c-col>
......@@ -129,20 +126,20 @@
<!-- r2 -->
<c-col :span="24">
<el-form-item label="Presented by 1st Ben-Side" prop="btdgrp.rec.docprbrolbe1">
<c-select v-model="model.btdgrp.rec.docprbrolbe1" style="width:100%" placeholder="请选择Presented by 1st Ben-Side">
<el-form-item label="第二受益人方收款人的名称地址及编号" prop="btdgrp.rec.docprbrolbe1">
<c-select v-model="model.btdgrp.rec.docprbrolbe1" style="width:100%" placeholder="请选择">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Reference for Address Optional" prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" placeholder="请输入Reference for Address Optional"></c-input>
<el-form-item label="" prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<el-form-item label="" prop="btdgrp.prb.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.prb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
<c-input v-model="model.btdgrp.prb.pts.extkey" maxlength="16" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
......@@ -153,27 +150,27 @@
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.prb.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
<c-input type="textarea" v-model="model.btdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入"
disabled></c-input>
</el-form-item>
</c-col>
<!-- r3 -->
<c-col :span="24">
<el-form-item label="Presented by 1st Ben-Side" prop="btdgrp.rec.docprbrolbe1">
<c-select v-model="model.btdgrp.rec.docprbrolbe1" style="width:100%" placeholder="请选择Presented by 1st Ben-Side">
<el-form-item label="第一受益人方收款人的名称地址及编号" prop="btdgrp.rec.docprbrolbe1">
<c-select v-model="model.btdgrp.rec.docprbrolbe1" style="width:100%" placeholder="请选择交单行的名称及地址 第一受益人的名称地址及编号">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Reference for Address Optional" prop="btdgrp.prp.pts.ref">
<c-input v-model="model.btdgrp.prp.pts.ref" maxlength="16" placeholder="请输入Reference for Address Optional"></c-input>
<el-form-item label="" prop="btdgrp.prp.pts.ref">
<c-input v-model="model.btdgrp.prp.pts.ref" maxlength="16" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="20">
<el-form-item label="" prop="btdgrp.prp.pts.extkey" label-width="0px">
<c-input v-model="model.btdgrp.prp.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" disabled></c-input>
<c-input v-model="model.btdgrp.prp.pts.extkey" maxlength="16" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
......@@ -184,7 +181,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.prp.pts.adrblk" label-width="0px">
<c-input type="textarea" v-model="model.btdgrp.prp.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"
<c-input type="textarea" v-model="model.btdgrp.prp.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入"
disabled></c-input>
</el-form-item>
</c-col>
......
......@@ -4,23 +4,23 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入Transfer Reference" style="width: 100%"
<el-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" placeholder="请输入转让信用证编号" style="width: 100%"
disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入L/C Reference" disabled>
<el-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入信用证编号" disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入Doc. Set Reference" disabled>
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" placeholder="请输入单据编号" disabled>
</c-input>
</el-form-item>
</c-col>
......@@ -38,64 +38,64 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount币种" disabled>
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额币种" disabled>
<el-option v-for="item in codes.cur" :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="" label-width="65px" prop="btdgrp.cbs.max.amt">
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入Document Amount" disabled></c-input>
<c-input v-model="model.btdgrp.cbs.max.amt" placeholder="请输入单据金额" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" class="centerLable">
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled>Add. Amount</c-checkbox>
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled>附加金额</c-checkbox>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Open Amount币种" disabled>
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select v-model="model.btdgrp.cbs.max.cur" style="width:100%" placeholder="请选择余额币种" disabled>
<el-option v-for="item in codes.cur" :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="" label-width="65px" prop="btdgrp.cbs.opn1.cur">
<c-input v-model="model.btdgrp.cbs.opn1.cur" placeholder="请输入Open Amount" disabled></c-input>
<c-input v-model="model.btdgrp.cbs.opn1.cur" placeholder="请输入余额" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-input v-model="model.btdgrp.rec.doctypcod" maxlength="1" placeholder="请输入Document Type" disabled></c-input>
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-input v-model="model.btdgrp.rec.doctypcod" maxlength="1" placeholder="请输入单据类型" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择Maturity Date"
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" placeholder="请选择到期日"
disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Presentation Date" prop="btdgrp.rec.predat">
<c-date-picker type="date" v-model="model.btdgrp.rec.predat" style="width:100%" placeholder="请选择Presentation Date"
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker type="date" v-model="model.btdgrp.rec.predat" style="width:100%" placeholder="请选择交单日期"
disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" maxlength="40" placeholder="请输入Document Set Status" disabled></c-input>
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" maxlength="40" placeholder="请输入单据状态" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="6">
<el-form-item label="Documents presented by 1st Beneficiary">
<el-form-item label="第一受益人提交的单据品种及份数">
</el-form-item>
</c-col>
<c-col :span="18">
......@@ -111,7 +111,7 @@
<c-col :span="24">
<c-col :span="6">
<el-form-item label="Documents presented by 2nd Beneficiary">
<el-form-item label="第二受益人提交的单据品种及份数">
</el-form-item>
</c-col>
<c-col :span="18">
......@@ -131,86 +131,86 @@
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="1st Beneficiary" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入1st Beneficiary" disabled></c-input>
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" placeholder="请输入第一受益人参考号" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be1.pts.nam" label-width="0px">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="2nd Beneficiary" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入2nd Beneficiary" disabled></c-input>
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" placeholder="请输入第二受益人参考号" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be2.pts.nam" label-width="0px">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Presenting Bank" prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" placeholder="请输入Presenting Bank" disabled></c-input>
<el-form-item label="寄单行" prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" placeholder="请输入寄单行" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.prb.pts.nam" label-width="0px">
<c-input v-model="model.btdgrp.prb.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
<c-input v-model="model.btdgrp.prb.pts.nam" maxlength="40" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-select v-model="model.btdgrp.rec.doctypcod" style="width:100%" placeholder="请选择Document Type">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select v-model="model.btdgrp.rec.doctypcod" style="width:100%" placeholder="请选择单据类型">
</c-select>
</el-form-item>
<c-col :span="24">
<el-form-item label="Number of Utilizations" prop="ltdgrp.rec.utlnbr">
<c-input v-model="model.ltdgrp.rec.utlnbr" placeholder="请输入Number of Utilizations" disabled></c-input>
<el-form-item label="单据利用次数" prop="ltdgrp.rec.utlnbr">
<c-input v-model="model.ltdgrp.rec.utlnbr" placeholder="请输入单据利用次数" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.rec.dscinsflg">Enter Docs, Discrep. and Instructions</c-checkbox>
<c-checkbox v-model="model.btdgrp.rec.dscinsflg">输入单据,不符点和指示</c-checkbox>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Date of Receipt 1st Beneficiary" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择Date of Receipt 1st Beneficiary"></c-date-picker>
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" placeholder="请选择从第一受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Order Date 1st Beneficiary" prop="btdgrp.rec.orddatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.orddatbe1" style="width:100%" placeholder="请选择Order Date 1st Beneficiary"></c-date-picker>
<el-form-item label="订单日期" prop="btdgrp.rec.orddatbe1">
<c-date-picker type="date" v-model="model.btdgrp.rec.orddatbe1" style="width:100%" placeholder="请选择订单日期"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Date of Receipt 2nd Beneficiary" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择Date of Receipt 2nd Beneficiary"></c-date-picker>
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" placeholder="请选择从第二受益人那收到单据日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Order Date 2nd Beneficiary" prop="btdgrp.rec.orddatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.orddatbe2" style="width:100%" placeholder="请选择Order Date 2nd Beneficiary"></c-date-picker>
<el-form-item label="订单日期" prop="btdgrp.rec.orddatbe2">
<c-date-picker type="date" v-model="model.btdgrp.rec.orddatbe2" style="width:100%" placeholder="请选择订单日期"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Date of Shipment" prop="btdgrp.rec.shpdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.shpdat" style="width:100%" placeholder="请选择Date of Shipment"></c-date-picker>
<el-form-item label="装运日期" prop="btdgrp.rec.shpdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.shpdat" style="width:100%" placeholder="请选择装运日期"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
......@@ -233,19 +233,19 @@
return {
ptsaddg: {
columns: [{
title: "1st",
title: "第一",
width: "120px",
dataIndex: "ptyextkey1",
show: "input",
},
{
title: "2nd",
title: "第二",
width: "180px",
dataIndex: "ptyextkey2",
show: "input",
},
{
title: "Document",
title: "单据",
width: "300px",
dataIndex: "nam",
show: "select",
......
......@@ -19,12 +19,12 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000003 -->
<el-tab-pane label="Docs.received" name="drv">
<el-tab-pane label="接收单据" name="drv">
<m-drv :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="Amounts And Parties" name="adapan">
<el-tab-pane label="单据金额和当事人描述" name="adapan">
<m-adapan :model="model" :codes="codes"/>
</el-tab-pane>
......@@ -42,7 +42,7 @@
<m-ccvpan :model="model" :codes="codes"/>
</el-tab-pane>
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes"/>
</el-tab-pane>
......
......@@ -6,12 +6,12 @@
<!-- 上左 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
placeholder="请输入Transfer Reference"
placeholder="请输入转让信用证编号"
disabled
></c-input>
<template slot="footer">
......@@ -34,12 +34,12 @@
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Doc.Set Reference" prop="btdgrp.rec.ownref">
<c-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
placeholder="请输入Doc.Set Reference"
placeholder="请输入单据编号"
disabled
></c-input>
<template slot="footer">
......@@ -63,11 +63,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请输入Document Amount"
placeholder="请输入单据金额"
:code="codes.curtxt1"
disabled
>
......@@ -88,18 +88,18 @@
<c-col :span="8" class="centerLable">
<c-checkbox disabled v-model="model.bttp0.aammod.addamtflg">
Add.Amount
附加金额
</c-checkbox>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-input
v-model="model.btdgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入Open Amount"
placeholder="请输入余额"
disabled
></c-input>
</c-form-item>
......@@ -116,11 +116,11 @@
</c-col>
</c-col>
<c-col :span="24">
<c-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="16"
placeholder="请输入Document Type"
placeholder="请输入单据类型"
style="width:100%"
:code="codes.brdtyp"
disabled
......@@ -128,12 +128,12 @@
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.matdat"
style="width: 100%"
placeholder="请选择Maturity Date"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
......@@ -141,40 +141,40 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item
label="Received on 2nd Ben."
label="从第二受益人那收到单据日期"
prop="btdgrp.rec.rcvdatbe2"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe2"
style="width: 100%"
placeholder="请选择Received on 2nd Ben."
placeholder="请选择从第二受益人那收到单据日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Received on 1st Ben."
label="从第一受益人那收到单据日期"
prop="btdgrp.rec.rcvdatbe1"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 100%"
placeholder="请选择Received on 1st Ben."
placeholder="请选择从第一受益人那收到单据日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-form-item label="Document Set status" prop="btdgrp.rec.docsta">
<c-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width:100%"
placeholder="请输入Document Set status"
placeholder="请输入单据状态"
disabled
:code="codes.docsta2"
></c-select>
......@@ -184,61 +184,61 @@
<!-- 上右 -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
placeholder="请输入L/C Reference"
placeholder="请输入信用证编号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Bill Contract" prop="btdgrp.rec.nam">
<c-form-item label="" prop="btdgrp.rec.nam">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
placeholder="请输入Name of Bill Contract"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="1st Beneficiary Ref." prop="btdgrp.be1.pts.ref">
<c-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
placeholder="请输入1st Beneficiary Ref."
placeholder="请输入第一受益人参考号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Party" prop="btdgrp.be1.pts.nam">
<c-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
placeholder="请输入Name of Party"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="2nd Beneficiary Ref." prop="btdgrp.be2.pts.ref">
<c-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
placeholder="请输入2nd Beneficiary Ref."
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Party" prop="btdgrp.be2.pts.nam">
<c-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
placeholder="请输入Name of Party"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
......@@ -267,7 +267,7 @@
</c-form-item>
</c-col>
<c-col :span="24">
<p>Settlement Instructions</p>
<p>结汇指示</p>
</c-col>
<c-col :span="24">
<c-form-item label-width="0" prop="btdgrp.blk.setinsbt">
......@@ -277,7 +277,7 @@
v-model="model.btdgrp.blk.setinsbt"
maxlength="1300"
show-word-limit
placeholder="请输入Settlement Instructions transaction field"
placeholder="请输入结汇指示"
rows="8"
></c-input>
<template slot="footer">
......@@ -303,10 +303,10 @@
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Less comm." prop="btdgrp.rec.lescom">
<c-form-item label="手续费" prop="btdgrp.rec.lescom">
<c-input
v-model="model.btdgrp.rec.lescom"
placeholder="请输入Less comm."
placeholder="请输入手续费"
style="width:80%"
></c-input>
</c-form-item>
......@@ -315,7 +315,7 @@
<!-- 下右 -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<p>Doc.Amount Part</p>
<p>单据金额</p>
</c-col>
<c-col :span="24">
<c-col :span="12">
......@@ -323,7 +323,7 @@
<c-select
v-model="model.btdgrp.cbs.opn2.cur"
style="width: 100%"
placeholder="请选择Currency"
placeholder="请选择币种"
:code="codes.curtxt1"
disabled
>
......@@ -334,14 +334,14 @@
<c-form-item label-width="5px" prop="aamset.utlamt">
<c-input
v-model="model.aamset.utlamt"
placeholder="请输入Doc. Amount utilized/settled"
placeholder="请输入单据金额"
disabled
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<p>Add. Amount Part</p>
<p>单据附加金额</p>
</c-col>
<c-col :span="24">
<c-col :span="12">
......@@ -349,7 +349,7 @@
<c-select
v-model="model.btdgrp.cbs.opn2.cur"
style="width: 100%"
placeholder="请选择Currency"
placeholder="请选择币种"
:code="codes.curtxt1"
disabled
>
......@@ -360,14 +360,14 @@
<c-form-item label-width="5px" prop="aamset.utlamt2">
<c-input
v-model="model.aamset.utlamt2"
placeholder="请输入Add. Amount utilized/settled"
placeholder="请输入单据附加金额"
disabled
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="24">
<p>Narrative :77A:</p>
<p>报文详细内容:MT742的77A项:</p>
</c-col>
<c-col :span="24">
<c-form-item label-width="5px" prop="trnmod.trndoc.nar754">
......@@ -383,7 +383,7 @@
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.rmbclm.clmrmbflg">
Send MT 742
发送742报文
</c-checkbox>
</c-col>
</c-col>
......@@ -442,8 +442,6 @@ export default {
let chkIds;
if (selection.length === 0) {
chkIds = [];
// this.model.liaall.tensetstm.rows = []
// this.model.liaall.tenstm.rows = []
} else {
chkIds = [selection[0] + 1];
}
......
......@@ -4,11 +4,11 @@
<c-col :span="24">
<c-col :span="12">
<c-col :span="24">
<el-form-item label="Reimbursement Bank" prop="rmbclm.rmbrol">
<el-form-item label="偿付行名称地址即期编号" prop="rmbclm.rmbrol">
<c-select
v-model="model.rmbclm.rmbrol"
style="width: 100%"
placeholder="请选择Reimbursement Bank"
placeholder="请选择偿付行名称地址即期编号"
:code="getValues('rmbclm.rmbrol')"
>
</c-select>
......@@ -23,7 +23,7 @@
<c-ptap
:model="model"
:argadr="{
title: 'Account with Bank ',
title: '我行账户行',
grp: 'rmbclm',
rol: 'acwacw',
}"
......@@ -35,7 +35,7 @@
<c-ptap
:model="model"
:argadr="{
title: 'Beneficiary Bank',
title: '收款行',
grp: 'rmbclm',
rol: 'bebbeb',
}"
......@@ -43,19 +43,19 @@
>
</c-ptap>
<c-col :span="24">
<el-form-item label="value date" prop="rmbclm.valdat">
<el-form-item label="起息日" prop="rmbclm.valdat">
<c-date-picker
type="date"
v-model="model.rmbclm.valdat"
style="width: 100%"
placeholder="请选择value date"
placeholder="请选择起息日"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-row>
<!-- SG000133 : value date -->
<!-- SG000133 : 起息日 -->
</div>
</template>
<script>
......
......@@ -26,39 +26,39 @@
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--bttrcl PD000034 Claim Reimb. -->
<el-tab-pane label="Claim Remib" name="rclp">
<el-tab-pane label="转让证索汇" name="rclp">
<c-content>
<m-rclp ref="rclp" :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Liability" name="engp">
<el-tab-pane label="表外" name="engp">
<c-content>
<m-engp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Settlement" name="setpan">
<el-tab-pane label="费用及账务" name="setpan">
<m-setpan :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Messages" name="docpan">
<el-tab-pane label="报文及面函" name="docpan">
<m-docpan :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="Attachments" name="doctre">
<el-tab-pane label="交易附件" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--rmbclm PD000128 Reimbursement Details -->
<el-tab-pane v-if="model.rmbclm.clmrmbflg=='X'" label="Reimbursement Details" name="remp">
<el-tab-pane v-if="model.rmbclm.clmrmbflg=='X'" label="索汇详情" name="remp">
<m-remp :model="model" :codes="codes" />
</el-tab-pane>
</c-tabs>
......@@ -102,7 +102,6 @@ export default {
components: {
"m-rclp": Rclp,
"m-remp": Remp,
"m-engp": Engp,
"m-setpan": Setpan,
"m-coninfp": Coninfp,
......
......@@ -5,7 +5,7 @@
<c-col :span="12">
<c-col :span="24">
<c-form-item
label="Verification Certificate Number"
label="转让信用证收汇核销单编号"
prop="lendoc.vercerref"
>
<c-input
......@@ -13,16 +13,16 @@
v-model="model.lendoc.vercerref"
maxlength="20"
show-word-limit
placeholder="Verification Certificate Number"
placeholder="转让信用证收汇核销单编号"
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Declaration Number" prop="lendoc.decnum">
<c-form-item label="申报业务编号" prop="lendoc.decnum">
<c-input
v-model="model.lendoc.decnum"
maxlength="22"
placeholder="Declaration Number"
placeholder="申报业务编号"
></c-input>
</c-form-item>
</c-col>
......@@ -42,7 +42,7 @@
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.lendoc.actflg">
Input Account
输入帐号
</c-checkbox>
</c-col>
</c-col>
......
......@@ -6,12 +6,12 @@
<!-- 上左 -->
<c-col :span="12">
<c-col :span="24">
<c-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
<c-form-item label="转让信用证编号" prop="ltdgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
placeholder="请输入Transfer Reference"
placeholder="请输入转让信用证编号"
disabled
></c-input>
<template slot="footer">
......@@ -34,12 +34,12 @@
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Doc.Set Reference" prop="btdgrp.rec.ownref">
<c-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
placeholder="请输入Doc.Set Reference"
placeholder="请输入单据编号"
disabled
></c-input>
<template slot="footer">
......@@ -63,11 +63,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请输入Document Amount"
placeholder="请输入单据金额"
:code="codes.curtxt1"
disabled
>
......@@ -88,18 +88,18 @@
<c-col :span="8" class="centerLable">
<c-checkbox disabled v-model="model.bttp0.aammod.addamtflg">
Add.Amount
附加金额
</c-checkbox>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-input
v-model="model.btdgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入Open Amount"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
......@@ -116,11 +116,11 @@
</c-col>
</c-col>
<c-col :span="24">
<c-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="16"
placeholder="请输入Document Type"
placeholder="请输入单据类型"
style="width: 100%"
:code="codes.brdtyp"
disabled
......@@ -128,12 +128,12 @@
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.matdat"
style="width: 100%"
placeholder="请选择Maturity Date"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
......@@ -141,40 +141,40 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item
label="Received on 2nd Ben."
label="从第二受益人那收到单据日期"
prop="btdgrp.rec.rcvdatbe2"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe2"
style="width: 100%"
placeholder="请选择Received on 2nd Ben."
placeholder="请选择从第二受益人那收到单据日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Received on 1st Ben."
label="从第一受益人那收到单据日期"
prop="btdgrp.rec.rcvdatbe1"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 100%"
placeholder="请选择Received on 1st Ben."
placeholder="请选择从第一受益人那收到单据日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-form-item label="Document Set status" prop="btdgrp.rec.docsta">
<c-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width: 100%"
placeholder="请输入Document Set status"
placeholder="请输入单据状态"
disabled
:code="codes.docsta2"
></c-select>
......@@ -184,61 +184,61 @@
<!-- 上右 -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
<c-form-item label="信用证编号" prop="ledgrp.rec.ownref">
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
placeholder="请输入L/C Reference"
placeholder="请输入信用证编号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Bill Contract" prop="btdgrp.rec.nam">
<c-form-item label="" prop="btdgrp.rec.nam">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
placeholder="请输入Name of Bill Contract"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="1st Beneficiary Ref." prop="btdgrp.be1.pts.ref">
<c-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
placeholder="请输入1st Beneficiary Ref."
placeholder="请输入第一受益人参考号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Party" prop="btdgrp.be1.pts.nam">
<c-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
placeholder="请输入Name of Party"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="2nd Beneficiary Ref." prop="btdgrp.be2.pts.ref">
<c-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
placeholder="请输入2nd Beneficiary Ref."
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Party" prop="btdgrp.be2.pts.nam">
<c-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
placeholder="请输入Name of Party"
placeholder="请输入"
disabled
></c-input>
</c-form-item>
......@@ -256,6 +256,9 @@
<!-- 下左 -->
<c-col :span="12">
<c-col :span="24">
<p>待收汇的单据:</p>
</c-col>
<c-col :span="24">
<c-form-item label-width="0" prop="liaall.tenstm">
<c-istream-table
ref="table"
......@@ -274,11 +277,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Amount Settled" prop="setmod.doccur">
<c-form-item label="收汇金额" prop="setmod.doccur">
<c-input
v-model="model.setmod.doccur"
maxlength="3"
placeholder="请输入document currency"
placeholder="请输入收汇金额"
disabled
></c-input>
</c-form-item>
......@@ -296,11 +299,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Reduced Amt. Settled" prop="setmod.doccur">
<c-form-item label="扣减后的收汇金额" prop="setmod.doccur">
<c-input
v-model="model.setmod.doccur"
maxlength="3"
placeholder="请输入Reduced Amt. Settled"
placeholder="请输入扣减后的收汇金额"
disabled
></c-input>
</c-form-item>
......@@ -317,11 +320,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Amount for 1st Ben." prop="setmod.doccur">
<c-form-item label="第一受益人交单金额" prop="setmod.doccur">
<c-input
v-model="model.setmod.doccur"
maxlength="3"
placeholder="请输入Amount for 1st Ben."
placeholder="请输入第一受益人交单金额"
disabled
></c-input>
</c-form-item>
......@@ -337,11 +340,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Add. Amt for 1st Ben." prop="setmod.doccur">
<c-form-item label="第一受益人附加金额" prop="setmod.doccur">
<c-input
v-model="model.setmod.doccur"
maxlength="3"
placeholder="请输入Add. Amt for 1st Ben."
placeholder="请输入第一受益人附加金额"
disabled
></c-input>
</c-form-item>
......@@ -357,7 +360,7 @@
</c-col>
</c-col>
<c-col :span="24">
<p>Bills to Pay Back:</p>
<p>在本次收汇中归还押汇款的情况:</p>
</c-col>
<c-col :span="24">
<c-istream-table
......@@ -375,11 +378,11 @@
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-col :span="12">
<c-form-item label="Reduction Amt." prop="setmod.doccur">
<c-form-item label="扣减金额" prop="setmod.doccur">
<c-input
v-model="model.setmod.doccur"
maxlength="3"
placeholder="请输入Add. Amt for 1st Ben."
placeholder="请输入扣减金额"
disabled
></c-input>
</c-form-item>
......@@ -396,11 +399,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Doc.Amount Part" prop="btdgrp.cbs.opn2.cur">
<el-form-item label="单据金额" prop="btdgrp.cbs.opn2.cur">
<c-select
v-model="model.btdgrp.cbs.opn2.cur"
style="width: 100%"
placeholder="请输入Doc.Amount Part"
placeholder="请输入单据金额"
:code="codes.curtxt1"
disabled
>
......@@ -419,11 +422,11 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Add.Amount Part" prop="btdgrp.cbs.opn2.cur">
<el-form-item label="附加金额" prop="btdgrp.cbs.opn2.cur">
<c-select
v-model="model.btdgrp.cbs.opn2.cur"
style="width: 100%"
placeholder="请输入Doc.Amount Part"
placeholder="请输入附加金额"
:code="codes.curtxt1"
disabled
>
......@@ -441,7 +444,7 @@
</c-col>
</c-col>
<c-col :span="24">
<p>Narrative:77A:</p>
<p>报文中77A项的详细内容:</p>
</c-col>
<c-col :span="24">
<c-form-item label-width="0px" prop="trnmod.trndoc.nar754">
......@@ -451,16 +454,16 @@
v-model="model.trnmod.trndoc.nar754"
maxlength="35"
show-word-limit
placeholder="请输入Narrative :77A:"
placeholder="请输入报文中77A项的详细内容"
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-checkbox disabled v-model="model.mtabut.clsflg">
Close Contract
闭卷
</c-checkbox>
<c-checkbox v-model="model.btdgrp.rec.frepayflg">
Free Of Payment
无偿放单
</c-checkbox>
</c-col>
</c-col>
......@@ -506,7 +509,7 @@ export default {
fepstmColumns: [
'1 1 "reference" 100 ',
'2 2 "cur" 0 ',
'3 3 "open amount" 130 ',
'3 3 "余额" 130 ',
'4 4 "amount paid" 120 ',
'5 5 "interest till" 110 ',
],
......@@ -528,8 +531,6 @@ export default {
let chkIds;
if (selection.length === 0) {
chkIds = [];
// this.model.liaall.tensetstm.rows = []
// this.model.liaall.tenstm.rows = []
} else {
chkIds = [selection[0] + 1];
}
......
......@@ -9,7 +9,7 @@
>
<el-table-column
prop="limtyp"
label="Limit Type"
label="限制类型"
sortable
width="150">
</el-table-column>
......
......@@ -26,41 +26,41 @@
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--bttset PD000034 Funds Settlement -->
<el-tab-pane label="Funds Settlement" name="setp">
<el-tab-pane label="转让证收汇" name="setp">
<c-content>
<m-setp ref="setp" :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Liability" name="engp">
<el-tab-pane label="表外" name="engp">
<c-content>
<m-engp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Settlement" name="setpan">
<el-tab-pane label="费用及账务" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Bookings" name="glepan">
<el-tab-pane label="分录" name="glepan">
<c-content>
<m-glepan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane label="Messages" name="doc">
<el-tab-pane label="报文及面函" name="doc">
<m-doc :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="Attachments" name="doctre">
<el-tab-pane label="交易附件" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes" />
</c-content>
......@@ -157,7 +157,6 @@ export default {
"m-cnyp": Cnyp,
"m-incp": Incp,
"m-shisuan": Shisuan,
"m-engp": Engp,
"m-setpan": Setpan,
"m-coninfp": Coninfp,
......
<template>
<div class="eibs-tab">
<!-- <c-col :span="24">
<span v-text="model.mtabut.coninf.oitinf.labinftxt" data-path=".mtabut.coninf.oitinf.labinftxt" > </span>
</c-col> -->
<c-col :span="24">
<c-col :span="14">
<el-form-item label="General">
<c-input
type="textarea"
v-model="model.mtabut.coninf.oitinf.oit.inftxt"
maxlength="600"
rows="8"
show-word-limit
placeholder=""
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Display Type">
<c-input
v-model="model.mtabut.coninf.oitinf.oit.inflev"
style="width: 100%"
placeholder=""
readonly
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="14">
<el-form-item label="Settlement">
<c-input
type="textarea"
v-model="model.mtabut.coninf.oitset.oit.inftxt"
maxlength="600"
rows="8"
show-word-limit
placeholder=""
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Infotext Level">
<c-input
v-model="model.mtabut.coninf.oitset.oit.inflev"
style="width: 100%"
placeholder=""
readonly
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="24">
<span
v-text="model.mtabut.coninf.oitset.labinftxt"
data-path=".mtabut.coninf.oitset.labinftxt"
>
</span>
</c-col> -->
<c-col :span="11">
<el-form-item label="Execution Date">
<c-date-picker
type="date"
v-model="model.mtabut.coninf.conexedat"
style="width: 50%"
placeholder=""
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="Send for Release to">
<c-input
v-model="model.mtabut.coninf.usr.extkey"
maxlength="8"
style="width: 90%"
placeholder=""
readonly
></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptopn/Event";
export default {
inject: ['root'],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<span v-text="model.trnmod.trndoc.advlabel" data-path=".trnmod.trndoc.advlabel" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="国内证落款" prop="trnmod.trndoc.advnam">
<c-input v-model="model.trnmod.trndoc.advnam" maxlength="50" placeholder="请输入国内证落款"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="修改申请人名称" prop="trnmod.trndoc.amdapl">
<c-input type="textarea" v-model="model.trnmod.trndoc.amdapl" maxlength="50" show-word-limit placeholder="请输入修改申请人名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.trnmod.trndoc.amdnam" data-path=".trnmod.trndoc.amdnam" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="国内证通知书" prop="trnmod.trndoc.advdoc">
<c-input v-model="model.trnmod.trndoc.advdoc" maxlength="1" placeholder="请输入国内证通知书"></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttsnd/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<c-row>
<!-- left -->
<c-col :span="11">
<c-col :span="24">
<c-col :span="22">
<c-form-item label="Discrepancies" prop="btdgrp.blk.docdis">
<c-input type="textarea" v-model="model.btdgrp.blk.docdis" maxlength="65"
show-word-limit placeholder="请输入Discrepancies" rows="4" ></c-input>
</c-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" type="primary" class="point"
icon="el-icon-search"
@click="showGridPromptDialog('bttp.docdis.buttxmsel', null, null,{TXT:
'btdgrp.blk.docdis'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</c-col>
<c-row>
<!-- left -->
<c-col :span="11">
<c-col :span="24">
<c-col :span="22">
<c-form-item label="不符点描述" prop="btdgrp.blk.docdis">
<c-input
type="textarea"
v-model="model.btdgrp.blk.docdis"
maxlength="65"
show-word-limit
placeholder="请输入不符点描述"
rows="4"
></c-input>
</c-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
class="point"
icon="el-icon-search"
@click="
showGridPromptDialog(
'bttp.docdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.docdis' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Internal Discrepancies" prop="btdgrp.blk.intdis">
<c-input type="textarea" v-model="model.btdgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入Internal Discrepancies"
rows="4"></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" class="point" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('bttp.intdis.buttxmsel', null, null,{TXT:
'btdgrp.blk.intdis'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="国内不符点描述" prop="btdgrp.blk.intdis">
<c-input
type="textarea"
v-model="model.btdgrp.blk.intdis"
maxlength="65"
show-word-limit
placeholder="请输入国内不符点描述"
rows="4"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
class="point"
type="primary"
icon="el-icon-search"
@click="
showGridPromptDialog(
'bttp.intdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.intdis' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Comments and Conclusions" prop="btdgrp.blk.comcon">
<c-input type="textarea" v-model="model.btdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入Comments and Conclusions"
rows="2"></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" class="point" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('bttp.comcon.buttxmsel', null, null,{TXT:
'btdgrp.blk.comcon'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="Settlement Instructions for this Document" prop="btdgrp.blk.setinsbt">
<c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入Settlement Instructions for this Document"
rows="4"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="评论和结论" prop="btdgrp.blk.comcon">
<c-input
type="textarea"
v-model="model.btdgrp.blk.comcon"
maxlength="65"
show-word-limit
placeholder="请输入评论和结论"
rows="2"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
class="point"
type="primary"
icon="el-icon-search"
@click="
showGridPromptDialog(
'bttp.comcon.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.comcon' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item
label="本单据结算说明"
prop="btdgrp.blk.setinsbt"
>
<c-input
type="textarea"
v-model="model.btdgrp.blk.setinsbt"
maxlength="65"
show-word-limit
placeholder="请输入本单据结算说明"
rows="4"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button size="small" class="point" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('bttp.setins.buttxmsel', null, null,{TXT:
'btdgrp.blk.setinsbt'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
<c-col :span="2">
<c-button
size="small"
class="point"
type="primary"
icon="el-icon-search"
@click="
showGridPromptDialog(
'bttp.setins.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.setinsbt' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe2"
:argadr="{
path: 'btdgrp.blk.prsdocbe2',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe2"
:argadr="{
path: 'btdgrp.blk.prsdocbe2',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe1"
:argadr="{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe1"
:argadr="{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.blk.docdisflg" disabled>discrepancies modified</c-checkbox>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.blk.docdisflg" disabled
>不符点描述修改</c-checkbox
>
</c-col>
<c-col :span="24">
<el-form-item label="Further Handling" prop="bttp.futhndflg">
<c-select v-model="model.bttp.futhndflg" style="width:100%" placeholder="请选择Further Handling" :code="codes.folwupopt2">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="进一步处理" prop="bttp.futhndflg">
<c-select
v-model="model.bttp.futhndflg"
style="width: 100%"
placeholder="请选择进一步处理"
:code="codes.folwupopt2"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.rec.approvcod">Documents on Approval Basis</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdgrp.rec.approvcod"
>不符点寄单</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.bttp.cre752flg">Receive MT 752</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.bttp.cre752flg">收到开证行的MT752报文的状态登记</c-checkbox>
</c-col>
<c-col :span="24">
<el-form-item label="Further Identification" prop="btdgrp.rec.furide">
<c-select v-model="model.btdgrp.rec.furide" style="width:100%"
placeholder="请选择Further Identification" :code="codes.furide" :disabled="model.bttp.cre752flg !== ''">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="进一步识别" prop="btdgrp.rec.furide">
<c-select
v-model="model.btdgrp.rec.furide"
style="width: 100%"
placeholder="请选择进一步识别"
:code="codes.furide"
:disabled="model.bttp.cre752flg !== ''"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Date of Advise" prop="btdgrp.rec.disdat">
<c-date-picker type="date" v-model="model.btdgrp.rec.disdat" style="width:100%"
placeholder="请选择Date of Advise" :disabled="model.bttp.cre752flg == ''"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="通知日期" prop="btdgrp.rec.disdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.disdat"
style="width: 100%"
placeholder="请选择通知日期"
:disabled="model.bttp.cre752flg == ''"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdsnd.snd732" disabled>Create MT 732</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.btdsnd.snd732" disabled
>创建732报文</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.rmbclmlate">Claim Reimbursement late</c-checkbox>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.rmbclmlate"
>后期索汇</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.rmbclmnow" :disabled="model.rmbclmlate !== ''">Claim Reimbursement now</c-checkbox>
</c-col>
</c-col>
</c-row>
<c-col :span="24">
<c-checkbox
v-model="model.rmbclmnow"
:disabled="model.rmbclmlate !== ''"
>即期索汇</c-checkbox
>
</c-col>
</c-col>
</c-row>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttsnd/Event"
import Docpre from "~/views/Public/Docpre";
export default {
components: { "c-docpre": Docpre },
inject: ['root'],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
}
},
methods: { ...Event,
change(){
console.log(123);
}
},
created: function() {
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bttsnd/Event";
import Docpre from "~/views/Public/Docpre";
}
}
export default {
components: { "c-docpre": Docpre },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: {
...Event,
change() {
console.log(123);
},
},
created: function () {},
};
</script>
<style>
.point {
margin-left: 0px;
line-height: 16px;
height: 20px;
}
.point {
margin-left: 0px;
line-height: 16px;
height: 20px;
}
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="Sight Amount" prop="liaall.outamt">
<c-input v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Sight Amount Percentage" prop="liaall.outpct">
<c-input v-model="model.liaall.outpct" placeholder="请输入Sight Amount Percentage"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="External Booking Amount" prop="liaall.concur">
<c-input v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Amount not yet assigned" prop="liaall.misamt">
<c-input v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmisamt">
Add to Current Line
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmissig">
Add to Sight Amount
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Old Amount booked externally" prop="liaall.exttotoldamt">
<c-input v-model="model.liaall.exttotoldamt" placeholder="请输入Old Amount booked externally"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Total booking amount external assinged" prop="liaall.exttotamt">
<c-input v-model="model.liaall.exttotamt" placeholder="请输入Total booking amount external assinged"></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttsnd/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
......@@ -2,344 +2,508 @@
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="10">
<el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入Transfer Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
label="转让信用证编号"
prop="ltdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入转让信用证编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="L/C Reference" prop="ledgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入L/C Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<el-form-item
label="信用证编号"
prop="ledgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入信用证编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
</c-row>
<!-- S0000256 : Transfer Reference -->
<c-row>
<c-col :span="10">
<el-form-item label="Doc. Set Reference" prop="btdgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.btdgrp.rec.ownref" maxlength="16" style="width: 95%"
placeholder="请输入Doc. Set Reference" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
</c-row>
<!-- S0000256 : 转让信用证编号 -->
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-row>
<c-col :span="10">
<el-form-item
label="单据编号"
prop="btdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入单据编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input v-model="model.btdgrp.rec.nam" maxlength="40" style="width: 95%"
placeholder="请输入Name of Bill Contract" disabled ></c-input>
</el-form-item>
</c-col>
</c-row>
<!-- S0000257 : L/C Reference -->
<c-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
<c-select disabled v-model="model.btdgrp.cbs.max.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label"
:value="item.value" disabled>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-size: 15px; font-family: '宋体'; font-weight: bold"
>i</span
>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="9" :offset="1">
<el-form-item style="text-align: left" label-width="0" prop="btdgrp.cbs.max.amt">
<c-input-currency v-model="model.btdgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="Document Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
<!-- S0000257 : 信用证编号 -->
<c-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
disabled
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="5" :offset="1">
<c-checkbox disabled v-model="model.bttp.aammod.addamtflg" >Add. Amount</c-checkbox>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="1st Beneficiary Ref." prop="btdgrp.be1.pts.ref">
<c-input v-model="model.btdgrp.be1.pts.ref" maxlength="16" style="width: 95%"
placeholder="请输入1st Beneficiary" disabled></c-input>
</el-form-item>
</c-col>
</c-row>
<el-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
<c-select disabled v-model="model.btdgrp.cbs.opn1.cur" style="width: 100%"
placeholder="请选择Currency">
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value" disabled>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item style="text-align: left" label-width="0px" prop="btdgrp.cbs.opn1.amt">
<c-input-currency v-model="model.btdgrp.cbs.opn1.amt" style="text-align: left; width: 100%"
placeholder="Open Amount" disabled></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder="请输入单据金额"
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="5" :offset="1">
<c-checkbox disabled v-model="model.bttp.aammod.addamtflg"
>附加金额</c-checkbox
>
</c-col>
<c-col :span="11" >
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input v-model="model.btdgrp.be1.pts.nam" maxlength="40" style="width: 95%"
placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-select v-model="model.btdgrp.rec.doctypcod" maxlength="40" style="width: 95%"
placeholder="请输入Document Type" :code="codes.doctypcod1" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="2nd Beneficiary Ref." prop="btdgrp.be2.pts.ref">
<c-input v-model="model.btdgrp.be2.pts.ref" maxlength="16" style="width: 95%"
placeholder="请输入2nd Beneficiary" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<!-- S0000250 : Document Amount -->
<el-row>
<c-col :span="11">
<el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
<c-date-picker type="string" v-model="model.btdgrp.rec.matdat" style="width:95%"
placeholder="请选择Maturity Date" disabled></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input v-model="model.btdgrp.be2.pts.nam" maxlength="40" style="width:95%"
placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="Presentation Date" prop="btdgrp.rec.predat">
<c-date-picker type="string" v-model="model.btdgrp.rec.predat" style="width:95%"
placeholder="请选择Presentation Date" disabled></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第一受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
<el-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
disabled
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0px"
prop="btdgrp.cbs.opn1.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opn1.amt"
style="text-align: left; width: 100%"
placeholder="请输入余额"
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="40"
style="width: 95%"
placeholder="请输入单据类型"
:code="codes.doctypcod1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<!-- S0000250 : 单据金额 -->
<el-row>
<c-col :span="11">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.matdat"
style="width: 95%"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<c-col :span="11" :offset="1">
<el-form-item label="Presenting Bank Ref." prop="btdgrp.prb.pts.ref">
<c-input v-model="model.btdgrp.prb.pts.ref" maxlength="16" style="width:95%"
placeholder="请输入Presenting Bank" disabled></c-input>
</el-form-item>
</c-col>
<el-row>
<c-col :span="11">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.predat"
style="width: 95%"
placeholder="请选择交单日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</el-row>
<!-- S0000249 : Open Amount -->
<el-row>
<c-col :span="11">
<el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
<c-select v-model="model.btdgrp.rec.docsta" maxlength="40" style="width:95%"
placeholder="请输入Document Set Status" :code="codes.docsta2" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="寄单行参考号" prop="btdgrp.prb.pts.ref">
<c-input
v-model="model.btdgrp.prb.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入寄单行参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<!-- S0000249 : 余额 -->
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input v-model="model.btdgrp.prb.pts.nam" maxlength="40" style="width:95%"
placeholder="请输入Name of Presenting Bank" disabled></c-input>
</el-form-item>
</c-col>
</el-row>
<c-row>
<el-row>
<c-col :span="11">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width: 95%"
placeholder="请输入单据状态"
:code="codes.docsta2"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="6">
<el-form-item label="Presentation Date" prop="btdgrp.rec.predat">
<c-date-picker type="string" v-model="model.btdgrp.rec.predat" style="width:100%"
placeholder="请选择Presentation Date"></c-date-picker>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input
v-model="model.btdgrp.prb.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- S0000248 : 2nd Beneficiary -->
<!-- S0000254 : Ref. -->
<c-col :span="6">
<el-form-item label="Rec.Date 1st Ben." prop="btdgrp.rec.rcvdatbe1">
<c-date-picker type="string" v-model="model.btdgrp.rec.rcvdatbe1"
style="width:100%" placeholder="请输入Rec.Date 1st Ben."></c-date-picker>
</c-col>
</el-row>
<c-row>
<c-col :span="6">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.predat"
style="width: 100%"
placeholder="请选择交单日期"
></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000252 : Document Type -->
<c-col :span="11">
<c-form-item label="Presented by" prop="btdgrp.rec.docprbrol">
<c-select v-model="model.btdgrp.rec.docprbrol"
style="width:95%" placeholder="请选择Presented by" :code="codes.rolall"
@change="selectOrCheckboxRule('btdgrp.rec.docprbrol')">
</c-select>
</c-form-item>
</c-col>
</c-row>
</c-col>
<!-- S0000248 : 第二受益人 -->
<!-- S0000254 : Ref. -->
<c-col :span="6">
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 100%"
placeholder="请输入从第一受益人那收到单据日期"
></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000252 : 单据类型 -->
<c-col :span="11">
<c-form-item label="交单行的名称及地址" prop="btdgrp.rec.docprbrol">
<c-select
v-model="model.btdgrp.rec.docprbrol"
style="width: 95%"
placeholder="请选择交单行的名称及地址"
:code="codes.rolall"
@change="selectOrCheckboxRule('btdgrp.rec.docprbrol')"
>
</c-select>
</c-form-item>
</c-col>
</c-row>
<!--左边-->
<c-col :span="12">
<c-col :span="12" :offset="12">
<el-form-item label="Rec.Date 2st Ben." prop="btdgrp.rec.rcvdatbe2">
<c-date-picker type="string" v-model="model.btdgrp.rec.rcvdatbe2"
style="width:100%" placeholder="请输入Rec.Date 2st Ben."></c-date-picker>
<c-col :span="12">
<c-col :span="12" :offset="12">
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.rcvdatbe2"
style="width: 100%"
placeholder="请输入从第二受益人那收到单据日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11">
<c-form-item label="New Benificiary Ref." prop="btdgrp.blk.benref">
<c-input type="textarea" v-model="model.btdgrp.blk.benref" maxlength="16"
show-word-limit placeholder="请输入New Benificiary Ref." ></c-input>
</c-form-item>
</c-col>
<c-col :span="11">
<c-form-item label="新受益人参考号" prop="btdgrp.blk.benref">
<c-input
type="textarea"
v-model="model.btdgrp.blk.benref"
maxlength="16"
show-word-limit
placeholder="请输入新受益人参考号"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12" :offset="1">
<c-form-item label="Less comm." prop="btdgrp.rec.lescom">
<c-input v-model="model.btdgrp.rec.lescom" placeholder="请输入Less comm."></c-input>
</c-form-item>
</c-col>
<c-col :span="12" :offset="1">
<c-form-item label="手续费" prop="btdgrp.rec.lescom">
<c-input
v-model="model.btdgrp.rec.lescom"
placeholder="请输入手续费"
></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Instructions (1st Beneficiary)" prop="btdgrp.blk.be1ins">
<c-input type="textarea" v-model="model.btdgrp.blk.be1ins" maxlength="65"
show-word-limit placeholder="请输入Instructions (1st Beneficiary)" rows="4" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Instructions (2nd Beneficiary)" prop="btdgrp.blk.be2ins">
<c-input type="textarea" v-model="model.btdgrp.blk.be2ins"
maxlength="65" show-word-limit placeholder="请输入Instructions (2nd Beneficiary)" rows="4" disabled ></c-input>
<c-col :span="24">
<c-form-item
label="给第一受益人的指示"
prop="btdgrp.blk.be1ins"
>
<c-input
type="textarea"
v-model="model.btdgrp.blk.be1ins"
maxlength="65"
show-word-limit
placeholder="请输入给第一受益人的指示"
rows="4"
></c-input>
</c-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-form-item
label="给第二受益人的指示"
prop="btdgrp.blk.be2ins"
>
<c-input
type="textarea"
v-model="model.btdgrp.blk.be2ins"
maxlength="65"
show-word-limit
placeholder="请输入给第二受益人的指示"
rows="4"
disabled
></c-input>
</c-form-item>
</c-col>
</c-col>
<!--右边-->
<c-col :span="12">
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'prb',
}"
:disabled1="true"
@onSeainf="onSeainf"
@onAplpDet="onPrbpDet"
>
</c-ptap1>
</c-col>
<c-col :span="12">
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'prb',
}"
:disabled1="true"
@onSeainf="onSeainf"
@onAplpDet="onPrbpDet"
>
</c-ptap1>
</c-col>
<c-col :span="24">
<el-form-item label="Payer" prop="btdgrp.rec.payrol">
<c-select v-model="model.btdgrp.rec.payrol" style="width:100%"
placeholder="请选择Payer" :code="codes.rolall1" @change="selectOrCheckboxRule('btdgrp.rec.payrol')">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'oth',
}"
@onSeainf="onSeainf"
@onAplpDet="onOthpDet"
:disabled1="model.btdgrp.rec.payrol!='OTH'"
<c-col :span="24">
<el-form-item label="付款行" prop="btdgrp.rec.payrol">
<c-select
v-model="model.btdgrp.rec.payrol"
style="width: 100%"
placeholder="请选择付款行"
:code="codes.rolall1"
@change="selectOrCheckboxRule('btdgrp.rec.payrol')"
>
</c-ptap1>
</c-col>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'oth',
}"
@onSeainf="onSeainf"
@onAplpDet="onOthpDet"
:disabled1="model.btdgrp.rec.payrol != 'OTH'"
>
</c-ptap1>
</c-col>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bttsnd/Event";
import Ptap1 from "~/views/Public/Ptap1";
export default {
components: { "c-ptap1": Ptap1 },
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
components: { "c-ptap1": Ptap1 },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="our reference" prop="setmod.ref">
<c-input v-model="model.setmod.ref" maxlength="16" placeholder="请输入our reference"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.docamttyplab" data-path=".setmod.docamttyplab" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="document currency" prop="setmod.doccur">
<c-select v-model="model.setmod.doccur" style="width:100%" placeholder="请选择document currency">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="document amount" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Type of settlement" prop="setmod.dspflg">
<c-select v-model="model.setmod.dspflg" style="width:100%" placeholder="请选择Type of settlement">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.setmod.xreflg">Recalculate Rates</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSetmodDet">
细节
</c-button>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.retmsg" data-path=".setmod.retmsg" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="自�'�区主�'�号" prop="setmod.zmqacc">
<c-input v-model="model.setmod.zmqacc" maxlength="20" placeholder="请输入自�'�区主�'�号"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab" > </span>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.setglg.labdspflg" data-path=".setmod.setglg.labdspflg" > </span>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttsnd/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
......@@ -25,54 +25,54 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000032 -->
<el-tab-pane label="Send Documents" name="payp">
<el-tab-pane label="寄单" name="payp">
<c-content>
<m-payp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000067 -->
<el-tab-pane label="instr./Discrep." name="dscins">
<el-tab-pane label="指示、不符点" name="dscins">
<c-content>
<m-dscins :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="liability" name="engp">
<el-tab-pane label="表外" name="engp">
<c-content>
<m-engp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="settlement" name="setpan">
<el-tab-pane label="费用及账务" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes" />.
</c-content>
</el-tab-pane>
<el-tab-pane label="Bookings" name="glepan">
<el-tab-pane label="分录" name="glepan">
<c-content>
<m-glepan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane label="Completion" name="coninfp">
<el-tab-pane label="附言" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane label="Messages" name="docpan">
<el-tab-pane label="报文及面函" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane label="Attachments" name="doctre">
<el-tab-pane label="交易附件" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes"/>
</c-content>
......@@ -80,7 +80,7 @@
<el-tab-pane label="跨境人民币申报" name="cnyp">
<c-content>
<m-docpan :model="model" :codes="codes"/>
<m-cnyp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
......@@ -114,12 +114,7 @@ import Default from "~/model/Bttsnd/Default"
import Pattern from "~/model/Bttsnd/Pattern"
import Payp from "./Payp"
import Dscins from "./Dscins"
import cnyp from "./Cnyp"
// import Engp from "./Engp"
// import Setpan from "./Setpan"
// import Ccvpan from "./Ccvpan"
// import Docpan from "./Docpan"
// import Coninfp from "./Coninfp";
import Cnyp from "./Cnyp"
import Engp from "~/views/Public/Engp";
import Setpan from "~/views/Public/Setpan";
import Glepan from "~/views/Public/Glepan";
......@@ -138,6 +133,7 @@ export default {
"m-docpan" : Docpan,
"m-coninfp" : Coninfp,
"m-doctre" : Doctre,
"m-cnyp" : Cnyp,
},
provide() {
return {
......
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