Commit 2ad7bae7 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 e47c1a1f e7b4b2a4
...@@ -4126,6 +4126,9 @@ const CodeTable = { ...@@ -4126,6 +4126,9 @@ const CodeTable = {
{ label: "8th Third Party", value: "TP8" }, { label: "8th Third Party", value: "TP8" },
{ label: "9th Third Party", value: "TP9" }, { label: "9th Third Party", value: "TP9" },
], ],
searol2:[
{ label: "Collecting Bank", value: "COL" },
],
seacur:[ seacur:[
{ label: `CNY-人民币`, value: `CNY` }, { label: `CNY-人民币`, value: `CNY` },
{ label: `KRW-韩元`, value: `KRW` }, { label: `KRW-韩元`, value: `KRW` },
......
...@@ -34,19 +34,28 @@ export default { ...@@ -34,19 +34,28 @@ 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,
"bcdgrp.co2.dbfadrblkcn" :Utils.defaultFunction, "bcdgrp.co2.dbfadrblkcn" :Utils.defaultFunction,
"setmod.glemod.gleshwstm" :Utils.defaultFunction,
"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处理
...@@ -334,4 +334,8 @@ export default { ...@@ -334,4 +334,8 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"setmod.glemod.gleshwstm":[
{type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"}
],
} }
\ No newline at end of file
import Utils from "~/utils"
/**
* Betamc Check规则
*/
let checkObj = {
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj
/**
* Betamc Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"
export default {
"ledgrp.rec.ownref" :Utils.defaultFunction,
"bedgrp.rec.ownref" :Utils.defaultFunction,
"ledgrp.rec.partcon" :Utils.defaultFunction,
"bedgrp.cbs.max.amt" :Utils.defaultFunction,
"bedgrp.apl.pts.nam" :Utils.defaultFunction,
"bedgrp.iss.pts.nam" :Utils.defaultFunction,
"amcamt" :Utils.defaultFunction,
"bedgrp.ben.pts.nam" :Utils.defaultFunction,
}
//你可以添加自动default处理
import Api from "~/service/Api"
import Utils from "~/utils"
export default {
onSeainf() {},
onDetpButgetref() {}
}
\ No newline at end of file
export default {
"betp0.ledget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"ledgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"betp0.ledget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"ledgrp.cbs.opn1.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"ledgrp.cbs.opn1.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"betp0.recget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bedgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"betp0.recget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"bedgrp.rec.nam":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"bedgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bedgrp.ben.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bedgrp.cbs.opn1.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"bedgrp.cbs.opn1.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bedgrp.cbs.opn2.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bedgrp.ben.pts.nam":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"bedgrp.iss.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bedgrp.rec.doctypcod":[
{type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"}
],
"bedgrp.iss.pts.nam":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"bedgrp.rec.matdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bedgrp.rec.orddat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bedgrp.rec.rcvdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bedgrp.rec.predat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bedgrp.apl.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bedgrp.rec.docsta":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"bedgrp.apl.pts.nam":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"ledgrp.rec.partcon":[
{type: "string", required: false, message: "必输项"},
{max: 5,message:"长度不能超过5"}
],
"amcamt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"newcnfamt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
}
\ No newline at end of file
import Api from "~/service/Api"
import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Betamc{
constructor () {
this.data = {
bedgrp:{
rec:{
ownref:"", // 单据编号 .bedgrp.rec.ownref
nam:"", // Externally Displayed Name to Identify the Contract .bedgrp.rec.nam
doctypcod:"", // 单据类型 .bedgrp.rec.doctypcod
matdat:"", // Maturity Date .bedgrp.rec.matdat
orddat:"", // 到期日 .bedgrp.rec.orddat
rcvdat:"", // 到单日期 .bedgrp.rec.rcvdat
predat:"", // Presentation Date .bedgrp.rec.predat
docsta:"", // 单据状态 .bedgrp.rec.docsta
},
cbs:{
max:{
cur:"", // 单据所占的保兑额度 .bedgrp.cbs.max.cur
amt:"", // 单据金额 .bedgrp.cbs.max.amt
},
opn1:{
cur:"", // 单据余额 .bedgrp.cbs.opn1.cur
amt:"", // Balance .bedgrp.cbs.opn1.amt
},
opn2:{
amt:"", // Balance .bedgrp.cbs.opn2.amt
},
},
ben:{
pts:new Pts().data,
},
iss:{
pts:new Pts().data,
},
apl:{
pts:new Pts().data,
},
},
betp0:{
recget:{
sdamod:{
seainf:"", // .betp0.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .betp0.recget.sdamod.dadsnd
},
},
ledget:{
sdamod:{
seainf:"", // .betp0.ledget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .betp0.ledget.sdamod.dadsnd
},
},
matp:{
mattxtlab:"", // Label for MATTXT .betp0.matp.mattxtlab
},
},
ledgrp:{
rec:{
ownref:"", // 参考号 .ledgrp.rec.ownref
partcon:"", // 信用证保兑比例 .ledgrp.rec.partcon
},
cbs:{
opn1:{
cur:"", // Currency .ledgrp.cbs.opn1.cur
amt:"", // Balance .ledgrp.cbs.opn1.amt
},
cnf:{
cur:"", // 释放后保兑金额余额 .ledgrp.cbs.cnf.cur
},
},
},
amcamt:"", // 单据所占的保兑额度 .amcamt
newcnfamt:"", // 释放后保兑金额余额 .newcnfamt
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
},
},
},
pageId: "" , // ctx的key
trnmod: new Pub().data.Trnmod,
setmod: new Pub().data.Setmod,
liaall: new Pub().data.Liaall,
}
}
}
\ No newline at end of file
...@@ -2,209 +2,216 @@ import Api from "~/service/Api" ...@@ -2,209 +2,216 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onInfbutSearow(){ async handleSearch() {
let rtnmsg = await this.executeRule("infbut.searow") this.stmData.data = [];
if(rtnmsg.respCode == SUCCESS) let opndatfrom = this.model.infcon.opndatfrom;
{ if (!opndatfrom || opndatfrom == '') {
//TODO 处理数据逻辑 this.$notify.error({ title: '错误', message: '查询开始日期必输!' });
return;
} }
else let opndatto = this.model.infcon.opndatto;
{ if (!opndatto || opndatto == '') {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({ title: '错误', message: '查询结束日期必输!' });
} return;
}, }
async onInfbutDsp(){ let rtnmsg = await this.executeRule("infbut.searow")
let rtnmsg = await this.executeRule("infbut.dsp") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{ this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
//TODO 处理数据逻辑 // this.updateModel(rtnmsg.data);
// this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
} //this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
else }
{ else {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
async onInfbutUserow(){ async handleReset() {
let rtnmsg = await this.executeRule("infbut.userow") this.model.infcon.seaownref = ""
if(rtnmsg.respCode == SUCCESS) this.model.infcon.opndatfrom = new Date();
{ this.model.infcon.opndatto = new Date();
//TODO 处理数据逻辑 this.model.infcon.searef = "";
this.model.infcon.pty.extkey = "";
} this.model.infcon.usr.extkey = "";
else this.model.infcon.searol = "";
{ this.model.infcon.pty.nam = "";
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.model.infcon.seapty = "";
} this.model.infcon.curtxt1 = "";
}, this.model.infcon.nam = "";
async onInfbutClr(){ this.model.infcon.seaamtfr = "";
let rtnmsg = await this.executeRule("infbut.clr") this.model.infcon.seaamtto = "";
if(rtnmsg.respCode == SUCCESS) this.model.infcon.seasta = "";
{ this.model.infcon.doctypcod = "";
//TODO 处理数据逻辑 },
async onInfbutSearow() {
} let rtnmsg = await this.executeRule("infbut.searow")
else if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onInfbutButprt(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("infbut.butprt") }
if(rtnmsg.respCode == SUCCESS) },
{ async onInfbutDsp() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("infbut.dsp")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onInfbutExi(){ },
let rtnmsg = await this.executeRule("infbut.exi") async onInfbutUserow() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("infbut.userow")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, async onInfbutClr() {
async onInfconButshw(){ let rtnmsg = await this.executeRule("infbut.clr")
let rtnmsg = await this.executeRule("infcon.butshw") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{
//TODO 处理数据逻辑 }
else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
else }
{ },
this.$notify.error({title: '错误',message: '服务请求失败!'}); async onInfbutButprt() {
} let rtnmsg = await this.executeRule("infbut.butprt")
}, if (rtnmsg.respCode == SUCCESS) {
async onInfconButshword(){ //TODO 处理数据逻辑
let rtnmsg = await this.executeRule("infcon.butshword")
if(rtnmsg.respCode == SUCCESS) }
{ else {
//TODO 处理数据逻辑 this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
} },
else async onInfbutExi() {
{ let rtnmsg = await this.executeRule("infbut.exi")
this.$notify.error({title: '错误',message: '服务请求失败!'}); if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
},
async onOrdp02Butore(){ }
let rtnmsg = await this.executeRule("ordp02.butore") else {
if(rtnmsg.respCode == SUCCESS) this.$notify.error({ title: '错误', message: '服务请求失败!' });
{ }
//TODO 处理数据逻辑 },
async onInfconButshw() {
} let rtnmsg = await this.executeRule("infcon.butshw")
else if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onOrdp02Butsmh(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("ordp02.butsmh") }
if(rtnmsg.respCode == SUCCESS) },
{ async onInfconButshword() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("infcon.butshword")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onOrdp01Butore(){ },
let rtnmsg = await this.executeRule("ordp01.butore") async onOrdp02Butore() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("ordp02.butore")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, async onOrdp02Butsmh() {
async onOrdp01Butsmh(){ let rtnmsg = await this.executeRule("ordp02.butsmh")
let rtnmsg = await this.executeRule("ordp01.butsmh") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{
//TODO 处理数据逻辑 }
else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
else }
{ },
this.$notify.error({title: '错误',message: '服务请求失败!'}); async onOrdp01Butore() {
} let rtnmsg = await this.executeRule("ordp01.butore")
}, if (rtnmsg.respCode == SUCCESS) {
async onOrdp0Butore(){ //TODO 处理数据逻辑
let rtnmsg = await this.executeRule("ordp0.butore")
if(rtnmsg.respCode == SUCCESS) }
{ else {
//TODO 处理数据逻辑 this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
} },
else async onOrdp01Butsmh() {
{ let rtnmsg = await this.executeRule("ordp01.butsmh")
this.$notify.error({title: '错误',message: '服务请求失败!'}); if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
},
async onOrdp0Butsmh(){ }
let rtnmsg = await this.executeRule("ordp0.butsmh") else {
if(rtnmsg.respCode == SUCCESS) this.$notify.error({ title: '错误', message: '服务请求失败!' });
{ }
//TODO 处理数据逻辑 },
async onOrdp0Butore() {
} let rtnmsg = await this.executeRule("ordp0.butore")
else if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onTxmdtetagm06Buttxmsel(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("txmdtetagm06.buttxmsel") }
if(rtnmsg.respCode == SUCCESS) },
{ async onOrdp0Butsmh() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("ordp0.butsmh")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onTxmdtetagm07Buttxmsel(){ },
let rtnmsg = await this.executeRule("txmdtetagm07.buttxmsel") async onTxmdtetagm06Buttxmsel() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("txmdtetagm06.buttxmsel")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, async onTxmdtetagm07Buttxmsel() {
async onTxmdtetagm08Buttxmsel(){ let rtnmsg = await this.executeRule("txmdtetagm07.buttxmsel")
let rtnmsg = await this.executeRule("txmdtetagm08.buttxmsel") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{
//TODO 处理数据逻辑 }
else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
else }
{ },
this.$notify.error({title: '错误',message: '服务请求失败!'}); async onTxmdtetagm08Buttxmsel() {
} let rtnmsg = await this.executeRule("txmdtetagm08.buttxmsel")
}, if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
}
else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
},
} }
\ No newline at end of file
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 Infcld{ export default class Infcld {
constructor () { constructor() {
this.data = { this.data = {
infcon:{ infcon: {
seaownref:"", // Own Reference .infcon.seaownref seaownref: "", // Own Reference .infcon.seaownref
nam:"", // Name .infcon.nam nam: "", // Name .infcon.nam
searef:"", // Party Reference .infcon.searef searef: "", // Party Reference .infcon.searef
pty:{ pty: {
extkey:"", // Select Single Party .infcon.pty.extkey extkey: "", // Select Single Party .infcon.pty.extkey
nam:"", // External Visible Name .infcon.pty.nam nam: "", // External Visible Name .infcon.pty.nam
}, },
seapty:"", // Party Name/BIC .infcon.seapty seapty: "", // Party Name/BIC .infcon.seapty
searol:"", // Role .infcon.searol searol: "", // Role .infcon.searol
opndatfrom:"", // Opening between .infcon.opndatfrom opndatfrom: "", // Opening between .infcon.opndatfrom
opndatto:"", // Open Date to .infcon.opndatto opndatto: "", // Open Date to .infcon.opndatto
usr:{ usr: {
extkey:"", // User ID .infcon.usr.extkey extkey: "", // User ID .infcon.usr.extkey
}, },
seasta:"", // Status .infcon.seasta seasta: "", // Status .infcon.seasta
seacur:"", // Currency .infcon.seacur seacur: "", // Currency .infcon.seacur
seaamtfr:"", // Amount between .infcon.seaamtfr seaamtfr: "", // Amount between .infcon.seaamtfr
seaamtto:"", // Amount to .infcon.seaamtto seaamtto: "", // Amount to .infcon.seaamtto
relflg:"", // Release Status .infcon.relflg relflg: "", // Release Status .infcon.relflg
cxmflg:"", // 是否显示查询码 .infcon.cxmflg cxmflg: "", // 是否显示查询码 .infcon.cxmflg
hndtyp:"", // Handling Type .infcon.hndtyp hndtyp: "", // Handling Type .infcon.hndtyp
chksubcon:"", // incl. all subcontracts .infcon.chksubcon chksubcon: "", // incl. all subcontracts .infcon.chksubcon
chktrnsta:"", // only active transactions .infcon.chktrnsta chktrnsta: "", // only active transactions .infcon.chktrnsta
trnstm:"", // stream for TRN to selected contract .infcon.trnstm trnstm: "", // stream for TRN to selected contract .infcon.trnstm
cbctxt:"", // CBS Column .infcon.cbctxt cbctxt: "", // CBS Column .infcon.cbctxt
cbbstm:"", // stream of CBBs .infcon.cbbstm cbbstm: "", // stream of CBBs .infcon.cbbstm
cbestm:"", // stream of CBEs .infcon.cbestm cbestm: "", // stream of CBEs .infcon.cbestm
feptxtlbl:"", // label used on FEP-Panel .infcon.feptxtlbl feptxtlbl: "", // label used on FEP-Panel .infcon.feptxtlbl
fcptxtlbl:"", // Text label used on FCP-panel .infcon.fcptxtlbl fcptxtlbl: "", // Text label used on FCP-panel .infcon.fcptxtlbl
fepfeecod:"", // Fee Code .infcon.fepfeecod fepfeecod: "", // Fee Code .infcon.fepfeecod
fepdsp:"", // Disposition .infcon.fepdsp fepdsp: "", // Disposition .infcon.fepdsp
fepstm:"", // stream for FEPs to selected contract .infcon.fepstm fepstm: "", // stream for FEPs to selected contract .infcon.fepstm
fcpstm:"", // stream of foreign charges .infcon.fcpstm fcpstm: "", // stream of foreign charges .infcon.fcpstm
fcpdsp:"", // Disposition .infcon.fcpdsp fcpdsp: "", // Disposition .infcon.fcpdsp
setflg:"", // show temporary settlement that already settled .infcon.setflg setflg: "", // show temporary settlement that already settled .infcon.setflg
sepdelflg:"", // show temporary settlement that already deleted .infcon.sepdelflg sepdelflg: "", // show temporary settlement that already deleted .infcon.sepdelflg
sepstm:"", // stream of SEPs .infcon.sepstm sepstm: "", // stream of SEPs .infcon.sepstm
sepp:{ sepp: {
feptxtlbl:"", // label used for FEP-Stream .infcon.sepp.feptxtlbl feptxtlbl: "", // label used for FEP-Stream .infcon.sepp.feptxtlbl
fcptxtlbl:"", // label used for FCP-Stream .infcon.sepp.fcptxtlbl fcptxtlbl: "", // label used for FCP-Stream .infcon.sepp.fcptxtlbl
sepstm:"", // Stream of selected SEP .infcon.sepp.sepstm sepstm: "", // Stream of selected SEP .infcon.sepp.sepstm
fcpstm:"", // Stream of FCP .infcon.sepp.fcpstm fcpstm: "", // Stream of FCP .infcon.sepp.fcpstm
fepstm:"", // Stream of FEP .infcon.sepp.fepstm fepstm: "", // Stream of FEP .infcon.sepp.fepstm
glpstm:"", // Stream of GLP .infcon.sepp.glpstm glpstm: "", // Stream of GLP .infcon.sepp.glpstm
}, },
seabucdatfro:"", // Booking date from .infcon.seabucdatfro seabucdatfro: "", // Booking date from .infcon.seabucdatfro
seabucdatto:"", // Booking date till used on GLEINFP .infcon.seabucdatto seabucdatto: "", // Booking date till used on GLEINFP .infcon.seabucdatto
seatrninr:"", // Transaction INR .infcon.seatrninr seatrninr: "", // Transaction INR .infcon.seatrninr
glestm:"", // Stream of GLEs .infcon.glestm glestm: "", // Stream of GLEs .infcon.glestm
smhcortyp:"", // Type of Document .infcon.smhcortyp smhcortyp: "", // Type of Document .infcon.smhcortyp
smhdatfrom:"", // Created between .infcon.smhdatfrom smhdatfrom: "", // Created between .infcon.smhdatfrom
smhdatto:"", // created till .infcon.smhdatto smhdatto: "", // created till .infcon.smhdatto
smhdir:"", // Direction .infcon.smhdir smhdir: "", // Direction .infcon.smhdir
chktrn:"", // Active only .infcon.chktrn chktrn: "", // Active only .infcon.chktrn
smhstm:"", // stream of documents to selected contract .infcon.smhstm smhstm: "", // stream of documents to selected contract .infcon.smhstm
sptinc:"", // Incoming .infcon.sptinc sptinc: "", // Incoming .infcon.sptinc
sptreg:"", // Registered .infcon.sptreg sptreg: "", // Registered .infcon.sptreg
sptpen:"", // Pending .infcon.sptpen sptpen: "", // Pending .infcon.sptpen
sptcor:"", // Correction .infcon.sptcor sptcor: "", // Correction .infcon.sptcor
sptdel:"", // Deleted .infcon.sptdel sptdel: "", // Deleted .infcon.sptdel
sptstm:"", // stream for SPT to selected contract .infcon.sptstm sptstm: "", // stream for SPT to selected contract .infcon.sptstm
diadatfrom:"", // Date from .infcon.diadatfrom diadatfrom: "", // Date from .infcon.diadatfrom
diadatto:"", // date till .infcon.diadatto diadatto: "", // date till .infcon.diadatto
diasta:"", // Status .infcon.diasta diasta: "", // Status .infcon.diasta
diastm:"", // stream for diaries to selected contract .infcon.diastm diastm: "", // stream for diaries to selected contract .infcon.diastm
liastm:"", // Stream for all engagements to selected contract .infcon.liastm liastm: "", // Stream for all engagements to selected contract .infcon.liastm
ordstm:"", // Stream for Orders for Contract .infcon.ordstm ordstm: "", // Stream for Orders for Contract .infcon.ordstm
trnp:{ trnp: {
sptp:{ sptp: {
ordp0:{ ordp0: {
orddur:"", // Duration .infcon.trnp.sptp.ordp0.orddur orddur: "", // Duration .infcon.trnp.sptp.ordp0.orddur
recget:{ recget: {
sdamod:{ sdamod: {
dadsnd:"", // Drag Drop Sender .infcon.trnp.sptp.ordp0.recget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .infcon.trnp.sptp.ordp0.recget.sdamod.dadsnd
seainf:"", // .infcon.trnp.sptp.ordp0.recget.sdamod.seainf seainf: "", // .infcon.trnp.sptp.ordp0.recget.sdamod.seainf
},
},
conarg:{
sector:"", // Sector .infcon.trnp.sptp.ordp0.conarg.sector
selref:"", // Contract .infcon.trnp.sptp.ordp0.conarg.selref
selnam:"", // name of selected contract .infcon.trnp.sptp.ordp0.conarg.selnam
},
pta:{
ptyextkey:"", // Ordering Party .infcon.trnp.sptp.ordp0.pta.ptyextkey
nam:"", // Externally Visible Name of Address .infcon.trnp.sptp.ordp0.pta.nam
},
},
ord:{
extkey:"", // Order Number .infcon.trnp.sptp.ord.extkey
nam:"", // External Readable Identification .infcon.trnp.sptp.ord.nam
inr:"", // Internal Unique ID of Transaction .infcon.trnp.sptp.ord.inr
ownusr:"", // Responsible User .infcon.trnp.sptp.ord.ownusr
ownusg:"", // Responsible Group Optional .infcon.trnp.sptp.ord.ownusg
sta:"", // Status .infcon.trnp.sptp.ord.sta
chkflg:"", // Order OK .infcon.trnp.sptp.ord.chkflg
inftxt:"", // Infotext .infcon.trnp.sptp.ord.inftxt
infdsp:"", // Infotext .infcon.trnp.sptp.ord.infdsp
inidattim:"", // Group .infcon.trnp.sptp.ord.inidattim
stadattim:"", // Timestamp of Last Status Update .infcon.trnp.sptp.ord.stadattim
cpldattim:"", // Timestamp of Completion .infcon.trnp.sptp.ord.cpldattim
tardattim:"", // Target for Completion .infcon.trnp.sptp.ord.tardattim
},
},
ordp0:{
orddur:"", // Duration .infcon.trnp.ordp0.orddur
recget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .infcon.trnp.ordp0.recget.sdamod.dadsnd
seainf:"", // .infcon.trnp.ordp0.recget.sdamod.seainf
},
},
conarg:{
sector:"", // Sector .infcon.trnp.ordp0.conarg.sector
selref:"", // Contract .infcon.trnp.ordp0.conarg.selref
selnam:"", // name of selected contract .infcon.trnp.ordp0.conarg.selnam
},
pta:{
ptyextkey:"", // Ordering Party .infcon.trnp.ordp0.pta.ptyextkey
nam:"", // Externally Visible Name of Address .infcon.trnp.ordp0.pta.nam
},
},
ord:{
extkey:"", // Order Number .infcon.trnp.ord.extkey
nam:"", // External Readable Identification .infcon.trnp.ord.nam
inr:"", // Internal Unique ID of Transaction .infcon.trnp.ord.inr
ownusr:"", // Responsible User .infcon.trnp.ord.ownusr
ownusg:"", // Responsible Group Optional .infcon.trnp.ord.ownusg
sta:"", // Status .infcon.trnp.ord.sta
chkflg:"", // Order OK .infcon.trnp.ord.chkflg
inftxt:"", // Infotext .infcon.trnp.ord.inftxt
infdsp:"", // Infotext .infcon.trnp.ord.infdsp
inidattim:"", // Group .infcon.trnp.ord.inidattim
stadattim:"", // Timestamp of Last Status Update .infcon.trnp.ord.stadattim
cpldattim:"", // Timestamp of Completion .infcon.trnp.ord.cpldattim
tardattim:"", // Target for Completion .infcon.trnp.ord.tardattim
}, },
}, },
ordp0:{ conarg: {
orddur:"", // Duration .infcon.ordp0.orddur sector: "", // Sector .infcon.trnp.sptp.ordp0.conarg.sector
recget:{ selref: "", // Contract .infcon.trnp.sptp.ordp0.conarg.selref
sdamod:{ selnam: "", // name of selected contract .infcon.trnp.sptp.ordp0.conarg.selnam
dadsnd:"", // Drag Drop Sender .infcon.ordp0.recget.sdamod.dadsnd
seainf:"", // .infcon.ordp0.recget.sdamod.seainf
},
},
conarg:{
sector:"", // Sector .infcon.ordp0.conarg.sector
selref:"", // Contract .infcon.ordp0.conarg.selref
selnam:"", // name of selected contract .infcon.ordp0.conarg.selnam
},
pta:{
ptyextkey:"", // Ordering Party .infcon.ordp0.pta.ptyextkey
nam:"", // Externally Visible Name of Address .infcon.ordp0.pta.nam
},
}, },
ord:{ pta: {
extkey:"", // Order Number .infcon.ord.extkey ptyextkey: "", // Ordering Party .infcon.trnp.sptp.ordp0.pta.ptyextkey
nam:"", // External Readable Identification .infcon.ord.nam nam: "", // Externally Visible Name of Address .infcon.trnp.sptp.ordp0.pta.nam
inr:"", // Internal Unique ID of Transaction .infcon.ord.inr
ownusr:"", // Responsible User .infcon.ord.ownusr
ownusg:"", // Responsible Group Optional .infcon.ord.ownusg
sta:"", // Status .infcon.ord.sta
chkflg:"", // Order OK .infcon.ord.chkflg
inftxt:"", // Infotext .infcon.ord.inftxt
infdsp:"", // Infotext .infcon.ord.infdsp
inidattim:"", // Group .infcon.ord.inidattim
stadattim:"", // Timestamp of Last Status Update .infcon.ord.stadattim
cpldattim:"", // Timestamp of Completion .infcon.ord.cpldattim
tardattim:"", // Target for Completion .infcon.ord.tardattim
}, },
}, },
infbut:{ ord: {
dspstm:"", // display stream .infbut.dspstm extkey: "", // Order Number .infcon.trnp.sptp.ord.extkey
nam: "", // External Readable Identification .infcon.trnp.sptp.ord.nam
inr: "", // Internal Unique ID of Transaction .infcon.trnp.sptp.ord.inr
ownusr: "", // Responsible User .infcon.trnp.sptp.ord.ownusr
ownusg: "", // Responsible Group Optional .infcon.trnp.sptp.ord.ownusg
sta: "", // Status .infcon.trnp.sptp.ord.sta
chkflg: "", // Order OK .infcon.trnp.sptp.ord.chkflg
inftxt: "", // Infotext .infcon.trnp.sptp.ord.inftxt
infdsp: "", // Infotext .infcon.trnp.sptp.ord.infdsp
inidattim: "", // Group .infcon.trnp.sptp.ord.inidattim
stadattim: "", // Timestamp of Last Status Update .infcon.trnp.sptp.ord.stadattim
cpldattim: "", // Timestamp of Completion .infcon.trnp.sptp.ord.cpldattim
tardattim: "", // Target for Completion .infcon.trnp.sptp.ord.tardattim
}, },
seadoctypcod:"", // Payment Disposition .seadoctypcod },
prtpanblk:"", // XMLPanel prtpan的内置block .prtpanblk ordp0: {
trnmod:{ orddur: "", // Duration .infcon.trnp.ordp0.orddur
trndoc:{ recget: {
dtemod:{ sdamod: {
dtetagm06:"", // Information about Confirmation Instruction .trnmod.trndoc.dtemod.dtetagm06 dadsnd: "", // Drag Drop Sender .infcon.trnp.ordp0.recget.sdamod.dadsnd
dtetagm07:"", // Notes from Advising Bank .trnmod.trndoc.dtemod.dtetagm07 seainf: "", // .infcon.trnp.ordp0.recget.sdamod.seainf
dtetagm08:"", // Fee of Advising Bank .trnmod.trndoc.dtemod.dtetagm08
dtetagm53typ:"", // Document Sending Type .trnmod.trndoc.dtemod.dtetagm53typ
dtetagm53nam:"", // Courier Name .trnmod.trndoc.dtemod.dtetagm53nam
dtetagm53num:"", // Courier Number .trnmod.trndoc.dtemod.dtetagm53num
},
},
ptsmod:{
fecinf:{
fecstm:"", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
cipmod:{
dddbsh:"", // 端到端标识号 .trnmod.cipmod.dddbsh
zjg1hh:"", // 中介机构1行号 .trnmod.cipmod.zjg1hh
zjg1mc:"", // 中介机构1名称 .trnmod.cipmod.zjg1mc
zjg2hh:"", // 中介机构2行号 .trnmod.cipmod.zjg2hh
zjg2mc:"", // 中介机构2名称 .trnmod.cipmod.zjg2mc
dafnzh:"", // 借记记账账号 .trnmod.cipmod.dafnzh
dafnmc:"", // 借记记账名称 .trnmod.cipmod.dafnmc
recsehbch:"", // 收款间接参与者行号 .trnmod.cipmod.recsehbch
staonebch:"", // 付款直接参与者行号 .trnmod.cipmod.staonebch
recsehbchnam:"", // 收款间接参与者名称 .trnmod.cipmod.recsehbchnam
staonebchnam:"", // 付款直接参与者名称 .trnmod.cipmod.staonebchnam
fuynh2:"", // 附言2 .trnmod.cipmod.fuynh2
fuynh3:"", // 附言3 .trnmod.cipmod.fuynh3
fuynh4:"", // 附言4 .trnmod.cipmod.fuynh4
skrdz2:"", // 收款人地址2 .trnmod.cipmod.skrdz2
skrdz3:"", // 收款人地址3 .trnmod.cipmod.skrdz3
skrdz4:"", // 收款人地址4 .trnmod.cipmod.skrdz4
skrdz5:"", // 收款人地址5 .trnmod.cipmod.skrdz5
fkrdz2:"", // 付款人地址2 .trnmod.cipmod.fkrdz2
fkrdz3:"", // 付款人地址3 .trnmod.cipmod.fkrdz3
fkrdz4:"", // 付款人地址4 .trnmod.cipmod.fkrdz4
fkrdz5:"", // 付款人地址5 .trnmod.cipmod.fkrdz5
pyebchkey:"", // 收款行开户行行号 .trnmod.cipmod.pyebchkey
pyebchnam:"", // 收款行开户行名称 .trnmod.cipmod.pyebchnam
stasehbch:"", // 付款间接参与者行号 .trnmod.cipmod.stasehbch
stasehbchnam:"", // 付款间接参与者名称 .trnmod.cipmod.stasehbchnam
fkrdz6:"", // 付款人地址6 .trnmod.cipmod.fkrdz6
fkrdz7:"", // 付款人地址7 .trnmod.cipmod.fkrdz7
skrdz6:"", // 收款人地址6 .trnmod.cipmod.skrdz6
skrdz7:"", // 收款人地址7 .trnmod.cipmod.skrdz7
covflg:"", // 112COV .trnmod.cipmod.covflg
fufeih:"", // 付费行号1 .trnmod.cipmod.fufeih
ffeih2:"", // 付费行号2 .trnmod.cipmod.ffeih2
fkrkhh:"", // 付款行开户行行号 .trnmod.cipmod.fkrkhh
fukrhm:"", // 付款行开户行名称 .trnmod.cipmod.fukrhm
feecod:"", // 费用承担方 .trnmod.cipmod.feecod
feiyon:"", // 费用1 .trnmod.cipmod.feiyon
feiyn2:"", // 费用2 .trnmod.cipmod.feiyn2
fuyns1:"", // 致收款人银行附言1 .trnmod.cipmod.fuyns1
fuyns2:"", // 致收款人银行附言2 .trnmod.cipmod.fuyns2
fuyns3:"", // 致收款人银行附言3 .trnmod.cipmod.fuyns3
fuyns4:"", // 致收款人银行附言4 .trnmod.cipmod.fuyns4
fyo1bz:"", // 费用1币种 .trnmod.cipmod.fyo1bz
fyo2bz:"", // 费用2币种 .trnmod.cipmod.fyo2bz
fkhkhh:"", // 付款行行号 .trnmod.cipmod.fkhkhh
fkkhmc:"", // 付款行行名 .trnmod.cipmod.fkkhmc
fkkhzh:"", // 付款行账号 .trnmod.cipmod.fkkhzh
fkhdzh:"", // 付款行地址 .trnmod.cipmod.fkhdzh
skkhhh:"", // 收款行行号 .trnmod.cipmod.skkhhh
skkhhm:"", // 收款行行名 .trnmod.cipmod.skkhhm
skkhzh:"", // 收款行账号 .trnmod.cipmod.skkhzh
skkhdz:"", // 收款行地址 .trnmod.cipmod.skkhdz
ddbhao:"", // 订单编号 .trnmod.cipmod.ddbhao
ddmisu:"", // 订单描述 .trnmod.cipmod.ddmisu
fkrzhj:"", // 付款人组织机构代码 .trnmod.cipmod.fkrzhj
fkrzjh:"", // 付款人证件号码 .trnmod.cipmod.fkrzjh
fkrzgj:"", // 付款人常驻国家(地区)代码 .trnmod.cipmod.fkrzgj
fkreid:"", // 付款人EID .trnmod.cipmod.fkreid
fkfyzh:"", // 付款非银行支付机构帐号 .trnmod.cipmod.fkfyzh
fkfdz1:"", // 付款非银行支付机构地址1 .trnmod.cipmod.fkfdz1
fkfdz2:"", // 付款非银行支付机构地址2 .trnmod.cipmod.fkfdz2
fkfdz3:"", // 付款非银行支付机构地址3 .trnmod.cipmod.fkfdz3
fkfdz4:"", // 付款非银行支付机构地址4 .trnmod.cipmod.fkfdz4
fkfdz5:"", // 付款非银行支付机构地址5 .trnmod.cipmod.fkfdz5
fkfdz6:"", // 付款非银行支付机构地址6 .trnmod.cipmod.fkfdz6
fkfdz7:"", // 付款非银行支付机构地址7 .trnmod.cipmod.fkfdz7
skrzhj:"", // 收款人组织机构代码 .trnmod.cipmod.skrzhj
skrzjh:"", // 收款人证件号码 .trnmod.cipmod.skrzjh
skrzgj:"", // 收款人常驻国家(地区)代码 .trnmod.cipmod.skrzgj
skreid:"", // 收款人EID .trnmod.cipmod.skreid
skfyzh:"", // 收款非银行支付机构帐号 .trnmod.cipmod.skfyzh
skfdz1:"", // 收款非银行支付机构地址1 .trnmod.cipmod.skfdz1
skfdz2:"", // 收款非银行支付机构地址2 .trnmod.cipmod.skfdz2
skfdz3:"", // 收款非银行支付机构地址3 .trnmod.cipmod.skfdz3
skfdz4:"", // 收款非银行支付机构地址4 .trnmod.cipmod.skfdz4
skfdz5:"", // 收款非银行支付机构地址5 .trnmod.cipmod.skfdz5
skfdz6:"", // 收款非银行支付机构地址6 .trnmod.cipmod.skfdz6
skfdz7:"", // 收款非银行支付机构地址7 .trnmod.cipmod.skfdz7
ddmsu1:"", // 订单描述1 .trnmod.cipmod.ddmsu1
ddmsu2:"", // 订单描述2 .trnmod.cipmod.ddmsu2
ddmsu3:"", // 订单描述3 .trnmod.cipmod.ddmsu3
ddmsu4:"", // 订单描述4 .trnmod.cipmod.ddmsu4
ddmsu5:"", // 订单描述5 .trnmod.cipmod.ddmsu5
ddmsu6:"", // 订单描述6 .trnmod.cipmod.ddmsu6
ddmsu7:"", // 订单描述7 .trnmod.cipmod.ddmsu7
ddmsu8:"", // 订单描述8 .trnmod.cipmod.ddmsu8
skrzjl:"", // 收款人证件类型 .trnmod.cipmod.skrzjl
fkrzjl:"", // 付款人证件类型 .trnmod.cipmod.fkrzjl
cfkfzh:"", // COV付款非银行支付机构帐号 .trnmod.cipmod.cfkfzh
cffdz1:"", // COV付款非银行支付机构地址1 .trnmod.cipmod.cffdz1
cffdz2:"", // COV付款非银行支付机构地址2 .trnmod.cipmod.cffdz2
cffdz3:"", // COV付款非银行支付机构地址3 .trnmod.cipmod.cffdz3
cffdz4:"", // COV付款非银行支付机构地址4 .trnmod.cipmod.cffdz4
cffdz5:"", // COV付款非银行支付机构地址5 .trnmod.cipmod.cffdz5
cffdz6:"", // COV付款非银行支付机构地址6 .trnmod.cipmod.cffdz6
cffdz7:"", // COV付款非银行支付机构地址7 .trnmod.cipmod.cffdz7
cfkrzj:"", // COV付款人组织机构代码 .trnmod.cipmod.cfkrzj
cfkzjh:"", // COV付款人证件号码 .trnmod.cipmod.cfkzjh
cfkrgj:"", // COV付款人常驻国家(地区)代码 .trnmod.cipmod.cfkrgj
cfkeid:"", // COV付款人EID .trnmod.cipmod.cfkeid
cskfzh:"", // COV收款非银行支付机构帐号 .trnmod.cipmod.cskfzh
csfdz1:"", // COV收款非银行支付机构地址1 .trnmod.cipmod.csfdz1
csfdz2:"", // COV收款非银行支付机构地址2 .trnmod.cipmod.csfdz2
csfdz3:"", // COV收款非银行支付机构地址3 .trnmod.cipmod.csfdz3
csfdz4:"", // COV收款非银行支付机构地址4 .trnmod.cipmod.csfdz4
csfdz6:"", // COV收款非银行支付机构地址6 .trnmod.cipmod.csfdz6
csfdz7:"", // COV收款非银行支付机构地址7 .trnmod.cipmod.csfdz7
cskrzj:"", // COV收款人组织机构代码 .trnmod.cipmod.cskrzj
csfdz5:"", // COV收款非银行支付机构地址5 .trnmod.cipmod.csfdz5
cskzjh:"", // COV收款人证件号码 .trnmod.cipmod.cskzjh
cskrgj:"", // COV收款人常驻国家(地区)代码 .trnmod.cipmod.cskrgj
cskeid:"", // COV收款人EID .trnmod.cipmod.cskeid
cskzjl:"", // COV收款人证件类型 .trnmod.cipmod.cskzjl
cfkzjl:"", // COV付款人证件类型 .trnmod.cipmod.cfkzjl
fqzyhh:"", // 发起直接参与者行号 .trnmod.cipmod.fqzyhh
jszyhh:"", // 接收直接参与者行号 .trnmod.cipmod.jszyhh
mxywbs:"", // 明细业务总笔数 .trnmod.cipmod.mxywbs
mxywje:"", // 明细业务总金额 .trnmod.cipmod.mxywje
mxywsh:"", // 明细业务标识号 .trnmod.cipmod.mxywsh
}, },
}, },
pageId: "" // ctx的key conarg: {
} sector: "", // Sector .infcon.trnp.ordp0.conarg.sector
} selref: "", // Contract .infcon.trnp.ordp0.conarg.selref
selnam: "", // name of selected contract .infcon.trnp.ordp0.conarg.selnam
},
pta: {
ptyextkey: "", // Ordering Party .infcon.trnp.ordp0.pta.ptyextkey
nam: "", // Externally Visible Name of Address .infcon.trnp.ordp0.pta.nam
},
},
ord: {
extkey: "", // Order Number .infcon.trnp.ord.extkey
nam: "", // External Readable Identification .infcon.trnp.ord.nam
inr: "", // Internal Unique ID of Transaction .infcon.trnp.ord.inr
ownusr: "", // Responsible User .infcon.trnp.ord.ownusr
ownusg: "", // Responsible Group Optional .infcon.trnp.ord.ownusg
sta: "", // Status .infcon.trnp.ord.sta
chkflg: "", // Order OK .infcon.trnp.ord.chkflg
inftxt: "", // Infotext .infcon.trnp.ord.inftxt
infdsp: "", // Infotext .infcon.trnp.ord.infdsp
inidattim: "", // Group .infcon.trnp.ord.inidattim
stadattim: "", // Timestamp of Last Status Update .infcon.trnp.ord.stadattim
cpldattim: "", // Timestamp of Completion .infcon.trnp.ord.cpldattim
tardattim: "", // Target for Completion .infcon.trnp.ord.tardattim
},
},
ordp0: {
orddur: "", // Duration .infcon.ordp0.orddur
recget: {
sdamod: {
dadsnd: "", // Drag Drop Sender .infcon.ordp0.recget.sdamod.dadsnd
seainf: "", // .infcon.ordp0.recget.sdamod.seainf
},
},
conarg: {
sector: "", // Sector .infcon.ordp0.conarg.sector
selref: "", // Contract .infcon.ordp0.conarg.selref
selnam: "", // name of selected contract .infcon.ordp0.conarg.selnam
},
pta: {
ptyextkey: "", // Ordering Party .infcon.ordp0.pta.ptyextkey
nam: "", // Externally Visible Name of Address .infcon.ordp0.pta.nam
},
},
ord: {
extkey: "", // Order Number .infcon.ord.extkey
nam: "", // External Readable Identification .infcon.ord.nam
inr: "", // Internal Unique ID of Transaction .infcon.ord.inr
ownusr: "", // Responsible User .infcon.ord.ownusr
ownusg: "", // Responsible Group Optional .infcon.ord.ownusg
sta: "", // Status .infcon.ord.sta
chkflg: "", // Order OK .infcon.ord.chkflg
inftxt: "", // Infotext .infcon.ord.inftxt
infdsp: "", // Infotext .infcon.ord.infdsp
inidattim: "", // Group .infcon.ord.inidattim
stadattim: "", // Timestamp of Last Status Update .infcon.ord.stadattim
cpldattim: "", // Timestamp of Completion .infcon.ord.cpldattim
tardattim: "", // Target for Completion .infcon.ord.tardattim
},
},
infbut: {
dspstm: "", // display stream .infbut.dspstm
},
seadoctypcod: "", // Payment Disposition .seadoctypcod
prtpanblk: "", // XMLPanel prtpan的内置block .prtpanblk
trnmod: {
trndoc: {
dtemod: {
dtetagm06: "", // Information about Confirmation Instruction .trnmod.trndoc.dtemod.dtetagm06
dtetagm07: "", // Notes from Advising Bank .trnmod.trndoc.dtemod.dtetagm07
dtetagm08: "", // Fee of Advising Bank .trnmod.trndoc.dtemod.dtetagm08
dtetagm53typ: "", // Document Sending Type .trnmod.trndoc.dtemod.dtetagm53typ
dtetagm53nam: "", // Courier Name .trnmod.trndoc.dtemod.dtetagm53nam
dtetagm53num: "", // Courier Number .trnmod.trndoc.dtemod.dtetagm53num
},
},
ptsmod: {
fecinf: {
fecstm: "", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
cipmod: {
dddbsh: "", // 端到端标识号 .trnmod.cipmod.dddbsh
zjg1hh: "", // 中介机构1行号 .trnmod.cipmod.zjg1hh
zjg1mc: "", // 中介机构1名称 .trnmod.cipmod.zjg1mc
zjg2hh: "", // 中介机构2行号 .trnmod.cipmod.zjg2hh
zjg2mc: "", // 中介机构2名称 .trnmod.cipmod.zjg2mc
dafnzh: "", // 借记记账账号 .trnmod.cipmod.dafnzh
dafnmc: "", // 借记记账名称 .trnmod.cipmod.dafnmc
recsehbch: "", // 收款间接参与者行号 .trnmod.cipmod.recsehbch
staonebch: "", // 付款直接参与者行号 .trnmod.cipmod.staonebch
recsehbchnam: "", // 收款间接参与者名称 .trnmod.cipmod.recsehbchnam
staonebchnam: "", // 付款直接参与者名称 .trnmod.cipmod.staonebchnam
fuynh2: "", // 附言2 .trnmod.cipmod.fuynh2
fuynh3: "", // 附言3 .trnmod.cipmod.fuynh3
fuynh4: "", // 附言4 .trnmod.cipmod.fuynh4
skrdz2: "", // 收款人地址2 .trnmod.cipmod.skrdz2
skrdz3: "", // 收款人地址3 .trnmod.cipmod.skrdz3
skrdz4: "", // 收款人地址4 .trnmod.cipmod.skrdz4
skrdz5: "", // 收款人地址5 .trnmod.cipmod.skrdz5
fkrdz2: "", // 付款人地址2 .trnmod.cipmod.fkrdz2
fkrdz3: "", // 付款人地址3 .trnmod.cipmod.fkrdz3
fkrdz4: "", // 付款人地址4 .trnmod.cipmod.fkrdz4
fkrdz5: "", // 付款人地址5 .trnmod.cipmod.fkrdz5
pyebchkey: "", // 收款行开户行行号 .trnmod.cipmod.pyebchkey
pyebchnam: "", // 收款行开户行名称 .trnmod.cipmod.pyebchnam
stasehbch: "", // 付款间接参与者行号 .trnmod.cipmod.stasehbch
stasehbchnam: "", // 付款间接参与者名称 .trnmod.cipmod.stasehbchnam
fkrdz6: "", // 付款人地址6 .trnmod.cipmod.fkrdz6
fkrdz7: "", // 付款人地址7 .trnmod.cipmod.fkrdz7
skrdz6: "", // 收款人地址6 .trnmod.cipmod.skrdz6
skrdz7: "", // 收款人地址7 .trnmod.cipmod.skrdz7
covflg: "", // 112COV .trnmod.cipmod.covflg
fufeih: "", // 付费行号1 .trnmod.cipmod.fufeih
ffeih2: "", // 付费行号2 .trnmod.cipmod.ffeih2
fkrkhh: "", // 付款行开户行行号 .trnmod.cipmod.fkrkhh
fukrhm: "", // 付款行开户行名称 .trnmod.cipmod.fukrhm
feecod: "", // 费用承担方 .trnmod.cipmod.feecod
feiyon: "", // 费用1 .trnmod.cipmod.feiyon
feiyn2: "", // 费用2 .trnmod.cipmod.feiyn2
fuyns1: "", // 致收款人银行附言1 .trnmod.cipmod.fuyns1
fuyns2: "", // 致收款人银行附言2 .trnmod.cipmod.fuyns2
fuyns3: "", // 致收款人银行附言3 .trnmod.cipmod.fuyns3
fuyns4: "", // 致收款人银行附言4 .trnmod.cipmod.fuyns4
fyo1bz: "", // 费用1币种 .trnmod.cipmod.fyo1bz
fyo2bz: "", // 费用2币种 .trnmod.cipmod.fyo2bz
fkhkhh: "", // 付款行行号 .trnmod.cipmod.fkhkhh
fkkhmc: "", // 付款行行名 .trnmod.cipmod.fkkhmc
fkkhzh: "", // 付款行账号 .trnmod.cipmod.fkkhzh
fkhdzh: "", // 付款行地址 .trnmod.cipmod.fkhdzh
skkhhh: "", // 收款行行号 .trnmod.cipmod.skkhhh
skkhhm: "", // 收款行行名 .trnmod.cipmod.skkhhm
skkhzh: "", // 收款行账号 .trnmod.cipmod.skkhzh
skkhdz: "", // 收款行地址 .trnmod.cipmod.skkhdz
ddbhao: "", // 订单编号 .trnmod.cipmod.ddbhao
ddmisu: "", // 订单描述 .trnmod.cipmod.ddmisu
fkrzhj: "", // 付款人组织机构代码 .trnmod.cipmod.fkrzhj
fkrzjh: "", // 付款人证件号码 .trnmod.cipmod.fkrzjh
fkrzgj: "", // 付款人常驻国家(地区)代码 .trnmod.cipmod.fkrzgj
fkreid: "", // 付款人EID .trnmod.cipmod.fkreid
fkfyzh: "", // 付款非银行支付机构帐号 .trnmod.cipmod.fkfyzh
fkfdz1: "", // 付款非银行支付机构地址1 .trnmod.cipmod.fkfdz1
fkfdz2: "", // 付款非银行支付机构地址2 .trnmod.cipmod.fkfdz2
fkfdz3: "", // 付款非银行支付机构地址3 .trnmod.cipmod.fkfdz3
fkfdz4: "", // 付款非银行支付机构地址4 .trnmod.cipmod.fkfdz4
fkfdz5: "", // 付款非银行支付机构地址5 .trnmod.cipmod.fkfdz5
fkfdz6: "", // 付款非银行支付机构地址6 .trnmod.cipmod.fkfdz6
fkfdz7: "", // 付款非银行支付机构地址7 .trnmod.cipmod.fkfdz7
skrzhj: "", // 收款人组织机构代码 .trnmod.cipmod.skrzhj
skrzjh: "", // 收款人证件号码 .trnmod.cipmod.skrzjh
skrzgj: "", // 收款人常驻国家(地区)代码 .trnmod.cipmod.skrzgj
skreid: "", // 收款人EID .trnmod.cipmod.skreid
skfyzh: "", // 收款非银行支付机构帐号 .trnmod.cipmod.skfyzh
skfdz1: "", // 收款非银行支付机构地址1 .trnmod.cipmod.skfdz1
skfdz2: "", // 收款非银行支付机构地址2 .trnmod.cipmod.skfdz2
skfdz3: "", // 收款非银行支付机构地址3 .trnmod.cipmod.skfdz3
skfdz4: "", // 收款非银行支付机构地址4 .trnmod.cipmod.skfdz4
skfdz5: "", // 收款非银行支付机构地址5 .trnmod.cipmod.skfdz5
skfdz6: "", // 收款非银行支付机构地址6 .trnmod.cipmod.skfdz6
skfdz7: "", // 收款非银行支付机构地址7 .trnmod.cipmod.skfdz7
ddmsu1: "", // 订单描述1 .trnmod.cipmod.ddmsu1
ddmsu2: "", // 订单描述2 .trnmod.cipmod.ddmsu2
ddmsu3: "", // 订单描述3 .trnmod.cipmod.ddmsu3
ddmsu4: "", // 订单描述4 .trnmod.cipmod.ddmsu4
ddmsu5: "", // 订单描述5 .trnmod.cipmod.ddmsu5
ddmsu6: "", // 订单描述6 .trnmod.cipmod.ddmsu6
ddmsu7: "", // 订单描述7 .trnmod.cipmod.ddmsu7
ddmsu8: "", // 订单描述8 .trnmod.cipmod.ddmsu8
skrzjl: "", // 收款人证件类型 .trnmod.cipmod.skrzjl
fkrzjl: "", // 付款人证件类型 .trnmod.cipmod.fkrzjl
cfkfzh: "", // COV付款非银行支付机构帐号 .trnmod.cipmod.cfkfzh
cffdz1: "", // COV付款非银行支付机构地址1 .trnmod.cipmod.cffdz1
cffdz2: "", // COV付款非银行支付机构地址2 .trnmod.cipmod.cffdz2
cffdz3: "", // COV付款非银行支付机构地址3 .trnmod.cipmod.cffdz3
cffdz4: "", // COV付款非银行支付机构地址4 .trnmod.cipmod.cffdz4
cffdz5: "", // COV付款非银行支付机构地址5 .trnmod.cipmod.cffdz5
cffdz6: "", // COV付款非银行支付机构地址6 .trnmod.cipmod.cffdz6
cffdz7: "", // COV付款非银行支付机构地址7 .trnmod.cipmod.cffdz7
cfkrzj: "", // COV付款人组织机构代码 .trnmod.cipmod.cfkrzj
cfkzjh: "", // COV付款人证件号码 .trnmod.cipmod.cfkzjh
cfkrgj: "", // COV付款人常驻国家(地区)代码 .trnmod.cipmod.cfkrgj
cfkeid: "", // COV付款人EID .trnmod.cipmod.cfkeid
cskfzh: "", // COV收款非银行支付机构帐号 .trnmod.cipmod.cskfzh
csfdz1: "", // COV收款非银行支付机构地址1 .trnmod.cipmod.csfdz1
csfdz2: "", // COV收款非银行支付机构地址2 .trnmod.cipmod.csfdz2
csfdz3: "", // COV收款非银行支付机构地址3 .trnmod.cipmod.csfdz3
csfdz4: "", // COV收款非银行支付机构地址4 .trnmod.cipmod.csfdz4
csfdz6: "", // COV收款非银行支付机构地址6 .trnmod.cipmod.csfdz6
csfdz7: "", // COV收款非银行支付机构地址7 .trnmod.cipmod.csfdz7
cskrzj: "", // COV收款人组织机构代码 .trnmod.cipmod.cskrzj
csfdz5: "", // COV收款非银行支付机构地址5 .trnmod.cipmod.csfdz5
cskzjh: "", // COV收款人证件号码 .trnmod.cipmod.cskzjh
cskrgj: "", // COV收款人常驻国家(地区)代码 .trnmod.cipmod.cskrgj
cskeid: "", // COV收款人EID .trnmod.cipmod.cskeid
cskzjl: "", // COV收款人证件类型 .trnmod.cipmod.cskzjl
cfkzjl: "", // COV付款人证件类型 .trnmod.cipmod.cfkzjl
fqzyhh: "", // 发起直接参与者行号 .trnmod.cipmod.fqzyhh
jszyhh: "", // 接收直接参与者行号 .trnmod.cipmod.jszyhh
mxywbs: "", // 明细业务总笔数 .trnmod.cipmod.mxywbs
mxywje: "", // 明细业务总金额 .trnmod.cipmod.mxywje
mxywsh: "", // 明细业务标识号 .trnmod.cipmod.mxywsh
},
},
pageId: "", // ctx的key
mtabut: new Pub().data.Mtabut,
}
}
} }
\ No newline at end of file
...@@ -262,7 +262,6 @@ ...@@ -262,7 +262,6 @@
<el-form-item label="Maturity Text" prop="bcdgrp.blk.bcgdet"> <el-form-item label="Maturity Text" prop="bcdgrp.blk.bcgdet">
<c-input <c-input
type="textarea" type="textarea"
disabled
:rows="4" :rows="4"
v-model="model.bcdgrp.blk.bcgdet" v-model="model.bcdgrp.blk.bcgdet"
maxlength="45" maxlength="45"
......
...@@ -37,6 +37,10 @@ ...@@ -37,6 +37,10 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Bookings" name="glepan">
<m-glepan :model="model" :codes="codes" />
</el-tab-pane>
<!--Completion --> <!--Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="Completion" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
...@@ -74,7 +78,7 @@ ...@@ -74,7 +78,7 @@
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 Glepan from "~/views/Public/Glepan"
export default { export default {
name: "Bctrad", name: "Bctrad",
...@@ -87,6 +91,7 @@ ...@@ -87,6 +91,7 @@
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
"m-docpan": Docpan, "m-docpan": Docpan,
"m-doctre": Doctre, "m-doctre": Doctre,
"m-glepan": Glepan
}, },
provide() { provide() {
return { return {
...@@ -109,7 +114,30 @@ ...@@ -109,7 +114,30 @@
} }
}, },
methods: { methods: {
tabClick() {} tabClick(tab) {
if (this.isInDisplay) {
return
}
const name = tab.name
let rulePath;
if (name === "setpan") {
rulePath = "setmod.setpan";
}
if (name === "glepan") {
rulePath = "setmod.glemod.glepan";
}
if (name === "docpan") {
rulePath = "trnmod.trndoc.docpan"
}
if (!!rulePath) {
this.executeRule(rulePath).then((res) => {
if (res.respCode == SUCCESS) {
this.updateModel(res.data);
}
});
}
}
}, },
created: async function () { created: async function () {
console.log("进入bctrad交易"); console.log("进入bctrad交易");
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" class="bctdav_bctp_bctovw_cheak"> <c-col :span="24" class="bctdav_bctp_bctovw_cheak">
<c-checkbox v-model="model.bcdgrp.rec.focflg" <c-checkbox v-model="model.bcdgrp.rec.focflg" @change="focflgChange"
>Free of Payment</c-checkbox >Free of Payment</c-checkbox
> >
</c-col> </c-col>
...@@ -279,8 +279,7 @@ ...@@ -279,8 +279,7 @@
<c-select <c-select
v-model="model.trnmod.cmtflg" v-model="model.trnmod.cmtflg"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
:disabled="model.gcdgrp.rec.frepaylg=='X'"
> >
<el-option <el-option
v-for="item in codes.cmtflg" v-for="item in codes.cmtflg"
...@@ -376,6 +375,7 @@ import Api from "~/service/Api"; ...@@ -376,6 +375,7 @@ 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";
import Event from "~/model/Bctset/Event"; import Event from "~/model/Bctset/Event";
import Utils from "~/utils";
import Docpre from "~/views/Public/Docpre"; import Docpre from "~/views/Public/Docpre";
export default { export default {
...@@ -466,6 +466,13 @@ export default { ...@@ -466,6 +466,13 @@ export default {
} }
} }
}, },
async focflgChange() {
let rtnmsg = await this.executeDefault("bcdgrp.rec.focflg");
if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data);
}
},
}, },
created: function () {}, created: function () {},
}; };
......
<template>
<div class="eibs-tab">
<!-- ============================顶部================================ -->
<c-col :span="24">
<!--SF000044 : Reference参考号 Export L/C Ref. -->
<c-col :span="12">
<el-form-item label="Export L/C Ref." prop="ledgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入Reference" style="width: 95%" :disabled="true" @keyup.enter.native="eventFunction(
'ledgrp.rec.ownref'
)">
</c-input>
<template slot="footer">
<c-button style="margin: 0 0 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- SF000045 : Open Amt L/C 信用证余额-->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Open Amt.L/C" prop="ledgrp.cbs.opn1.cur">
<c-select v-model="model.ledgrp.cbs.opn1.cur" maxlength="3" placeholder="请选择币种" :code="codes.curtxt" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入信用证余额" disabled class="m-input-currency"></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<!-- SF000053 : 单据编号 单据参考号-->
<el-form-item label="Document Reference" prop="bedgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.bedgrp.rec.ownref" maxlength="16" placeholder="请输入单据编号" style="width: 95%" disabled></c-input>
<template slot="footer">
<c-button style="margin: 0 0 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf">
<span style="
font-size: 15px;
font-family: '宋体';
font-weight: bold;
">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- SF000073 : 摘要 Name Externally Displayed Name to Identify the Contract-->
<c-col :span="11" :offset="1">
<el-form-item label="Name" prop="bedgrp.rec.nam">
<c-input text-align="middle" v-model="model.bedgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract" disabled>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ============================第三行开始,金额日期 =========================-->
<c-col :span="24">
<!-- 第三行开始-金额日期--左边- -->
<c-col :span="12">
<!-- Document Amount 单据金额-->
<c-col :span="24">
<c-col :span="10">
<el-form-item label="Document Amount" prop="bedgrp.cbs.max.cur">
<c-select v-model="model.bedgrp.cbs.max.cur" style="width: 100%" placeholder="请选择币种" @keyup.enter.native="maxCurEvent" :code="codes.curtxt" disabled>
</c-select>
</el-form-item>
</c-col>
<c-col :span="7">
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt">
<c-input-currency v-model="model.bedgrp.cbs.max.amt" style="text-align: left; width: 100%" placeholder="请输入Balance" @keyup.enter.native="
defaultFunction(
'bedgrp.cbs.max.amt',
model.bedgrp.cbs.max.amt
)
" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="7">
</c-col>
</c-col>
<!-- Open Amount 单据余额-->
<c-col :span="24">
<c-col :span="10">
<el-form-item label="Open Amount" prop="bedgrp.cbs.opn1.cur">
<c-select v-model="model.bedgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Open Amount" style="width: 100%" disabled :code="codes.curtxt"></c-select>
</el-form-item>
</c-col>
<c-col :span="7">
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.opn1.amt">
<c-input-currency v-model="model.bedgrp.cbs.opn1.amt" style="text-align: left; width: 100%" placeholder="请输入Balance" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="7">
<c-form-item label="" label-width="5px" prop="bedgrp.cbs.opn2.amt">
<c-input v-model="model.bedgrp.cbs.opn2.amt" placeholder="请输入Balance" class="m-input-currency" disabled></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- Document Type 单据类型-->
<c-col :span="24">
<el-form-item label="Document Type" prop="bedgrp.rec.doctypcod">
<c-select v-model="model.bedgrp.rec.doctypcod" maxlength="1" style="width: 100%" placeholder="请选择Document Type" :code="codes.doctypcod1" disabled>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<!-- Maturity Date SF000047 : 到期日-->
<!-- <c-col :span="12">
<span
v-text="model.betp0.matp.mattxtlab"
data-path=".betp0.matp.mattxtlab"
>
</span>
</c-col> -->
<c-col :span="12">
<el-form-item label="Maturity Date" prop="bedgrp.rec.matdat">
<c-date-picker type="date" v-model="model.bedgrp.rec.matdat" style="width: 100%" placeholder="请选择Maturity Date" value-format="yyyy-MM-dd" :disabled="true"></c-date-picker>
</el-form-item>
</c-col>
<!-- SF000079 : 寄单日期 -->
<c-col :span="12">
<el-form-item label="Order Date" prop="bedgrp.rec.orddat">
<c-date-picker type="date" v-model="model.bedgrp.rec.orddat" style="width: 100%" value-format="yyyy-MM-dd" placeholder="请选择寄单日期" :disabled="true"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<!-- Received on SF000046 :到单日期-->
<c-col :span="12">
<el-form-item label="Received on" prop="bedgrp.rec.rcvdat">
<c-date-picker type="date" v-model="model.bedgrp.rec.rcvdat" style="width: 100%" placeholder="请选择Received on" value-format="yyyy-MM-dd" :disabled="true"></c-date-picker>
</el-form-item>
</c-col>
<!-- Presented on SF000049 :提示日期 -->
<c-col :span="12">
<el-form-item label="Presented on" prop="bedgrp.rec.predat">
<c-date-picker type="date" v-model="model.bedgrp.rec.predat" style="width: 100%" placeholder="请选择提示日期" value-format="yyyy-MM-dd" :disabled="true"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<!-- Document Status SF000056 :单据状态 -->
<c-col :span="24">
<el-form-item label="Document Status" prop="bedgrp.rec.docsta">
<c-select v-model="model.bedgrp.rec.docsta" maxlength="40" style="width: 100%" placeholder="请输入单据状态" :code="codes.docsta" disabled></c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ========================第三行开始金额日期的右边======================= -->
<c-col :span="11" :offset="1">
<!-- SF000048 : 受益人 -->
<!-- SF000059 : 编号 -->
<c-col :span="24">
<c-form-item label="Beneficiary Ref." prop="bedgrp.ben.pts.ref">
<c-input v-model="model.bedgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人" disabled></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="bedgrp.ben.pts.nam">
<c-input v-model="model.bedgrp.ben.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
<!-- SF000055 : 开证行 -->
<!-- SF000058 : 信用证编号 -->
<!-- 开证行 Issuing Bank Ref. -->
<c-col :span="24">
<el-form-item label="Issuing Bank L/C NO." prop="bedgrp.iss.pts.ref">
<c-input v-model="model.bedgrp.iss.pts.ref" maxlength="16" placeholder="请输入开证行" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="bedgrp.iss.pts.nam">
<c-input v-model="model.bedgrp.iss.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
<!-- SF000050 : 申请人 -->
<!-- SF000057 : 编号 -->
<!--Applicant Ref. 申请人-->
<c-col :span="24">
<el-form-item label="Applicant Ref." prop="bedgrp.apl.pts.ref">
<c-input v-model="model.bedgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="bedgrp.apl.pts.nam">
<c-input v-model="model.bedgrp.apl.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- =================================上下两部分 分割线 ============================-->
<c-col :span="24">
<el-form-item style="margin-left: -150px">
<el-divider />
</el-form-item>
</c-col>
<!-- =================================下半部分 ============================-->
<c-col :span="24">
<!-- =================================左侧====-->
<c-col :span="12">
<c-col :span="24">
<el-form-item label="信用证保兑比例" prop="ledgrp.rec.partcon">
<c-fullbox>
<c-input disabled v-model="model.ledgrp.rec.partcon" placeholder="请输入Partial Confirmation" @keyup.enter.native="defaultFunction('ledgrp.rec.partcon', model.ledgrp.rec.partcon)"></c-input>
<!-- <span>%</span> -->
<template slot="footer">%</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<c-col :span="10">
<el-form-item label="单据所占的保兑额度" prop="bedgrp.cbs.max.cur">
<c-select v-model="model.bedgrp.cbs.max.cur" style="width: 100%" placeholder="请选择币种" @keyup.enter.native="maxCurEvent" :code="codes.curtxt" disabled>
</c-select>
</el-form-item>
</c-col>
<c-col :span="7">
<el-form-item label="" label-width="5px" prop="amcamt">
<c-input-currency v-model="model.amcamt" style="text-align: left; width: 100%" placeholder="0" @keyup.enter.native="
defaultFunction(
'amcamt',
model.amcamt
)
" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="7">
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="24">
<c-col :span="10">
<el-form-item label="释放后保兑金额余额" prop="ledgrp.cbs.cnf.cur">
<c-select v-model="model.ledgrp.cbs.cnf.cur" style="width: 100%" placeholder="请选择币种" @keyup.enter.native="maxCurEvent" :code="codes.curtxt" disabled>
</c-select>
</el-form-item>
</c-col>
<c-col :span="7">
<el-form-item label="" label-width="5px" prop="newcnfamt">
<c-input-currency v-model="model.newcnfamt" style="text-align: left; width: 100%" placeholder="0" @keyup.enter.native="
defaultFunction(
'newcnfamt',
model.newcnfamt
)
" disabled></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="7">
</c-col>
</c-col>
</c-col>
</c-col>
<!-- =================================右侧====-->
<c-col :span="12">
</c-col>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Betamc/Event"
import Ptsmsg from "~/views/Public/Ptsmsg";
export default {
components: {
"c-ptsmsg": Ptsmsg
},
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
computed: {
cre752flg: {
get() {
return this.model.betp.cre752flg != "";
},
set(val) {
this.model.betp.cre752flg = val ? "X" : "";
this.model.betp.furide = "";
},
},
flag() {
return this.model.mtabut.coninf.usr.extkey == "";
},
},
methods: {
...Event
},
created: function () {
}
}
</script>
<style>
</style>
<template>
<div class="eContainer">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
<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> -->
<!-- <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>
<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">
<!--PD000033 -->
<el-tab-pane label="OverView" name="betamcp">
<m-betamcp :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="Completion" name="coninfp">
<m-coninfp :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane label="Messages" name="docpan">
<m-docpan :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane label="Attachments" name="doctre">
<m-doctre :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="Liability" name="engp">
<m-engp :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="统一授信" name="limitbody">
<m-limitbody :model="model" :codes="codes" />
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</template>
<script>
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
import Betamc from "~/model/Betamc";
import commonProcess from "~/mixin/commonProcess";
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Betamc/Check";
import Default from "~/model/Betamc/Default";
import Pattern from "~/model/Betamc/Pattern";
import Betamcp from "./Betamcp";
import Engp from "~/views/Public/Engp";
import Doctre from "~/views/Public/Doctre";
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: "Betamc",
components: {
"m-betamcp": Betamcp,
"m-setpan": Setpan,
"m-engp": Engp,
"m-docpan": Docpan,
"m-doctre": Doctre,
"m-coninfp": Coninfp,
"m-limitbody": Limitbody,
},
provide() {
return {
root: this,
};
},
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "betamcp",
trnName: "betamc",
model: new Betamc().data,
checkRules: Check,
defaultRules: Default,
pattern: Pattern,
rules: null,
codes: {
...CodeTable,
},
};
},
methods: {
myTabClick(tab) {
this.tabClick(tab);
/**
* do it yourself
**/
},
},
created: async function () {
console.log("进入betamc交易");
let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
//TODO 处理数据逻辑
} else {
this.$notify.error({ title: "错误", message: "服务请求失败!" });
}
},
};
</script>
<style>
</style>
...@@ -47,6 +47,13 @@ ...@@ -47,6 +47,13 @@
<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">
<c-content>
<m-glepan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="Completion" name="coninfp">
<c-content> <c-content>
...@@ -99,6 +106,7 @@ import Canp from './Canp' ...@@ -99,6 +106,7 @@ import Canp from './Canp'
// 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 Glepan from "~/views/Public/Glepan"
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'
...@@ -110,6 +118,7 @@ export default { ...@@ -110,6 +118,7 @@ export default {
'm-canp': Canp, 'm-canp': Canp,
'm-engp': Engp, 'm-engp': Engp,
'm-setpan': Setpan, 'm-setpan': Setpan,
'm-glepan': Glepan,
'm-coninfp': Coninfp, 'm-coninfp': Coninfp,
'm-docpan': Docpan, 'm-docpan': Docpan,
'm-doctre': Doctre, 'm-doctre': Doctre,
......
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
disabled disabled
> >
<el-option <el-option
v-for="item in codes.docsta1" v-for="item in codes.docsta"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
......
...@@ -59,6 +59,13 @@ ...@@ -59,6 +59,13 @@
<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">
<c-content>
<m-glepan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="Completion" name="coninfp">
<c-content> <c-content>
...@@ -142,6 +149,7 @@ import Libp from './Libp' ...@@ -142,6 +149,7 @@ import Libp from './Libp'
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 Glepan from "~/views/Public/Glepan";
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';
...@@ -155,6 +163,7 @@ export default { ...@@ -155,6 +163,7 @@ export default {
'm-rgfdet': Rgfdet, 'm-rgfdet': Rgfdet,
'm-engp': Engp, 'm-engp': Engp,
'm-setpan': Setpan, 'm-setpan': Setpan,
'm-glepan': Glepan,
'm-coninfp': Coninfp, 'm-coninfp': Coninfp,
'm-docpan': Docpan, 'm-docpan': Docpan,
'm-doctre': Doctre, 'm-doctre': Doctre,
......
...@@ -121,6 +121,7 @@ import Bttdcr from "./Bttdcr" ...@@ -121,6 +121,7 @@ import Bttdcr from "./Bttdcr"
import Bttset from "./Bttset" import Bttset from "./Bttset"
import Bttrcl from "./Bttrcl" import Bttrcl from "./Bttrcl"
import Betacc from "./Betacc" import Betacc from "./Betacc"
import Betamc from "./Betamc"
import Betrcl from "./Betrcl" import Betrcl from "./Betrcl"
import InftrnpsDetail from "./Trnrel/InftrnpsDetail" import InftrnpsDetail from "./Trnrel/InftrnpsDetail"
import TrnfndsDetail from "./Trnrel/Trnfnd/TrnfndsDetail" import TrnfndsDetail from "./Trnrel/Trnfnd/TrnfndsDetail"
...@@ -208,11 +209,11 @@ const BusRouter = [ ...@@ -208,11 +209,11 @@ const BusRouter = [
{ path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } }, { path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } },
{ path: 'trnfndsDetail', component: TrnfndsDetail, name: 'TrnfndsDetail', meta: { title: '已完成详情' } }, { path: 'trnfndsDetail', component: TrnfndsDetail, name: 'TrnfndsDetail', meta: { title: '已完成详情' } },
{ path: 'inftrnpsDetail', component: InftrnpsDetail, name: 'InftrnpsDetail', meta: { title: '待复核详情' } }, { path: 'inftrnpsDetail', component: InftrnpsDetail, name: 'InftrnpsDetail', meta: { title: '待复核详情' } },
{ path: 'infcld', component: Infcld, name: 'Infcld', meta: { title: '打包托收查询' } },
{ path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } }, { path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } },
{ path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } }, { path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } },
{ path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } }, { path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } },
{ path: 'infccd', component: Infccd, name: 'Infccd', meta: { title: '光票托收查询' } }, { path: 'infccd', component: Infccd, name: 'Infccd', meta: { title: '光票托收查询' } },
{ path: 'infcld', component: Infcld, name: 'Infcld', meta: { title: '光票托收查询2' } },
{ path: 'ccttra', component: Ccttra, name: 'Ccttra', meta: { title: '光票托收催收' } }, { path: 'ccttra', component: Ccttra, name: 'Ccttra', meta: { title: '光票托收催收' } },
{ path: 'cctdav', component: Cctdav, name: 'Cctdav', meta: { title: '光票托收开立' } }, { path: 'cctdav', component: Cctdav, name: 'Cctdav', meta: { title: '光票托收开立' } },
{ path: 'cctset', component: Cctset, name: 'Cctset', meta: { title: '光票托收收汇' } }, { path: 'cctset', component: Cctset, name: 'Cctset', meta: { title: '光票托收收汇' } },
...@@ -278,6 +279,8 @@ const BusRouter = [ ...@@ -278,6 +279,8 @@ const BusRouter = [
{ path: 'bptcan', component: Bptcan, name: 'Bptcan', meta: { title: '出口融资注销' } }, { path: 'bptcan', component: Bptcan, name: 'Bptcan', meta: { title: '出口融资注销' } },
{ path: 'betacc', component: Betacc, name: 'Betacc', meta: { title: '出口信用证单据承兑' } }, { path: 'betacc', component: Betacc, name: 'Betacc', meta: { title: '出口信用证单据承兑' } },
{ path: 'betamc', component: Betamc, name: 'Betamc', meta: { title: '出口信用证保兑额度释放' } },
{ path: 'betrcl', component: Betrcl, name: 'Betrcl', meta: { title: '出口信用证单据索汇' } }, { path: 'betrcl', component: Betrcl, name: 'Betrcl', meta: { title: '出口信用证单据索汇' } },
{ path: 'betrcl', component: Betrcl, name: 'Betrcl', meta: { title: '出口信用证单据出口单据索汇' } }, { path: 'betrcl', component: Betrcl, name: 'Betrcl', meta: { title: '出口信用证单据出口单据索汇' } },
{ path: 'betset', component: Betset, name: 'Betset', meta: { title: '出口信用证单据出口收汇' } }, { path: 'betset', component: Betset, name: 'Betset', meta: { title: '出口信用证单据出口收汇' } },
......
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <!-- <c-col :span="12">
<el-form-item label="stream of CBBs" prop="infcon.cbbstm"> <el-form-item label="stream of CBBs" prop="infcon.cbbstm">
<c-input v-model="model.infcon.cbbstm" placeholder="请输入stream of CBBs"></c-input> <c-input v-model="model.infcon.cbbstm" placeholder="请输入stream of CBBs"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
</div> </div>
</template> </template>
<script> <script>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Fee Code" prop="infcon.fepfeecod"> <el-form-item label="Fee Code" prop="infcon.fepfeecod">
<c-select v-model="model.infcon.fepfeecod" style="width:100%" placeholder="请选择Fee Code"> <c-select v-model="model.infcon.fepfeecod" style="width:100%" placeholder="请选择Fee Code">
</c-select> <el-option v-for="item in codes.fepfeecod" :key="item.value" :label="item.label" :value="item.value">
</el-form-item> </el-option>
</c-col> </c-select>
</el-form-item>
<c-col :span="12"> </c-col>
<el-form-item label="Disposition" prop="infcon.fepdsp">
<c-select v-model="model.infcon.fepdsp" style="width:100%" placeholder="请选择Disposition"> <c-col :span="12">
</c-select> <el-form-item label="Disposition" prop="infcon.fepdsp">
</el-form-item> <c-select v-model="model.infcon.fepdsp" style="width:100%" placeholder="请选择Disposition">
</c-col> <el-option v-for="item in codes.fepdsp" :key="item.value" :label="item.label" :value="item.value">
</el-option>
<c-col :span="12"> </c-select>
<el-form-item label="stream for FEPs to selected contract" prop="infcon.fepstm"> </el-form-item>
<c-input v-model="model.infcon.fepstm" placeholder="请输入stream for FEPs to selected contract"></c-input> </c-col>
</el-form-item>
</c-col> <c-col :span="12">
<el-form-item label="stream for FEPs to selected contract" prop="infcon.fepstm">
<c-col :span="12"> <c-input v-model="model.infcon.fepstm" placeholder="请输入stream for FEPs to selected contract"></c-input>
<span v-text="model.infcon.feptxtlbl" data-path=".infcon.feptxtlbl" > </span> </el-form-item>
</c-col> </c-col>
<c-col :span="12">
<c-col :span="12"> <el-form-item label="Fee Text" prop="infcon.fepfeecod">
<el-form-item label="Disposition" prop="infcon.fcpdsp"> <c-input v-model="model.infcon.fepfeecod" disabled></c-input>
<c-select v-model="model.infcon.fcpdsp" style="width:100%" placeholder="请选择Disposition"> </el-form-item>
</c-select> </c-col>
</el-form-item>
</c-col> <c-col :span="12">
<span v-text="model.infcon.feptxtlbl" data-path=".infcon.feptxtlbl"> </span>
<c-col :span="12"> </c-col>
<el-form-item label="stream of foreign charges" prop="infcon.fcpstm">
<c-input v-model="model.infcon.fcpstm" placeholder="请输入stream of foreign charges"></c-input>
</el-form-item> <c-col :span="12">
</c-col> <el-form-item label="stream of foreign charges" prop="infcon.fcpstm">
<c-input v-model="model.infcon.fcpstm" placeholder="请输入stream of foreign charges"></c-input>
<c-col :span="12"> </el-form-item>
<span v-text="model.infcon.fcptxtlbl" data-path=".infcon.fcptxtlbl" > </span> </c-col>
</c-col>
</div> <c-col :span="12">
<span v-text="model.infcon.fcptxtlbl" data-path=".infcon.fcptxtlbl"> </span>
</c-col>
</div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
...@@ -51,19 +54,18 @@ import Event from "~/model/Infcld/Event" ...@@ -51,19 +54,18 @@ import Event from "~/model/Infcld/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {
} }
}, },
methods:{...Event}, methods: { ...Event },
created:function(){ created: function () {
} }
} }
</script> </script>
<style> <style>
</style> </style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-row> <c-list-search @form-reset="handleReset" @form-search="handleSearch">
<c-col :span="12"> <!-- 持续展示区 -->
<el-form-item label="Own Reference" prop="infcon.seaownref"> <template v-slot="searchSlot">
<c-input v-model="model.infcon.seaownref" maxlength="16" placeholder="请输入Own Reference"></c-input> <el-form class="m-table-search-form" ref="paramsForm" :inline="true" label-position="right"
</el-form-item> label-width="110px" size="small">
</c-col> <c-row>
<c-col :span="24">
<c-col :span="10"> <c-col :span="8">
<el-form-item label="Name" prop="infcon.nam"> <el-form-item label="Own Reference" prop="infcon.seaownref" style="width: 100%">
<c-input v-model="model.infcon.nam" maxlength="40" placeholder="请输入Name"></c-input> <c-input v-model="model.infcon.seaownref" maxlength="16"
</el-form-item> placeholder="请输入Own Reference">
</c-col> </c-input>
</el-form-item>
<c-col :span="2"> </c-col>
<c-button size="small" type="primary" @click="onInfbutSearow"> <c-col :span="8">
Search <el-form-item label="Opening between" prop="infcon.opndatfrom" style="width: 100%">
</c-button> <c-col :span="11">
</c-col> <c-date-picker type="date" v-model="model.infcon.opndatfrom" style="width:100%"
placeholder="请选择Opening between"></c-date-picker>
<c-col :span="12"> </c-col>
<el-form-item label="Party Reference" prop="infcon.searef"> <c-col :span="2" style="text-align: center">
<c-input v-model="model.infcon.searef" maxlength="16" placeholder="请输入Party Reference"></c-input> <label style="display: inline-block; width: 100%">-</label>
</el-form-item> </c-col>
</c-col> <c-col :span="11">
<c-date-picker type="date" v-model="model.infcon.opndatto" style="width:100%"
<c-col :span="10"> placeholder="请选择Open Date to"></c-date-picker>
<el-form-item label="Release Status" prop="infcon.relflg"> </c-col>
<c-select v-model="model.infcon.relflg" style="width:100%" placeholder="请选择Release Status"> </el-form-item>
</c-select> </c-col>
</el-form-item> <c-col :span="8">
</c-col> <el-form-item label="Party Reference" prop="infcon.searef" style="width: 100%">
<c-input v-model="model.infcon.searef" maxlength="16"
<c-col :span="2"> placeholder="请输入Party Reference">
<c-button size="small" type="primary" @click="onInfbutDsp"> </c-input>
Display </el-form-item>
</c-button> </c-col>
</c-col> </c-col>
</c-row>
<c-col :span="12"> <c-row v-show="searchSlot.searchToggle">
<el-form-item label="Handling Type" prop="infcon.hndtyp"> <c-col :span="24">
<c-select v-model="model.infcon.hndtyp" style="width:100%" placeholder="请选择Handling Type"> <c-col :span="8">
</c-select> <el-form-item label="Name" prop="infcon.nam" style="width: 100%">
</el-form-item> <c-input v-model="model.infcon.nam" maxlength="40" placeholder="请输入Name"></c-input>
</c-col> </el-form-item>
</c-col>
<c-col :span="8">
<c-col :span="10"> <el-form-item label="Party Name" prop="infcon.pty.nam" style="width: 100%">
<el-form-item label="display stream" prop="infbut.dspstm"> <c-input v-model="model.infcon.pty.nam" maxlength="40" placeholder="请输入Party Name">
<c-input v-model="model.infbut.dspstm" placeholder="请输入display stream"></c-input> </c-input>
</el-form-item> </c-input>
</c-col> </el-form-item>
</c-col>
<c-col :span="2"> <c-col :span="8">
<c-button size="small" type="primary" @click="onInfbutExi"> <el-form-item label="Party Name/BIC" prop="infcon.seapty" style="width: 100%">
Exit <c-input v-model="model.infcon.seapty" maxlength="24"
</c-button> placeholder="请输入Party Name/BIC">
</c-col> </c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12"> <c-col :span="24">
<el-form-item label="Party Name/BIC" prop="infcon.seapty"> <c-col :span="8">
<c-input v-model="model.infcon.seapty" maxlength="24" placeholder="请输入Party Name/BIC"></c-input> <el-form-item label="Select Single Party" prop="infcon.pty.extkey" style="width: 100%">
</el-form-item> <c-input v-model="model.infcon.pty.extkey" maxlength="24"
</c-col> placeholder="请输入Select Single Party"></c-input>
</el-form-item>
<c-col :span="10"> </c-col>
<el-form-item label="External Visible Name" prop="infcon.pty.nam"> <c-col :span="8">
<c-input v-model="model.infcon.pty.nam" maxlength="40" placeholder="请输入External Visible Name"></c-input> <el-form-item label="Resp.User" prop="infcon.usr.extkey" style="width: 100%">
</el-form-item> <c-input v-model="model.infcon.usr.extkey" maxlength="8" placeholder="请输入Resp.User">
</c-col> </c-input>
</el-form-item>
<c-col :span="2"> </c-col>
<c-button size="small" type="primary" @click="onInfbutUserow"> <c-col :span="8">
Use <el-form-item label="Role" prop="infcon.searol" style="width: 100%">
</c-button> <c-select v-model="model.infcon.searol" style="width:100%" placeholder="请选择Role">
</c-col> <el-option v-for="item in codes.searol2" :key="item.value" :label="item.label"
:value="item.value">
<c-col :span="12"> </el-option>
<el-form-item label="User ID" prop="infcon.usr.extkey"> </c-select>
<c-input v-model="model.infcon.usr.extkey" maxlength="8" placeholder="请输入User ID"></c-input> </el-form-item>
</el-form-item> </c-col>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="10"> <c-col :span="8">
<el-form-item label="Role" prop="infcon.searol"> <el-form-item label="Status" prop="infcon.seasta" style="width:100%">
<c-select v-model="model.infcon.searol" style="width:100%" placeholder="请选择Role"> <c-select v-model="model.infcon.seasta" style="width:100%" placeholder="请选择Status">
</c-select> <el-option v-for="item in codes.seasta" :key="item.value" :label="item.label"
</el-form-item> :value="item.value">
</c-col> </el-option>
</c-select>
<c-col :span="2"> </el-form-item>
<c-button size="small" type="primary" @click="onInfbutClr"> </c-col>
Clear <c-col :span="8">
</c-button> <el-form-item label="Amount between" prop="infcon.seaamtfr" style="width: 100%">
</c-col> <c-col :span="11">
<c-input v-model="model.infcon.seaamtfr" placeholder="请输入Amount between">
<c-col :span="12"> </c-input>
<el-form-item label="Currency" prop="infcon.seacur"> </c-col>
<c-select v-model="model.infcon.seacur" style="width:100%" placeholder="请选择Currency"> <c-col :span="2" style="text-align: center">
</c-select> <label style="display: inline-block; width: 100%">-</label>
</el-form-item> </c-col>
</c-col> <c-col :span="11">
<c-input v-model="model.infcon.seaamtto" placeholder="请输入Amount to"></c-input>
<c-col :span="10"> </c-col>
<el-form-item label="Status" prop="infcon.seasta"> </el-form-item>
<c-select v-model="model.infcon.seasta" style="width:100%" placeholder="请选择Status"> </c-col>
</c-select> <c-col :span="8">
</el-form-item> <el-form-item label="Currency" prop="infcon.seacur" style="width:100%">
</c-col> <c-select v-model="model.infcon.seacur" style="width:100%"
placeholder="请选择Currency">
<c-col :span="2"> <el-option v-for="item in codes.curtxt1" :key="item.value" :label="item.label"
<c-button size="small" type="primary" @click="onInfbutButprt"> :value="item.value">
导Excel </el-option>
</c-button> </c-select>
</c-col> </el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="8">
<c-col :span="12"> <el-form-item label="Payment Disposition " prop="seadoctypcod" style="width:100%">
<el-form-item label="Opening between" prop="infcon.opndatfrom"> <c-select v-model="model.seadoctypcod" style="width:100%"
<c-date-picker type="date" v-model="model.infcon.opndatfrom" style="width:100%" placeholder="请选择Opening between"></c-date-picker> placeholder="请选择Payment Disposition ">
</el-form-item> <el-option v-for="item in codes.colflg" :key="item.value" :label="item.label"
</c-col> :value="item.value">
</el-option>
<c-col :span="12"> </c-select>
<el-form-item label="Open Date to" prop="infcon.opndatto"> </el-form-item>
<c-date-picker type="date" v-model="model.infcon.opndatto" style="width:100%" placeholder="请选择Open Date to"></c-date-picker> </c-col>
</el-form-item> </c-col>
</c-col> </c-row>
</el-form>
</template>
</c-list-search>
<c-row>
<c-col :span="12">
<el-form-item label="Amount between" prop="infcon.seaamtfr">
<c-input v-model="model.infcon.seaamtfr" placeholder="请输入Amount between"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Amount to" prop="infcon.seaamtto">
<c-input v-model="model.infcon.seaamtto" placeholder="请输入Amount to"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="是否显示查询码" prop="infcon.cxmflg">
<c-select v-model="model.infcon.cxmflg" style="width:100%" placeholder="请选择是否显示查询码">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Payment Disposition " prop="seadoctypcod">
<c-select v-model="model.seadoctypcod" style="width:100%" placeholder="请选择Payment Disposition ">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Select Single Party" prop="infcon.pty.extkey">
<c-input v-model="model.infcon.pty.extkey" maxlength="24" placeholder="请输入Select Single Party"></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
</c-istream-table> </c-istream-table>
</c-row> </c-row>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
...@@ -186,11 +153,11 @@ import Event from "~/model/Infcld/Event" ...@@ -186,11 +153,11 @@ import Event from "~/model/Infcld/Event"
export default { export default {
inject: ['root'], inject: ['root'],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {
initdialog:false, initdialog: false,
transactionStatus: { transactionStatus: {
busiNo: "", busiNo: "",
modTimes: 0, modTimes: 0,
...@@ -201,36 +168,27 @@ export default { ...@@ -201,36 +168,27 @@ export default {
}, },
stmData: { stmData: {
columns: [ columns: [
"4 1 \"Reference\" ", "1 1 \"Reference\" 150",
"5 1 \"\"", "2 2 \"Resp. User\" 150",
"6 2 \"Party Number\" ", "3 5 \"Opened\" 200 4 7",
// "18 5 \"MT\" 100", "4 6 \"Closed\" 200 4 7",
"7 2 \"Drawer\" ", "5 3 \"Party Number\" 150",
"20 3 \"Party Number\" ", "6 4 \"Collecting Bank\" 180",
"21 3 \"Deawer\" ", "7 7 \"Doc.Amount Cur\" 150",
"1 4 \"Opened\" ", "8 8 \"Doc.Amount\" 150 8 1 7",
"20 4 \"Closed\" ", "9 9 \"Open Amount Cur\" 150",
"21 5 \"Cur\" ", "10 10 \"Open Amount\" 150 2 8 1 9",
"1 5 \"Cur\" ",
"8 6 \"Doc.Amount\"",
"15 6 \"Open Amount\" ",
/*"17 12 \"Work Branch\" 126",
"16 13 \"Last User\" 76",
"3 14 \"Info\" 50 1 20:0 1 FormatINFDSP",
"19 15 \"Key\" 90",
"10 16 \"Infotext\" 500"*/
], ],
data: [ data: [
] ]
} }
} }
}, },
methods:{...Event}, methods: { ...Event },
created:function(){ created: function () {
} }
} }
</script> </script>
<style> <style>
</style> </style>
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
<el-tab-pane label="Selection" name="infsea"> <el-tab-pane label="Selection" name="infsea">
<m-infsea :model="model" :codes="codes"/> <m-infsea :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="Completion" name="coninfp">
<m-coninfp :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000013 --> <!--PD000013 -->
<el-tab-pane label="Transactions" name="trnpan"> <el-tab-pane label="Transactions" name="trnpan">
...@@ -32,12 +37,7 @@ ...@@ -32,12 +37,7 @@
<el-tab-pane label="SEP Info" name="sepinfp"> <el-tab-pane label="SEP Info" name="sepinfp">
<m-sepinfp :model="model" :codes="codes"/> <m-sepinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="Details of Temporary" name="sepp0">
<m-sepp0 :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000177 --> <!--PD000177 -->
<el-tab-pane label="GLE Bookings" name="gleinfp"> <el-tab-pane label="GLE Bookings" name="gleinfp">
<m-gleinfp :model="model" :codes="codes"/> <m-gleinfp :model="model" :codes="codes"/>
...@@ -129,12 +129,14 @@ import Fecp from "./Fecp" ...@@ -129,12 +129,14 @@ import Fecp from "./Fecp"
import Cips from "./Cips" import Cips from "./Cips"
import Cips2 from "./Cips2" import Cips2 from "./Cips2"
import Cips3 from "./Cips3" import Cips3 from "./Cips3"
import Coninfp from "~/views/Public/Coninfp"
export default { export default {
name: "Infcld", name: "Infcld",
components:{ components:{
"m-infsea" : Infsea, "m-infsea" : Infsea,
"m-coninfp": Coninfp,
"m-trnpan" : Trnpan, "m-trnpan" : Trnpan,
"m-cbsinfp" : Cbsinfp, "m-cbsinfp" : Cbsinfp,
"m-cbeinfp" : Cbeinfp, "m-cbeinfp" : Cbeinfp,
...@@ -162,7 +164,7 @@ export default { ...@@ -162,7 +164,7 @@ export default {
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理 mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
data(){ data(){
return { return {
tabVal: "", tabVal: "infsea",
trnName: "infcld", trnName: "infcld",
model: new Infcld().data, model: new Infcld().data,
checkRules: Check, checkRules: Check,
...@@ -170,6 +172,7 @@ export default { ...@@ -170,6 +172,7 @@ export default {
pattern: Pattern, pattern: Pattern,
rules: null, rules: null,
codes: { codes: {
...CodeTable
}, },
} }
}, },
......
...@@ -3,40 +3,40 @@ ...@@ -3,40 +3,40 @@
<!-- S0000042 : 是否报送跨境人民币2101表 --> <!-- S0000042 : 是否报送跨境人民币2101表 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('cnybop.S0000042')" prop="cnybop.cnyflg"> <el-form-item label="是否报送跨境人民币2101表" prop="cnybop.cnyflg">
<c-select v-model="model.cnybop.cnyflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000042')"> <c-select v-model="model.cnybop.cnyflg" style="width:100%" placeholder="请输入是否报送跨境人民币2101表 " :code="codes.cnyflg" disabled>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000045 : 是否报送跨境人民币2107表 --> <!-- S0000045 : 是否报送跨境人民币2107表 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('cnybop.S0000045')" prop="cnybop.traflg"> <el-form-item label="是否报送跨境人民币2107表" prop="cnybop.traflg">
<c-select v-model="model.cnybop.traflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000045')"> <c-select v-model="model.cnybop.traflg" style="width:100%" placeholder="请输入是否报送跨境人民币2107表" :code="codes.cnyflg" disabled>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000077 : 是否报送跨境人民币2111表 --> <!-- S0000077 : 是否报送跨境人民币2111表 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('cnybop.S0000077')" prop="cnybop.outflg"> <el-form-item label="是否报送跨境人民币2111表" prop="cnybop.outflg">
<c-select v-model="model.cnybop.outflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000077')"> <c-select v-model="model.cnybop.outflg" style="width:100%" placeholder="请输入是否报送跨境人民币2111表" :code="codes.cnyflg" disabled>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000113 : 是否报送跨境人民币2106表 --> <!-- S0000113 : 是否报送跨境人民币2106表 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('cnybop.S0000113')" prop="cnybop.libflg"> <el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg">
<c-select v-model="model.cnybop.libflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000113')"> <c-select v-model="model.cnybop.libflg" style="width:100%" placeholder="请输入是否报送跨境人民币2106表" :code="codes.cnyflg" disabled>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000142 : 是否报送跨境人民币2122表 --> <!-- S0000142 : 是否报送跨境人民币2122表 -->
<c-col :span="12"> <c-col :span="12">
<el-form-item :label="$t('cnybop.S0000142')" prop="cnybop.vouflg"> <el-form-item label="是否报送跨境人民币2122表" prop="cnybop.vouflg">
<c-select v-model="model.cnybop.vouflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000142')"> <c-select v-model="model.cnybop.vouflg" style="width:100%" placeholder="请输入是否报送跨境人民币2122表" :code="codes.cnyflg" disabled>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
v-model="model.ledgrp.rec.ownref" v-model="model.ledgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="Please input Reference" placeholder="Please input Reference"
style="width: 95%" style="width: 100%"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
v-model="model.ledgrp.cbs.nom1.amt" v-model="model.ledgrp.cbs.nom1.amt"
style="width: 50%" style="width: 50%"
placeholder="Please input Balance" placeholder="Please input Balance"
class="m-input-currency"
disabled disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
...@@ -68,6 +69,7 @@ ...@@ -68,6 +69,7 @@
v-model="model.ledgrp.cbs.opn1.amt" v-model="model.ledgrp.cbs.opn1.amt"
style="width: 50%" style="width: 50%"
placeholder="Please input Balance" placeholder="Please input Balance"
class="m-input-currency"
disabled disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
...@@ -101,6 +103,7 @@ ...@@ -101,6 +103,7 @@
style="width: 100%" style="width: 100%"
placeholder="Please input by" placeholder="Please input by"
disabled disabled
:code="codes.avbby"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-checkbox <c-checkbox
...@@ -244,13 +247,93 @@ ...@@ -244,13 +247,93 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <!-- <c-col :span="24">
<el-form-item style="margin-left: 0px"> <el-form-item style="margin-left: 0px">
<el-divider /> <el-divider />
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<!-- 底部表格 --> <!-- 底部表格 -->
<c-col :span="23" style="height: 24px; margin-left: 9px">
<el-form-item
class="formItemLabel"
label="Other Transfers and Back to Back L/Cs using Above"
label-width="300px"
>
</el-form-item>
</c-col>
<c-col :span="23" style="margin:0 0 10px 9px">
<c-istream-table
:list="model.lttp.leltb2b.litb2bstm.rows || []"
:columns="columns"
></c-istream-table>
</c-col>
<!-- 底部 -->
<!-- left -->
<c-col :span="11">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="This L/C" prop="ltdgrp.cbs.max.cur">
<c-select
v-model="model.ltdgrp.cbs.max.cur"
style="width: 100%"
placeholder="Please select This L/C"
disabled
:code="codes.curtxt1"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="20px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.cbs.opn1.amt"
placeholder="Please input This L/C"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="Total Amount" prop="lttp.totamt">
<c-input
v-model="model.lttp.totamt"
style="width: 100%"
placeholder="Please select Total Amount"
class="m-input-currency"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="Shipment Date" prop="ltdgrp.rec.shpdat">
<c-date-picker
type="date"
v-model="model.ltdgrp.rec.shpdat"
style="width: 100%"
placeholder="Please select Shipment Date"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Expiry Date" prop="ltdgrp.rec.expdat">
<c-date-picker
type="date"
v-model="model.ltdgrp.rec.expdat"
style="width: 100%"
placeholder="Please select Expiry Date"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
</div> </div>
</template> </template>
<script> <script>
...@@ -267,6 +350,26 @@ export default { ...@@ -267,6 +350,26 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return { return {
columns: [
// '2 1 "D/C" 60 1 0',
// '6 2 "Account Number" 140',
// '3 3 "Cur" 80',
// '4 4 "Amount" 180 2 8:1 2 5',
// '5 5 "Value Date" 140',
// '7 6 "Rate Type" 160',
// '8 7 "Rate" 120 2 0 1 0',
// '9 8 "Term" 80',
// '0 9 "PN" 80 1 0',
'2 1 "Type" 145',
'4 2 "Reference" 150',
'7 3 "Cur." 140',
'8 4 "Open Amount" 150 2 8 1 7',
'5 5 "Shipm. dat" 150 4 7 1',
'6 6 "Expired" 150 4 7 1',
'3 7 "Name" 150',
'9 8 "Info" 150 5 6:1 0 I',
],
data: [],
}; };
}, },
methods: { ...Event }, methods: { ...Event },
...@@ -274,4 +377,8 @@ export default { ...@@ -274,4 +377,8 @@ export default {
}; };
</script> </script>
<style> <style>
.formItemLabel >>> .el-form-item__label {
text-align: left;
font-weight: bold;
}
</style> </style>
...@@ -203,6 +203,9 @@ export default { ...@@ -203,6 +203,9 @@ export default {
let rtnmsg = await this.init({}); let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} else { } else {
this.$notify.error({ title: "错误", message: "服务请求失败!" }); this.$notify.error({ title: "错误", message: "服务请求失败!" });
......
...@@ -113,6 +113,7 @@ export default { ...@@ -113,6 +113,7 @@ export default {
{ inifrm: "infltd", ininam: "转让信用证查询", pntmiu: "7" }, { inifrm: "infltd", ininam: "转让信用证查询", pntmiu: "7" },
{ inifrm: "infbtd", ininam: "转让信用证单据查询", pntmiu: "7" }, { inifrm: "infbtd", ininam: "转让信用证单据查询", pntmiu: "7" },
{ inifrm: "8", ininam: "打包托收", pntmiu: "" }, { inifrm: "8", ininam: "打包托收", pntmiu: "" },
{ inifrm: "infcld", ininam: "打包托收查询", pntmiu: "8" },
{ inifrm: "cltdav", ininam: "打包托收开立", pntmiu: "8" }, { inifrm: "cltdav", ininam: "打包托收开立", pntmiu: "8" },
{ inifrm: "clttra", ininam: "打包托收催收", pntmiu: "8" }, { inifrm: "clttra", ininam: "打包托收催收", pntmiu: "8" },
{ inifrm: "cltset", ininam: "打包托收解包", pntmiu: "8" }, { inifrm: "cltset", ininam: "打包托收解包", pntmiu: "8" },
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
return i; return i;
} }
} }
return 0; return 1;
}, },
opened() { opened() {
this.$emit("childmethods"); this.$emit("childmethods");
......
<template>
<ReviewWrapper>
<Lttopn></Lttopn>
</ReviewWrapper>
</template>
<script>
import Lttopn from "~/views/Business/Lttopn";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewLttopn",
components: { ReviewWrapper, Lttopn },
created() {},
mounted() {},
};
</script>
<style></style>
...@@ -68,6 +68,7 @@ import ReviewGetame from "./Business/ReviewGetame.vue"; ...@@ -68,6 +68,7 @@ import ReviewGetame from "./Business/ReviewGetame.vue";
import ReviewCctdav from "./Business/ReviewCctdav.vue"; import ReviewCctdav from "./Business/ReviewCctdav.vue";
import ReviewCctdcr from "./Business/ReviewCctdcr.vue"; import ReviewCctdcr from "./Business/ReviewCctdcr.vue";
import ReviewCcttra from "./Business/ReviewCcttra.vue"; import ReviewCcttra from "./Business/ReviewCcttra.vue";
import ReviewLttopn from "./Business/ReviewLttopn.vue";
const ReviewRouter = [ const ReviewRouter = [
{ path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } }, { path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } },
...@@ -154,6 +155,7 @@ const ReviewRouter = [ ...@@ -154,6 +155,7 @@ const ReviewRouter = [
{ path: "cctdav", component: ReviewCctdav, name: "ReviewCctdav", meta: { title: "复核-Cctdav" } }, { path: "cctdav", component: ReviewCctdav, name: "ReviewCctdav", meta: { title: "复核-Cctdav" } },
{ path: "cctdcr", component: ReviewCctdcr, name: "ReviewCctdcr", meta: { title: "复核-Cctdcr" } }, { path: "cctdcr", component: ReviewCctdcr, name: "ReviewCctdcr", meta: { title: "复核-Cctdcr" } },
{ path: "ccttra", component: ReviewCcttra, name: "ReviewCcttra", meta: { title: "复核-Ccttra" } }, { path: "ccttra", component: ReviewCcttra, name: "ReviewCcttra", meta: { title: "复核-Ccttra" } },
{ path: "lttopn", component: ReviewLttopn, name: "ReviewLttopn", meta: { title: "复核-Lttopn" } },
]; ];
export default ReviewRouter; export default ReviewRouter;
\ No newline at end of file
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