Commit 3de5643e by lianyang

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 0aedd8a1 0d8a5afa
...@@ -22,7 +22,7 @@ let checkObj = { ...@@ -22,7 +22,7 @@ let checkObj = {
"pager.liaall_limmod_limpfp_clmcbe.total" :null, "pager.liaall_limmod_limpfp_clmcbe.total" :null,
"pager.liaall_limmod_limpfp_clmpty.total" :null, "pager.liaall_limmod_limpfp_clmpty.total" :null,
"pager.liaall_limmod_limpfp_clmcbb.total" :null, "pager.liaall_limmod_limpfp_clmcbb.total" :null,
"trtfipl1blk" :null, "clsflg" :null,
} }
for (const key in checkObj) { for (const key in checkObj) {
......
...@@ -50,6 +50,18 @@ export default { ...@@ -50,6 +50,18 @@ export default {
"trtmod.finmod.cbs.cbb.amt" :Utils.defaultFunction, "trtmod.finmod.cbs.cbb.amt" :Utils.defaultFunction,
"mtabut.clsflg" :Utils.defaultFunction, "mtabut.clsflg" :Utils.defaultFunction,
"mtabut.coninf.conexedat" :Utils.defaultFunction, "mtabut.coninf.conexedat" :Utils.defaultFunction,
"trtfipl1blk" :Utils.defaultFunction, "clsflg" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.extkey" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.extkey" :Utils.defaultFunction,
"bopmod.dbcgrp.bas.ownextkey" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg2" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg1" :Utils.defaultFunction,
"trnmod.cipmod.feecod" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.nam" :Utils.defaultFunction,
"liaall.limmod.comamt" :Utils.defaultFunction,
"liaall.limmod.ccvamt" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.nam" :Utils.defaultFunction,
"liaall.misamt" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -9,6 +9,7 @@ export default class Trtset{ ...@@ -9,6 +9,7 @@ export default class Trtset{
this.data = { this.data = {
trdgrp:{ trdgrp:{
rec:{ rec:{
inr:"",
pntref:"", // 父交易参考号 .trdgrp.rec.pntref pntref:"", // 父交易参考号 .trdgrp.rec.pntref
pntnam:"", // Name .trdgrp.rec.pntnam pntnam:"", // Name .trdgrp.rec.pntnam
ownref:"", // 参考号 .trdgrp.rec.ownref ownref:"", // 参考号 .trdgrp.rec.ownref
...@@ -105,18 +106,7 @@ export default class Trtset{ ...@@ -105,18 +106,7 @@ export default class Trtset{
liaall:new Pub().data.Liaall, liaall:new Pub().data.Liaall,
trnmod:new Pub().data.Trnmod, trnmod:new Pub().data.Trnmod,
pageId: "", // ctx的key pageId: "", // ctx的key
trtfipl1blk:"", trtfipl1blk:"",
// pager:{
// liaall_limmod_limpfp_clmcbe:{
// total:"",
// },
// liaall_limmod_limpfp_clmpty:{
// total:"",
// },
// liaall_limmod_limpfp_clmcbb:{
// total:"",
// }
// },
} }
} }
} }
\ No newline at end of file
...@@ -27,32 +27,32 @@ ...@@ -27,32 +27,32 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000033 --> <!--PD000033 -->
<el-tab-pane label="Acceptance" name="accp"> <el-tab-pane label="承兑" name="accp">
<m-accp :model="model" :codes="codes" /> <m-accp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
......
...@@ -27,28 +27,28 @@ ...@@ -27,28 +27,28 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000033 --> <!--PD000033 -->
<el-tab-pane label="OverView" name="betamcp"> <el-tab-pane label="概览信息" name="betamcp">
<m-betamcp :model="model" :codes="codes" /> <m-betamcp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
<!--SF000044 : Reference参考号 Export L/C Ref. --> <!--SF000044 : Reference参考号 Export L/C Ref. -->
<c-col :span="12"> <c-col :span="12">
<el-form-item <el-form-item
label="Export L/C Ref." label="出口信用证编号"
prop="ledgrp.rec.ownref" prop="ledgrp.rec.ownref"
> >
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.ledgrp.rec.ownref" v-model="model.ledgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="请输入Reference" placeholder="请输入编号"
style="width: 95%" style="width: 95%"
:disabled="true" :disabled="true"
@keyup.enter.native="eventFunction( @keyup.enter.native="eventFunction(
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Open Amt.L/C" prop="ledgrp.cbs.opn1.cur"> <el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-select <c-select
v-model="model.ledgrp.cbs.opn1.cur" v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3" maxlength="3"
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<!-- SF000053 : 单据编号 单据参考号--> <!-- SF000053 : 单据编号 单据参考号-->
<el-form-item label="Document Reference" prop="bedgrp.rec.ownref"> <el-form-item label="单据编号" prop="bedgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input <c-input
v-model="model.bedgrp.rec.ownref" v-model="model.bedgrp.rec.ownref"
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</c-col> </c-col>
<!-- SF000073 : 摘要 Name Externally Displayed Name to Identify the Contract--> <!-- SF000073 : 摘要 Name Externally Displayed Name to Identify the Contract-->
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item label="Name" prop="bedgrp.rec.nam"> <el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input <c-input
text-align="middle" text-align="middle"
v-model="model.bedgrp.rec.nam" v-model="model.bedgrp.rec.nam"
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<!-- Document Amount 单据金额--> <!-- Document Amount 单据金额-->
<c-col :span="24"> <c-col :span="24">
<c-col :span="10"> <c-col :span="10">
<el-form-item label="Document Amount" prop="bedgrp.cbs.max.cur"> <el-form-item label="单据金额" prop="bedgrp.cbs.max.cur">
<c-select <c-select
v-model="model.bedgrp.cbs.max.cur" v-model="model.bedgrp.cbs.max.cur"
style="width: 100%" style="width: 100%"
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<c-input-currency <c-input-currency
v-model="model.bedgrp.cbs.max.amt" v-model="model.bedgrp.cbs.max.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
placeholder="请输入Balance" placeholder="请输入金额"
@keyup.enter.native=" @keyup.enter.native="
defaultFunction( defaultFunction(
'bedgrp.cbs.max.amt', 'bedgrp.cbs.max.amt',
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
<!-- Open Amount 单据余额--> <!-- Open Amount 单据余额-->
<c-col :span="24"> <c-col :span="24">
<c-col :span="10"> <c-col :span="10">
<el-form-item label="Open Amount" prop="bedgrp.cbs.opn1.cur"> <el-form-item label="单据余额" prop="bedgrp.cbs.opn1.cur">
<c-select <c-select
v-model="model.bedgrp.cbs.opn1.cur" v-model="model.bedgrp.cbs.opn1.cur"
maxlength="3" maxlength="3"
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
<c-input-currency <c-input-currency
v-model="model.bedgrp.cbs.opn1.amt" v-model="model.bedgrp.cbs.opn1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
placeholder="请输入Balance" placeholder="请输入金额"
disabled disabled
></c-input-currency> ></c-input-currency>
</el-form-item> </el-form-item>
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
<c-form-item label="" label-width="5px" prop="bedgrp.cbs.opn2.amt"> <c-form-item label="" label-width="5px" prop="bedgrp.cbs.opn2.amt">
<c-input <c-input
v-model="model.bedgrp.cbs.opn2.amt" v-model="model.bedgrp.cbs.opn2.amt"
placeholder="请输入Balance" placeholder="请输入金额"
class="m-input-currency" class="m-input-currency"
disabled disabled
></c-input> ></c-input>
...@@ -193,12 +193,12 @@ ...@@ -193,12 +193,12 @@
<!-- Document Type 单据类型--> <!-- Document Type 单据类型-->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Document Type" prop="bedgrp.rec.doctypcod"> <el-form-item label="单据类型" prop="bedgrp.rec.doctypcod">
<c-select <c-select
v-model="model.bedgrp.rec.doctypcod" v-model="model.bedgrp.rec.doctypcod"
maxlength="1" maxlength="1"
style="width: 100%" style="width: 100%"
placeholder="请选择Document Type" placeholder="请选择单据类型"
:code="codes.doctypcod1" :code="codes.doctypcod1"
disabled disabled
> >
...@@ -215,12 +215,12 @@ ...@@ -215,12 +215,12 @@
</span> </span>
</c-col> --> </c-col> -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Maturity Date" prop="bedgrp.rec.matdat"> <el-form-item label="到期日" prop="bedgrp.rec.matdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bedgrp.rec.matdat" v-model="model.bedgrp.rec.matdat"
style="width: 100%" style="width: 100%"
placeholder="请选择Maturity Date" placeholder="请选择到期日"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:disabled="true" :disabled="true"
></c-date-picker> ></c-date-picker>
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</c-col> </c-col>
<!-- SF000079 : 寄单日期 --> <!-- SF000079 : 寄单日期 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Order Date" prop="bedgrp.rec.orddat"> <el-form-item label="订单日期" prop="bedgrp.rec.orddat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bedgrp.rec.orddat" v-model="model.bedgrp.rec.orddat"
...@@ -244,12 +244,12 @@ ...@@ -244,12 +244,12 @@
<c-col :span="24"> <c-col :span="24">
<!-- Received on SF000046 :到单日期--> <!-- Received on SF000046 :到单日期-->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Received on" prop="bedgrp.rec.rcvdat"> <el-form-item label="收到日期" prop="bedgrp.rec.rcvdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bedgrp.rec.rcvdat" v-model="model.bedgrp.rec.rcvdat"
style="width: 100%" style="width: 100%"
placeholder="请选择Received on" placeholder="请选择收到日期"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:disabled="true" :disabled="true"
></c-date-picker> ></c-date-picker>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</c-col> </c-col>
<!-- Presented on SF000049 :提示日期 --> <!-- Presented on SF000049 :提示日期 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Presented on" prop="bedgrp.rec.predat"> <el-form-item label="交单日期" prop="bedgrp.rec.predat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bedgrp.rec.predat" v-model="model.bedgrp.rec.predat"
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
<!-- Document Status SF000056 :单据状态 --> <!-- Document Status SF000056 :单据状态 -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Document Status" prop="bedgrp.rec.docsta"> <el-form-item label="单据状态" prop="bedgrp.rec.docsta">
<c-select <c-select
v-model="model.bedgrp.rec.docsta" v-model="model.bedgrp.rec.docsta"
maxlength="40" maxlength="40"
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
<!-- SF000048 : 受益人 --> <!-- SF000048 : 受益人 -->
<!-- SF000059 : 编号 --> <!-- SF000059 : 编号 -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Beneficiary Ref." prop="bedgrp.ben.pts.ref"> <c-form-item label="受益人参考号" prop="bedgrp.ben.pts.ref">
<c-input <c-input
v-model="model.bedgrp.ben.pts.ref" v-model="model.bedgrp.ben.pts.ref"
maxlength="16" maxlength="16"
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
<!-- SF000058 : 信用证编号 --> <!-- SF000058 : 信用证编号 -->
<!-- 开证行 Issuing Bank Ref. --> <!-- 开证行 Issuing Bank Ref. -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Issuing Bank L/C NO." prop="bedgrp.iss.pts.ref"> <el-form-item label="开证行参考号" prop="bedgrp.iss.pts.ref">
<c-input <c-input
v-model="model.bedgrp.iss.pts.ref" v-model="model.bedgrp.iss.pts.ref"
maxlength="16" maxlength="16"
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
<!-- SF000057 : 编号 --> <!-- SF000057 : 编号 -->
<!--Applicant Ref. 申请人--> <!--Applicant Ref. 申请人-->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Applicant Ref." prop="bedgrp.apl.pts.ref"> <el-form-item label="申请人参考号" prop="bedgrp.apl.pts.ref">
<c-input <c-input
v-model="model.bedgrp.apl.pts.ref" v-model="model.bedgrp.apl.pts.ref"
maxlength="16" maxlength="16"
...@@ -371,19 +371,19 @@ ...@@ -371,19 +371,19 @@
<c-col :span="24"> <c-col :span="24">
<!-- SF000017 : Narrative --> <!-- SF000017 : Narrative -->
<c-col :span="12"> <c-col :span="12">
<c-form-item label="Narrative to Beneficiary Side" prop="strinf"> <c-form-item label="受益人陈述" prop="strinf">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.strinf" v-model="model.strinf"
maxlength="1750" maxlength="1750"
show-word-limit show-word-limit
:rows="5" :rows="5"
placeholder="请输入" placeholder="请输入内容"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox> <c-checkbox v-model="model.sndmsg">发送消息</c-checkbox>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -402,39 +402,7 @@ ...@@ -402,39 +402,7 @@
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="betp0.ledget.sdamod.dadsnd">
<c-input
v-model="model.betp0.ledget.sdamod.dadsnd"
placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="betp0.ledget.sdamod.seainf">
<c-input
v-model="model.betp0.ledget.sdamod.seainf"
placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="betp0.recget.sdamod.dadsnd">
<c-input
v-model="model.betp0.recget.sdamod.dadsnd"
placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="betp0.recget.sdamod.seainf">
<c-input
v-model="model.betp0.recget.sdamod.seainf"
placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col> -->
</div> </div>
</template> </template>
<script> <script>
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<span v-text="model.mtabut.coninf.oitinf.labinftxt" data-path=".mtabut.coninf.oitinf.labinftxt" > </span>
</c-col>
<!-- S0000579 : Display Type -->
<c-col :span="12">
<c-form-item label="Infotext" prop="mtabut.coninf.oitinf.oit.inftxt">
<c-input type="textarea" v-model="model.mtabut.coninf.oitinf.oit.inftxt" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+'Infotext'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext Level" prop="mtabut.coninf.oitinf.oit.inflev">
<c-select v-model="model.mtabut.coninf.oitinf.oit.inflev" style="width:100%" :placeholder="$t('other.please_enter')+'Infotext Level'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.mtabut.coninf.oitset.labinftxt" data-path=".mtabut.coninf.oitset.labinftxt" > </span>
</c-col>
<!-- S0000579 : Display Type -->
<c-col :span="12">
<c-form-item label="Infotext" prop="mtabut.coninf.oitset.oit.inftxt">
<c-input type="textarea" v-model="model.mtabut.coninf.oitset.oit.inftxt" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+'Infotext'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext Level" prop="mtabut.coninf.oitset.oit.inflev">
<c-select v-model="model.mtabut.coninf.oitset.oit.inflev" style="width:100%" :placeholder="$t('other.please_enter')+'Infotext Level'">
</c-select>
</el-form-item>
</c-col>
<!-- SF000019 : 执行日期 -->
<c-col :span="12">
<el-form-item :label="$t('coninf.SF000019')" prop="mtabut.coninf.conexedat">
<c-date-picker type="date" v-model="model.mtabut.coninf.conexedat" style="width:100%" :placeholder="$t('other.please_enter')+$t('coninf.SF000019')"></c-date-picker>
</el-form-item>
</c-col>
<!-- SF000020 : Send for Release to -->
<c-col :span="12">
<c-form-item label="User ID" prop="mtabut.coninf.usr.extkey">
<c-input v-model="model.mtabut.coninf.usr.extkey" maxlength="8" :placeholder="$t('other.please_enter')+'User ID'"></c-input>
</c-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/Betcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<!-- SF000545 : Correspondence -->
<c-col :span="12">
<span v-text="model.trnmod.trndoc.advlabel" data-path=".trnmod.trndoc.advlabel" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="国内证落款" prop="trnmod.trndoc.advnam">
<c-input v-model="model.trnmod.trndoc.advnam" maxlength="50" :placeholder="$t('other.please_enter')+'国内证落款'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="修改申请人名称" prop="trnmod.trndoc.amdapl">
<c-input type="textarea" v-model="model.trnmod.trndoc.amdapl" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+'修改申请人名称'" ></c-input>
</c-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">
<c-form-item label="国内证通知书" prop="trnmod.trndoc.advdoc">
<c-input v-model="model.trnmod.trndoc.advdoc" maxlength="1" :placeholder="$t('other.please_enter')+'国内证通知书'"></c-input>
</c-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/Betcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<!-- S0000552 : Outgoing Correspondence, Attachments and other Documents -->
<c-col :span="12">
<c-form-item label="File Receiver" prop="trnmod.trndoc.filrecv">
<c-input v-model="model.trnmod.trndoc.filrecv" :placeholder="$t('other.please_enter')+'File Receiver'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Document tree" prop="trnmod.trndoc.doctrestm">
<c-input v-model="model.trnmod.trndoc.doctrestm" :placeholder="$t('other.please_enter')+'Document tree'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButshw">
{{$t('trndoc.CF000547')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButadd">
{{$t('trndoc.CF000548')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButnew">
{{$t('trndoc.CF000553')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButattto">
{{$t('trndoc.CG001184')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onTrndocButdel">
{{$t('trndoc.CF000549')}}
</c-button>
</c-col>
<c-col :span="12">
<span v-text="model.trnmod.trndoc.doclbl" data-path=".trnmod.trndoc.doclbl" > </span>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.trndoc.shwinc">{{$t('trndoc.CF000556')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.trndoc.shwout">{{$t('trndoc.CF000557')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButatt">
{{$t('trndoc.CF000551')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Connected Documents" prop="trnmod.trndoc.condocstm">
<c-input v-model="model.trnmod.trndoc.condocstm" :placeholder="$t('other.please_enter')+'Connected Documents'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="trnmod.trndoc.rcvatt.seainf">
<c-input v-model="model.trnmod.trndoc.rcvatt.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-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/Betcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<!-- SF000062 : Liability -->
<!-- SF000085 : Sight Amount -->
<c-col :span="12">
<c-form-item :label="$t('liaall.SF000085')" prop="liaall.outamt">
<c-input v-model="model.liaall.outamt" :placeholder="$t('other.please_enter')+$t('liaall.SF000085')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Sight Amount Percentage" prop="liaall.outpct">
<c-input v-model="model.liaall.outpct" :placeholder="$t('other.please_enter')+'Sight Amount Percentage'"></c-input>
</c-form-item>
</c-col>
<!-- SF000088 : % -->
<!-- SF000063 : Amount not yet assigned -->
<c-col :span="12">
<c-form-item :label="$t('liaall.S0000099')" prop="liaall.concur">
<c-input v-model="model.liaall.concur" maxlength="3" :placeholder="$t('other.please_enter')+$t('liaall.S0000099')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('liaall.SF000063')" prop="liaall.misamt">
<c-input v-model="model.liaall.misamt" :placeholder="$t('other.please_enter')+$t('liaall.SF000063')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmisamt">
{{$t('liaall.CF000061')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmissig">
{{$t('liaall.CF000083')}}
</c-button>
</c-col>
<!-- S0000098 : Old Amount booked externally -->
<c-col :span="12">
<c-form-item :label="$t('liaall.S0000098')" prop="liaall.exttotoldamt">
<c-input v-model="model.liaall.exttotoldamt" :placeholder="$t('other.please_enter')+$t('liaall.S0000098')"></c-input>
</c-form-item>
</c-col>
<!-- S0000099 : External Booking Amount -->
<c-col :span="12">
<c-form-item label="Total booking amount external assinged" prop="liaall.exttotamt">
<c-input v-model="model.liaall.exttotamt" :placeholder="$t('other.please_enter')+'Total booking amount external assinged'"></c-input>
</c-form-item>
</c-col>
<!-- SF000065 : Change Plan -->
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Betcan/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">
<c-form-item label="ECIFNO" prop="liaall.limmod.ecifno">
<c-input v-model="model.liaall.limmod.ecifno" maxlength="22" :placeholder="$t('other.please_enter')+'ECIFNO'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.liaall.limmod.limpts.wrklab" data-path=".liaall.limmod.limpts.wrklab" > </span>
</c-col>
<c-col :span="12">
<span v-text="model.liaall.limmod.limpts.othlab" data-path=".liaall.limmod.limpts.othlab" > </span>
</c-col>
<c-col :span="12">
<span v-text="model.liaall.limmod.limpts.othlabss" data-path=".liaall.limmod.limpts.othlabss" > </span>
</c-col>
<!-- S0001138 : 业务编号 -->
<c-col :span="12">
<c-form-item label="国结业务编号" prop="liaall.limmod.ownref">
<c-input v-model="model.liaall.limmod.ownref" maxlength="16" :placeholder="$t('other.please_enter')+'国结业务编号'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="liaall.limmod.wrkp.ptsget.sdamod.dadsnd">
<c-input v-model="model.liaall.limmod.wrkp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Drag Drop Sender" prop="liaall.limmod.othp.ptsget.sdamod.dadsnd">
<c-input v-model="model.liaall.limmod.othp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="liaall.limmod.limpts.wrk.pts.extkey">
<c-input v-model="model.liaall.limmod.limpts.wrk.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="liaall.limmod.wrkp.ptsget.sdamod.seainf">
<c-input v-model="model.liaall.limmod.wrkp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onWrkpDet">
{{$t('ptsp.CF000082')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="External Key of Address" prop="liaall.limmod.limpts.oth.pts.extkey">
<c-input v-model="model.liaall.limmod.limpts.oth.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="liaall.limmod.othp.ptsget.sdamod.seainf">
<c-input v-model="model.liaall.limmod.othp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onOthpDet">
{{$t('ptsp.CF000082')}}
</c-button>
</c-col>
<!-- S0001135 : 业务余额 -->
<c-col :span="12">
<c-form-item label="业务余额" prop="liaall.limmod.comamt">
<c-input v-model="model.liaall.limmod.comamt" :placeholder="$t('other.please_enter')+'业务余额'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="liaall.limmod.limpts.wrk.pts.nam">
<c-input v-model="model.liaall.limmod.limpts.wrk.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Name of Party" prop="liaall.limmod.limpts.oth.pts.nam">
<c-input v-model="model.liaall.limmod.limpts.oth.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<!-- S0001136 : 保证金 -->
<!-- S0000011 : 额度类型 -->
<c-col :span="12">
<c-form-item label="保证金余额" prop="liaall.limmod.ccvamt">
<c-input v-model="model.liaall.limmod.ccvamt" :placeholder="$t('other.please_enter')+'保证金余额'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Flag to Mark Non-revolving Limits" prop="liaall.limmod.limpts.nonrevflg1">
<c-select v-model="model.liaall.limmod.limpts.nonrevflg1" style="width:100%" :placeholder="$t('other.please_enter')+'Flag to Mark Non-revolving Limits'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimptsGet1">
{{$t('limpts.C0000013')}}
</c-button>
</c-col>
<!-- S0000012 : 额度类型 -->
<c-col :span="12">
<el-form-item label="Flag to Mark Non-revolving Limits" prop="liaall.limmod.limpts.nonrevflg2">
<c-select v-model="model.liaall.limmod.limpts.nonrevflg2" style="width:100%" :placeholder="$t('other.please_enter')+'Flag to Mark Non-revolving Limits'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimptsGet2">
{{$t('limpts.C0000014')}}
</c-button>
</c-col>
<!-- S0001137 : 余额 -->
<c-col :span="12">
<span v-text="model.liaall.limmod.limpts.lsh" data-path=".liaall.limmod.limpts.lsh" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="合同流�'号" prop="liaall.limmod.limpts.pfcod1">
<c-input v-model="model.liaall.limmod.limpts.pfcod1" maxlength="14" :placeholder="$t('other.please_enter')+'合同流�'号'"></c-input>
</c-form-item>
</c-col>
<!-- S0000018 : 合同流水号 -->
<c-col :span="12">
<c-form-item label="合同流�'号" prop="liaall.limmod.limpts.pfcod2">
<c-input v-model="model.liaall.limmod.limpts.pfcod2" maxlength="14" :placeholder="$t('other.please_enter')+'合同流�'号'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimmodTrycal">
{{$t('limmod.C0000005')}}
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Betcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<!-- S0000002 : 参考号 -->
<c-col :span="12">
<c-form-item label="our reference" prop="setmod.ref">
<c-input v-model="model.setmod.ref" maxlength="16" :placeholder="$t('other.please_enter')+'our reference'"></c-input>
</c-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="$t('other.please_enter')+'document currency'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="document amount" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" :placeholder="$t('other.please_enter')+'document amount'"></c-input>
</c-form-item>
</c-col>
<!-- S0000003 : 类型 -->
<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="$t('other.please_enter')+'Type of settlement'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.setmod.xreflg">{{$t('setmod.CF000011')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSetmodDet">
{{$t('setmod.CF000032')}}
</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">
<c-form-item label="自�'�区主�'�号" prop="setmod.zmqacc">
<c-input v-model="model.setmod.zmqacc" maxlength="20" :placeholder="$t('other.please_enter')+'自�'�区主�'�号'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab" > </span>
</c-col>
<!-- S0000001 : Foreign Commission / Charges: -->
<!-- S0000001 : Own Commission / Charges: -->
<!-- SF000001 : Settlement: -->
<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/Betcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -30,44 +30,44 @@ ...@@ -30,44 +30,44 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--betcan PD000016 Cancelation --> <!--betcan PD000016 Cancelation -->
<el-tab-pane label="Cancelation" name="canp"> <el-tab-pane label="取消信息" name="canp">
<c-content> <c-content>
<m-canp :model="model" :codes="codes" /> <m-canp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--liaall PD000027 Liability --> <!--liaall PD000027 Liability -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<c-content> <c-content>
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--setmod PD000000 Settlement --> <!--setmod PD000000 Settlement -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<c-content> <c-content>
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Booking" name="glepan"> <el-tab-pane label="会计分录" name="glepan">
<c-content> <c-content>
<m-glepan :model="model" :codes="codes" /> <m-glepan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<c-content> <c-content>
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000529 &Messages --> <!--trndoc PD000529 &Messages -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<c-content> <c-content>
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000546 Attachments --> <!--trndoc PD000546 Attachments -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<c-content> <c-content>
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes" />
</c-content> </c-content>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Internal Discrepancies" label="内部不符点"
prop="bedgrp.blk.intdis" prop="bedgrp.blk.intdis"
style="width: 100%" style="width: 100%"
> >
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
v-model="model.bedgrp.blk.intdis" v-model="model.bedgrp.blk.intdis"
maxlength="50" maxlength="50"
show-word-limit show-word-limit
placeholder="Please input Internal Discrepancies" placeholder="请输入内部不符点"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Discrepancies" label="不符点"
prop="bedgrp.blk.docdis" prop="bedgrp.blk.docdis"
style="width: 100%" style="width: 100%"
> >
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
v-model="model.bedgrp.blk.docdis" v-model="model.bedgrp.blk.docdis"
maxlength="65" maxlength="65"
show-word-limit show-word-limit
placeholder="Please input Discrepancies" placeholder="请输入Discrepancies"
:disabled="!docdisflg" :disabled="!docdisflg"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="docdisflg" style="margin-left: 150px" <c-checkbox v-model="docdisflg" style="margin-left: 150px"
>Discrepancies modified</c-checkbox >不符点修改</c-checkbox
> >
</c-col> </c-col>
</c-col> </c-col>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Reasons for Rejection" label="拒绝原因"
prop="bedgrp.blk.docins" prop="bedgrp.blk.docins"
style="width: 100%" style="width: 100%"
> >
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
v-model="model.bedgrp.blk.docins" v-model="model.bedgrp.blk.docins"
maxlength="50" maxlength="50"
show-word-limit show-word-limit
placeholder="Please input Reasons for Rejection" placeholder="请输入拒绝原因"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Disposal of Documents" label="单据处理说明"
prop="bedgrp.blk.disdoc" prop="bedgrp.blk.disdoc"
style="width: 100%" style="width: 100%"
> >
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
v-model="model.bedgrp.blk.disdoc" v-model="model.bedgrp.blk.disdoc"
maxlength="65" maxlength="65"
show-word-limit show-word-limit
placeholder="Please input Disposal of Documents" placeholder="请输入单据处理说明"
disabled disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" prop="rejpenins"> <el-form-item label="" prop="rejpenins">
<c-checkbox v-model="rejpenins" <c-checkbox v-model="rejpenins"
>Rejection Pending Instructions</c-checkbox >拒绝复核指示</c-checkbox
> >
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -184,120 +184,7 @@ ...@@ -184,120 +184,7 @@
</c-docpre> </c-docpre>
</c-col> </c-col>
<!-- <c-col :span="24" style="height: 24px; margin-top: -10px">
<el-form-item :label="model.betp.docgrdm.docdsclab" class="messageLabel">
<c-button style="float: right" @click="addTableValue" type="primary"
>新增单据</c-button
>
</el-form-item>
</c-col>
<c-col :span="24" style="height: 0px">
<el-divider></el-divider>
</c-col>
<c-col :span="24" style="margin-bottom: 30px">
<c-table
height="200px"
style="text-align: center"
:list="this.model.betp.docgrdm.docgrd || []"
:paginationShow="false"
:border="true"
>
<el-table-column label="1st" width="auto">
<template slot-scope="scope">
<c-input v-model="scope.row.cmail1"></c-input>
</template>
</el-table-column>
<el-table-column label="2nd" width="auto">
<template slot-scope="scope">
<c-input v-model="scope.row.cmail2"></c-input>
</template>
</el-table-column>
<el-table-column label="Document" prop="docnam" width="auto">
<template slot-scope="scope">
{{scope.row.docnam}}
<c-select
style="width: 100%"
placeholder="请选择"
v-model="scope.row.docnam"
>
<el-option
v-for="item in codeTable"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</template>
</el-table-column>
<el-table-column label="操作" width="170px" fixed="right">
<template slot-scope="scope">
<c-button @click="deleteTable(scope.$index)" type="primary"
>删除</c-button
>
</template>
</el-table-column>
</c-table>
</c-col> -->
<!-- <c-col :span="12">
<el-form-item label="Internal Discrepancies" prop="bedgrp.blk.intdis">
<c-input type="textarea" v-model="model.bedgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入Internal Discrepancies" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onIntdisButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Reasons for Rejection" prop="bedgrp.blk.docins">
<c-input type="textarea" v-model="model.bedgrp.blk.docins" maxlength="35" show-word-limit placeholder="请输入Reasons for Rejection" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onResrejButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Disposal of Documents" prop="bedgrp.blk.disdoc">
<c-input type="textarea" v-model="model.bedgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onDisdocButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Discrepancies" prop="bedgrp.blk.docdis">
<c-input type="textarea" v-model="model.bedgrp.blk.docdis" maxlength="50" show-word-limit placeholder="请输入Discrepancies" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onDocdisButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.rejpenins">Rejection pending instructions</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bedgrp.blk.docdisflg">Discrepancies modified</c-checkbox>
</c-col>
<c-col :span="12">
<span v-text="model.betp.docgrdm.docdsclab" data-path=".betp.docgrdm.docdsclab" > </span>
</c-col> -->
</div> </div>
</template> </template>
<script> <script>
......
...@@ -28,31 +28,31 @@ ...@@ -28,31 +28,31 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000009 --> <!--PD000009 -->
<el-tab-pane label="Details" name="betdcrs"> <el-tab-pane label="详情信息" name="betdcrs">
<c-content> <c-content>
<m-betdcrs :model="model" :codes="codes" /> <m-betdcrs :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000026 --> <!--PD000026 -->
<el-tab-pane label="Discrepancies/Refusal Details" name="betdcrd"> <el-tab-pane label="不符点/拒绝信息" name="betdcrd">
<m-betdcrd :model="model" :codes="codes" /> <m-betdcrd :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000001 --> <!--PD000001 -->
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<span v-text="model.mtabut.coninf.oitinf.labinftxt" data-path=".mtabut.coninf.oitinf.labinftxt" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext" prop="mtabut.coninf.oitinf.oit.inftxt">
<c-input type="textarea" v-model="model.mtabut.coninf.oitinf.oit.inftxt" maxlength="60" show-word-limit placeholder="请输入Infotext" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext Level" prop="mtabut.coninf.oitinf.oit.inflev">
<c-select v-model="model.mtabut.coninf.oitinf.oit.inflev" style="width:100%" placeholder="请选择Infotext Level">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.mtabut.coninf.oitset.labinftxt" data-path=".mtabut.coninf.oitset.labinftxt" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext" prop="mtabut.coninf.oitset.oit.inftxt">
<c-input type="textarea" v-model="model.mtabut.coninf.oitset.oit.inftxt" maxlength="60" show-word-limit placeholder="请输入Infotext" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Infotext Level" prop="mtabut.coninf.oitset.oit.inflev">
<c-select v-model="model.mtabut.coninf.oitset.oit.inflev" style="width:100%" placeholder="请选择Infotext Level">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="执行日期" prop="mtabut.coninf.conexedat">
<c-date-picker type="date" v-model="model.mtabut.coninf.conexedat" style="width:100%" placeholder="请选择执行日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="User ID" prop="mtabut.coninf.usr.extkey">
<c-input v-model="model.mtabut.coninf.usr.extkey" maxlength="8" placeholder="请输入User ID"></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/Betdrv/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">
<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="onMtdbutButapy">
确定
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="减少的金额" prop="setmod.redamt">
<c-input v-model="model.setmod.redamt" placeholder="请输入减少的金额"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="减少后的结算金额" prop="setmod.setamt">
<c-input v-model="model.setmod.setamt" placeholder="请输入减少后的结算金额"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="注释" prop="setmod.redamttxt">
<c-input type="textarea" v-model="model.setmod.redamttxt" maxlength="35" show-word-limit placeholder="请输入注释" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onMtdbutButcan">
取消
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Betdrv/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/Betdrv/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="19">
<c-col>
<el-form-item label="接收的文件">
<c-input
type="textarea"
v-model="model.trnmod.trndoc.filrecv"
placeholder="请输入接收的文件"
:rows="10"
></c-input>
</el-form-item>
</c-col>
<c-col>
<el-form-item label="文件列表">
<c-input
type="textarea"
:rows="10"
v-model="model.trnmod.trndoc.doctrestm"
placeholder="请输入文件列表"
></c-input>
</el-form-item> </c-col
></c-col>
<c-col :offset="1" :span="4">
<c-col> &nbsp; </c-col>
<c-col>
<c-button size="small" type="primary" @click="onTrndocButshw">
出示
</c-button>
</c-col>
<c-col> &nbsp; </c-col>
<c-col> &nbsp; </c-col>
<c-col>
<c-button size="small" type="primary" @click="onTrndocButadd">
详情
</c-button>
</c-col>
<c-col> &nbsp; </c-col>
<c-col> &nbsp; </c-col>
<c-col>
<c-button size="small" type="primary" @click="onTrndocButnew">
新增
</c-button>
</c-col>
<c-col> &nbsp; </c-col>
<c-col> &nbsp; </c-col>
<c-col>
<c-button
size="small"
type="primary"
@click="onTrndocButattto"
disabled
>
附加
</c-button>
</c-col>
<c-col> &nbsp; </c-col>
<c-col> &nbsp; </c-col>
<c-col>
<c-button type="primary" size="small" @click="onTrndocButdel" disabled>
删除
</c-button>
</c-col>
<c-col> &nbsp; </c-col>
<c-col> &nbsp; </c-col>
<c-col>
<c-button size="small" type="primary" @click="onTrndocButatt" disabled>
附加
</c-button>
</c-col>
</c-col>
<c-col :offset="8" :span="4">
<c-checkbox v-model="model.trnmod.trndoc.shwinc">展示来报信息</c-checkbox>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.trnmod.trndoc.shwout">展示发报信息</c-checkbox>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Betdrv/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">
<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/Betdrv/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">
<el-form-item label="Booking stream to Display" prop="setmod.glemod.gleshwstm">
<c-input v-model="model.setmod.glemod.gleshwstm" placeholder="请输入Booking stream to Display"></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/Betdrv/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">
<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/Betdrv/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -28,35 +28,35 @@ ...@@ -28,35 +28,35 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--betrcl PD000034 Claim Reimb. --> <!--betrcl PD000034 Claim Reimb. -->
<el-tab-pane label="Claim Reimb." name="rclp"> <el-tab-pane label="索汇信息" name="rclp">
<c-content> <c-content>
<m-rclp ref="rclp" :model="model" :codes="codes" /> <m-rclp ref="rclp" :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--liaall PD000027 Liability --> <!--liaall PD000027 Liability -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--setmod PD000000 Settlement --> <!--setmod PD000000 Settlement -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000529 &Messages --> <!--trndoc PD000529 &Messages -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000546 Attachments --> <!--trndoc PD000546 Attachments -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--rmbclm PD000128 Reimbursement Details --> <!--rmbclm PD000128 Reimbursement Details -->
<el-tab-pane <el-tab-pane
v-if="model.rmbclm.clmrmbflg" v-if="model.rmbclm.clmrmbflg"
label="Reimbursement Details" label="索汇详情"
name="remp" name="remp"
> >
<m-remp :model="model" :codes="codes" /> <m-remp :model="model" :codes="codes" />
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
v-model="model.lendoc.vercerref" v-model="model.lendoc.vercerref"
maxlength="20" maxlength="20"
show-word-limit show-word-limit
placeholder="Please input Verification Certificate Number" placeholder="请输入Verification Certificate Number"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<c-input <c-input
v-model="model.lendoc.decnum" v-model="model.lendoc.decnum"
maxlength="22" maxlength="22"
placeholder="Please input Declaration Number" placeholder="请输入Declaration Number"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
v-model="model.lendoc.account" v-model="model.lendoc.account"
maxlength="3" maxlength="3"
style="width: 100%" style="width: 100%"
placeholder="Please input Input Amount" placeholder="请输入Input Amount"
:disabled="!actflg" :disabled="!actflg"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
...@@ -52,27 +52,7 @@ ...@@ -52,27 +52,7 @@
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="12">
<el-form-item label="ACT" prop="lendoc.account">
<c-input type="textarea" v-model="model.lendoc.account" maxlength="25" show-word-limit placeholder="请输入ACT" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.lendoc.actflg">Input Account</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="Verification Certificate Number" prop="lendoc.vercerref">
<c-input type="textarea" v-model="model.lendoc.vercerref" maxlength="20" show-word-limit placeholder="请输入Verification Certificate Number" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Declaration Number" prop="lendoc.decnum">
<c-input v-model="model.lendoc.decnum" maxlength="22" placeholder="请输入Declaration Number"></c-input>
</el-form-item>
</c-col> -->
</div> </div>
</template> </template>
<script> <script>
......
...@@ -106,51 +106,7 @@ ...@@ -106,51 +106,7 @@
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="12">
<c-checkbox v-model="model.bopmod.basflg">基础数据</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopmod.dclflg">申报数据</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopmod.vrfflg">核销数据</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="申报类型" prop="bopmod.szflg">
<c-select v-model="model.bopmod.szflg" style="width:100%" placeholder="请选择申报类型">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="款项来源" prop="bopmod.acttyp">
<c-select v-model="model.bopmod.acttyp" style="width:100%" placeholder="请选择款项来源">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地区机构号" prop="bopmod.ownextkey">
<c-select v-model="model.bopmod.ownextkey" style="width:100%" placeholder="请选择地区机构号">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="国外银行扣费(涉外收入申报专用)" prop="bopmod.outchargeccy">
<c-select v-model="model.bopmod.outchargeccy" style="width:100%" placeholder="请选择国外银行扣费(涉外收入申报专用)">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="国外银行扣费(涉外收入申报专用)" prop="bopmod.outchargeamt">
<c-input v-model="model.bopmod.outchargeamt" placeholder="请输入国外银行扣费(涉外收入申报专用)"></c-input>
</el-form-item>
</c-col> -->
</div> </div>
</template> </template>
<script> <script>
......
...@@ -21,41 +21,41 @@ ...@@ -21,41 +21,41 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000034 --> <!--PD000034 -->
<el-tab-pane label="Funds Settlement" name="setp"> <el-tab-pane label="结算信息" name="setp">
<c-content> <c-content>
<m-setp ref="setp" :model="model" :codes="codes"/> <m-setp ref="setp" :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<m-engp :model="model" :codes="codes"/> <m-engp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<c-content> <c-content>
<m-setpan :model="model" :codes="codes"/> <m-setpan :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000001 --> <!--PD000001 -->
<el-tab-pane label="Bookings" name="glepan"> <el-tab-pane label="会计分录" name="glepan">
<m-glepan :model="model" :codes="codes"/> <m-glepan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes"/> <m-coninfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<m-docpan :model="model" :codes="codes"/> <m-docpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<m-doctre :model="model" :codes="codes"/> <m-doctre :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<span
v-text="model.mtabut.coninf.oitinf.labinftxt"
data-path=".mtabut.coninf.oitinf.labinftxt"
>
</span>
</c-col>
<!-- S0000579 : Display Type -->
<c-col :span="12">
<c-form-item label="Infotext" prop="mtabut.coninf.oitinf.oit.inftxt">
<c-input
type="textarea"
v-model="model.mtabut.coninf.oitinf.oit.inftxt"
maxlength="60"
show-word-limit
:placeholder="$t('other.please_enter') + 'Infotext'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Infotext Level"
prop="mtabut.coninf.oitinf.oit.inflev"
>
<c-select
v-model="model.mtabut.coninf.oitinf.oit.inflev"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Infotext Level'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<span
v-text="model.mtabut.coninf.oitset.labinftxt"
data-path=".mtabut.coninf.oitset.labinftxt"
>
</span>
</c-col>
<!-- S0000579 : Display Type -->
<c-col :span="12">
<c-form-item label="Infotext" prop="mtabut.coninf.oitset.oit.inftxt">
<c-input
type="textarea"
v-model="model.mtabut.coninf.oitset.oit.inftxt"
maxlength="60"
show-word-limit
:placeholder="$t('other.please_enter') + 'Infotext'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Infotext Level"
prop="mtabut.coninf.oitset.oit.inflev"
>
<c-select
v-model="model.mtabut.coninf.oitset.oit.inflev"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Infotext Level'"
>
</c-select>
</el-form-item>
</c-col>
<!-- SF000019 : 执行日期 -->
<c-col :span="12">
<el-form-item
:label="$t('coninf.SF000019')"
prop="mtabut.coninf.conexedat"
>
<c-date-picker
type="date"
v-model="model.mtabut.coninf.conexedat"
style="width: 100%"
:placeholder="$t('other.please_enter') + $t('coninf.SF000019')"
></c-date-picker>
</el-form-item>
</c-col>
<!-- SF000020 : Send for Release to -->
<c-col :span="12">
<c-form-item label="User ID" prop="mtabut.coninf.usr.extkey">
<c-input
v-model="model.mtabut.coninf.usr.extkey"
maxlength="8"
:placeholder="$t('other.please_enter') + 'User ID'"
></c-input>
</c-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/Betsnd/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
<template>
<div class="eibs-tab">
<!-- SF000545 : Correspondence -->
<c-col :span="12">
<span
v-text="model.trnmod.trndoc.advlabel"
data-path=".trnmod.trndoc.advlabel"
>
</span>
</c-col>
<c-col :span="12">
<c-form-item label="国内证落款" prop="trnmod.trndoc.advnam">
<c-input
v-model="model.trnmod.trndoc.advnam"
maxlength="50"
:placeholder="$t('other.please_enter') + '国内证落款'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="修改申请人名称" prop="trnmod.trndoc.amdapl">
<c-input
type="textarea"
v-model="model.trnmod.trndoc.amdapl"
maxlength="50"
show-word-limit
:placeholder="$t('other.please_enter') + '修改申请人名称'"
></c-input>
</c-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">
<c-form-item label="国内证通知书" prop="trnmod.trndoc.advdoc">
<c-input
v-model="model.trnmod.trndoc.advdoc"
maxlength="1"
:placeholder="$t('other.please_enter') + '国内证通知书'"
></c-input>
</c-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/Betsnd/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
<template>
<div class="eibs-tab">
<!-- S0000552 : Outgoing Correspondence, Attachments and other Documents -->
<c-col :span="12">
<c-form-item label="File Receiver" prop="trnmod.trndoc.filrecv">
<c-input
v-model="model.trnmod.trndoc.filrecv"
:placeholder="$t('other.please_enter') + 'File Receiver'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Document tree" prop="trnmod.trndoc.doctrestm">
<c-input
v-model="model.trnmod.trndoc.doctrestm"
:placeholder="$t('other.please_enter') + 'Document tree'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButshw">
{{ $t('trndoc.CF000547') }}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButadd">
{{ $t('trndoc.CF000548') }}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButnew">
{{ $t('trndoc.CF000553') }}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButattto">
{{ $t('trndoc.CG001184') }}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onTrndocButdel">
{{ $t('trndoc.CF000549') }}
</c-button>
</c-col>
<c-col :span="12">
<span
v-text="model.trnmod.trndoc.doclbl"
data-path=".trnmod.trndoc.doclbl"
>
</span>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.trndoc.shwinc">{{
$t('trndoc.CF000556')
}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.trndoc.shwout">{{
$t('trndoc.CF000557')
}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndocButatt">
{{ $t('trndoc.CF000551') }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="Connected Documents" prop="trnmod.trndoc.condocstm">
<c-input
v-model="model.trnmod.trndoc.condocstm"
:placeholder="$t('other.please_enter') + 'Connected Documents'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="trnmod.trndoc.rcvatt.seainf">
<c-input
v-model="model.trnmod.trndoc.rcvatt.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-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/Betsnd/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<c-col :span="13"> <c-col :span="13">
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item label="Internal Discrepancies" prop="bedgrp.blk.intdis"> <el-form-item label="内部不符点" prop="bedgrp.blk.intdis">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedgrp.blk.intdis" v-model="model.bedgrp.blk.intdis"
maxlength="1300" maxlength="1300"
:rows="5" :rows="5"
show-word-limit show-word-limit
placeholder="请输入Internal Discrepancies" placeholder="请输入不符点"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item <el-form-item
label="Comments and Conclusions" label="评论和结论"
prop="bedgrp.blk.comcon" prop="bedgrp.blk.comcon"
> >
<c-input <c-input
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
maxlength="1300" maxlength="1300"
:rows="5" :rows="5"
show-word-limit show-word-limit
placeholder="请输入Comments and Conclusions" placeholder="请输入评论内容"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item <el-form-item
label="Settlement Instructions transaction field" label="结算指示"
prop="bedgrp.blk.setinsbe" prop="bedgrp.blk.setinsbe"
> >
<c-input <c-input
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
maxlength="390" maxlength="390"
:rows="5" :rows="5"
show-word-limit show-word-limit
placeholder="请输入Settlement Instructions transaction field" placeholder="请输入内容"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -116,18 +116,18 @@ ...@@ -116,18 +116,18 @@
</c-col> </c-col>
<c-col :span="18" :offset="6"> <c-col :span="18" :offset="6">
<c-checkbox v-model="bedsndIngdsc">Ignore Discrepancies </c-checkbox> <c-checkbox v-model="bedsndIngdsc">忽略不符点</c-checkbox>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item label="Discrepancies" prop="bedgrp.blk.docdis"> <el-form-item label="不符点" prop="bedgrp.blk.docdis">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedgrp.blk.docdis" v-model="model.bedgrp.blk.docdis"
maxlength="3500" maxlength="3500"
:rows="5" :rows="5"
show-word-limit show-word-limit
placeholder="请输入Discrepancies" placeholder="请输入不符点"
:disabled="model.bedgrp.blk.docdisflg == ''" :disabled="model.bedgrp.blk.docdisflg == ''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -160,18 +160,18 @@ ...@@ -160,18 +160,18 @@
<c-col :span="10" :offset="1"> <c-col :span="10" :offset="1">
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.bedgrp.blk.docdisflg" <c-checkbox v-model="model.bedgrp.blk.docdisflg"
>Discrepancies modified</c-checkbox >不符点修改</c-checkbox
> >
</c-col> </c-col>
<!-- Futher Handing --> <!-- Futher Handing -->
<c-col :span="24"> <c-col :span="24">
<!-- Processing Options --> <!-- Processing Options -->
<el-form-item label="Futher Handing" prop="betp.folwupopt"> <el-form-item label="进一步处理" prop="betp.folwupopt">
<c-select <c-select
v-model="model.betp.folwupopt" v-model="model.betp.folwupopt"
style="width: 100%" style="width: 100%"
placeholder="请选择Processing Options" placeholder="请选择内容"
:code="codes.folwupopt" :code="codes.folwupopt"
disabled disabled
> >
...@@ -181,13 +181,13 @@ ...@@ -181,13 +181,13 @@
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.bedgrp.rec.approvcod" <c-checkbox v-model="model.bedgrp.rec.approvcod"
>Documents on Approval Basis >已批准的单据
</c-checkbox> </c-checkbox>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.bedsnd.snd732" disabled <c-checkbox v-model="model.bedsnd.snd732" disabled
>Create Advice of Discharge(e.g.MT 732) >创建清偿通知(MT 732)
</c-checkbox> </c-checkbox>
</c-col> </c-col>
...@@ -195,12 +195,12 @@ ...@@ -195,12 +195,12 @@
<c-checkbox <c-checkbox
v-model="model.betp.cre752flg" v-model="model.betp.cre752flg"
:disabled="model.betp.folwupopt != 'C'" :disabled="model.betp.folwupopt != 'C'"
>Receive MT 752</c-checkbox >MT 752</c-checkbox
> >
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Further Identification" prop="betp.furide"> <el-form-item label="进一步识别" prop="betp.furide">
<c-select <c-select
v-model="model.betp.furide" v-model="model.betp.furide"
style="width: 100%" style="width: 100%"
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Date of Advice" prop="bedgrp.rec.disdat"> <el-form-item label="通知日期" prop="bedgrp.rec.disdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.bedgrp.rec.disdat" v-model="model.bedgrp.rec.disdat"
...@@ -236,13 +236,13 @@ ...@@ -236,13 +236,13 @@
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.rmbclmnow" :disabled="model.rmbclmlate != ''" <c-checkbox v-model="model.rmbclmnow" :disabled="model.rmbclmlate != ''"
>Claim Reimbursement now</c-checkbox >寄单并即期索汇</c-checkbox
> >
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.rmbclmlate" :disabled="model.rmbclmnow != ''" <c-checkbox v-model="model.rmbclmlate" :disabled="model.rmbclmnow != ''"
>Claim Reimbursement late</c-checkbox >寄单后再索汇</c-checkbox
> >
</c-col> </c-col>
...@@ -255,13 +255,13 @@ ...@@ -255,13 +255,13 @@
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.bedgrp.rec.docrolflg" <c-checkbox v-model="model.bedgrp.rec.docrolflg"
>Send Documents to another</c-checkbox >选择寄单行</c-checkbox
> >
</c-col> </c-col>
<!-- SF000064 : Receiver of Documents --> <!-- SF000064 : Receiver of Documents -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Receiver of Documents" prop="bedgrp.rec.docrol"> <el-form-item label="单据接收行" prop="bedgrp.rec.docrol">
<c-select <c-select
v-model="model.bedgrp.rec.docrol" v-model="model.bedgrp.rec.docrol"
style="width: 100%" style="width: 100%"
...@@ -477,7 +477,7 @@ ...@@ -477,7 +477,7 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-form-item label="Discrepancies" prop="bedgrp.blk.docdis"> <c-form-item label="不符点" prop="bedgrp.blk.docdis">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedgrp.blk.docdis" v-model="model.bedgrp.blk.docdis"
......
<template>
<div class="eibs-tab">
<!-- SF000062 : Liability -->
<!-- SF000085 : Sight Amount -->
<c-col :span="12">
<c-form-item :label="$t('liaall.SF000085')" prop="liaall.outamt">
<c-input
v-model="model.liaall.outamt"
:placeholder="$t('other.please_enter') + $t('liaall.SF000085')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Sight Amount Percentage" prop="liaall.outpct">
<c-input
v-model="model.liaall.outpct"
:placeholder="$t('other.please_enter') + 'Sight Amount Percentage'"
></c-input>
</c-form-item>
</c-col>
<!-- SF000088 : % -->
<!-- SF000063 : Amount not yet assigned -->
<c-col :span="12">
<c-form-item :label="$t('liaall.S0000099')" prop="liaall.concur">
<c-input
v-model="model.liaall.concur"
maxlength="3"
:placeholder="$t('other.please_enter') + $t('liaall.S0000099')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('liaall.SF000063')" prop="liaall.misamt">
<c-input
v-model="model.liaall.misamt"
:placeholder="$t('other.please_enter') + $t('liaall.SF000063')"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmisamt">
{{ $t('liaall.CF000061') }}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaallButmissig">
{{ $t('liaall.CF000083') }}
</c-button>
</c-col>
<!-- S0000098 : Old Amount booked externally -->
<c-col :span="12">
<c-form-item :label="$t('liaall.S0000098')" prop="liaall.exttotoldamt">
<c-input
v-model="model.liaall.exttotoldamt"
:placeholder="$t('other.please_enter') + $t('liaall.S0000098')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000099 : External Booking Amount -->
<c-col :span="12">
<c-form-item
label="Total booking amount external assinged"
prop="liaall.exttotamt"
>
<c-input
v-model="model.liaall.exttotamt"
:placeholder="
$t('other.please_enter') + 'Total booking amount external assinged'
"
></c-input>
</c-form-item>
</c-col>
<!-- SF000065 : Change Plan -->
</div>
</template>
<script>
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Betsnd/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">
<c-form-item label="ECIFNO" prop="liaall.limmod.ecifno">
<c-input
v-model="model.liaall.limmod.ecifno"
maxlength="22"
:placeholder="$t('other.please_enter') + 'ECIFNO'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span
v-text="model.liaall.limmod.limpts.wrklab"
data-path=".liaall.limmod.limpts.wrklab"
>
</span>
</c-col>
<c-col :span="12">
<span
v-text="model.liaall.limmod.limpts.othlab"
data-path=".liaall.limmod.limpts.othlab"
>
</span>
</c-col>
<c-col :span="12">
<span
v-text="model.liaall.limmod.limpts.othlabss"
data-path=".liaall.limmod.limpts.othlabss"
>
</span>
</c-col>
<!-- S0001138 : 业务编号 -->
<c-col :span="12">
<c-form-item label="国结业务编号" prop="liaall.limmod.ownref">
<c-input
v-model="model.liaall.limmod.ownref"
maxlength="16"
:placeholder="$t('other.please_enter') + '国结业务编号'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="Drag Drop Sender"
prop="liaall.limmod.wrkp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.liaall.limmod.wrkp.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="Drag Drop Sender"
prop="liaall.limmod.othp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.liaall.limmod.othp.ptsget.sdamod.dadsnd"
:placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="External Key of Address"
prop="liaall.limmod.limpts.wrk.pts.extkey"
>
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="liaall.limmod.wrkp.ptsget.sdamod.seainf">
<c-input
v-model="model.liaall.limmod.wrkp.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onWrkpDet">
{{ $t('ptsp.CF000082') }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item
label="External Key of Address"
prop="liaall.limmod.limpts.oth.pts.extkey"
>
<c-input
v-model="model.liaall.limmod.limpts.oth.pts.extkey"
maxlength="16"
:placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="liaall.limmod.othp.ptsget.sdamod.seainf">
<c-input
v-model="model.liaall.limmod.othp.ptsget.sdamod.seainf"
:placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onOthp1Det">
{{ $t('ptsp.CF000082') }}
</c-button>
</c-col>
<!-- S0001135 : 业务余额 -->
<c-col :span="12">
<c-form-item label="业务余额" prop="liaall.limmod.comamt">
<c-input
v-model="model.liaall.limmod.comamt"
:placeholder="$t('other.please_enter') + '业务余额'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="Name of Party"
prop="liaall.limmod.limpts.wrk.pts.nam"
>
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="Name of Party"
prop="liaall.limmod.limpts.oth.pts.nam"
>
<c-input
v-model="model.liaall.limmod.limpts.oth.pts.nam"
maxlength="40"
:placeholder="$t('other.please_enter') + 'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<!-- S0001136 : 保证金 -->
<!-- S0000011 : 额度类型 -->
<c-col :span="12">
<c-form-item label="保证金余额" prop="liaall.limmod.ccvamt">
<c-input
v-model="model.liaall.limmod.ccvamt"
:placeholder="$t('other.please_enter') + '保证金余额'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Flag to Mark Non-revolving Limits"
prop="liaall.limmod.limpts.nonrevflg1"
>
<c-select
v-model="model.liaall.limmod.limpts.nonrevflg1"
style="width: 100%"
:placeholder="
$t('other.please_enter') + 'Flag to Mark Non-revolving Limits'
"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimptsGet1">
{{ $t('limpts.C0000013') }}
</c-button>
</c-col>
<!-- S0000012 : 额度类型 -->
<c-col :span="12">
<el-form-item
label="Flag to Mark Non-revolving Limits"
prop="liaall.limmod.limpts.nonrevflg2"
>
<c-select
v-model="model.liaall.limmod.limpts.nonrevflg2"
style="width: 100%"
:placeholder="
$t('other.please_enter') + 'Flag to Mark Non-revolving Limits'
"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimptsGet2">
{{ $t('limpts.C0000014') }}
</c-button>
</c-col>
<!-- S0001137 : 余额 -->
<c-col :span="12">
<span
v-text="model.liaall.limmod.limpts.lsh"
data-path=".liaall.limmod.limpts.lsh"
>
</span>
</c-col>
<c-col :span="12">
<c-form-item label="合同流�'号" prop="liaall.limmod.limpts.pfcod1">
<c-input
v-model="model.liaall.limmod.limpts.pfcod1"
maxlength="14"
:placeholder="$t('other.please_enter')+'合同流�号'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000018 : 合同流水号 -->
<c-col :span="12">
<c-form-item label="合同流�'号" prop="liaall.limmod.limpts.pfcod2">
<c-input
v-model="model.liaall.limmod.limpts.pfcod2"
maxlength="14"
:placeholder="$t('other.please_enter')+'合同流�号'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLimmodTrycal">
{{ $t('limmod.C0000005') }}
</c-button>
</c-col>
</div>
</template>
<script>
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Betsnd/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="12"> <c-col :span="12">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Reimbursement Bank" prop="rmbclm.rmbrol"> <el-form-item label="偿付行" prop="rmbclm.rmbrol">
<c-select <c-select
v-model="model.rmbclm.rmbrol" v-model="model.rmbclm.rmbrol"
style="width: 100%" style="width: 100%"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<c-col :span="24"> <c-col :span="24">
<!-- Reference for Address Optional --> <!-- Reference for Address Optional -->
<c-form-item <c-form-item
label="Ref." label="偿付行参考号"
prop="rmbclm.rmbrmb.pts.ref" prop="rmbclm.rmbrmb.pts.ref"
> >
<c-input <c-input
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<!-- SF000011 : Account with Bank --> <!-- SF000011 : Account with Bank -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Account with Bank Ref." prop="rmbclm.acwacw.pts.ref"> <c-form-item label="帐户行参考号" prop="rmbclm.acwacw.pts.ref">
<c-input <c-input
v-model="model.rmbclm.acwacw.pts.ref" v-model="model.rmbclm.acwacw.pts.ref"
maxlength="16" maxlength="16"
...@@ -76,11 +76,11 @@ ...@@ -76,11 +76,11 @@
<!-- SF000016 : Beneficiary Bank --> <!-- SF000016 : Beneficiary Bank -->
<!-- SF000019 : 编号 --> <!-- SF000019 : 编号 -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Beneficiary Bank Ref." prop="rmbclm.bebbeb.pts.ref"> <c-form-item label="受益人银行参考号" prop="rmbclm.bebbeb.pts.ref">
<c-input <c-input
v-model="model.rmbclm.bebbeb.pts.ref" v-model="model.rmbclm.bebbeb.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入Beneficiary Bank" placeholder="请输入受益人银行"
@blur="eventFunction('rmbclm.bebbeb.pts.ref')" @blur="eventFunction('rmbclm.bebbeb.pts.ref')"
></c-input> ></c-input>
</c-form-item> </c-form-item>
...@@ -102,286 +102,17 @@ ...@@ -102,286 +102,17 @@
<!-- SG000133 : value date --> <!-- SG000133 : value date -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="value date" prop="rmbclm.valdat"> <el-form-item label="起息日" prop="rmbclm.valdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.rmbclm.valdat" v-model="model.rmbclm.valdat"
style="width: 100%" style="width: 100%"
placeholder="请选择value date" placeholder="请选择起息日"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="12">
<c-form-item
label="Drag Drop Sender"
prop="rmbclm.rmbp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.rmbclm.rmbp.ptsget.sdamod.dadsnd"
placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="External Key of Address"
prop="rmbclm.rmbrmb.pts.extkey"
>
<c-input
v-model="model.rmbclm.rmbrmb.pts.extkey"
maxlength="16"
placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="rmbclm.rmbp.ptsget.sdamod.seainf">
<c-input
v-model="model.rmbclm.rmbp.ptsget.sdamod.seainf"
placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRmbpDet">
{{ $t('ptsp.CF000081') }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="名称" prop="rmbclm.rmbrmb.namelc">
<c-input
type="textarea"
v-model="model.rmbclm.rmbrmb.namelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '名称'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="rmbclm.rmbrmb.pts.adrblk">
<c-input
type="textarea"
v-model="model.rmbclm.rmbrmb.pts.adrblk"
maxlength="140"
show-word-limit
placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="rmbclm.rmbrmb.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.rmbclm.rmbrmb.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="地址" prop="rmbclm.rmbrmb.adrelc">
<c-input
type="textarea"
v-model="model.rmbclm.rmbrmb.adrelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '地址'"
></c-input>
</c-form-item>
</c-col>
SF000011 : Account with Bank
SF000018 : 编号
<c-col :span="12">
<c-form-item
label="Drag Drop Sender"
prop="rmbclm.acwp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.rmbclm.acwp.ptsget.sdamod.dadsnd"
placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="External Key of Address"
prop="rmbclm.acwacw.pts.extkey"
>
<c-input
v-model="model.rmbclm.acwacw.pts.extkey"
maxlength="16"
placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="rmbclm.acwp.ptsget.sdamod.seainf">
<c-input
v-model="model.rmbclm.acwp.ptsget.sdamod.seainf"
placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onAcwpDet">
{{ $t('ptsp.CF000081') }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="名称" prop="rmbclm.acwacw.namelc">
<c-input
type="textarea"
v-model="model.rmbclm.acwacw.namelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '名称'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="rmbclm.acwacw.pts.adrblk">
<c-input
type="textarea"
v-model="model.rmbclm.acwacw.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="rmbclm.acwacw.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.rmbclm.acwacw.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="地址" prop="rmbclm.acwacw.adrelc">
<c-input
type="textarea"
v-model="model.rmbclm.acwacw.adrelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '地址'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="Drag Drop Sender"
prop="rmbclm.bebp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.rmbclm.bebp.ptsget.sdamod.dadsnd"
placeholder="$t('other.please_enter') + 'Drag Drop Sender'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item
label="External Key of Address"
prop="rmbclm.bebbeb.pts.extkey"
>
<c-input
v-model="model.rmbclm.bebbeb.pts.extkey"
maxlength="16"
placeholder="$t('other.please_enter') + 'External Key of Address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" prop="rmbclm.bebp.ptsget.sdamod.seainf">
<c-input
v-model="model.rmbclm.bebp.ptsget.sdamod.seainf"
placeholder="$t('other.please_enter') + ''"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBebpDet">
{{ $t('ptsp.CF000081') }}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="名称" prop="rmbclm.bebbeb.namelc">
<c-input
type="textarea"
v-model="model.rmbclm.bebbeb.namelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '名称'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Address Block" prop="rmbclm.bebbeb.pts.adrblk">
<c-input
type="textarea"
v-model="model.rmbclm.bebbeb.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + 'Address Block'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="Chinese address" prop="rmbclm.bebbeb.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.rmbclm.bebbeb.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + 'Chinese address'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="地址" prop="rmbclm.bebbeb.adrelc">
<c-input
type="textarea"
v-model="model.rmbclm.bebbeb.adrelc"
maxlength="35"
show-word-limit
placeholder="$t('other.please_enter') + '地址'"
></c-input>
</c-form-item>
</c-col> -->
</c-col> </c-col>
</div> </div>
</template> </template>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- SF000060 : 远期单据指示 --> <!-- SF000060 : 远期单据指示 -->
<c-col :span="20"> <c-col :span="20">
<c-col :span="21"> <c-col :span="21">
<c-form-item label="Instructions regarding Usance Documengts" prop="bedsnd.usadet"> <c-form-item label="远期单据指示" prop="bedsnd.usadet">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedsnd.usadet" v-model="model.bedsnd.usadet"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<!-- SF000059 : 偿付条款 --> <!-- SF000059 : 偿付条款 -->
<c-col :span="20"> <c-col :span="20">
<c-col :span="21"> <c-col :span="21">
<c-form-item label="Reimmursement Pharse" prop="bedsnd.addphr"> <c-form-item label="偿付条款" prop="bedsnd.addphr">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedsnd.addphr" v-model="model.bedsnd.addphr"
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<!-- SG000345 : 新受益人地址 --> <!-- SG000345 : 新受益人地址 -->
<c-col :span="20"> <c-col :span="20">
<c-form-item label="New Ben.Address" prop="bedsnd.newbenadr"> <c-form-item label="新受益人地址" prop="bedsnd.newbenadr">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedsnd.newbenadr" v-model="model.bedsnd.newbenadr"
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</c-col> </c-col>
<!-- S0000347 : 新受益人编号 --> <!-- S0000347 : 新受益人编号 -->
<c-col :span="20"> <c-col :span="20">
<c-form-item label="New Beneficiary Ref." prop="bedgrp.blk.benref"> <c-form-item label="新受益人参考号" prop="bedgrp.blk.benref">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.bedgrp.blk.benref" v-model="model.bedgrp.blk.benref"
......
<template>
<div class="eibs-tab">
<!-- S0000002 : 参考号 -->
<c-col :span="12">
<c-form-item label="our reference" prop="setmod.ref">
<c-input
v-model="model.setmod.ref"
maxlength="16"
:placeholder="$t('other.please_enter') + 'our reference'"
></c-input>
</c-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="$t('other.please_enter') + 'document currency'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="document amount" prop="setmod.docamt">
<c-input
v-model="model.setmod.docamt"
:placeholder="$t('other.please_enter') + 'document amount'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000003 : 类型 -->
<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="$t('other.please_enter') + 'Type of settlement'"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.setmod.xreflg">{{
$t('setmod.CF000011')
}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSetmodDet">
{{ $t('setmod.CF000032') }}
</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">
<c-form-item label="自�'�区主�'�号" prop="setmod.zmqacc">
<c-input
v-model="model.setmod.zmqacc"
maxlength="20"
:placeholder="$t('other.please_enter')+'自��区主��号'"
></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab">
</span>
</c-col>
<!-- S0000001 : Foreign Commission / Charges: -->
<!-- S0000001 : Own Commission / Charges: -->
<!-- SF000001 : Settlement: -->
<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/Betsnd/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
...@@ -30,62 +30,62 @@ ...@@ -30,62 +30,62 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--betsnd PD000021 Send Docs. --> <!--betsnd PD000021 Send Docs. -->
<el-tab-pane label="Send Docs." name="rgfp"> <el-tab-pane label="寄单" name="rgfp">
<c-content> <c-content>
<m-rgfp :model="model" :codes="codes" /> <m-rgfp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--betsnd PD000050 Instr./ Discrep. --> <!--betsnd PD000050 Instr./ Discrep. -->
<el-tab-pane label="Instr./ Discrep." name="dscins"> <el-tab-pane label="指示/不符点" name="dscins">
<c-content> <c-content>
<m-dscins :model="model" :codes="codes" /> <m-dscins :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--betsnd PD000049 Document Instructions --> <!--betsnd PD000049 Document Instructions -->
<el-tab-pane label="Document Instructions" name="rgfdet"> <el-tab-pane label="单据指示" name="rgfdet">
<c-content> <c-content>
<m-rgfdet :model="model" :codes="codes" /> <m-rgfdet :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--liaall PD000027 Liability --> <!--liaall PD000027 Liability -->
<el-tab-pane label="Liability" name="engp"> <el-tab-pane label="表外记账" name="engp">
<c-content> <c-content>
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--setmod PD000000 Settlement --> <!--setmod PD000000 Settlement -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="结算" name="setpan">
<c-content> <c-content>
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Booking" name="glepan"> <el-tab-pane label="会计分录" name="glepan">
<c-content> <c-content>
<m-glepan :model="model" :codes="codes" /> <m-glepan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="提示信息" name="coninfp">
<c-content> <c-content>
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000529 &Messages --> <!--trndoc PD000529 &Messages -->
<el-tab-pane label="Messages" name="docpan"> <el-tab-pane label="报文和面函" name="docpan">
<c-content> <c-content>
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000546 Attachments --> <!--trndoc PD000546 Attachments -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="附件" name="doctre">
<c-content> <c-content>
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--rmbclm PD000128 Reimbursement Details --> <!--rmbclm PD000128 Reimbursement Details -->
<el-tab-pane label="Reimbursement Details" name="remp" v-if="model.rmbclmnow "> <el-tab-pane label="索汇详情" name="remp" v-if="model.rmbclmnow ">
<c-content> <c-content>
<m-remp :model="model" :codes="codes" /> <m-remp :model="model" :codes="codes" />
</c-content> </c-content>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
v-model="model.ledgrp.cbs.opn1.amt" v-model="model.ledgrp.cbs.opn1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入金额"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
v-model="model.ledgrp.cbs.opn1.amt" v-model="model.ledgrp.cbs.opn1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入金额"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
<c-input <c-input
v-model="model.bedgrp.cbs.max.cur" v-model="model.bedgrp.cbs.max.cur"
maxlength="3" maxlength="3"
placeholder="请输入Document Amount" placeholder="请输入单据金额"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt"> <el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt">
<c-input <c-input
v-model="model.bedgrp.cbs.max.amt" v-model="model.bedgrp.cbs.max.amt"
placeholder="请输入Balance" placeholder="请输入金额"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
v-model="model.ledgrp.avb.pts.adrblk" v-model="model.ledgrp.avb.pts.adrblk"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
:disabled="model.ledgrp.rec.avbwth!=''" :disabled="model.ledgrp.rec.avbwth!=''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
v-model="model.ledgrp.cbs.opn1.amt" v-model="model.ledgrp.cbs.opn1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入金额"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -419,7 +419,7 @@ ...@@ -419,7 +419,7 @@
<c-input <c-input
v-model="model.bedgrp.cbs.max.amt" v-model="model.bedgrp.cbs.max.amt"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入金额"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
v-model="model.bedgrp.oth.pts.adrblk" v-model="model.bedgrp.oth.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<!-- <el-form-item label="Balance" prop="ledgrp.cbs.nom1.amt"> <!-- <el-form-item label="Balance" prop="ledgrp.cbs.nom1.amt">
<c-input <c-input
v-model="model.ledgrp.cbs.nom1.amt" v-model="model.ledgrp.cbs.nom1.amt"
placeholder="请输入Balance" placeholder="请输入金额"
></c-input> ></c-input>
</el-form-item> --> </el-form-item> -->
<c-input-currency <c-input-currency
...@@ -597,7 +597,7 @@ ...@@ -597,7 +597,7 @@
<el-form-item label="Balance" prop="ledgrp.cbs.nom1.amt"> <el-form-item label="Balance" prop="ledgrp.cbs.nom1.amt">
<c-input <c-input
v-model="model.ledgrp.cbs.nom1.amt" v-model="model.ledgrp.cbs.nom1.amt"
placeholder="请输入Balance" placeholder="请输入金额"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
...@@ -615,7 +615,7 @@ ...@@ -615,7 +615,7 @@
v-model="model.ledgrp.ben.pts.adrblk" v-model="model.ledgrp.ben.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
...@@ -827,7 +827,7 @@ ...@@ -827,7 +827,7 @@
v-model="model.ledgrp.iss.pts.adrblk" v-model="model.ledgrp.iss.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -971,7 +971,7 @@ ...@@ -971,7 +971,7 @@
v-model="model.ledgrp.apl.pts.adrblk" v-model="model.ledgrp.apl.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
v-model="model.ledgrp.adv.pts.adrblk" v-model="model.ledgrp.adv.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
v-model="model.ledgrp.apb.pts.adrblk" v-model="model.ledgrp.apb.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
v-model="model.ledgrp.a2b.pts.adrblk" v-model="model.ledgrp.a2b.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
v-model="model.ledgrp.rmb.pts.adrblk" v-model="model.ledgrp.rmb.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
v-model="model.ledgrp.avb.pts.adrblk" v-model="model.ledgrp.avb.pts.adrblk"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
:disabled="model.ledgrp.rec.avbwth!=''" :disabled="model.ledgrp.rec.avbwth!=''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
v-model="model.ledgrp.avb.pts.adrblk" v-model="model.ledgrp.avb.pts.adrblk"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
:disabled="model.ledgrp.rec.avbwth!=''" :disabled="model.ledgrp.rec.avbwth!=''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="单据金额" prop="setmod.docamt"> <el-form-item label="单据金额" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input> <c-input v-model="model.setmod.docamt" placeholder="请输入单据金额"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="17"> <c-col :span="14">
<c-form-item label="借据号" prop="trtmod.finmod.fincod"> <c-form-item label="借据号" prop="trtmod.finmod.fincod">
<c-input <c-input
v-model="model.trtmod.finmod.fincod" v-model="model.trtmod.finmod.fincod"
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="6" :offset="1"> <c-col :span="3" class="bctdav_bctp_bctovw_cheak">
<c-checkbox <c-checkbox
v-model="model.clsflg" v-model="model.clsflg"
:disabled="checkDate(model.trdgrp.rec.stttendat)" :disabled="checkDate(model.trdgrp.rec.stttendat)"
...@@ -143,10 +143,10 @@ ...@@ -143,10 +143,10 @@
<c-select <c-select
v-model="model.trtmod.finmod.acttyp" v-model="model.trtmod.finmod.acttyp"
style="width: 100%" style="width: 100%"
:disabled="flag2" :disabled="true"
placeholder="请选择第三方还款方式" placeholder="请选择第三方还款方式"
> >
<!-- <el-option v-for="item in codes.acttyp1" :key="item.value" :label="item.label" :value="item.value"></el-option> --> <el-option v-for="item in codes.acttyp1" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -501,9 +501,10 @@ ...@@ -501,9 +501,10 @@
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="20" :offset="4"> <c-col :span="20" class="bctdav_bctp_bctovw_cheak">
<c-checkbox v-model="model.mtabut.clsflg" <c-checkbox v-model="model.mtabut.clsflg"
:disabled="flag">{{ true-label="C" false-label="O"
:disabled="flag1">{{
$t("闭卷") $t("闭卷")
}}</c-checkbox> }}</c-checkbox>
</c-col> </c-col>
...@@ -545,22 +546,25 @@ export default { ...@@ -545,22 +546,25 @@ export default {
} }
}, },
change(a){ change(a){
this.executeRule("clsflg").then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
if (a = 'X'){ if (a = 'X'){
this.model.trtmod.finmod.reptyp = "1" this.model.trtmod.finmod.reptyp = "1"
if(this.flag1 == true){ if(this.flag1 == true){
this.flag1 = false this.flag1 = false
this.model.mtabut.clsflg = 'X' this.model.mtabut.clsflg = "C"
} }
} }
}, },
selChange(a){ selChange(b){
if(a == '2'||this.model.mtabut.clsflg == 'X'||this.flag2 == false){ if(b == '2'||this.flag2 == false){
this.model.mtabut.clsflg = '' this.model.mtabut.clsflg = 'O'
this.flag1 = true this.flag1 = true
} }
} },
}, },
created: function () {}, created: function () {},
}; };
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000529 &Messages --> <!--trndoc PD000529 &Messages -->
<el-tab-pane label="&Messages" name="docpan"> <el-tab-pane label="面函" name="docpan">
<c-content> <c-content>
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes" />
</c-content> </c-content>
...@@ -92,12 +92,12 @@ import Pattern from "~/model/Trtset/Pattern"; ...@@ -92,12 +92,12 @@ import Pattern from "~/model/Trtset/Pattern";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
import Shisuan from "./Shisuan"; import Shisuan from "./Shisuan";
import Limitbody from "./Limitbody";
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
import Setpan from "~/views/Public/Setpan"; import Setpan from "~/views/Public/Setpan";
import Coninfp from "~/views/Public/Coninfp"; import Coninfp from "~/views/Public/Coninfp";
import Docpan from "~/views/Public/Docpan"; import Docpan from "~/views/Public/Docpan";
import Doctre from "~/views/Public/Doctre"; import Doctre from "~/views/Public/Doctre";
import Limitbody from "~/views/Public/Limitbody";
import Glepan from "~/views/Public/Glepan"; import Glepan from "~/views/Public/Glepan";
export default { export default {
......
...@@ -277,15 +277,15 @@ export default { ...@@ -277,15 +277,15 @@ export default {
dialogTableVisible: false, dialogTableVisible: false,
stmData: { stmData: {
columns: [ columns: [
'1 1:1 "Ref" 150', '1 1:1 "编号" 150',
'2 2:1 "User" 80', '2 2:1 "用户" 80',
'3 3:1 "Applicant" 100', '3 3:1 "申请人" 100',
'4 4:1 "Account" 200', '4 4:1 "账户" 200',
'5 5:1 "Cur" 200', '5 5:1 "币种" 200',
'6 6:1 "Amt" 100 2 0 1 18.3', '6 6:1 "金额" 100 2 0 1 18.3',
'7 7:1 "Open date" 80 4 7', '7 7:1 "开立日期" 80 4 7',
'8 8:1 "flg" 150', '8 8:1 "标志" 150',
'9 9:1 "Remarks" 250', '9 9:1 "备注" 250',
"P COLORED TRUE", "P COLORED TRUE",
"P VERTLINES TRUE", "P VERTLINES TRUE",
"P HORZLINES TRUE", "P HORZLINES TRUE",
......
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,7 @@
:rows="4" :rows="4"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
v-model="model.cpdgrp.snd.pts.adrblk" v-model="model.cpdgrp.snd.pts.adrblk"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -468,7 +468,7 @@ ...@@ -468,7 +468,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
:rows="4" :rows="4"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
v-model="model.cpdgrp.snd.pts.adrblk" v-model="model.cpdgrp.snd.pts.adrblk"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -597,7 +597,7 @@ ...@@ -597,7 +597,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1116,7 +1116,7 @@ ...@@ -1116,7 +1116,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1178,7 +1178,7 @@ ...@@ -1178,7 +1178,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1220,7 +1220,7 @@ ...@@ -1220,7 +1220,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.snd.pts.adrblk" v-model="model.cpdgrp.snd.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1291,7 +1291,7 @@ ...@@ -1291,7 +1291,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1353,7 +1353,7 @@ ...@@ -1353,7 +1353,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1415,7 +1415,7 @@ ...@@ -1415,7 +1415,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1592,7 +1592,7 @@ ...@@ -1592,7 +1592,7 @@
maxlength="140" maxlength="140"
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1903,7 +1903,7 @@ ...@@ -1903,7 +1903,7 @@
v-model="model.cpdgrp.snd.pts.adrblk" v-model="model.cpdgrp.snd.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -2054,7 +2054,7 @@ ...@@ -2054,7 +2054,7 @@
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -2271,7 +2271,7 @@ ...@@ -2271,7 +2271,7 @@
v-model="model.cpdgrp.orc.pts.adrblk" v-model="model.cpdgrp.orc.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -2307,7 +2307,7 @@ ...@@ -2307,7 +2307,7 @@
v-model="model.cpdgrp.pye.pts.adrblk" v-model="model.cpdgrp.pye.pts.adrblk"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -4,13 +4,7 @@ ...@@ -4,13 +4,7 @@
<!-- 前后端字段path及前后端字段docgrdm.docgrd 后端docgrd为List<Docgrd>类型 --> <!-- 前后端字段path及前后端字段docgrdm.docgrd 后端docgrd为List<Docgrd>类型 -->
<template> <template>
<div> <div>
<!-- <c-col :span="24" style="height: 24px; margin-top: -10px">
<el-form-item :label="model[argadr.grp].docgrdm.docdsclab" class="messageLabel">
<div v-if="ifShowAdd">
<c-button style="float: right" @click="addTableValue" type="primary">新增单据</c-button>
</div>
</el-form-item>
</c-col> -->
<c-col :span="24" style="margin-bottom: 30px;"> <c-col :span="24" style="margin-bottom: 30px;">
<el-form-item :prop="`${argadr.grp}.${rol}.docgrd`" label="" style="margin-left:-150px;"> <el-form-item :prop="`${argadr.grp}.${rol}.docgrd`" label="" style="margin-left:-150px;">
<c-table max-height="300px" style="text-align: center;" stripe <c-table max-height="300px" style="text-align: center;" stripe
......
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
</c-col> --> </c-col> -->
<c-col :span="24" v-if="dialog3.amt > 0"> <c-col :span="24" v-if="dialog3.amt > 0">
<el-form-item label="Payer"> <el-form-item label="付款人">
<c-select v-model="dialog3.rol" style="width:100%" placeholder="请输入role"> <c-select v-model="dialog3.rol" style="width:100%" placeholder="请输入role">
<el-option v-for="item in codes.rolall" :key="item.value" :label="item.label" :value="item.value"> <el-option v-for="item in codes.rolall" :key="item.value" :label="item.label" :value="item.value">
</el-option> </el-option>
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" v-else> <c-col :span="24" v-else>
<el-form-item label="Payee"> <el-form-item label="收款人">
<c-select v-model="dialog3.rol" style="width:100%" placeholder="请输入role"> <c-select v-model="dialog3.rol" style="width:100%" placeholder="请输入role">
<el-option v-for="item in codes.rolall" :key="item.value" :label="item.label" :value="item.value"> <el-option v-for="item in codes.rolall" :key="item.value" :label="item.label" :value="item.value">
</el-option> </el-option>
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
</c-col> --> </c-col> -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Disposition" prop="setgll.dsp"> <el-form-item label="处理" prop="setgll.dsp">
<c-select v-model="dialog3.dsp" style="width:100%" placeholder="请选择Disposition" :code="codes.setglldsp"> <c-select v-model="dialog3.dsp" style="width:100%" placeholder="请选择Disposition" :code="codes.setglldsp">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -487,9 +487,9 @@ ...@@ -487,9 +487,9 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="value date"> <el-form-item label="起息日">
<c-date-picker type="date" v-model="dialog3.valdat" style="width:100%" <c-date-picker type="date" v-model="dialog3.valdat" style="width:100%"
placeholder="请选择value date"></c-date-picker> placeholder="请选择起息日"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -561,7 +561,7 @@ ...@@ -561,7 +561,7 @@
<c-col :span="6"> <c-col :span="6">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" label-width="20%"> <el-form-item label="" label-width="20%">
<span>Rate Type</span> <span>利率类型</span>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -840,9 +840,9 @@ ...@@ -840,9 +840,9 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="TXT1" prop="setgll.txt1"> <el-form-item label="文本1" prop="setgll.txt1">
<c-input type="textarea" v-model="dialog3.txt1" maxlength="100" show-word-limit <c-input type="textarea" v-model="dialog3.txt1" maxlength="100" show-word-limit
placeholder="请输入TXT1"></c-input> placeholder="请输入文本"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
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