Commit 5e64f414 by wanggang_yf

修改bptopn bptset bptcan bptame等交易

parent 5fd6e38c
...@@ -34,7 +34,6 @@ export default { ...@@ -34,7 +34,6 @@ export default {
"bcdgrp.dre.pts.adrblk" :Utils.defaultFunction, "bcdgrp.dre.pts.adrblk" :Utils.defaultFunction,
"bcdgrp.drr.pts.nam" :Utils.defaultFunction, "bcdgrp.drr.pts.nam" :Utils.defaultFunction,
"bcdgrp.drr.pts.adrblk" :Utils.defaultFunction, "bcdgrp.drr.pts.adrblk" :Utils.defaultFunction,
"mtabut.coninf.usr.extkey" :Utils.defaultFunction, "mtabut.coninf.usr.extkey" :Utils.defaultFunction,
"bcdgrp.co2.adrelc" :Utils.defaultFunction, "bcdgrp.co2.adrelc" :Utils.defaultFunction,
"bcdgrp.co2.namelc" :Utils.defaultFunction, "bcdgrp.co2.namelc" :Utils.defaultFunction,
...@@ -43,19 +42,12 @@ export default { ...@@ -43,19 +42,12 @@ export default {
"bcdgrp.rmi.pts.nam" :Utils.defaultFunction, "bcdgrp.rmi.pts.nam" :Utils.defaultFunction,
"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,
"bcdgrp.cbs.max.amt" :Utils.defaultFunction, "bcdgrp.cbs.max.amt" :Utils.defaultFunction,
"bcdgrp.dre.pts.nam" :Utils.defaultFunction, "bcdgrp.dre.pts.nam" :Utils.defaultFunction,
"bcdgrp.cbs.max.cur" :Utils.defaultFunction, "bcdgrp.cbs.max.cur" :Utils.defaultFunction,
"bcdgrp.rec.ownref" :Utils.defaultFunction, "bcdgrp.rec.ownref" :Utils.defaultFunction,
"bcdgrp.co2.pts.adrblk" :Utils.defaultFunction,
"liaall.misamt" :Utils.defaultFunction,
"bcdgrp.drr.pts.adrblk" :Utils.defaultFunction,
"mtabut.coninf.oitinf.oit.inftxt" :Utils.defaultFunction, "mtabut.coninf.oitinf.oit.inftxt" :Utils.defaultFunction,
"mtabut.coninf.oitinf.oit.inflev" :Utils.defaultFunction, "mtabut.coninf.oitinf.oit.inflev" :Utils.defaultFunction,
"mtabut.coninf.conexedat" :Utils.defaultFunction, "mtabut.coninf.conexedat" :Utils.defaultFunction,
"bcdgrp.drr.pts.nam" :Utils.defaultFunction,
"mtabut.coninf.oitset.oit.inftxt" :Utils.defaultFunction,
"mtabut.coninf.oitset.oit.inflev" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -60,9 +60,6 @@ export default { ...@@ -60,9 +60,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"bddgrp.rec.rcvdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bddgrp.rec.stadat":[ "bddgrp.rec.stadat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
......
...@@ -129,25 +129,6 @@ export default { ...@@ -129,25 +129,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"bpdgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bpdgrp.rec.matdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bpdgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bpdgrp.rec.pctfin":[
{type: "string", required: false, message: "必输项"},
{max: 5,message:"长度不能超过5"}
],
"bpdgrp.rec.fincod":[ "bpdgrp.rec.fincod":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 17,message:"长度不能超过17"} {max: 17,message:"长度不能超过17"}
...@@ -177,10 +158,6 @@ export default { ...@@ -177,10 +158,6 @@ export default {
"matdat":[ "matdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"bpdgrp.rec.intday":[
{type: "string", required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"}
],
"bptmod.finmod.graday":[ "bptmod.finmod.graday":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"} {max: 10,message:"长度不能超过10"}
...@@ -206,25 +183,11 @@ export default { ...@@ -206,25 +183,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 12,message:"长度不能超过12"} {max: 12,message:"长度不能超过12"}
], ],
"bpdgrp.rec.tolrat":[
{type: "string", required: false, message: "必输项"},
{max: 12,message:"长度不能超过12"}
],
"bptmod.finmod.intamt":[ "bptmod.finmod.intamt":[
{type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"bpdgrp.bu2.pts.ref":[ "bpdgrp.bu2.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -373,23 +336,10 @@ export default { ...@@ -373,23 +336,10 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"bpdgrp.inv.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bpdgrp.rec.intday":[ "bpdgrp.rec.intday":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"} {max: 10,message:"长度不能超过10"}
], ],
"bpdgrp.rec.intrat":[
{type: "string", required: false, message: "必输项"},
{max: 14,message:"长度不能超过14"}
],
"bpdgrp.rec.marrat":[ "bpdgrp.rec.marrat":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 12,message:"长度不能超过12"} {max: 12,message:"长度不能超过12"}
......
...@@ -194,5 +194,8 @@ export default { ...@@ -194,5 +194,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
onSeainf() {},
onDetpButgetref() {},
onBenpDet() {},
onAplpDet() {},
} }
\ No newline at end of file
...@@ -755,4 +755,8 @@ export default { ...@@ -755,4 +755,8 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"setmod.glemod.gleshwstm":[
{type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"}
],
} }
\ No newline at end of file
...@@ -158,10 +158,10 @@ export default { ...@@ -158,10 +158,10 @@ export default {
{max: 10,message:"长度不能超过10"} {max: 10,message:"长度不能超过10"}
], ],
"bpdgrp.rec.opndat":[ "bpdgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bpdgrp.rec.matdat":[ "bpdgrp.rec.matdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bptmod.finmod.fltval":[ "bptmod.finmod.fltval":[
......
...@@ -242,32 +242,7 @@ export default class Bptopn{ ...@@ -242,32 +242,7 @@ export default class Bptopn{
trntyp:"", // 交易性�'� .trntyp trntyp:"", // 交易性�'� .trntyp
fftlxx:"", // 福�'�廷转卖类型 .fftlxx fftlxx:"", // 福�'�廷转卖类型 .fftlxx
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut:{ mtabut: new Pub().data.Mtabut,
coninf: {
oitinf: {
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit: {
inftxt: "", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev: "", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset: {
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit: {
inftxt: "", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev: "", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat: "", // 执行日期 .mtabut.coninf.conexedat
usr: {
extkey: "", // User ID .mtabut.coninf.usr.extkey
},
},
clsflg: "",
syswrn:{
dsp:"",
},
},
trnmod: new Pub().data.Trnmod, trnmod: new Pub().data.Trnmod,
lendoc:{ lendoc:{
actflg:"", // Input Account .lendoc.actflg actflg:"", // Input Account .lendoc.actflg
...@@ -367,7 +342,7 @@ export default class Bptopn{ ...@@ -367,7 +342,7 @@ export default class Bptopn{
rec:{ rec:{
dflg:"", dflg:"",
} }
}, }
} }
} }
......
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
], ],
"bpdgrp.rec.matdat":[ "bpdgrp.rec.matdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bpdgrp.fia.pts.adrblk":[ "bpdgrp.fia.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"bpdgrp.rec.opndat":[ "bpdgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bpdgrp.fia.adrelc":[ "bpdgrp.fia.adrelc":[
...@@ -1246,10 +1246,10 @@ export default { ...@@ -1246,10 +1246,10 @@ export default {
], ],
"cfabpt.recgrp.bas.valuedate":[ "cfabpt.recgrp.bas.valuedate":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"cfabpt.recgrp.bas.maturity":[ "cfabpt.recgrp.bas.maturity":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"cfabpt.recgrp.bas.debtorcode":[ "cfabpt.recgrp.bas.debtorcode":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
import Api from "~/service/Api" import Api from "~/service/Api"
import Pts from "../Common/Pts" import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Bptset{ export default class Bptset{
constructor () { constructor () {
this.data = { this.data = {
...@@ -143,36 +143,7 @@ export default class Bptset{ ...@@ -143,36 +143,7 @@ export default class Bptset{
}, },
}, },
}, },
mtabut:{ mtabut: new Pub().data.Mtabut,
clsflg:"", // Close Flag .mtabut.clsflg
syswrn:{
dsp:"", // Display .mtabut.syswrn.dsp
},
coninf:{
oitinf:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
usr:{
extkey:"", // User ID .mtabut.coninf.usr.extkey
},
contag72his:"", // Historic content of TAG 72 .mtabut.coninf.contag72his
contag72:"", // Current content of TAG 72 .mtabut.coninf.contag72
contag79his:"", // Historic content of TAG 79 .mtabut.coninf.contag79his
contag79:"", // Current content of TAG 79 .mtabut.coninf.contag79
},
},
bptmod:{ bptmod:{
finmod:{ finmod:{
setlab:"", // Settlement Label .bptmod.finmod.setlab setlab:"", // Settlement Label .bptmod.finmod.setlab
......
...@@ -103,9 +103,6 @@ export default { ...@@ -103,9 +103,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"brdgrp.rec.rcvdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"brdgrp.rec.predat":[ "brdgrp.rec.predat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
......
...@@ -62,16 +62,6 @@ export default { ...@@ -62,16 +62,6 @@ export default {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
async onInfconButshword() {
let rtnmsg = await this.executeRule("infcon.butshword")
if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
}
else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
},
async onFiapDet() { async onFiapDet() {
let rtnmsg = await this.executeRule("fiap.det") let rtnmsg = await this.executeRule("fiap.det")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<c-row> <c-row>
<c-col :span="20"> <c-col :span="20">
<el-form-item label="Parent Reference" prop="bpdgrp.rec.pntref"> <el-form-item label="Parent Reference" prop="bpdgrp.rec.pntref">
<c-input <c-input
v-model="model.bpdgrp.rec.pntref" v-model="model.bpdgrp.rec.pntref"
maxlength="16" maxlength="16"
placeholder="Parent Reference" placeholder="Parent Reference"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -23,14 +23,15 @@ ...@@ -23,14 +23,15 @@
</c-button> </c-button>
</c-col> </c-col>
</c-row> </c-row>
<c-row> <c-row>
<!-- 融资参考号 --> <!-- 融资参考号 -->
<!-- bpdgrp_rec_ownref-->
<c-col :span="20"> <c-col :span="20">
<el-form-item label="Reference" prop="bpdgrp.rec.ownref"> <el-form-item label="Reference" prop="bpdgrp.rec.ownref">
<c-input <c-input
v-model="model.bpdgrp.rec.ownref" v-model="model.bpdgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="请输入Reference"></c-input> placeholder="请输入Reference"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -51,23 +52,23 @@ ...@@ -51,23 +52,23 @@
<!-- 摘要 --> <!-- 摘要 -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Name" prop="bpdgrp.rec.pntnam"> <el-form-item label="Name" prop="bpdgrp.rec.pntnam">
<c-input <c-input
v-model="model.bpdgrp.rec.pntnam" v-model="model.bpdgrp.rec.pntnam"
maxlength="40" maxlength="40"
style="width:90%" style="width:90%"
placeholder="请输入摘要" placeholder="摘要"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-row> </c-row>
<c-row> <c-row>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="摘要" prop="bpdgrp.rec.nam"> <el-form-item label="摘要" prop="bpdgrp.rec.nam">
<c-input <c-input
v-model="model.bpdgrp.rec.nam" v-model="model.bpdgrp.rec.nam"
style="width:90%" style="width:90%"
maxlength="40" maxlength="40"
placeholder="请输入摘要" placeholder="请输入摘要"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -77,13 +78,13 @@ ...@@ -77,13 +78,13 @@
</c-row> </c-row>
<c-row class="infrow"> <c-row class="infrow">
<c-col :span="10" :offset="1"> <c-col :span="10" :offset="1">
<c-row> <c-row>
<!-- 融资类型--> <!-- 融资类型-->
<c-col :span="18"> <c-col :span="18">
<el-form-item label="Type of Advance" prop="bpdgrp.rec.fintyp"> <el-form-item label="Type of Advance" prop="bpdgrp.rec.fintyp">
<c-select <c-select
v-model="model.bpdgrp.rec.fintyp" v-model="model.bpdgrp.rec.fintyp"
style="width:100%" style="width:100%"
placeholder="请选择融资类型" placeholder="请选择融资类型"
> >
</c-select> </c-select>
...@@ -94,12 +95,12 @@ ...@@ -94,12 +95,12 @@
<!-- 基准利率 --> <!-- 基准利率 -->
<c-col :span="18"> <c-col :span="18">
<el-form-item label="Margin(Spread)" prop="bpdgrp.rec.intrat"> <el-form-item label="Margin(Spread)" prop="bpdgrp.rec.intrat">
<c-input <c-input
v-model="model.bpdgrp.rec.intrat" v-model="model.bpdgrp.rec.intrat"
placeholder="请输入基准利率" placeholder="请输入基准利率"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4" style="padding:5px; font: size 30%;"> <c-col :span="4" style="padding:5px; font: size 30%;">
<span>%</span> <span>%</span>
</c-col> </c-col>
...@@ -108,18 +109,18 @@ ...@@ -108,18 +109,18 @@
<!-- Advance Amount --> <!-- Advance Amount -->
<c-col :span="16"> <c-col :span="16">
<el-form-item label="融资金额" prop="bpdgrp.cbs.max.cur"> <el-form-item label="融资金额" prop="bpdgrp.cbs.max.cur">
<c-select <c-select
v-model="model.bpdgrp.cbs.max.cur" v-model="model.bpdgrp.cbs.max.cur"
style="width:100%" style="width:100%"
placeholder="请选择融资币种"> placeholder="请选择融资币种">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="" label-width="20px" prop="bpdgrp.cbs.max.amt"> <el-form-item label="" label-width="20px" prop="bpdgrp.cbs.max.amt">
<c-input <c-input
v-model="model.bpdgrp.cbs.max.amt" v-model="model.bpdgrp.cbs.max.amt"
placeholder="请输入融资金额" placeholder="请输入融资金额"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -128,18 +129,18 @@ ...@@ -128,18 +129,18 @@
<!-- Open Amount --> <!-- Open Amount -->
<c-col :span="16"> <c-col :span="16">
<el-form-item label="押汇余额" prop="bpdgrp.cbs.opn1.cur"> <el-form-item label="押汇余额" prop="bpdgrp.cbs.opn1.cur">
<c-select <c-select
v-model="model.bpdgrp.cbs.opn1.cur" v-model="model.bpdgrp.cbs.opn1.cur"
style="width:100%" style="width:100%"
placeholder="请选择押汇币种"> placeholder="请选择押汇币种">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="" label-width="20px" prop="bpdgrp.cbs.opn1.amt"> <el-form-item label="" label-width="20px" prop="bpdgrp.cbs.opn1.amt">
<c-input <c-input
v-model="model.bpdgrp.cbs.opn1.amt" v-model="model.bpdgrp.cbs.opn1.amt"
placeholder="请输入押汇余额" placeholder="请输入押汇余额"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -170,56 +171,56 @@ ...@@ -170,56 +171,56 @@
<!-- Narrative --> <!-- Narrative -->
<c-col :span="18" :offset="1"> <c-col :span="18" :offset="1">
<el-form-item label="描述" prop="strinf"> <el-form-item label="描述" prop="strinf">
<c-input <c-input
type="textarea" type="textarea"
:rows="10" :rows="10"
v-model="model.strinf" v-model="model.strinf"
maxlength="50" maxlength="50"
show-word-limit show-word-limit
placeholder="请输入描述" placeholder="请输入描述"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="2" :offset="1"> <c-col :span="2" :offset="1">
<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox> <c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
</c-col> </c-col>
</c-row> </c-row>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="bptp0.brdget.sdamod.dadsnd"> <el-form-item label="Drag Drop Sender" prop="bptp0.brdget.sdamod.dadsnd">
<c-input v-model="model.bptp0.brdget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> <c-input v-model="model.bptp0.brdget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" prop="bptp0.btdget.sdamod.seainf"> <el-form-item label="" prop="bptp0.btdget.sdamod.seainf">
<c-input v-model="model.bptp0.btdget.sdamod.seainf" placeholder="请输入"></c-input> <c-input v-model="model.bptp0.btdget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="External Key of Address" prop="bpdgrp.fia.pts.extkey"> <el-form-item label="External Key of Address" prop="bpdgrp.fia.pts.extkey">
<c-input v-model="model.bpdgrp.fia.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> <c-input v-model="model.bpdgrp.fia.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onFiapDet"> <c-button size="small" type="primary" @click="onFiapDet">
Details Details
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="名称" prop="bpdgrp.fia.namelc"> <el-form-item label="名称" prop="bpdgrp.fia.namelc">
<c-input type="textarea" v-model="model.bpdgrp.fia.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> <c-input type="textarea" v-model="model.bpdgrp.fia.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Address Block" prop="bpdgrp.fia.pts.adrblk"> <el-form-item label="Address Block" prop="bpdgrp.fia.pts.adrblk">
<c-input type="textarea" v-model="model.bpdgrp.fia.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input> <c-input type="textarea" v-model="model.bpdgrp.fia.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Chinese address" prop="bpdgrp.fia.dbfadrblkcn"> <el-form-item label="Chinese address" prop="bpdgrp.fia.dbfadrblkcn">
<c-input type="textarea" v-model="model.bpdgrp.fia.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> <c-input type="textarea" v-model="model.bpdgrp.fia.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
...@@ -231,7 +232,7 @@ ...@@ -231,7 +232,7 @@
<c-input type="textarea" v-model="model.bpdgrp.fia.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> <c-input type="textarea" v-model="model.bpdgrp.fia.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
</c-content> </c-content>
</template> </template>
<script> <script>
......
<template>
<c-page title="出口融资注销">
<div class="eContainer">
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')">影像信息</el-button>
<!-- <el-button size="small">保存模板</el-button> -->
<!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">制裁信息</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button>
</c-function-btn>
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="150px"
label-position="left"
size="small"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000016 -->
<el-tab-pane label="Cancelation" name="canp">
<c-content>
<m-canp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 Settlement -->
<el-tab-pane label="账务" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 Completion -->
<el-tab-pane label="附言" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000010 -->
<el-tab-pane label="Incoming Tag 72/79" name="coninftag">
<c-content>
<m-coninftag :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000529 Messages -->
<el-tab-pane label="报文及面函" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000546 Attachments-->
<el-tab-pane label="附件" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="DTA Fields" name="dtetag">
<c-content>
<m-dtetag :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD001139 -->
<!-- <el-tab-pane label="试算结果" name="shisuan">
<c-content>
<m-shisuan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> -->
<!--PD000204 -->
<el-tab-pane label="CIPS" name="cips">
<c-content>
<m-cips :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000449 -->
<el-tab-pane label="CIPS2.0" name="cips2">
<c-content>
<m-cips2 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000450 CIPS2.0 -->
<el-tab-pane label="CIPS3.0" name="cips3">
<c-content>
<m-cips3 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!-- PD000001
<el-tab-pane label="PD000001" name="dtetag">
<m-dtetag :model="model" :codes="codes"/>
</el-tab-pane> -->
<!--PD000001 -->
<el-tab-pane label="Fee Conditions" name="fecp">
<c-content>
<m-fecp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="统一授信" name="limitbody">
<c-content>
<m-limitbody :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty"/>
</div>
</c-page>
</template>
<script>
import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Bptcan from "~/model/Bptcan"
import commonProcess from "~/mixin/commonProcess"
import Check from "~/model/Bptcan/Check"
import Default from "~/model/Bptcan/Default"
import Pattern from "~/model/Bptcan/Pattern"
import Canp from "./Canp"
import Coninftag from "./Coninftag"
import Doctre from "./Doctre"
import Dtetag from "./Dtetag"
import Shisuan from "./Shisuan"
import Cips from "./Cips"
import Cips2 from "./Cips2"
import Cips3 from "./Cips3"
import Fecp from "./Fecp"
// import Limitbody from "./Limitbody"
import Setpan from "~/views/Public/Setpan";
import Coninfp from "~/views/Public/Coninfp";
import Docpan from "~/views/Public/Docpan";
import Limitbody from "~/views/Public/Limitbody"
export default {
name: "Bptcan",
components:{
"m-canp" : Canp,
"m-setpan" : Setpan,
"m-coninfp" : Coninfp,
"m-coninftag" : Coninftag,
"m-docpan" : Docpan,
"m-doctre" : Doctre,
"m-dtetag" : Dtetag,
"m-shisuan" : Shisuan,
"m-cips" : Cips,
"m-cips2" : Cips2,
"m-cips3" : Cips3,
"m-fecp" : Fecp,
"m-limitbody" : Limitbody,
},
provide() {
return {
root: this
}
},
mixins: [commonProcess,commonFuncs], // 里面包含了Default、Check等的公共处理
data(){
return {
tabVal: "canp",
trnName: "bptcan",
model: new Bptcan().data,
checkRules: Check,
defaultRules: Default,
pattern: Pattern,
rules: null,
codes: {
...CodeTable,
},
}
},
methods:{
tabClick(){
}
},
created:async function(){
console.log("进入bptcan交易");
let rtnmsg = await this.init(this.$route.query)
if(rtnmsg.respCode == SUCCESS)
{
//更新数据
Utils.copyValueFromVO(this.model, rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
}
}
</script>
<style>
</style>
...@@ -645,6 +645,7 @@ ...@@ -645,6 +645,7 @@
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
...@@ -663,7 +664,10 @@ export default { ...@@ -663,7 +664,10 @@ export default {
return {}; return {};
}, },
methods: { methods: {
...Event ...Event,
onSeainf(data) {
this.$emit("onSeainf", data);
},
}, },
created: function () {}, created: function () {},
}; };
......
...@@ -16,16 +16,8 @@ ...@@ -16,16 +16,8 @@
<!-- <el-button size="small">拆分报文</el-button> --> <!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button> <el-button size="small">智能提示</el-button>
</c-function-btn> </c-function-btn>
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="150px"
label-position="right"
size="small"
:validate-on-rule-change="false">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000020 --> <!--PD000020 -->
...@@ -92,11 +84,11 @@ ...@@ -92,11 +84,11 @@
</el-tab-pane> </el-tab-pane>
<!--PD000010 --> <!--PD000010 -->
<el-tab-pane label="Incoming Tag 72/79" name="coninftag"> <!-- <el-tab-pane label="Incoming Tag 72/79" name="coninftag">-->
<c-content> <!-- <c-content>-->
<m-coninftag :model="model" :codes="codes"/> <!-- <m-coninftag :model="model" :codes="codes"/>-->
</c-content> <!-- </c-content>-->
</el-tab-pane> <!-- </el-tab-pane>-->
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="面函" name="docpan"> <el-tab-pane label="面函" name="docpan">
...@@ -170,14 +162,13 @@ import Api from "~/service/Api"; ...@@ -170,14 +162,13 @@ import Api from "~/service/Api";
import Utils from "~/utils/index"; import Utils from "~/utils/index";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Bptopn from "~/model/Bptopn"; import BptopnModel from "~/model/Bptopn";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import commonFuncs from "~/mixin/commonFuncs"; import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Bptopn/Check"; import Check from "~/model/Bptopn/Check";
import Default from "~/model/Bptopn/Default"; import Default from "~/model/Bptopn/Default";
import Pattern from "~/model/Bptopn/Pattern"; import Pattern from "~/model/Bptopn/Pattern";
import Bptopnp from "./Bptopnp";
import Bptopnp from "./Bptopn";
import Urpp from "./Urpp"; import Urpp from "./Urpp";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
...@@ -212,7 +203,6 @@ export default { ...@@ -212,7 +203,6 @@ export default {
"m-coninftag" : Coninftag, "m-coninftag" : Coninftag,
"m-docpan" : Docpan, "m-docpan" : Docpan,
"m-doctre" : Doctre, "m-doctre" : Doctre,
"m-docpan" : Docpan,
"m-rzkx" : Rzkx, "m-rzkx" : Rzkx,
"m-wg" : Wg, "m-wg" : Wg,
"m-cfap" : Cfap, "m-cfap" : Cfap,
...@@ -229,9 +219,10 @@ export default { ...@@ -229,9 +219,10 @@ export default {
computed: {}, computed: {},
data(){ data(){
return { return {
model: new BptopnModel().data,
tabVal: "bptopn", tabVal: "bptopn",
trnName: "bptopn", trnName: "bptopn",
model: new Bptopn().data, trnType: "",
checkRules: Check, checkRules: Check,
defaultRules: Default, defaultRules: Default,
pattern: Pattern, pattern: Pattern,
...@@ -243,24 +234,24 @@ export default { ...@@ -243,24 +234,24 @@ export default {
}, },
methods:{ methods:{
myTabClick(tab){ myTabClick(tab){
this.tabClick(tab) this.tabClick(tab);
/** /**
* do it yourself * do it yourself
**/ **/
} }
}, },
created: async function() { created: async function() {
console.log("进入bptopn交易"); console.log("进入bptopn交易");
let rtnmsg = await this.init(this.$route.query); let rtnmsg = await this.init(this.$route.query);
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//更新数据 //更新数据
Utils.copyValueFromVO(this.model, rtnmsg.data); Utils.copyValueFromVO(this.model, rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
} else { } else {
this.$notify.error({ title: "错误", message: "服务请求失败!" }); this.$notify.error({ title: "错误", message: "服务请求失败!" });
} }
}, },
watch: { watch: {
......
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