Commit daf8e449 by “yanyuxin”

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 dd7877b2 70dde807
...@@ -94,5 +94,7 @@ export default { ...@@ -94,5 +94,7 @@ export default {
"mtabut.coninf.oitset.oit.inftxt" :Utils.defaultFunction, "mtabut.coninf.oitset.oit.inftxt" :Utils.defaultFunction,
"mtabut.coninf.oitset.oit.inflev" :Utils.defaultFunction, "mtabut.coninf.oitset.oit.inflev" :Utils.defaultFunction,
"gcdgrp.rec.docprbrol" :Utils.defaultFunction, "gcdgrp.rec.docprbrol" :Utils.defaultFunction,
"bopmod.dbcgrp.bas.fcyacc" :Utils.defaultFunction,
"bopmod.dbfgrp.bas.fcyacc" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item label="GITAMERMK" prop="addbcb.gitamermk"> <c-form-item label="GITAMERMK" prop="addbcb.gitamermk">
<c-input <c-input
disabled :disabled="model.addbcb.gitamecho!='有特殊规定,条件为:'"
type="textarea" type="textarea"
v-model="model.addbcb.gitamermk" v-model="model.addbcb.gitamermk"
maxlength="34" maxlength="34"
......
...@@ -370,6 +370,12 @@ export default { ...@@ -370,6 +370,12 @@ export default {
if(name === "detp"){ if(name === "detp"){
rulePath = "gitp.detp" rulePath = "gitp.detp"
} }
if (name === "engp") {
rulePath = "liaall.engp"
}
if (name === "ccvpan") {
rulePath = "liaall.liaccv.ccvpan"
}
if (!!rulePath) { if (!!rulePath) {
this.executeRule(rulePath).then((res) => { this.executeRule(rulePath).then((res) => {
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
......
...@@ -14,21 +14,21 @@ ...@@ -14,21 +14,21 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Own Reference" label="进口融资编号"
prop="infcon.seaownref" prop="infcon.seaownref"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.seaownref" v-model="model.infcon.seaownref"
maxlength="16" maxlength="16"
placeholder="请输入Own Reference" placeholder="请输入进口融资编号"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Opening" label="开立日期"
prop="infcon.opndatfrom" prop="infcon.opndatfrom"
style="width: 100%" style="width: 100%"
> >
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
v-model="model.infcon.opndatfrom" v-model="model.infcon.opndatfrom"
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择开立日期"
></c-date-picker> ></c-date-picker>
</c-col> </c-col>
<c-col :span="2" style="text-align: center"> <c-col :span="2" style="text-align: center">
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
v-model="model.infcon.opndatto" v-model="model.infcon.opndatto"
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择开立日期"
></c-date-picker> ></c-date-picker>
</c-col> </c-col>
</el-form-item> </el-form-item>
...@@ -58,14 +58,14 @@ ...@@ -58,14 +58,14 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Name" label="简略信息"
prop="infcon.nam" prop="infcon.nam"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.nam" v-model="model.infcon.nam"
maxlength="40" maxlength="40"
placeholder="请输入Name" placeholder="请输入简略信息"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -76,49 +76,27 @@ ...@@ -76,49 +76,27 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Party Reference" label="当事人参考号"
prop="infcon.searef" prop="infcon.searef"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.searef" v-model="model.infcon.searef"
maxlength="16" maxlength="16"
placeholder="请输入Party Reference" placeholder="请输入当事人参考号"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="8">
<el-form-item
label="Release Status"
prop="infcon.relflg"
style="width: 100%"
>
<c-select
v-model="model.infcon.relflg"
style="width: 100%"
placeholder="请选择Release Status"
>
<el-option
v-for="item in codes.relflg"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col> -->
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Select Single Party" label="当事人编号"
prop="infcon.pty.extkey" prop="infcon.pty.extkey"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.pty.extkey" v-model="model.infcon.pty.extkey"
maxlength="24" maxlength="24"
placeholder="请输入Select Single Party" placeholder="请输入当事人编号"
:disabled="model.infcon.seapty != ''" :disabled="model.infcon.seapty != ''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -126,14 +104,14 @@ ...@@ -126,14 +104,14 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Party Name" label="当事人名称"
prop="infcon.pty.nam" prop="infcon.pty.nam"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.pty.nam" v-model="model.infcon.pty.nam"
maxlength="40" maxlength="40"
placeholder="请输入External Visible Name" placeholder="请输入当事人名称"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -142,14 +120,14 @@ ...@@ -142,14 +120,14 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Party Name/BIC" label="当事人BIC编码"
prop="infcon.seapty" prop="infcon.seapty"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.seapty" v-model="model.infcon.seapty"
maxlength="24" maxlength="24"
placeholder="请输入Party Name/BIC" placeholder="请输入当事人BIC编码"
:disabled="model.infcon.pty.extkey != ''" :disabled="model.infcon.pty.extkey != ''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -157,14 +135,14 @@ ...@@ -157,14 +135,14 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Role" label="角色"
prop="infcon.searol" prop="infcon.searol"
style="width: 100%" style="width: 100%"
> >
<c-select <c-select
v-model="model.infcon.searol" v-model="model.infcon.searol"
style="width: 100%" style="width: 100%"
placeholder="请选择Role" placeholder="请选择角色"
> >
<el-option <el-option
v-for="item in codes.searol4" v-for="item in codes.searol4"
...@@ -178,14 +156,14 @@ ...@@ -178,14 +156,14 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Resp.User" label="客户经理"
prop="infcon.usr.extkey" prop="infcon.usr.extkey"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.infcon.usr.extkey" v-model="model.infcon.usr.extkey"
maxlength="8" maxlength="8"
placeholder="请输入User ID" placeholder="请输入客户经理"
:disabled="true" :disabled="true"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -202,7 +180,7 @@ ...@@ -202,7 +180,7 @@
<c-select <c-select
v-model="model.infcon.seasta" v-model="model.infcon.seasta"
style="width: 100%" style="width: 100%"
placeholder="请选择Status" placeholder="请选择状态"
> >
<el-option <el-option
v-for="item in codes.seasta" v-for="item in codes.seasta"
...@@ -223,7 +201,7 @@ ...@@ -223,7 +201,7 @@
<c-select <c-select
v-model="model.infcon.seacur" v-model="model.infcon.seacur"
style="width: 100%" style="width: 100%"
placeholder="请选择Currency" placeholder="请选择币种"
> >
<el-option <el-option
v-for="item in codes.curtxt" v-for="item in codes.curtxt"
...@@ -282,14 +260,14 @@ ...@@ -282,14 +260,14 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Good's Code " label="货物代码 "
prop="trdgrp.rec.stagod" prop="trdgrp.rec.stagod"
style="width: 100%" style="width: 100%"
> >
<c-select <c-select
v-model="model.trdgrp.rec.stagod" v-model="model.trdgrp.rec.stagod"
style="width: 100%" style="width: 100%"
placeholder="请选择Good's Code " placeholder="请选择货物代码 "
> >
<el-option <el-option
v-for="item in codes.godcod" v-for="item in codes.godcod"
...@@ -311,62 +289,19 @@ ...@@ -311,62 +289,19 @@
<c-checkbox v-model="model.trdgrp.rec.oseflg"></c-checkbox> <c-checkbox v-model="model.trdgrp.rec.oseflg"></c-checkbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="8">
<el-form-item
label="福费廷转卖类型"
prop="infcon.cxmflg"
style="width: 100%"
>
<c-select
v-model="model.infcon.cxmflg"
style="width: 100%"
placeholder="请选择是否显示查询码"
>
<el-option
v-for="item in codes.cxmflg"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col> -->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<!-- <c-col :span="8">
<el-form-item
label="Forfaiting Type"
prop="infcon.cxmflg"
style="width: 100%"
>
<c-select
v-model="model.infcon.cxmflg"
style="width: 100%"
placeholder="请选择是否显示查询码"
>
<el-option
v-for="item in codes.ffttyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col> -->
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Amount" label="金额区间"
prop="infcon.seaamtfr" prop="infcon.seaamtfr"
style="width: 100%" style="width: 100%"
> >
<c-col :span="11"> <c-col :span="11">
<c-input-currency <c-input-currency
v-model="model.infcon.seaamtfr" v-model="model.infcon.seaamtfr"
placeholder="请输入Amount" placeholder="请输入金额区间"
></c-input-currency> ></c-input-currency>
</c-col> </c-col>
<c-col :span="2" style="text-align: center"> <c-col :span="2" style="text-align: center">
...@@ -375,7 +310,7 @@ ...@@ -375,7 +310,7 @@
<c-col :span="11"> <c-col :span="11">
<c-input-currency <c-input-currency
v-model="model.infcon.seaamtto" v-model="model.infcon.seaamtto"
placeholder="请输入Amount" placeholder="请输入金额区间"
></c-input-currency> ></c-input-currency>
</c-col> </c-col>
</el-form-item> </el-form-item>
...@@ -395,18 +330,6 @@ ...@@ -395,18 +330,6 @@
>进口融资开立</c-button >进口融资开立</c-button
> >
</c-col> </c-col>
<!-- <c-col :span="24" style="margin-top: 10px">
<c-button
class="medium_bcs"
size="medium"
style="margin-left: 0px"
type="primary"
@click="toBptopn"
>出口融资放款</c-button
>
</c-col> -->
<!-- <el-row> -->
<c-col :span="24"> <c-col :span="24">
<c-istream-table <c-istream-table
:list="stmData.data" :list="stmData.data"
...@@ -462,22 +385,7 @@ ...@@ -462,22 +385,7 @@
> >
详情 详情
</c-button> </c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
>
关闭
</c-button> -->
</el-popover> </el-popover>
<!-- <c-button
style="margin-left: 0"
size="small"
@click="getTrnInfo(scope.$index,scope.row)"
>
详情
</c-button> -->
<c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
...@@ -486,15 +394,6 @@ ...@@ -486,15 +394,6 @@
> >
处理 处理
</c-button> </c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getDitSelInfo(scope.$index, scope.row)"
>
info
</c-button> -->
</template> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
...@@ -555,11 +454,11 @@ export default { ...@@ -555,11 +454,11 @@ export default {
label: "货物类型", label: "货物类型",
code: "godcod", code: "godcod",
}, },
'3 5 "Parent Contract" 150', '3 5 "单据编号" 150',
'4 6 "执行利率" 110 2', '4 6 "执行利率" 110 2',
'15 7 "Pta .No" 110', '15 7 "Pta .No" 110',
'16 8 "Party Number" 205', '16 8 "当事人编号" 205',
'17 9 "Financed party" 300', '17 9 "融资方" 300',
'18 10 "Financed CN" 205', '18 10 "Financed CN" 205',
// '5 11 "融资状态" 100 1 0 1 TRD:OVDFLG', // '5 11 "融资状态" 100 1 0 1 TRD:OVDFLG',
{ {
...@@ -572,10 +471,10 @@ export default { ...@@ -572,10 +471,10 @@ export default {
}, },
'6 12 "融资账号" 100', '6 12 "融资账号" 100',
'24 13 "组织机构代码" 130', '24 13 "组织机构代码" 130',
'7 14 "开日期" 200 4 7', '7 14 "开日期" 200 4 7',
'8 15 "Expired" 200 4 7', '8 15 "到期" 200 4 7',
'19 16 "Pty .No" 110', '19 16 "Pty .No" 110',
'9 17 "Closed" 100 4 7', '9 17 "关闭日期" 100 4 7',
// '20 18 "Cur" 100', // '20 18 "Cur" 100',
{ {
index: 20, index: 20,
...@@ -585,17 +484,17 @@ export default { ...@@ -585,17 +484,17 @@ export default {
label: "币种", label: "币种",
code: "curtxt1", code: "curtxt1",
}, },
'21 19 "进口押汇金额" 150 2 8 1 20',
// '22 19 "Cur" 100', // '22 19 "Cur" 100',
{ {
index: 22, index: 22,
position: 19, position: 20,
width: 100, width: 100,
pattern: "code", pattern: "code",
label: "币种", label: "币种 ",
code: "curtxt1", code: "curtxt1",
}, },
'21 20 "Amount" 110 2 8 1 20', '23 21 "进口押汇余额" 150 2 8 1 22',
'23 21 "Open Amount" 200 2 8 1 22',
'25 22 "海外代付行" 150', '25 22 "海外代付行" 150',
'26 23 "海外代付行" 150', '26 23 "海外代付行" 150',
'10 24 "融资天数" 100 2', '10 24 "融资天数" 100 2',
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<!--------------------顶部=右-----------------------> <!--------------------顶部=右----------------------->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name" prop="trdgrp.rec.pntnam"> <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
<c-input <c-input
v-model="model.trdgrp.rec.pntnam" v-model="model.trdgrp.rec.pntnam"
maxlength="40" maxlength="40"
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name" prop="trdgrp.rec.nam"> <c-form-item label="简略信息" prop="trdgrp.rec.nam">
<c-input <c-input
v-model="model.trdgrp.rec.nam" v-model="model.trdgrp.rec.nam"
maxlength="40" maxlength="40"
......
...@@ -30,19 +30,19 @@ ...@@ -30,19 +30,19 @@
@tab-click="myTabClick" @tab-click="myTabClick"
> >
<!--trtame PD000020 Amendment --> <!--trtame PD000020 Amendment -->
<el-tab-pane label="Amendment" name="ovwp"> <el-tab-pane label="修正" name="ovwp">
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :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>
...@@ -53,19 +53,19 @@ ...@@ -53,19 +53,19 @@
</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>
...@@ -92,6 +92,7 @@ import Default from "~/model/Trtame/Default"; ...@@ -92,6 +92,7 @@ import Default from "~/model/Trtame/Default";
import Pattern from "~/model/Trtame/Pattern"; import Pattern from "~/model/Trtame/Pattern";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
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";
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-row> <c-row>
<!--=================顶部================= --> <!--=================顶部================= -->
<c-col :span="24">
<c-col :span="11"> <c-col :span="11">
<c-form-item label="父交易参考号" prop="trdgrp.rec.pntref"> <c-form-item label="父交易参考号" prop="trdgrp.rec.pntref">
<c-input v-model="model.trdgrp.rec.pntref" maxlength="16" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000049')"></c-input> <c-input v-model="model.trdgrp.rec.pntref" maxlength="16" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000049')"></c-input>
...@@ -17,7 +15,7 @@ ...@@ -17,7 +15,7 @@
</c-col> --> </c-col> -->
<c-col :span="11"> <c-col :span="11">
<c-form-item label="Name" prop="trdgrp.rec.pntnam"> <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
<c-input v-model="model.trdgrp.rec.pntnam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000059')"></c-input> <c-input v-model="model.trdgrp.rec.pntnam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000059')"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -35,12 +33,11 @@ ...@@ -35,12 +33,11 @@
</c-col> --> </c-col> -->
<c-col :span="11"> <c-col :span="11">
<c-form-item label="Name" prop="trdgrp.rec.nam"> <c-form-item label="简略信息" prop="trdgrp.rec.nam">
<c-input v-model="model.trdgrp.rec.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000068')"></c-input> <c-input v-model="model.trdgrp.rec.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000068')"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
...@@ -91,8 +88,8 @@ ...@@ -91,8 +88,8 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Narrative" prop="strinf"> <c-form-item label="叙述内容" prop="strinf">
<c-input type="textarea" v-model="model.strinf" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+$t('trtcan.SF000017')" ></c-input> <c-input type="textarea" v-model="model.strinf" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+$t('叙述内容')" ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -108,8 +105,8 @@ ...@@ -108,8 +105,8 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name of Party" prop="trdgrp.fip.pts.nam"> <c-form-item label="当事人名称" prop="trdgrp.fip.pts.nam">
<c-input v-model="model.trdgrp.fip.pts.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input> <c-input v-model="model.trdgrp.fip.pts.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+'当事人名称'"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -126,7 +123,7 @@ ...@@ -126,7 +123,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="model.sndmsg">{{$t('Send Message')}}</c-checkbox> <c-checkbox v-model="model.sndmsg">{{$t('发送消息')}}</c-checkbox>
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
......
...@@ -29,17 +29,17 @@ ...@@ -29,17 +29,17 @@
type="card" type="card"
@tab-click="myTabClick" @tab-click="myTabClick"
> >
<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>
<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>
<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>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<m-limitbody :model="model" :codes="codes" /> <m-limitbody :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<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>
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<m-glepan :model="model" :codes="codes" /> <m-glepan :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<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>
...@@ -83,6 +83,7 @@ import commonFuncs from "~/mixin/commonFuncs"; ...@@ -83,6 +83,7 @@ import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Trtcan/Check"; import Check from "~/model/Trtcan/Check";
import Default from "~/model/Trtcan/Default"; import Default from "~/model/Trtcan/Default";
import Pattern from "~/model/Trtcan/Pattern"; import Pattern from "~/model/Trtcan/Pattern";
import Canp from "./Canp"; import Canp from "./Canp";
import Shisuan from "./Shisuan"; import Shisuan from "./Shisuan";
......
...@@ -37,20 +37,6 @@ ...@@ -37,20 +37,6 @@
</c-fullbox> </c-fullbox>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- <c-col :span="13">
<el-form-item label="单据金额" prop="dftcre.oricur">
<c-select v-model="model.trdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Currency" @keyup.enter.native="maxCurEvent">
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item style="text-align: left" label-width="20px" prop="trdgrp.cbs.max.amt">
<c-input v-model="model.trdgrp.cbs.max.amt" style="text-align: left; width: 100%" placeholder="请输入融资金额"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="单据金额" prop="dftcre.oricur"> <el-form-item label="单据金额" prop="dftcre.oricur">
<c-fullbox> <c-fullbox>
...@@ -299,23 +285,6 @@ ...@@ -299,23 +285,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="12">
<el-form-item label="代付利息" prop="dftcre.dfdgrp.rec.rescur">
<c-select
v-model="model.dftcre.dfdgrp.rec.rescur"
style="width: 100%"
placeholder="请输入代付利息"
>
<el-option
v-for="item in codes.rescur"
:key="item.value"
:label="item.label"
:value="item.value"
></el-option>
</c-select>
</el-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="代付利息" prop="dftcre.dfdgrp.rec.resamt"> <c-form-item label="代付利息" prop="dftcre.dfdgrp.rec.resamt">
<c-input <c-input
...@@ -348,62 +317,6 @@ ...@@ -348,62 +317,6 @@
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- <c-col :span="24">
<c-form-item label="申请人参考号" prop="dftcre.dfdgrp.apl.pts.ref" placeholder="请输入代付行参考号">
<c-input :disabled="true" v-model="model.dftcre.dfdgrp.apl.pts.ref"
></c-input>
</c-form-item>
</c-col>
<c-col :span="24" >
<el-form-item label="申请人" prop="dftcre.dfdgrp.apl.pts.extkey" style="width: 100%">
<c-fullbox>
<c-input :disabled="true" v-model="model.dftcre.dfdgrp.apl.pts.extkey"
placeholder="请输入申请人Extkey" @keyup.enter.native="
showGridPromptDialog(`dftcre.dfdgrp.apl.pts.extkey`)
" @change="valueChange"></c-input>
<template slot="footer">
<c-button :disabled="true" style="margin:0 10px 0 10px;padding: 0 12px;" size="small"
type="primary" icon="el-icon-search" @click="onSeainf(`dftcre.dfdgrp.apl.pts.extkey`)">
</c-button>
<c-button style="margin:0 0" size="small" type="primary" @click="onAplpDet">
{{ $t('buttons.details') }}
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="`申请人地址`" prop="dftcre.dfdgrp.apl.pts.adrelc`">
<c-input type="textarea" :rows="2" v-model="model.dftcre.dfdgrp.apl.pts.adrelc"
placeholder="请输入申请人地址" :disabled="true" maxlength="35" show-word-limit></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<el-form-item label="申请人 Ref" prop="dftcre.dfdgrp.apl.pts.ref">
<c-input v-model="model.dftcre.dfdgrp.apl.pts.ref" maxlength="16" placeholder="申请人"></c-input>
</el-form-item>
</c-col>
<c-col :span="16">
<el-form-item label="Extkey" prop="dftcre.dfdgrp.apl.pts.extkey">
<c-input id="extkey" v-model="model.dftcre.dfdgrp.apl.pts.extkey" maxlength="16" placeholder="请输入External Key of Address" @keyup.enter.native="showGridPromptDialog('trdgrp.fip.pts.extkey')"></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="8px">
<c-button size="small" type="primary;width:10%" @click="onSeainf('dftcre.dfdgrp.apl.pts.extkey')">i</c-button>
<c-button size="small" type="primary" @click="onFippDet">
Details
</c-button>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Address Block" prop="dftcre.dfdgrp.apl.pts.adrblk">
<c-input type="textarea" :autosize="{ minRows: 1, maxRows: 4}" :rows="3" v-model="model.dftcre.dfdgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
:model="model" :model="model"
...@@ -486,70 +399,6 @@ ...@@ -486,70 +399,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000038 : 代付行 Ref. -->
<!-- <c-col :span="16">
<c-form-item label="代付行" prop="dftcre.dfdgrp.dff.pts.ref">
<c-input v-model="model.dftcre.dfdgrp.dff.pts.ref" maxlength="16" placeholder="请输入代付行"></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="Drag Drop Sender" prop="dftcre.dftp.dffp.ptsget.sdamod.dadsnd">
<c-input v-model="model.dftcre.dftp.dffp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="External Key of Address" prop="dftcre.dfdgrp.dff.pts.extkey">
<c-input v-model="model.dftcre.dfdgrp.dff.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="" prop="dftcre.dftp.dffp.ptsget.sdamod.seainf">
<c-input v-model="model.dftcre.dftp.dffp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col>
<c-col :span="4">
<c-button size="small" type="primary" @click="onDffpDet">
Details
</c-button>
</c-col>
<!- S0000012 : 天 -->
<!-- <c-col :span="16">
<c-form-item label="名称" prop="dftcre.dfdgrp.dff.namelc">
<c-input type="textarea" :autosize="{ minRows: 1, maxRows: 4}" v-model="model.dftcre.dfdgrp.dff.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="Address Block" prop="dftcre.dfdgrp.dff.pts.adrblk">
<c-input type="textarea" :autosize="{ minRows: 1, maxRows: 4}" v-model="model.dftcre.dfdgrp.dff.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="Chinese address" prop="dftcre.dfdgrp.dff.dbfadrblkcn">
<c-input type="textarea" :autosize="{ minRows: 1, maxRows: 4}" v-model="model.dftcre.dfdgrp.dff.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="地址" prop="dftcre.dfdgrp.dff.adrelc">
<c-input type="textarea" :autosize="{ minRows: 1, maxRows: 4}" v-model="model.dftcre.dfdgrp.dff.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</c-form-item>
</c-col>
<c-col :span="16">
<span v-text="model.dftcre.dftp.pctlab" data-path=".dftcre.dftp.pctlab" > </span>
</c-col> -->
<!-- S0000041 : 代付行核心客户号 -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="代付行核心账号" prop="dftcre.dfdgrp.rec.bankno"> <c-form-item label="代付行核心账号" prop="dftcre.dfdgrp.rec.bankno">
<c-input <c-input
...@@ -570,24 +419,7 @@ ...@@ -570,24 +419,7 @@
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- S0000025 : 代付金额: -->
<!-- S0000035 : 代付利息 -->
<!-- <c-col :span="16">
<el-form-item label="代付金额" prop="dftcre.dfucur">
<c-select v-model="model.dftcre.dfucur" style="width:100%" placeholder="请输入代付金额">
<el-option v-for="item in codes.dfucur" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="16">
<c-form-item label="代付金额" prop="dftcre.dfuamt">
<c-input v-model="model.dftcre.dfuamt" placeholder="代付金额"></c-input>
</c-form-item>
</c-col> -->
<!-- S0000042 : 同业代付内部账号 -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="同业代付内部账号" prop="dftcre.dfdgrp.rec.bnkact"> <c-form-item label="同业代付内部账号" prop="dftcre.dfdgrp.rec.bnkact">
<c-input <c-input
......
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="11"> <c-col :span="11">
<el-form-item label="Parent Contract Name" prop="trdgrp.rec.pntnam"> <el-form-item label="单据名称" prop="trdgrp.rec.pntnam">
<c-input <c-input
align="middle" align="middle"
v-model="model.trdgrp.rec.pntnam" v-model="model.trdgrp.rec.pntnam"
maxlength="40" maxlength="40"
disabled disabled
placeholder="请输入Parent Contract Name" placeholder="请输入单据名称"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -77,13 +77,13 @@ ...@@ -77,13 +77,13 @@
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="Name of Loan Contract" prop="trdgrp.rec.nam"> <el-form-item label="借款合同名称" prop="trdgrp.rec.nam">
<c-input <c-input
align="middle" align="middle"
v-model="model.trdgrp.rec.nam" v-model="model.trdgrp.rec.nam"
maxlength="40" maxlength="40"
disabled disabled
placeholder="请输入Name of Loan Contract" placeholder="请输入借款合同名称"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -165,11 +165,11 @@ ...@@ -165,11 +165,11 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Good's Code " prop="trdgrp.rec.stagod"> <el-form-item label="货物代码" prop="trdgrp.rec.stagod">
<c-select <c-select
v-model="model.trdgrp.rec.stagod" v-model="model.trdgrp.rec.stagod"
style="width: 100%" style="width: 100%"
placeholder="请选择Good's Code " placeholder="请选择货物代码"
> >
<el-option <el-option
v-for="item in codes.godcod" v-for="item in codes.godcod"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--Ovwp PD000026 Financing Details --> <!--Ovwp PD000026 Financing Details -->
<el-tab-pane label="Financing Details" name="ovwp"> <el-tab-pane label="融资详情" name="ovwp">
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :model="model" :codes="codes" />
</c-content> </c-content>
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<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>
<el-tab-pane label="费用及账务" name="setpan"> <el-tab-pane label="结算" name="setpan">
<c-content> <m-setpan :model="model" :codes="codes" />. </c-content> <c-content> <m-setpan :model="model" :codes="codes" />. </c-content>
</el-tab-pane> </el-tab-pane>
...@@ -64,13 +64,13 @@ ...@@ -64,13 +64,13 @@
<c-content> <m-glepan :model="model" :codes="codes" />. </c-content> <c-content> <m-glepan :model="model" :codes="codes" />. </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="附言" 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>
<el-tab-pane label="面函" 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>
...@@ -135,6 +135,7 @@ import Dftcrep from "./Dftcrep"; ...@@ -135,6 +135,7 @@ import Dftcrep from "./Dftcrep";
import Rzkx from "./Rzkx"; import Rzkx from "./Rzkx";
import Cfactlp from "./Cfactlp"; import Cfactlp from "./Cfactlp";
import Dinpan from "./Dinpan"; import Dinpan from "./Dinpan";
import Limitbody from "~/views/Public/Limitbody"; import Limitbody from "~/views/Public/Limitbody";
import Doctre from "~/views/Public/Doctre"; import Doctre from "~/views/Public/Doctre";
import Docpan from "~/views/Public/Docpan"; import Docpan from "~/views/Public/Docpan";
......
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
<div class="eibs-tab"> <div class="eibs-tab">
<c-row> <c-row>
<!--=================顶部================= --> <!--=================顶部================= -->
<c-col :span="24">
<c-col :span="11"> <c-col :span="11">
<c-form-item label="父交易参考号" prop="trdgrp.rec.pntref"> <c-form-item label="父交易参考号" prop="trdgrp.rec.pntref">
<c-input v-model="model.trdgrp.rec.pntref" maxlength="16" :disabled="true"></c-input> <c-input v-model="model.trdgrp.rec.pntref" maxlength="16" :disabled="true"></c-input>
...@@ -12,7 +10,7 @@ ...@@ -12,7 +10,7 @@
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<c-form-item label="name" prop="trdgrp.rec.pntnam"> <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
<c-input v-model="model.trdgrp.rec.pntnam" maxlength="40" :disabled="true" ></c-input> <c-input v-model="model.trdgrp.rec.pntnam" maxlength="40" :disabled="true" ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -26,11 +24,10 @@ ...@@ -26,11 +24,10 @@
<c-col :span="11"> <c-col :span="11">
<c-form-item label="name" prop="trdgrp.rec.nam"> <c-form-item label="简略信息" prop="trdgrp.rec.nam">
<c-input v-model="model.trdgrp.rec.nam" maxlength="40" :disabled="true"></c-input> <c-input v-model="model.trdgrp.rec.nam" maxlength="40" :disabled="true"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col>
<!--=================中部-左================= --> <!--=================中部-左================= -->
<c-col :span="11"> <c-col :span="11">
...@@ -72,11 +69,6 @@ ...@@ -72,11 +69,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="24">
<c-form-item label="Tenor Stream" prop="liaall.tenstm">
<c-input v-model="model.liaall.tenstm" :placeholder="$t('other.please_enter')+'Tenor Stream'"></c-input>
</c-form-item>
</c-col> -->
<c-col :span="22" :offset="2"> <c-col :span="22" :offset="2">
<c-istream-table <c-istream-table
ref="table" ref="table"
...@@ -89,50 +81,9 @@ ...@@ -89,50 +81,9 @@
</c-istream-table> </c-istream-table>
</c-col> </c-col>
<!--
<c-col :span="24">
<c-form-item label="External Key of Address" prop="trdgrp.rmb.pts.extkey">
<c-input v-model="model.trdgrp.rmb.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="" prop="trtp0.rmbp.ptsget.sdamod.seainf">
<c-input v-model="model.trtp0.rmbp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-button size="small" type="primary" @click="onRmbp1Det">
{{$t('ptsp.CF000081')}}
</c-button>
</c-col>
<c-col :span="24">
<c-form-item label="名称" prop="trdgrp.rmb.namelc">
<c-input type="textarea" v-model="model.trdgrp.rmb.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Address Block" prop="trdgrp.rmb.pts.adrblk">
<c-input type="textarea" v-model="model.trdgrp.rmb.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Chinese address" prop="trdgrp.rmb.dbfadrblkcn">
<c-input type="textarea" v-model="model.trdgrp.rmb.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="地址" prop="trdgrp.rmb.adrelc">
<c-input type="textarea" v-model="model.trdgrp.rmb.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input>
</c-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: 'Reimbursement Bank', title: '偿付行',
grp: 'trdgrp', grp: 'trdgrp',
rol: 'rmb', rol: 'rmb',
}" :noRef="true" :disabled="true" :disabledExtkey="true" @onSeainf="onSeainf"> }" :noRef="true" :disabled="true" :disabledExtkey="true" @onSeainf="onSeainf">
...@@ -176,53 +127,10 @@ ...@@ -176,53 +127,10 @@
<c-input type="textarea" v-model="model.trnmod.trndoc.nar754" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Narrative :77A:'" ></c-input> <c-input type="textarea" v-model="model.trnmod.trndoc.nar754" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Narrative :77A:'" ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- SF000053 : Issuing Bank
SF000052 : Reimbursement Bank
<c-col :span="24">
<c-form-item label="Issuing Bank" prop="trdgrp.iss.pts.extkey">
<c-input v-model="model.trdgrp.iss.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-button size="small" type="primary" @click="onIsspDet">
{{$t('ptsp.CF000081')}}
</c-button>
</c-col>
<c-col :span="24">
<c-form-item label="名称" prop="trdgrp.iss.namelc">
<c-input type="textarea" v-model="model.trdgrp.iss.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Address Block" prop="trdgrp.iss.pts.adrblk">
<c-input type="textarea" v-model="model.trdgrp.iss.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Chinese address" prop="trdgrp.iss.dbfadrblkcn">
<c-input type="textarea" v-model="model.trdgrp.iss.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="地址" prop="trdgrp.iss.adrelc">
<c-input type="textarea" v-model="model.trdgrp.iss.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input>
</c-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: 'Issuing Bank', title: '开证行',
grp: 'trdgrp', grp: 'trdgrp',
rol: 'iss', rol: 'iss',
}" :noRef="true" :disabled="true" :disabledExtkey="true" @onSeainf="onSeainf"> }" :noRef="true" :disabled="true" :disabledExtkey="true" @onSeainf="onSeainf">
...@@ -255,11 +163,11 @@ export default { ...@@ -255,11 +163,11 @@ export default {
// flag1: false, // flag1: false,
trnData: { trnData: {
columns: [ columns: [
'1 1 "Type" 60', '1 1 "类型" 60',
'2 2 "Dbt" 60', '2 2 "Dbt" 60',
'3 3 "Cdt" 80', '3 3 "Cdt" 80',
'4 4 "Cur" 50', '4 4 "币种" 50',
'5 5 "Amt" 120 2 8 1 4', '5 5 "金额" 120 2 8 1 4',
// '6 6 "Mat.Dat." 120 4 7 1', // '6 6 "Mat.Dat." 120 4 7 1',
{ {
index: 6, index: 6,
......
...@@ -18,195 +18,29 @@ ...@@ -18,195 +18,29 @@
}" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf"> }" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf">
</c-ptap> </c-ptap>
</c-col> </c-col>
<!-- SF000021 : 偿付行
SF000020 : 编号
<c-col :span="12">
<c-form-item label="Reference for Address Optional" prop="rmbclm.rmbrmb.pts.ref">
<c-input v-model="model.rmbclm.rmbrmb.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+'Reference for Address Optional'"></c-input>
</c-form-item>
</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="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.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> -->
<c-col :span="15"> <c-col :span="15">
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: 'Account with Bank', title: '收款行',
grp: 'rmbclm', grp: 'rmbclm',
rol: 'acwacw', rol: 'acwacw',
}" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf"> }" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf">
</c-ptap> </c-ptap>
</c-col> </c-col>
<!-- SF000011 : Account with Bank
SF000018 : 编号
<c-col :span="12">
<c-form-item :label="$t('rmbclm.SF000011')" prop="rmbclm.acwacw.pts.ref">
<c-input v-model="model.rmbclm.acwacw.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('rmbclm.SF000011')"></c-input>
</c-form-item>
</c-col>
<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="15"> <c-col :span="15">
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: ' Beneficiary Bank', title: '收报行',
grp: 'rmbclm', grp: 'rmbclm',
rol: 'bebbeb', rol: 'bebbeb',
}" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf"> }" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf">
</c-ptap> </c-ptap>
</c-col> </c-col>
<!-- SF000016 : Beneficiary Bank
SF000019 : 编号
<c-col :span="12">
<c-form-item :label="$t('rmbclm.SF000016')" prop="rmbclm.bebbeb.pts.ref">
<c-input v-model="model.rmbclm.bebbeb.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('rmbclm.SF000016')"></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 :span="15"> <c-col :span="15">
<el-form-item label="value date" prop="rmbclm.valdat"> <el-form-item label="起息日" prop="rmbclm.valdat">
<c-date-picker type="date" v-model="model.rmbclm.valdat" style="width:100%" placeholder="请选择value date"></c-date-picker> <c-date-picker type="date" v-model="model.rmbclm.valdat" style="width:100%" placeholder="请选择起息日"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- SG000133 : value date --> <!-- SG000133 : value date -->
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
<m-rclp :model="model" :codes="codes" /> <m-rclp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<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>
<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>
...@@ -47,22 +47,22 @@ ...@@ -47,22 +47,22 @@
<el-tab-pane label="会计分录" name="glepan"> <el-tab-pane label="会计分录" name="glepan">
<c-content> <m-glepan :model="model" :codes="codes" />. </c-content> <c-content> <m-glepan :model="model" :codes="codes" />. </c-content>
</el-tab-pane> </el-tab-pane>
<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>
<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>
<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>
<el-tab-pane label="Reimbursement Details" name="remp"> <el-tab-pane label="报销明细" name="remp">
<c-content :height="300"> <c-content :height="300">
<m-remp :model="model" :codes="codes" /> <m-remp :model="model" :codes="codes" />
</c-content> </c-content>
......
...@@ -327,27 +327,6 @@ ...@@ -327,27 +327,6 @@
</el-table-column> </el-table-column>
</c-table> </c-table>
</c-col> </c-col>
<!-- <c-col :span="24" style="" v-if="false">
<c-table :list="model.liaall.limmod.lmegrd" :border="true">
<el-table-column label="可否串用" width="auto">
</el-table-column>
<el-table-column label="序号" width="auto"> </el-table-column>
<el-table-column label="额度类型" width="auto">
</el-table-column>
<el-table-column label="入账机构" width="auto">
</el-table-column>
<el-table-column label="额度编号" width="auto">
</el-table-column>
<el-table-column label="额度明细编号" width="auto">
</el-table-column>
<el-table-column label="额度品种代码" width="auto">
</el-table-column>
<el-table-column label="品种代码描述" width="auto">
</el-table-column>
<el-table-column label="" width="auto"> </el-table-column>
</c-table>
</c-col> -->
</div> </div>
</template> </template>
......
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Settlement Account" prop="setact"> <c-form-item label="结算账户" prop="setact">
<c-input <c-input
v-model="model.setact" v-model="model.setact"
maxlength="21" maxlength="21"
:disabled="true" :disabled="true"
:placeholder="$t('other.please_enter') + 'Settlement Account'" :placeholder="$t('other.please_enter') + '结算账户'"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -274,23 +274,23 @@ ...@@ -274,23 +274,23 @@
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name" prop="trdgrp.rec.pntnam"> <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
<c-input <c-input
v-model="model.trdgrp.rec.pntnam" v-model="model.trdgrp.rec.pntnam"
maxlength="40" maxlength="40"
:disabled="true" :disabled="true"
placeholder="请输入Name" placeholder="请输入简略信息"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name" prop="trdgrp.rec.nam"> <c-form-item label="简略信息" prop="trdgrp.rec.nam">
<c-input <c-input
v-model="model.trdgrp.rec.nam" v-model="model.trdgrp.rec.nam"
maxlength="40" maxlength="40"
:disabled="true" :disabled="true"
placeholder="请输入name" placeholder="请输入简略信息"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -307,12 +307,12 @@ ...@@ -307,12 +307,12 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Name of Party" prop="trdgrp.fip.pts.nam"> <c-form-item label="当事人名称" prop="trdgrp.fip.pts.nam">
<c-input <c-input
v-model="model.trdgrp.fip.pts.nam" v-model="model.trdgrp.fip.pts.nam"
maxlength="40" maxlength="40"
:disabled="true" :disabled="true"
:placeholder="$t('other.please_enter') + 'Name of Party'" :placeholder="$t('other.please_enter') + '当事人名称'"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
......
...@@ -29,14 +29,14 @@ ...@@ -29,14 +29,14 @@
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--liaall PD000027 Liability --> <!--liaall PD000027 表外记账 -->
<el-tab-pane label="或有" 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="账务" 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>
...@@ -47,13 +47,13 @@ ...@@ -47,13 +47,13 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="附言" 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="面函" 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>
...@@ -93,6 +93,7 @@ import Pattern from "~/model/Trtset/Pattern"; ...@@ -93,6 +93,7 @@ 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 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";
......
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