Commit 06a45c8f by niewei

界面小优化

parent 16f899c3
...@@ -2,11 +2,11 @@ import Api from "~/service/Api" ...@@ -2,11 +2,11 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onInfbutSearow () { async onInfbutSearow (callback) {
let rtnmsg = await this.executeRule("infbut.searow") let rtnmsg = await this.executeRule("infbut.searow")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm.rows this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
this.$message({ this.$message({
type: 'success', type: 'success',
message: '获取成功!' message: '获取成功!'
...@@ -17,6 +17,7 @@ export default { ...@@ -17,6 +17,7 @@ export default {
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
callback();
}, },
async onInfbutDsp () { async onInfbutDsp () {
let rtnmsg = await this.executeRule("infbut.dsp") let rtnmsg = await this.executeRule("infbut.dsp")
......
import Api from "~/service/Api" import Api from "~/service/Api"
import Pts from "../Common/Pts" import Pts from "../Common/Pts"
export default class Infbfd{ export default class Infbfd {
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
forflg:"", // 转卖单据 .infcon.forflg forflg: "", // 转卖单据 .infcon.forflg
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
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
}, },
seadoctypcod:"", // Document Type .seadoctypcod seadoctypcod: "", // Document Type .seadoctypcod
infbut:{ infbut: {
dspstm:"", // display stream .infbut.dspstm selrow: 0,
}, dspstm: {}, // display stream .infbut.dspstm
elcflg:"", // 是否通过电证系统 .elcflg },
recpan:{ elcflg: "", // 是否通过电证系统 .elcflg
dedget:{ recpan: {
sdamod:{ dedget: {
dadsnd:"", // Drag Drop Sender .recpan.dedget.sdamod.dadsnd sdamod: {
seainf:"", // .recpan.dedget.sdamod.seainf dadsnd: "", // Drag Drop Sender .recpan.dedget.sdamod.dadsnd
}, seainf: "", // .recpan.dedget.sdamod.seainf
}, },
recget:{ },
sdamod:{ recget: {
dadsnd:"", // Drag Drop Sender .recpan.recget.sdamod.dadsnd sdamod: {
seainf:"", // .recpan.recget.sdamod.seainf dadsnd: "", // Drag Drop Sender .recpan.recget.sdamod.dadsnd
}, seainf: "", // .recpan.recget.sdamod.seainf
}, },
}, },
dedgrp:{ },
rec:{ dedgrp: {
ownref:"", // 参考号 .dedgrp.rec.ownref rec: {
kzref:"", // 信用证编号 .dedgrp.rec.kzref ownref: "", // 参考号 .dedgrp.rec.ownref
}, kzref: "", // 信用证编号 .dedgrp.rec.kzref
cbs:{ },
opn1:{ cbs: {
cur:"", // Currency .dedgrp.cbs.opn1.cur opn1: {
amt:"", // Balance .dedgrp.cbs.opn1.amt cur: "", // Currency .dedgrp.cbs.opn1.cur
}, amt: "", // Balance .dedgrp.cbs.opn1.amt
}, },
}, },
bfdgrp:{ },
rec:{ bfdgrp: {
ownref:"", // 单据参考号 .bfdgrp.rec.ownref rec: {
doctypcod:"", // 单据类型 .bfdgrp.rec.doctypcod ownref: "", // 单据参考号 .bfdgrp.rec.ownref
matdat:"", // 远期单据到期日 .bfdgrp.rec.matdat doctypcod: "", // 单据类型 .bfdgrp.rec.doctypcod
rcvdat:"", // 到单日期 .bfdgrp.rec.rcvdat matdat: "", // 远期单据到期日 .bfdgrp.rec.matdat
predat:"", // Presentation Date .bfdgrp.rec.predat rcvdat: "", // 到单日期 .bfdgrp.rec.rcvdat
docsta:"", // 单据状态 .bfdgrp.rec.docsta predat: "", // Presentation Date .bfdgrp.rec.predat
nam:"", // Externally Displayed Name to Identify the Contract .bfdgrp.rec.nam docsta: "", // 单据状态 .bfdgrp.rec.docsta
}, nam: "", // Externally Displayed Name to Identify the Contract .bfdgrp.rec.nam
cbs:{ },
max:{ cbs: {
cur:"", // 单据金额 .bfdgrp.cbs.max.cur max: {
amt:"", // 单据金额 .bfdgrp.cbs.max.amt cur: "", // 单据金额 .bfdgrp.cbs.max.cur
}, amt: "", // 单据金额 .bfdgrp.cbs.max.amt
opn1:{ },
cur:"", // 单据余额 .bfdgrp.cbs.opn1.cur opn1: {
amt:"", // Balance .bfdgrp.cbs.opn1.amt cur: "", // 单据余额 .bfdgrp.cbs.opn1.cur
}, amt: "", // Balance .bfdgrp.cbs.opn1.amt
}, },
prb:{ },
pts:new Pts().data, prb: {
}, pts: new Pts().data,
iss:{ },
pts:new Pts().data, iss: {
}, pts: new Pts().data,
apl:{ },
pts:new Pts().data, apl: {
}, pts: new Pts().data,
}, },
mtabut:{ },
coninf:{ mtabut: {
oitinf:{ coninf: {
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt oitinf: {
oit:{ labinftxt: "", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt oit: {
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev inftxt: "", // Infotext .mtabut.coninf.oitinf.oit.inftxt
}, inflev: "", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
}, },
oitset:{ },
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt oitset: {
oit:{ labinftxt: "", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt oit: {
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev inftxt: "", // Infotext .mtabut.coninf.oitset.oit.inftxt
}, inflev: "", // Infotext Level .mtabut.coninf.oitset.oit.inflev
}, },
conexedat:"", // 执行日期 .mtabut.coninf.conexedat },
usr:{ conexedat: "", // 执行日期 .mtabut.coninf.conexedat
extkey:"", // User ID .mtabut.coninf.usr.extkey usr: {
extkey: "", // User ID .mtabut.coninf.usr.extkey
}, },
}, },
}, },
prtpanblk:"", // XMLPanel prtpan的内置block .prtpanblk prtpanblk: "", // XMLPanel prtpan的内置block .prtpanblk
pageId: "" // ctx的key pageId: "" // ctx的key
} }
} }
......
...@@ -2,10 +2,10 @@ import Api from "~/service/Api" ...@@ -2,10 +2,10 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onInfbutSearow () { async onInfbutSearow (callback) {
let rtnmsg = await this.executeRule("infbut.searow") let rtnmsg = await this.executeRule("infbut.searow")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm.rows this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
this.$message({ this.$message({
type: 'success', type: 'success',
message: '获取成功!' message: '获取成功!'
...@@ -14,6 +14,7 @@ export default { ...@@ -14,6 +14,7 @@ export default {
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
callback()
}, },
async onInfbutExi () { async onInfbutExi () {
let rtnmsg = await this.executeRule("infbut.exi") let rtnmsg = await this.executeRule("infbut.exi")
...@@ -29,7 +30,8 @@ export default { ...@@ -29,7 +30,8 @@ export default {
let rtnmsg = await this.executeRule("infbut.dsp") let rtnmsg = await this.executeRule("infbut.dsp")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.updateModel(rtnmsg.data);
this.tabVal = "curp0"
} }
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
......
...@@ -7,7 +7,8 @@ export default class Infcur { ...@@ -7,7 +7,8 @@ export default class Infcur {
cod: "", // CUR .cod cod: "", // CUR .cod
seanam: "", // Currency Description .seanam seanam: "", // Currency Description .seanam
infbut: { infbut: {
dspstm: "", // display stream .infbut.dspstm selrow: 0,
dspstm: {}, // display stream .infbut.dspstm
}, },
rec: { rec: {
cod: "", // Currency Code .rec.cod cod: "", // Currency Code .rec.cod
......
...@@ -2,11 +2,11 @@ import Api from "~/service/Api" ...@@ -2,11 +2,11 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onInfbutSearow () { async onInfbutSearow (callback) {
let rtnmsg = await this.executeRule("infbut.searow") let rtnmsg = await this.executeRule("infbut.searow")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm.rows this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
this.$message({ this.$message({
type: 'success', type: 'success',
message: '获取成功!' message: '获取成功!'
...@@ -15,6 +15,7 @@ export default { ...@@ -15,6 +15,7 @@ export default {
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
callback();
}, },
async onInfbutDsp () { async onInfbutDsp () {
let rtnmsg = await this.executeRule("infbut.dsp") let rtnmsg = await this.executeRule("infbut.dsp")
......
export default { export default {
"infcon.seaownref":[ "infcon.seaownref": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"infcon.nam":[ "infcon.nam": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 40,message:"长度不能超过40"} { max: 40, message: "长度不能超过40" }
], ],
"infcon.searef":[ "infcon.searef": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"infcon.pty.extkey":[ "infcon.pty.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 24,message:"长度不能超过24"} { max: 24, message: "长度不能超过24" }
], ],
"infcon.pty.nam":[ "infcon.pty.nam": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 40,message:"长度不能超过40"} { max: 40, message: "长度不能超过40" }
], ],
"infcon.seapty":[ "infcon.seapty": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 24,message:"长度不能超过24"} { max: 24, message: "长度不能超过24" }
], ],
"infcon.opndatfrom":[ "infcon.opndatfrom": [
{type: "date", required: false, message: "输入正确的日期"} { type: "string", required: false, message: "输入正确的日期" }
], ],
"infcon.opndatto":[ "infcon.opndatto": [
{type: "date", required: false, message: "输入正确的日期"} { type: "string", required: false, message: "输入正确的日期" }
], ],
"infcon.usr.extkey":[ "infcon.usr.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"infcon.seaamtfr":[ "infcon.seaamtfr": [
{type: "number", required: false, message: "必输项"}, { type: "number", required: false, message: "必输项" },
{max: 18,message:"整数位不能超过14位"}, { max: 18, message: "整数位不能超过14位" },
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"infcon.seaamtto":[ "infcon.seaamtto": [
{type: "number", required: false, message: "必输项"}, { type: "number", required: false, message: "必输项" },
{max: 18,message:"整数位不能超过14位"}, { max: 18, message: "整数位不能超过14位" },
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"infbut.dspstm":[ "infbut.dspstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"recpan.recget.sdamod.dadsnd":[ "recpan.recget.sdamod.dadsnd": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.rec.ownref":[ "dedgrp.rec.ownref": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.recget.sdamod.seainf":[ "recpan.recget.sdamod.seainf": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 3,message:"长度不能超过3"} { max: 3, message: "长度不能超过3" }
], ],
"dedgrp.rec.nam":[ "dedgrp.rec.nam": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 40,message:"长度不能超过40"} { max: 40, message: "长度不能超过40" }
], ],
"dedgrp.ben.pts.ref":[ "dedgrp.ben.pts.ref": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.benp.ptsget.sdamod.dadsnd":[ "recpan.benp.ptsget.sdamod.dadsnd": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.usr.extkey":[ "recpan.usr.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"recpan.usrget.sdamod.seainf":[ "recpan.usrget.sdamod.seainf": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 3,message:"长度不能超过3"} { max: 3, message: "长度不能超过3" }
], ],
"dedgrp.ben.pts.extkey":[ "dedgrp.ben.pts.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.benp.ptsget.sdamod.seainf":[ "recpan.benp.ptsget.sdamod.seainf": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 3,message:"长度不能超过3"} { max: 3, message: "长度不能超过3" }
], ],
"dedgrp.ben.namelc":[ "dedgrp.ben.namelc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.cbs.nom1.amt":[ "dedgrp.cbs.nom1.amt": [
{type: "number", required: false, message: "必输项"}, { type: "number", required: false, message: "必输项" },
{max: 18,message:"整数位不能超过14位"}, { max: 18, message: "整数位不能超过14位" },
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"dedgrp.ben.pts.adrblk":[ "dedgrp.ben.pts.adrblk": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.ben.dbfadrblkcn":[ "dedgrp.ben.dbfadrblkcn": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"recpan.upamt":[ "recpan.upamt": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 60,message:"长度不能超过60"} { max: 60, message: "长度不能超过60" }
], ],
"dedgrp.ben.adrelc":[ "dedgrp.ben.adrelc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.nomtop":[ "dedgrp.rec.nomtop": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"dedgrp.rec.nomton":[ "dedgrp.rec.nomton": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"dedgrp.cbs.max.cur":[ "dedgrp.cbs.max.cur": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 3,message:"长度不能超过3"} { max: 3, message: "长度不能超过3" }
], ],
"dedgrp.cbs.max.amt":[ "dedgrp.cbs.max.amt": [
{type: "number", required: false, message: "必输项"}, { type: "number", required: false, message: "必输项" },
{max: 18,message:"整数位不能超过14位"}, { max: 18, message: "整数位不能超过14位" },
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"dedgrp.ben.pts.extact":[ "dedgrp.ben.pts.extact": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 34,message:"长度不能超过34"} { max: 34, message: "长度不能超过34" }
], ],
"dedgrp.rec.opndat":[ "dedgrp.rec.opndat": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"dedgrp.beb.pts.bankno":[ "dedgrp.beb.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.rec.expdat":[ "dedgrp.rec.expdat": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"dedgrp.beb.pts.jigomc":[ "dedgrp.beb.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.expplc":[ "dedgrp.rec.expplc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.shpdat":[ "dedgrp.rec.shpdat": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"dedgrp.apl.pts.ref":[ "dedgrp.apl.pts.ref": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.aplp.ptsget.sdamod.dadsnd":[ "recpan.aplp.ptsget.sdamod.dadsnd": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.apl.pts.extkey":[ "dedgrp.apl.pts.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"recpan.aplp.ptsget.sdamod.seainf":[ "recpan.aplp.ptsget.sdamod.seainf": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 3,message:"长度不能超过3"} { max: 3, message: "长度不能超过3" }
], ],
"dedgrp.apl.namelc":[ "dedgrp.apl.namelc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apl.pts.adrblk":[ "dedgrp.apl.pts.adrblk": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apl.dbfadrblkcn":[ "dedgrp.apl.dbfadrblkcn": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.tenmaxday":[ "dedgrp.rec.tenmaxday": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 4,message:"长度不能超过4"} { max: 4, message: "长度不能超过4" }
], ],
"dedgrp.blk.defdet":[ "dedgrp.blk.defdet": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apl.adrelc":[ "dedgrp.apl.adrelc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.blk.dftat":[ "dedgrp.blk.dftat": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.blk.preper":[ "dedgrp.blk.preper": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"recpan.dzlhhh":[ "recpan.dzlhhh": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.blk.rejadvrsn":[ "dedgrp.blk.rejadvrsn": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.blk.lcrgod":[ "dedgrp.blk.lcrgod": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 65,message:"长度不能超过65"} { max: 65, message: "长度不能超过65" }
], ],
"dedgrp.blk.lcrdoc":[ "dedgrp.blk.lcrdoc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 65,message:"长度不能超过65"} { max: 65, message: "长度不能超过65" }
], ],
"dedgrp.blk.adlcnd":[ "dedgrp.blk.adlcnd": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 65,message:"长度不能超过65"} { max: 65, message: "长度不能超过65" }
], ],
"dedgrp.blk.insbnk":[ "dedgrp.blk.insbnk": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 65,message:"长度不能超过65"} { max: 65, message: "长度不能超过65" }
], ],
"mtabut.coninf.oitinf.oit.inftxt":[ "mtabut.coninf.oitinf.oit.inftxt": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 60,message:"长度不能超过60"} { max: 60, message: "长度不能超过60" }
], ],
"mtabut.coninf.oitset.oit.inftxt":[ "mtabut.coninf.oitset.oit.inftxt": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 60,message:"长度不能超过60"} { max: 60, message: "长度不能超过60" }
], ],
"mtabut.coninf.conexedat":[ "mtabut.coninf.conexedat": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"mtabut.coninf.usr.extkey":[ "mtabut.coninf.usr.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"infcon.trnstm":[ "infcon.trnstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.cbbstm":[ "infcon.cbbstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.cbestm":[ "infcon.cbestm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.fepstm":[ "infcon.fepstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.fcpstm":[ "infcon.fcpstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.sepstm":[ "infcon.sepstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.seabucdatfro":[ "infcon.seabucdatfro": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.seabucdatto":[ "infcon.seabucdatto": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.seatrninr":[ "infcon.seatrninr": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 8,message:"长度不能超过8"} { max: 8, message: "长度不能超过8" }
], ],
"infcon.glestm":[ "infcon.glestm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.smhdatfrom":[ "infcon.smhdatfrom": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.smhdatto":[ "infcon.smhdatto": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.smhstm":[ "infcon.smhstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.sptstm":[ "infcon.sptstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.diadatfrom":[ "infcon.diadatfrom": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.diadatto":[ "infcon.diadatto": [
{type: "date", required: false, message: "输入正确的日期"} { type: "date", required: false, message: "输入正确的日期" }
], ],
"infcon.diastm":[ "infcon.diastm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"infcon.liastm":[ "infcon.liastm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"prtpanblk":[ "prtpanblk": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 200,message:"长度不能超过200"} { max: 200, message: "长度不能超过200" }
], ],
"infcon.ordstm":[ "infcon.ordstm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 1,message:"长度不能超过1"} { max: 1, message: "长度不能超过1" }
], ],
"dedgrp.rmb.pts.bankno":[ "dedgrp.rmb.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.rmb.pts.jigomc":[ "dedgrp.rmb.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.avb.pts.bankno":[ "dedgrp.avb.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.avb.pts.jigomc":[ "dedgrp.avb.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rmb.pts.dizhii":[ "dedgrp.rmb.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.avb.pts.dizhii":[ "dedgrp.avb.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.cmb.pts.bankno":[ "dedgrp.cmb.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.cmb.pts.jigomc":[ "dedgrp.cmb.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.adv.pts.extkey":[ "dedgrp.adv.pts.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.cmb.pts.dizhii":[ "dedgrp.cmb.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.adv.pts.bankno":[ "dedgrp.adv.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.adv.pts.jigomc":[ "dedgrp.adv.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apc.pts.bankno":[ "dedgrp.apc.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.adv.pts.dizhii":[ "dedgrp.adv.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apc.pts.jigomc":[ "dedgrp.apc.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.adv.pts.youzbm":[ "dedgrp.adv.pts.youzbm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 6,message:"长度不能超过6"} { max: 6, message: "长度不能超过6" }
], ],
"dedgrp.adv.pts.dihdig":[ "dedgrp.adv.pts.dihdig": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.apc.pts.dizhii":[ "dedgrp.apc.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.kzref":[ "dedgrp.rec.kzref": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.iss.pts.extkey":[ "dedgrp.iss.pts.extkey": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.apc.pts.youzbm":[ "dedgrp.apc.pts.youzbm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 6,message:"长度不能超过6"} { max: 6, message: "长度不能超过6" }
], ],
"dedgrp.apc.pts.dihdig":[ "dedgrp.apc.pts.dihdig": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.iss.pts.bankno":[ "dedgrp.iss.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.apl.pts.extact":[ "dedgrp.apl.pts.extact": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 34,message:"长度不能超过34"} { max: 34, message: "长度不能超过34" }
], ],
"dedgrp.iss.pts.jigomc":[ "dedgrp.iss.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apb.pts.bankno":[ "dedgrp.apb.pts.bankno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 20,message:"长度不能超过20"} { max: 20, message: "长度不能超过20" }
], ],
"dedgrp.iss.pts.dizhii":[ "dedgrp.iss.pts.dizhii": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.apb.pts.jigomc":[ "dedgrp.apb.pts.jigomc": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.iss.pts.youzbm":[ "dedgrp.iss.pts.youzbm": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 6,message:"长度不能超过6"} { max: 6, message: "长度不能超过6" }
], ],
"dedgrp.iss.pts.dihdig":[ "dedgrp.iss.pts.dihdig": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 16,message:"长度不能超过16"} { max: 16, message: "长度不能超过16" }
], ],
"dedgrp.rec.idcode":[ "dedgrp.rec.idcode": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 18,message:"长度不能超过18"} { max: 18, message: "长度不能超过18" }
], ],
"dedgrp.rec.shpfro":[ "dedgrp.rec.shpfro": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.fqtime":[ "dedgrp.rec.fqtime": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.shpto":[ "dedgrp.rec.shpto": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.sdsrfs":[ "dedgrp.rec.sdsrfs": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.shppro":[ "dedgrp.rec.shppro": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.conno":[ "dedgrp.rec.conno": [
{type: "string", required: false, message: "必输项"}, { type: "string", required: false, message: "必输项" },
{max: 35,message:"长度不能超过35"} { max: 35, message: "长度不能超过35" }
], ],
"dedgrp.rec.conamt":[ "dedgrp.rec.conamt": [
{type: "number", required: false, message: "必输项"}, { type: "number", required: false, message: "必输项" },
{max: 16,message:"整数位不能超过13位"}, { max: 16, message: "整数位不能超过13位" },
{pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位" } { pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位" }
], ],
"dedgrp.blk.stamet":[ "dedgrp.blk.stamet": [
{type: "string", required: true, message: "必输项"}, { type: "string", required: true, message: "必输项" },
{max: 65,message:"长度不能超过65"} { max: 65, message: "长度不能超过65" }
], ],
} }
\ No newline at end of file
...@@ -98,7 +98,8 @@ import Betrcl from "./Betrcl" ...@@ -98,7 +98,8 @@ 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"
import Sptpopup from "./Sptsel/Sptpopup" import Sptpopup from "./Sptsel/Sptpopup"
import Infdet from "./Infdet"
import Infbfd from "./Infbfd"
/** /**
* 带有name的才会被添加进顶部的标签页里 * 带有name的才会被添加进顶部的标签页里
*/ */
...@@ -206,6 +207,8 @@ const BusRouter = [ ...@@ -206,6 +207,8 @@ const BusRouter = [
{ path: 'bdtcan', component: Bdtcan, name: 'Bdtcan', meta: { title: '买方信用证单据注销' } }, { path: 'bdtcan', component: Bdtcan, name: 'Bdtcan', meta: { title: '买方信用证单据注销' } },
{ path: 'ditdla', component: Ditdla, name: 'Ditdla', meta: { title: '买方信用证减额接受' } }, { path: 'ditdla', component: Ditdla, name: 'Ditdla', meta: { title: '买方信用证减额接受' } },
{ path: 'bdtset', component: Bdtset, name: 'Bdtset', meta: { title: '信用证付款' } }, { path: 'bdtset', component: Bdtset, name: 'Bdtset', meta: { title: '信用证付款' } },
{ path: 'infdet', component: Infdet, name: 'Infdet', meta: { title: '卖方信用证查询' } },
{ path: 'infbfd', component: Infbfd, name: 'Infbfd', meta: { title: '卖方信用证单据查询' } },
] ]
export default BusRouter export default BusRouter
...@@ -143,18 +143,28 @@ ...@@ -143,18 +143,28 @@
<c-row style="margin-top:20px; padding: 0 10px 0 10px;"> <c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-col> <c-col>
<c-button size="small" type="primary">导Excel</c-button> <c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary">Display</c-button> <c-button size="small" type="primary"
@click="onInfbutDsp"
:disabled="model.infbut.selrow === 0"
>Display</c-button>
<c-button size="small" type="primary">Use</c-button> <c-button size="small" type="primary">Use</c-button>
</c-col> </c-col>
</c-row> </c-row>
<c-row style="margin-top:20px; padding: 0 10px 0 10px;"> <c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :border="true"
:list="tableData"
:columns="stmData.columns"
v-on:chooseRowEvent="chooseRowEvent"
style="width:80%,text-align:center">
<!--
<el-table-column prop="op" label="OP" width="100"> <el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a> <a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template> </template>
</el-table-column> </el-table-column>
-->
</c-istream-table> </c-istream-table>
</c-row> </c-row>
...@@ -207,7 +217,19 @@ export default { ...@@ -207,7 +217,19 @@ export default {
}, },
} }
}, },
methods:{...Event}, computed: {
tableData() {
// "10000449\t2000007350\t2000007350-001\tBEIJING TESTTEST,BEIJING, CHINA\t\t100080\tBEIJING, CHINA\tTEST TEST1 CO.,LTD."
console.log(this.model.infbut.dspstm.rows)
return this.model.infbut.dspstm.rows;
},
},
methods:{
chooseRowEvent(row) {
this.model.infbut.selrow = row.IDX + 1;
},
...Event},
created:function(){ created:function(){
} }
......
...@@ -349,7 +349,16 @@ export default { ...@@ -349,7 +349,16 @@ export default {
} }
}, },
methods:{...Event}, methods:{
onSeainf()
{
},
onRecpanButgetref()
{
},
...Event},
created:function(){ created:function(){
} }
......
...@@ -10,70 +10,71 @@ ...@@ -10,70 +10,71 @@
<m-infsea :model="model" :codes="codes"/> <m-infsea :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000018 -->
<el-tab-pane label="内容" name="ovwp"> <el-tab-pane label="内容" name="ovwp">
<m-ovwp :model="model" :codes="codes"/> <m-ovwp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes"/> <m-coninfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000013 -->
<el-tab-pane label="Transaction" name="trnpan"> <el-tab-pane label="Transaction" name="trnpan">
<m-trnpan :model="model" :codes="codes"/> <m-trnpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000019 -->
<el-tab-pane label="余额信息" name="cbsinfp"> <el-tab-pane label="余额信息" name="cbsinfp">
<m-cbsinfp :model="model" :codes="codes"/> <m-cbsinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000028 -->
<el-tab-pane label="发生额信息" name="cbeinfp"> <el-tab-pane label="发生额信息" name="cbeinfp">
<m-cbeinfp :model="model" :codes="codes"/> <m-cbeinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000111 -->
<el-tab-pane label="费用明细" name="fepinfp"> <el-tab-pane label="费用明细" name="fepinfp">
<m-fepinfp :model="model" :codes="codes"/> <m-fepinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000162 -->
<el-tab-pane label="临时账务" name="sepinfp"> <el-tab-pane label="临时账务" name="sepinfp">
<m-sepinfp :model="model" :codes="codes"/> <m-sepinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000177 -->
<el-tab-pane label="账务信息" name="gleinfp"> <el-tab-pane label="账务信息" name="gleinfp">
<m-gleinfp :model="model" :codes="codes"/> <m-gleinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000119 -->
<el-tab-pane label="面函、报文" name="smhinfp"> <el-tab-pane label="面函、报文" name="smhinfp">
<m-smhinfp :model="model" :codes="codes"/> <m-smhinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000130 -->
<el-tab-pane label="经办信息" name="peninfp"> <el-tab-pane label="经办信息" name="peninfp">
<m-peninfp :model="model" :codes="codes"/> <m-peninfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000147 -->
<el-tab-pane label="表外信息" name="liainfp"> <el-tab-pane label="表外信息" name="liainfp">
<m-liainfp :model="model" :codes="codes"/> <m-liainfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000005 -->
<el-tab-pane label="Print" name="prtpan"> <el-tab-pane label="Print" name="prtpan">
<m-prtpan :model="model" :codes="codes"/> <m-prtpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000185 -->
<el-tab-pane label="Order" name="ordpan"> <el-tab-pane label="Order" name="ordpan">
<m-ordpan :model="model" :codes="codes"/> <m-ordpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
-->
</c-tabs> </c-tabs>
</el-form> </el-form>
</div> </div>
......
...@@ -81,12 +81,14 @@ ...@@ -81,12 +81,14 @@
<c-row class="infrow" style="margin-top:20px;"> <c-row class="infrow" style="margin-top:20px;">
<c-col> <c-col>
<c-button size="small" type="primary">导Excel</c-button> <c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary">Display</c-button> <c-button size="small" type="primary"
@click="onInfbutDsp"
:disabled="model.infbut.selrow === 0">Display</c-button>
<c-button size="small" type="primary">Use</c-button> <c-button size="small" type="primary">Use</c-button>
</c-col> </c-col>
</c-row> </c-row>
<!--
<c-row class="infrow" style="margin-top:20px;"> <c-row class="infrow" style="margin-top:20px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="操作" width="100"> <el-table-column prop="op" label="操作" width="100">
...@@ -96,6 +98,16 @@ ...@@ -96,6 +98,16 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</c-row> </c-row>
-->
<c-col :span="22" :offset="1">
<c-istream-table
:border="true"
:list="tableData"
:columns="stmData.columns"
v-on:chooseRowEvent="chooseRowEvent"
style="width:80%,text-align:center">
</c-istream-table>
</c-col>
</c-content> </c-content>
</template> </template>
...@@ -115,17 +127,29 @@ export default { ...@@ -115,17 +127,29 @@ export default {
columns: [ columns: [
"1 1 \"Currency\" 100 ", "1 1 \"Currency\" 100 ",
"2 2 \"Description\" 300", "2 2 \"Description\" 300",
],
data: [
] ]
}, },
} }
}, },
methods:{...Event}, computed: {
tableData() {
// "10000449\t2000007350\t2000007350-001\tBEIJING TESTTEST,BEIJING, CHINA\t\t100080\tBEIJING, CHINA\tTEST TEST1 CO.,LTD."
console.log(this.model.infbut.dspstm.rows);
return this.model.infbut.dspstm.rows;
}
},
methods:{
chooseRowEvent(row) {
this.model.infbut.selrow = row.IDX + 1;
},
...Event},
created:function(){ created:function(){
} }
} }
</script> </script>
<style> <style>
......
...@@ -75,14 +75,17 @@ ...@@ -75,14 +75,17 @@
<c-row> <c-row>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="开立日期从" prop="infcon.opndatfrom"> <el-form-item label="开立日期从" prop="infcon.opndatfrom">
<c-date-picker type="date" v-model="model.infcon.opndatfrom" style="width:100%" placeholder="请选择Opening between"></c-date-picker> <c-date-picker type="date" v-model="model.infcon.opndatfrom" style="width:100%" placeholder="请选择Opening between" value-format="yyyy-MM-dd"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="至" prop="infcon.opndatto"> <el-form-item label="至" prop="infcon.opndatto">
<c-date-picker type="date" v-model="model.infcon.opndatto" style="width:100%" placeholder="请选择Open Date to"></c-date-picker> <c-date-picker type="date" v-model="model.infcon.opndatto" style="width:100%" placeholder="请选择Open Date to"
value-format="yyyy-MM-dd"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -162,18 +165,28 @@ ...@@ -162,18 +165,28 @@
<c-row style="margin-top:20px; padding: 0 10px 0 10px;"> <c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-col> <c-col>
<c-button size="small" type="primary">导Excel</c-button> <c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary">Display</c-button> <c-button size="small" type="primary"
@click="onInfbutDsp"
:disabled="model.infbut.selrow === 0"
>Display</c-button>
<c-button size="small" type="primary">Use</c-button> <c-button size="small" type="primary">Use</c-button>
</c-col> </c-col>
</c-row> </c-row>
<c-row style="margin-top:20px; padding: 0 10px 0 10px;"> <c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table
:border="true"
:list="tableData"
:columns="stmData.columns"
v-on:chooseRowEvent="chooseRowEvent"
style="width:80%,text-align:center">
<!--
<el-table-column prop="op" label="OP" width="100"> <el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a> <a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template> </template>
</el-table-column> </el-table-column>
-->
</c-istream-table> </c-istream-table>
</c-row> </c-row>
...@@ -194,21 +207,21 @@ export default { ...@@ -194,21 +207,21 @@ export default {
stmData: { stmData: {
columns: [ columns: [
"1 1 \"Reference\" 100 ", "1 1 \"Reference\" 100 ",
"1 1 \"Resp. User\" 100", "2 1 \"Resp. User\" 100",
"1 1 \"Tenor day\" 100", "3 1 \"Tenor day\" 100",
"2 2 \"Party Number\" 150 ", "7 2 \"Party Number\" 150 ",
"2 2 \"Applicant\" 150 ", "8 2 \"Applicant\" 150 ",
"3 3 \"Party Number\" 150 ", "9 3 \"Party Number\" 150 ",
"3 3 \"'Beneficiary\" 150 ", "10 3 \"Beneficiary\" 150 ",
"4 4 \"Party Number\" 150 ", "11 4 \"Party Number\" 150 ",
"4 4 \"Issuing Bank\" 150 ", "12 4 \"Issuing Bank\" 150 ",
"5 5 \"Opened\" 150 ", "4 5 \"Opened\" 150 ",
"5 5 \"Expired\" 150 ", "5 5 \"Expired\" 150 ",
"5 5 \"Closed\" 150 ", "6 5 \"Closed\" 150 ",
"6 6 \"Cur\" 150 ", "13 6 \"Cur\" 150 ",
"6 6 \"Cur\" 150 ", "15 6 \"Cur\" 150 ",
"7 7 \"L/C Amount\" 150 ", "14 7 \"L/C Amount\" 150 ",
"7 7 \"Open Amount\" 150 ", "16 7 \"Open Amount\" 150 ",
], ],
data: [ data: [
...@@ -216,7 +229,20 @@ export default { ...@@ -216,7 +229,20 @@ export default {
}, },
} }
}, },
methods:{...Event}, computed: {
tableData() {
// "10000449\t2000007350\t2000007350-001\tBEIJING TESTTEST,BEIJING, CHINA\t\t100080\tBEIJING, CHINA\tTEST TEST1 CO.,LTD."
console.log(this.model.infbut.dspstm.rows)
return this.model.infbut.dspstm.rows;
}
},
methods:{
chooseRowEvent(row) {
this.model.infbut.selrow = row.IDX + 1;
},
...Event},
created:function(){ created:function(){
} }
......
<template> <template>
<c-content class="eibs-tab" :height="200"> <c-content class="eibs-tab" :height="200">
<!--
<div class="infTopBtn"> <div class="infTopBtn">
<el-button-group> <el-button-group>
<c-button size="small" type="primary" icon="el-icon-arrow-left"></c-button> <c-button size="small" type="primary" icon="el-icon-arrow-left"></c-button>
...@@ -9,10 +10,11 @@ ...@@ -9,10 +10,11 @@
<c-button size="small" type="primary">Use</c-button> <c-button size="small" type="primary">Use</c-button>
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> </div>
-->
<c-row> <c-row>
<c-col :span="12"> <c-col :span="12">
<c-col :span="12"> <c-col :span="23" :offset="1">
<el-form-item label="编号" prop="dedgrp.rec.ownref"> <el-form-item label="编号" prop="dedgrp.rec.ownref">
<c-input v-model="model.dedgrp.rec.ownref" maxlength="16" placeholder="请输入编号"></c-input> <c-input v-model="model.dedgrp.rec.ownref" maxlength="16" placeholder="请输入编号"></c-input>
</el-form-item> </el-form-item>
...@@ -24,6 +26,7 @@ ...@@ -24,6 +26,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
<!--
<c-col :span="6"> <c-col :span="6">
<c-button size="small" type="primary" icon="el-icon-search" @click="onSeainf"> <c-button size="small" type="primary" icon="el-icon-search" @click="onSeainf">
</c-button> </c-button>
...@@ -33,9 +36,10 @@ ...@@ -33,9 +36,10 @@
获取 获取
</c-button> </c-button>
</c-col> </c-col>
-->
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-col :span="18"> <c-col :span="23" :offset="1">
<el-form-item label="摘要" prop="dedgrp.rec.nam"> <el-form-item label="摘要" prop="dedgrp.rec.nam">
<c-input v-model="model.dedgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input> <c-input v-model="model.dedgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input>
</el-form-item> </el-form-item>
...@@ -47,11 +51,13 @@ ...@@ -47,11 +51,13 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
--> -->
<!--
<c-col :span="6"> <c-col :span="6">
<c-button size="small" type="primary" @click="onRecpanButgetref"> <c-button size="small" type="primary" @click="onRecpanButgetref">
dadsnd dadsnd
</c-button> </c-button>
</c-col> </c-col>
-->
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
...@@ -73,8 +79,10 @@ ...@@ -73,8 +79,10 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="6"> <c-col :span="6">
<c-button size="small" type="primary" icon="el-icon-search" @click="onSeainf"> <!--
<c-button size="small" type="primary" icon="el-icon-search" @click="">
</c-button> </c-button>
-->
</c-col> </c-col>
</c-col> </c-col>
...@@ -193,12 +201,13 @@ ...@@ -193,12 +201,13 @@
<c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input> <c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!--
<c-col :span="6"> <c-col :span="6">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
... ...
</c-button> </c-button>
</c-col> </c-col>
-->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -207,19 +216,20 @@ ...@@ -207,19 +216,20 @@
<c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input> <c-input type="textarea" :rows="3" v-model="model.dedgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入交单期限" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!--
<c-col :span="6"> <c-col :span="6">
<c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
... ...
</c-button> </c-button>
</c-col> </c-col>
-->
</c-col> </c-col>
</c-col> </c-col>
<!-- 右边 --> <!-- 右边 -->
<c-col :span="11" offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="受益人 编号." prop="dedgrp.ben.pts.ref"> <el-form-item label="受益人 编号." prop="dedgrp.ben.pts.ref">
<c-input v-model="model.dedgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人 编号."></c-input> <c-input v-model="model.dedgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人 编号."></c-input>
...@@ -238,6 +248,7 @@ ...@@ -238,6 +248,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!--
<c-col :span="2"> <c-col :span="2">
<el-form-item label="" label-width="5px"> <el-form-item label="" label-width="5px">
<c-button <c-button
...@@ -245,8 +256,7 @@ ...@@ -245,8 +256,7 @@
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onSeainf('dedgrp.ben.pts.extkey')" @click="onSeainf('dedgrp.ben.pts.extkey')"
></c-button ></c-button>
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
...@@ -256,6 +266,7 @@ ...@@ -256,6 +266,7 @@
</c-button> </c-button>
</el-form-item> </el-form-item>
</c-col> </c-col>
-->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -309,6 +320,7 @@ ...@@ -309,6 +320,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!--
<c-col :span="2"> <c-col :span="2">
<el-form-item label="" label-width="5px"> <el-form-item label="" label-width="5px">
<c-button <c-button
...@@ -318,6 +330,7 @@ ...@@ -318,6 +330,7 @@
@click="onSeainf('dedgrp.apl.pts.extkey')" @click="onSeainf('dedgrp.apl.pts.extkey')"
></c-button ></c-button
> >
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
...@@ -327,6 +340,7 @@ ...@@ -327,6 +340,7 @@
</c-button> </c-button>
</el-form-item> </el-form-item>
</c-col> </c-col>
-->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
...@@ -50,84 +50,85 @@ ...@@ -50,84 +50,85 @@
<m-ovwp :model="model" :codes="codes"/> <m-ovwp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000405 --> <!--
<el-tab-pane label="条款" name="detp"> <el-tab-pane label="条款" name="detp">
<m-detp :model="model" :codes="codes"/> <m-detp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000000 -->
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes"/> <m-coninfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000013 -->
<el-tab-pane label="Transactions" name="trnpan"> <el-tab-pane label="Transactions" name="trnpan">
<m-trnpan :model="model" :codes="codes"/> <m-trnpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000019 -->
<el-tab-pane label="余额信息" name="cbsinfp"> <el-tab-pane label="余额信息" name="cbsinfp">
<m-cbsinfp :model="model" :codes="codes"/> <m-cbsinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000028 -->
<el-tab-pane label="发生额信息" name="cbeinfp"> <el-tab-pane label="发生额信息" name="cbeinfp">
<m-cbeinfp :model="model" :codes="codes"/> <m-cbeinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000111 -->
<el-tab-pane label="费用明细" name="fepinfp"> <el-tab-pane label="费用明细" name="fepinfp">
<m-fepinfp :model="model" :codes="codes"/> <m-fepinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000162 -->
<el-tab-pane label="临时账务" name="sepinfp"> <el-tab-pane label="临时账务" name="sepinfp">
<m-sepinfp :model="model" :codes="codes"/> <m-sepinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000177 -->
<el-tab-pane label="账务信息" name="gleinfp"> <el-tab-pane label="账务信息" name="gleinfp">
<m-gleinfp :model="model" :codes="codes"/> <m-gleinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000119 -->
<el-tab-pane label="面函、报文" name="smhinfp"> <el-tab-pane label="面函、报文" name="smhinfp">
<m-smhinfp :model="model" :codes="codes"/> <m-smhinfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000130 -->
<el-tab-pane label="经办信息" name="peninfp"> <el-tab-pane label="经办信息" name="peninfp">
<m-peninfp :model="model" :codes="codes"/> <m-peninfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000147 -->
<el-tab-pane label="表外信息" name="liainfp"> <el-tab-pane label="表外信息" name="liainfp">
<m-liainfp :model="model" :codes="codes"/> <m-liainfp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000005 -->
<el-tab-pane label="Print" name="prtpan"> <el-tab-pane label="Print" name="prtpan">
<m-prtpan :model="model" :codes="codes"/> <m-prtpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!-- -->
<el-tab-pane label="Order" name="ordpan"> <el-tab-pane label="Order" name="ordpan">
<m-ordpan :model="model" :codes="codes"/> <m-ordpan :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!-- -->
<el-tab-pane label="银行明细" name="detp1"> <el-tab-pane label="银行明细" name="detp1">
<m-detp1 :model="model" :codes="codes"/> <m-detp1 :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!-- -->
<el-tab-pane label="明细" name="detp2"> <el-tab-pane label="明细" name="detp2">
<m-detp2 :model="model" :codes="codes"/> <m-detp2 :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000548 -->
<el-tab-pane label="声明" name="stament"> <el-tab-pane label="声明" name="stament">
<m-stament :model="model" :codes="codes"/> <m-stament :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
-->
</c-tabs> </c-tabs>
</el-form> </el-form>
</div> </div>
......
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