Commit 6181926e by WH

betrcl交易前端清理

parent 6a38b12f
...@@ -19,38 +19,37 @@ export default { ...@@ -19,38 +19,37 @@ export default {
}, },
buildCommonData (model, trnName) { buildCommonData (model, trnName) {
let ptsptaList = []; let ptsptaList = [];
if (model.brdgrp.apl.pts.extkey) { if (model.bedgrp.prb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.brdgrp.apl)); ptsptaList.push(this.buildPtspta(model.bedgrp.prb));
} }
if (model.brdgrp.ben.pts.extkey) { if (model.bedgrp.iss.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.brdgrp.ben)); ptsptaList.push(this.buildPtspta(model.bedgrp.iss));
}
if (model.bedgrp.apl.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.bedgrp.apl));
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'lid', objtyp: 'BED',
ownref: model.brdgrp.rec.ownref, ownref: model.bedgrp.rec.ownref,
opndat: model.brdgrp.rec.opndat, predat: model.bedgrp.rec.predat,
expdat: model.brdgrp.rec.expdat, rcvdat: model.bedgrp.rec.rcvdat,
branchInr: model.brdgrp.rec.branchInr, doctypcod: model.bedgrp.rec.doctypcod,
hndtyp: model.brdgrp.rec.hndtyp, docsta: model.bedgrp.rec.docsta,
gartyp: model.brdgrp.rec.gartyp, payrol: model.bedgrp.rec.payrol,
fingua: model.brdgrp.rec.fingua, matdat: model.bedgrp.rec.matdat,
fromflg: model.brdgrp.rec.fromflg, nam: model.bedgrp.rec.nam,
othersno: model.brdgrp.rec.othersno, docprbrol: model.bedgrp.rec.docprbrol,
sndto: model.brdgrp.rec.sndto, advdocflg: model.bedgrp.rec.advdocflg,
swiftflg: model.brtp.swiftflg,
brduil: model.brdgrp.rec.brduil,
purpos: model.brdgrp.rec.purpos,
revflg: model.brdgrp.rec.revflg,
cnfsta: model.brdgrp.rec.cnfsta,
}, },
cbsMap: { cbsMap: {
MAX: model.brdgrp.cbs.max, MAX: model.bedgrp.cbs.max,
OPN1: model.brdgrp.cbs.opn1, OPN1: model.bedgrp.cbs.opn1,
MAC: model.brdgrp.cbs.mac, // MAC: model.bedgrp.cbs.mac,
MAC2: model.brdgrp.cbs.mac2, // MAC2: model.bedgrp.cbs.mac2,
OPC2: model.brdgrp.cbs.opc2, OPN2: model.bedgrp.cbs.opn2,
CNF: model.brdgrp.cbs.cnf, // CNF: model.bedgrp.cbs.cnf,
}, },
ptsList: ptsptaList, ptsList: ptsptaList,
transName: trnName, transName: trnName,
...@@ -113,8 +112,8 @@ export default { ...@@ -113,8 +112,8 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'bed', objtyp: 'BED',
objinr: model.bedgrp.rec.objinr, objinr: model.bedgrp.rec.inr,
ownref: model.bedgrp.rec.ownref, ownref: model.bedgrp.rec.ownref,
}, },
}; };
...@@ -124,10 +123,9 @@ export default { ...@@ -124,10 +123,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'bed', objtyp: 'BED',
objinr: model.bedgrp.rec.objinr, objinr: model.bedgrp.rec.inr,
ownref: model.bedgrp.rec.ownref, ownref: model.bedgrp.rec.ownref,
swiftflg: model.brtp.swiftflg,
}, },
}; };
return params return params
...@@ -140,4 +138,4 @@ export default { ...@@ -140,4 +138,4 @@ export default {
}; };
return params return params
} }
} }
\ No newline at end of file
...@@ -22,18 +22,25 @@ export default { ...@@ -22,18 +22,25 @@ export default {
...doctre, ...doctre,
async init () { async init () {
const params = { const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) spt: JSON.parse(localStorage.getItem('row_' + this.trnName)),
trnmod: {
trn: JSON.parse(localStorage.getItem('review_'+this.trnName))
},
}
if ( typeof(this.$route.query.inr) == 'string'){
params.spt = null
params.trnmod.trn = null
} }
const res = await Api.post('/service/betrcl/init', { const res = await Api.post('/service/betdcr/init', {
...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr,
brdgrp:{ brdgrp:{
rec:{ rec:{
inr:this.$route.query.inr inr: this.$route.query.inr
} }
} },
}); });
if (!res.data) { if (!res.data) {
return return
...@@ -93,7 +100,6 @@ export default { ...@@ -93,7 +100,6 @@ export default {
let doctreRequest = buildFn.buildDoctre(this.model, this.trnName); let doctreRequest = buildFn.buildDoctre(this.model, this.trnName);
this.processDoctre(doctreRequest); this.processDoctre(doctreRequest);
break; break;
default: default:
return; return;
} }
...@@ -102,26 +108,13 @@ export default { ...@@ -102,26 +108,13 @@ export default {
queryFormData(key) { queryFormData(key) {
console.log(key); console.log(key);
}, },
// 业务信息=》基本信息=》保函编号-----获取保函编号
async queryOwnref() { // 获取betdcr弹框表格数据
let params = {
ptainr: this.model.gidgrp.apl.pts.ptainr,
businessType: 'LG',
tbl: 'LG',
};
const loading = this.loading();
let res = await Api.post('/service/betrcl/getOwnRef', params);
if (res.respCode == SUCCESS) {
loading.close();
this.model.gidgrp.rec.ownref = res.data;
}
},
// 获取brtacp弹框表格数据
async queryGridEtyPromptDialogData(type, ptytyp) { async queryGridEtyPromptDialogData(type, ptytyp) {
let params = { let params = {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
ptytyp: ptytyp, ptytyp: ptytyp,
extkey: this.model.gidgrp[type.toLowerCase()].pts.extkey, extkey: this.model.brdgrp[type.toLowerCase()].pts.extkey,
}; };
let res = await Api.post('/service/ptspta/list', params); let res = await Api.post('/service/ptspta/list', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
...@@ -130,7 +123,7 @@ export default { ...@@ -130,7 +123,7 @@ export default {
this.root.promptData.type = type; this.root.promptData.type = type;
} }
}, },
// 选中brtacp弹框表格的行数据 // 选中betdcr弹框表格的行数据
async selectGridEtyPromptData(row) { async selectGridEtyPromptData(row) {
let params = { let params = {
...row, ...row,
...@@ -144,28 +137,6 @@ export default { ...@@ -144,28 +137,6 @@ export default {
purposChange(key, value) { purposChange(key, value) {
this.handleChangeForm(key, value); this.handleChangeForm(key, value);
}, },
// 初始化保函开立类型码表下拉列表
async queryHndtypCodeTableList(trnName) {
let params = {
gitp: {
swiftflg: this.model.gitp.swiftflg,
},
gidgrp: {
rec: {
purpos: this.model.gidgrp.rec.purpos,
},
},
transName: trnName.toUpperCase(),
};
let res = await Api.post('/service/betrcl/initHndtyp', params);
if (res.respCode == SUCCESS) {
this.$set(this.codes, 'voHndtyp', res.data);
}
},
// 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg() {
this.queryHndtypCodeTableList(this.root.trnName);
},
// 支出目的修改--联动保函开立类型 // 支出目的修改--联动保函开立类型
handleChangePurpos() { handleChangePurpos() {
this.queryHndtypCodeTableList(this.root.trnName); this.queryHndtypCodeTableList(this.root.trnName);
......
export default { export default {
'liaall.misamt' :null, "setmod.dspflg" :null,
'liaall.limmod.limpts.oth.pts.extkey' :null, "rmbclm.clmrmbflg" :null,
'rmbclm.rmbrmb.pts.extkey' :null, "liaall.limmod.limpts.nonrevflg1" :null,
'liaall.limmod.ownref' :null, "betp.ledget.sdamod.dadsnd": [
'bedgrp.apl.pts.nam' :null, { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.pts.extkey' :null, { max: 16, message: "长度不能超过16" }
'liaall.limmod.ecifno' :null, ],
'bedgrp.prb.pts.nam' :null, "ledgrp.rec.ownref": [
'liaall.limmod.limpts.oth.pts.nam' :null, { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.pts.adrblk' :null, { max: 16, message: "长度不能超过16" }
'setmod.dspflg' :null, ],
'liaall.tenstm' :null, "betp.ledget.sdamod.seainf": [
'payinstxt' :null, { type: "string", required: false, message: "必输项" },
'aamset.utlamt2' :null, { max: 3, message: "长度不能超过3" }
'liaall.limmod.limpts.wrk.pts.nam' :null, ],
'rmbclm.bebbeb.adrelc' :null, "ledgrp.cbs.opn1.cur": [
'liaall.limmod.limpts.wrk.pts.extkey' :null, { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.namelc' :null, { max: 3, message: "长度不能超过3" }
'mtabut.coninf.conexedat' :null, ],
'rmbclm.clmrmbflg' :null, "ledgrp.cbs.opn1.amt": [
'liaall.limmod.limpts.nonrevflg1' :null, { type: "string", required: false, message: "必输项" },
'rmbclm.bebbeb.namelc' :null, { max: 18, message: "整数位不能超过14位" },
'rmbclm.rmbrmb.pts.adrblk' :null, { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
'setmod.docamt' :null, ],
'rmbclm.rmbrmb.adrelc' :null, "betp.recget.sdamod.dadsnd": [
'rmbclm.bebbeb.pts.adrblk' :null, { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.adrelc' :null, { max: 16, message: "长度不能超过16" }
'bedgrp.iss.pts.nam' :null, ],
'rmbclm.rmbrmb.namelc' :null, "bedgrp.rec.ownref": [
'rmbclm.bebbeb.pts.extkey' :null, { type: "string", required: false, message: "必输项" },
'betp.ledget.sdamod.dadsnd': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "betp.recget.sdamod.seainf": [
], { type: "string", required: false, message: "必输项" },
'ledgrp.rec.ownref': [ { max: 3, message: "长度不能超过3" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "bedgrp.rec.nam": [
], { type: "string", required: false, message: "必输项" },
'betp.ledget.sdamod.seainf': [ { max: 40, message: "长度不能超过40" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 3, message: '长度不能超过3' } "bedgrp.cbs.max.amt": [
], { type: "string", required: false, message: "必输项" },
'ledgrp.cbs.opn1.cur': [ { max: 18, message: "整数位不能超过14位" },
{ type: 'string', required: false, message: '必输项' }, { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ max: 3, message: '长度不能超过3' } ],
], "bedgrp.prb.pts.ref": [
'ledgrp.cbs.opn1.amt': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: false, message: '必输项' }, { max: 16, message: "长度不能超过16" }
{ max: 18, message: '整数位不能超过14位' }, ],
{ pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } "bedgrp.cbs.opn1.cur": [
], { type: "string", required: false, message: "必输项" },
'betp.recget.sdamod.dadsnd': [ { max: 3, message: "长度不能超过3" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "bedgrp.cbs.opn1.amt": [
], { type: "number", required: false, message: "必输项" },
'bedgrp.rec.ownref': [ { max: 18, message: "整数位不能超过14位" },
{ type: 'string', required: false, message: '必输项' }, { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ max: 16, message: '长度不能超过16' } ],
], "bedgrp.prb.pts.nam": [
'betp.recget.sdamod.seainf': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: false, message: '必输项' }, { max: 40, message: "长度不能超过40" }
{ max: 3, message: '长度不能超过3' } ],
], "bedgrp.iss.pts.ref": [
'bedgrp.rec.nam': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: false, message: '必输项' }, { max: 16, message: "长度不能超过16" }
{ max: 40, message: '长度不能超过40' } ],
], "bedgrp.iss.pts.nam": [
{ type: "string", required: false, message: "必输项" },
'bedgrp.cbs.max.amt': [ { max: 40, message: "长度不能超过40" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 18, message: '整数位不能超过14位' }, "bedgrp.rec.matdat": [
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { type: "date", required: false, message: "输入正确的日期" }
], ],
'bedgrp.prb.pts.ref': [ "bedgrp.rec.rcvdat": [
{ type: 'string', required: false, message: '必输项' }, { type: "date", required: false, message: "输入正确的日期" }
{ max: 16, message: '长度不能超过16' } ],
], "bedgrp.rec.predat": [
{ type: "date", required: false, message: "输入正确的日期" }
'bedgrp.cbs.opn1.cur': [ ],
{ type: 'string', required: false, message: '必输项' }, "bedgrp.apl.pts.ref": [
{ max: 3, message: '长度不能超过3' } { type: "string", required: false, message: "必输项" },
], { max: 16, message: "长度不能超过16" }
'bedgrp.cbs.opn1.amt': [ ],
{ type: 'number', required: false, message: '必输项' }, "bedgrp.rec.docsta": [
{ max: 18, message: '整数位不能超过14位' }, { type: "string", required: false, message: "必输项" },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { max: 40, message: "长度不能超过40" }
], ],
'bedgrp.prb.pts.nam': [ "bedgrp.apl.pts.nam": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 40, message: '长度不能超过40' } { max: 40, message: "长度不能超过40" }
], ],
'bedgrp.iss.pts.ref': [ "liaall.tenstm": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 16, message: '长度不能超过16' } { max: 1, message: "长度不能超过1" }
], ],
"aamset.utlamt": [
'bedgrp.iss.pts.nam': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: false, message: '必输项' }, { max: 18, message: "整数位不能超过14位" },
{ max: 40, message: '长度不能超过40' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
'bedgrp.rec.matdat': [ "aamset.utlamt2": [
{ type: 'date', required: false, message: '输入正确的日期' } { type: "string", required: false, message: "必输项" },
], { max: 18, message: "整数位不能超过14位" },
'bedgrp.rec.rcvdat': [ { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ type: 'date', required: false, message: '输入正确的日期' } ],
], "payinstxt": [
'bedgrp.rec.predat': [ { type: "string", required: false, message: "必输项" },
{ type: 'date', required: false, message: '输入正确的日期' } { type: "string",max: 300, message: "长度不能超过300" }
], ],
'bedgrp.apl.pts.ref': [ "bedgrp.rec.lescom": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 16, message: '长度不能超过16' } { max: 18, message: "整数位不能超过14位" },
], { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
'bedgrp.rec.docsta': [ ],
{ type: 'string', required: false, message: '必输项' }, "trnmod.trndoc.nar754": [
{ max: 40, message: '长度不能超过40' } { type: "string", required: false, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
'bedgrp.apl.pts.nam': [ ],
{ type: 'string', required: false, message: '必输项' }, "liaall.outamt": [
{ max: 40, message: '长度不能超过40' } { type: "number", required: false, message: "必输项" },
], { max: 18, message: "整数位不能超过14位" },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
'liaall.tenstm': [ ],
{ type: 'string', required: false, message: '必输项' }, "liaall.outpct": [
{ max: 1, message: '长度不能超过1' } { type: "string", required: false, message: "必输项" },
], { max: 6, message: "长度不能超过6" }
],
'aamset.utlamt': [ "liaall.concur": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 18, message: '整数位不能超过14位' }, { max: 3, message: "长度不能超过3" }
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } ],
], "liaall.misamt": [
'aamset.utlamt2': [ { type: "number", required: false, message: "必输项" },
{ type: 'string', 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位' } ],
], "liaall.exttotoldamt": [
{ type: "number", required: false, message: "必输项" },
'payinstxt': [ { max: 18, message: "整数位不能超过14位" },
{ type: 'string', required: false, message: '必输项' }, { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ type: 'string',max: 300, message: '长度不能超过300' } ],
], "liaall.exttotamt": [
'bedgrp.rec.lescom': [ { type: "number", required: false, message: "必输项" },
{ type: 'string', 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位' } ],
], "trnmod.trndoc.advnam": [
'trnmod.trndoc.nar754': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: false, message: '必输项' }, { max: 50, message: "长度不能超过50" }
{ max: 35, message: '长度不能超过35' } ],
], "trnmod.trndoc.amdapl": [
'liaall.outamt': [ { type: "string", required: true, message: "必输项" },
{ type: 'number', required: false, message: '必输项' }, { max: 50, message: "长度不能超过50" }
{ max: 18, message: '整数位不能超过14位' }, ],
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } "trnmod.trndoc.advdoc": [
], { type: "string", required: false, message: "必输项" },
'liaall.outpct': [ { max: 1, message: "长度不能超过1" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 6, message: '长度不能超过6' } "trnmod.trndoc.filrecv": [
], { type: "string", required: false, message: "必输项" },
'liaall.concur': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 3, message: '长度不能超过3' } "trnmod.trndoc.doctrestm": [
], { type: "string", required: false, message: "必输项" },
'liaall.misamt': [ { max: 1, message: "长度不能超过1" }
{ type: 'number', required: false, message: '必输项' }, ],
{ max: 18, message: '整数位不能超过14位' }, "trnmod.trndoc.condocstm": [
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { type: "string", required: false, message: "必输项" },
], { max: 1, message: "长度不能超过1" }
],
"trnmod.trndoc.rcvatt.seainf": [
'liaall.exttotoldamt': [ { type: "string", required: false, message: "必输项" },
{ type: 'number', required: false, message: '必输项' }, { max: 3, message: "长度不能超过3" }
{ max: 18, message: '整数位不能超过14位' }, ],
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } "mtabut.coninf.oitinf.oit.inftxt": [
], { type: "string", required: true, message: "必输项" },
'liaall.exttotamt': [ { max: 60, message: "长度不能超过60" }
{ type: 'number', required: false, message: '必输项' }, ],
{ max: 18, message: '整数位不能超过14位' }, "mtabut.coninf.oitset.oit.inftxt": [
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { type: "string", required: true, message: "必输项" },
], { max: 60, message: "长度不能超过60" }
],
'trnmod.trndoc.advnam': [ "mtabut.coninf.conexedat": [
{ type: 'string', required: false, message: '必输项' }, { type: "date", required: false, message: "输入正确的日期" }
{ max: 50, message: '长度不能超过50' } ],
], "mtabut.coninf.usr.extkey": [
'trnmod.trndoc.amdapl': [ { type: "string", required: false, message: "必输项" },
{ type: 'string', required: true, message: '必输项' }, { max: 8, message: "长度不能超过8" }
{ max: 50, message: '长度不能超过50' } ],
], "rmbclm.rmbrmb.pts.ref": [
{ type: "string", required: false, message: "必输项" },
'trnmod.trndoc.advdoc': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 1, message: '长度不能超过1' } "rmbclm.rmbp.ptsget.sdamod.dadsnd": [
], { type: "string", required: false, message: "必输项" },
'trnmod.trndoc.filrecv': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "rmbclm.rmbrmb.pts.extkey": [
], { type: "string", required: false, message: "必输项" },
'trnmod.trndoc.doctrestm': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 1, message: '长度不能超过1' } "rmbclm.rmbp.ptsget.sdamod.seainf": [
], { type: "string", required: false, message: "必输项" },
{ max: 3, message: "长度不能超过3" }
],
"rmbclm.rmbrmb.namelc": [
{ type: "string", required: true, message: "必输项" },
{ max: 35, message: "长度不能超过35" }
],
"rmbclm.rmbrmb.pts.adrblk": [
{ type: "string", required: true, message: "必输项" },
{ type: "string",max: 999, message: "长度不能超过35" }
'trnmod.trndoc.condocstm': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.rmbrmb.dbfadrblkcn": [
{ max: 1, message: '长度不能超过1' } { type: "string", required: true, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
'trnmod.trndoc.rcvatt.seainf': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.rmbrmb.adrelc": [
{ max: 3, message: '长度不能超过3' } { type: "string", required: true, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
],
'mtabut.coninf.oitinf.oit.inftxt': [ "rmbclm.acwacw.pts.ref": [
{ type: 'string', required: true, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 60, message: '长度不能超过60' } { max: 16, message: "长度不能超过16" }
], ],
"rmbclm.acwp.ptsget.sdamod.dadsnd": [
{ type: "string", required: false, message: "必输项" },
'mtabut.coninf.oitset.oit.inftxt': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 60, message: '长度不能超过60' } "rmbclm.acwacw.pts.extkey": [
], { type: "string", required: false, message: "必输项" },
{ max: 16, message: "长度不能超过16" }
'mtabut.coninf.conexedat': [ ],
{ type: 'date', required: false, message: '输入正确的日期' } "rmbclm.acwp.ptsget.sdamod.seainf": [
], { type: "string", required: false, message: "必输项" },
'mtabut.coninf.usr.extkey': [ { max: 3, message: "长度不能超过3" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 8, message: '长度不能超过8' } "rmbclm.acwacw.namelc": [
], { type: "string", required: true, message: "必输项" },
{ max: 35, message: "长度不能超过35" }
'rmbclm.rmbrmb.pts.ref': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.acwacw.pts.adrblk": [
{ max: 16, message: '长度不能超过16' } { type: "string", required: true, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
'rmbclm.rmbp.ptsget.sdamod.dadsnd': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.acwacw.dbfadrblkcn": [
{ max: 16, message: '长度不能超过16' } { type: "string", required: true, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
'rmbclm.rmbrmb.pts.extkey': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.acwacw.adrelc": [
{ max: 16, message: '长度不能超过16' } { type: "string", required: true, message: "必输项" },
], { max: 35, message: "长度不能超过35" }
'rmbclm.rmbp.ptsget.sdamod.seainf': [ ],
{ type: 'string', required: false, message: '必输项' }, "rmbclm.bebbeb.pts.ref": [
{ max: 3, message: '长度不能超过3' } { type: "string", required: false, message: "必输项" },
], { max: 16, message: "长度不能超过16" }
],
'rmbclm.rmbrmb.namelc': [ "rmbclm.bebp.ptsget.sdamod.dadsnd": [
{ type: 'string', required: true, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 35, message: '长度不能超过35' } { max: 16, message: "长度不能超过16" }
], ],
'rmbclm.rmbrmb.pts.adrblk': [ "rmbclm.bebbeb.pts.extkey": [
{ type: 'string', required: true, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ type: 'string',max: 999, message: '长度不能超过35' } { max: 16, message: "长度不能超过16" }
], ],
'rmbclm.rmbrmb.dbfadrblkcn': [ "rmbclm.bebp.ptsget.sdamod.seainf": [
{ type: 'string', required: true, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 35, message: '长度不能超过35' } { max: 3, message: "长度不能超过3" }
], ],
'rmbclm.rmbrmb.adrelc': [ "rmbclm.bebbeb.namelc": [
{ type: 'string', required: true, message: '必输项' }, { type: "string", required: true, message: "必输项" },
{ max: 35, message: '长度不能超过35' } { max: 35, message: "长度不能超过35" }
], ],
'rmbclm.acwacw.pts.ref': [ "rmbclm.bebbeb.pts.adrblk": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: true, message: "必输项" },
{ max: 16, message: '长度不能超过16' } { max: 35, message: "长度不能超过35" }
], ],
'rmbclm.acwp.ptsget.sdamod.dadsnd': [ "rmbclm.bebbeb.dbfadrblkcn": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: true, message: "必输项" },
{ max: 16, message: '长度不能超过16' } { max: 35, message: "长度不能超过35" }
], ],
'rmbclm.acwacw.pts.extkey': [ "rmbclm.bebbeb.adrelc": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: true, message: "必输项" },
{ max: 16, message: '长度不能超过16' } { max: 35, message: "长度不能超过35" }
], ],
'rmbclm.acwp.ptsget.sdamod.seainf': [ "rmbclm.valdat": [
{ type: 'string', required: false, message: '必输项' }, { type: "date", required: false, message: "输入正确的日期" }
{ max: 3, message: '长度不能超过3' } ],
], "liaall.limmod.ecifno": [
{ type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.namelc': [ { max: 22, message: "长度不能超过22" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.ownref": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.pts.adrblk': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.wrkp.ptsget.sdamod.dadsnd": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.dbfadrblkcn': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.othp.ptsget.sdamod.dadsnd": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.acwacw.adrelc': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.limpts.wrk.pts.extkey": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebbeb.pts.ref': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "liaall.limmod.wrkp.ptsget.sdamod.seainf": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebp.ptsget.sdamod.dadsnd': [ { max: 3, message: "长度不能超过3" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "liaall.limmod.limpts.oth.pts.extkey": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebbeb.pts.extkey': [ { max: 16, message: "长度不能超过16" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "liaall.limmod.othp.ptsget.sdamod.seainf": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebp.ptsget.sdamod.seainf': [ { max: 3, message: "长度不能超过3" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 3, message: '长度不能超过3' } "liaall.limmod.comamt": [
], { type: "number", required: false, message: "必输项" },
{ max: 18, message: "整数位不能超过14位" },
'rmbclm.bebbeb.namelc': [ { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.limpts.wrk.pts.nam": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebbeb.pts.adrblk': [ { max: 40, message: "长度不能超过40" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.limpts.oth.pts.nam": [
], { type: "string", required: false, message: "必输项" },
'rmbclm.bebbeb.dbfadrblkcn': [ { max: 40, message: "长度不能超过40" }
{ type: 'string', required: true, message: '必输项' }, ],
{ max: 35, message: '长度不能超过35' } "liaall.limmod.ccvamt": [
], { type: "number", required: false, message: "必输项" },
'rmbclm.bebbeb.adrelc': [ { max: 18, message: "整数位不能超过14位" },
{ type: 'string', required: true, message: '必输项' }, { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ max: 35, message: '长度不能超过35' } ],
], "liaall.limmod.limpts.pfcod1": [
'rmbclm.valdat': [ { type: "string", required: false, message: "必输项" },
{ type: 'date', required: false, message: '输入正确的日期' } { max: 14, message: "长度不能超过14" }
], ],
'liaall.limmod.ecifno': [ "liaall.limmod.limpts.pfcod2": [
{ type: 'string', required: false, message: '必输项' }, { type: "string", required: false, message: "必输项" },
{ max: 22, message: '长度不能超过22' } { max: 14, message: "长度不能超过14" }
], ],
"setmod.ref": [
{ type: "string", required: false, message: "必输项" },
{ max: 16, message: "长度不能超过16" }
'liaall.limmod.ownref': [ ],
{ type: 'string', required: false, message: '必输项' }, "setmod.docamt": [
{ max: 16, message: '长度不能超过16' } { type: "number", required: false, message: "必输项" },
], { max: 18, message: "整数位不能超过14位" },
'liaall.limmod.wrkp.ptsget.sdamod.dadsnd': [ { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } "setmod.zmqacc": [
], { type: "string", required: false, message: "必输项" },
'liaall.limmod.othp.ptsget.sdamod.dadsnd': [ { max: 20, message: "长度不能超过20" }
{ type: 'string', required: false, message: '必输项' }, ],
{ max: 16, message: '长度不能超过16' } }
], \ No newline at end of file
'liaall.limmod.limpts.wrk.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' }
],
'liaall.limmod.wrkp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' }
],
'liaall.limmod.limpts.oth.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' }
],
'liaall.limmod.othp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' }
],
'liaall.limmod.comamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'liaall.limmod.limpts.wrk.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' }
],
'liaall.limmod.limpts.oth.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' }
],
'liaall.limmod.ccvamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'liaall.limmod.limpts.pfcod1': [
{ type: 'string', required: false, message: '必输项' },
{ max: 14, message: '长度不能超过14' }
],
'liaall.limmod.limpts.pfcod2': [
{ type: 'string', required: false, message: '必输项' },
{ max: 14, message: '长度不能超过14' }
],
'setmod.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' }
],
'setmod.docamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'setmod.zmqacc': [
{ type: 'string', required: false, message: '必输项' },
{ max: 20, message: '长度不能超过20' }
],
}
import Pts from '~/components/business/commonModel/Pts'; import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js'; import Pub from '~/components/business/commonModel/index.js';
export default class Betrcl { export default class Betrcl {
constructor() { constructor() {
this.data = { this.data = {
brdgrp: { betp: {
adv: { adaflg: ''
pts: new Pts().data, },
}, ledgrp: {
prb: { rec: {
adrelc: '', ownref: ''
dbfadrblkcn: '', },
namelc: '', cbs: {
pts: new Pts().data, opn1: {
}, cur: '',
acb: { amt: ''
adrelc: '', }
dbfadrblkcn: '', }
namelc: '', },
pts: new Pts().data, aamset: {
}, utlamt: '',
apl: { utlamt2: ''
adrelc: '', },
dbfadrblkcn: '', rmbclm: {
namelc: '', valdat: '',
pts: new Pts().data, clmrmbflg: '',
}, rmbrol: '',
ben: { rmbrmb: {
adrelc: '', pts: new Pts().data,
dbfadrblkcn: '', },
namelc: '', acwacw: {
pts: new Pts().data, pts: new Pts().data,
}, },
blk: { bebbeb: {
chaded: '', pts: new Pts().data,
docdisflg: '', },
chaadd: '', },
docdis: '', bedgrp: {
}, rec: {
rec: { predat: '',
inr: '', rcvdat: '',
branchinr: '', doctypcod: '',
totcur: '', docsta: '',
ownref: '', ownref: '',
disdat: '', lescom: '',
totamt: '', matdat: '',
nam: '', nam: ''
docprbrol: '' },
}, cbs: {
cbs: { opn1: {
opn1: { cur: '',
cur: '' amt: ''
}, },
opn2: { opn2: {
cur: '' cur: '',
}, amt: ''
max: { },
cur: '', max: {
amt: '' cur: '',
}, amt: ''
max2: { }
amt: '' },
} prb: {
}, pts: new Pts().data,
matp: { },
mattxtlab: '' apl: {
} pts: new Pts().data,
}, },
betp: { iss: {
adaflg: '' pts: new Pts().data,
}, },
ledgrp: { },
rec: { payinstxt: '',
ownref: '' setmod: new Pub().data.Setmod,
}, mtabut: new Pub().data.Mtabut,
cbs: { trnmod: new Pub().data.Trnmod,
opn1: { liaall: new Pub().data.Liaall,
cur: '', liaccv: new Pub().data.Liaccv,
amt: '' docpan: new Pub().data.Docpan,
} };
} }
}, }
aamset: { \ No newline at end of file
utlamt: '',
utlamt2: ''
},
rmbclm: {
valdat: '',
clmrmbflg: '',
rmbrol: ''
},
bedgrp: {
rec: {
objinr: '',
predat: '',
rcvdat: '',
doctypcod: '',
docsta: '',
ownref: '',
lescom: '',
matdat: '',
nam: ''
},
cbs: {
opn1: {
cur: ''
},
opn2: {
cur: ''
},
max: {
cur: '',
amt: ''
}
}
},
payinstxt: '',
setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod,
liaall: new Pub().data.Liaall,
liaccv: new Pub().data.Liaccv,
docpan: new Pub().data.Docpan,
};
}
}
...@@ -4,33 +4,24 @@ ...@@ -4,33 +4,24 @@
<el-collapse v-model="activeNames"> <el-collapse v-model="activeNames">
<el-collapse-item title="索汇信息" name="rclp"> <el-collapse-item title="索汇信息" name="rclp">
<c-content> <c-content>
<m-rclp :model="model" :codes="codes" /> <m-rclp :model="model" :codes="codes"/>
</c-content> </c-content>
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="索汇详情" name="remp" v-if="model.rmbclm.clmrmbflg != ''"> <el-collapse-item title="索汇详情" name="remp" v-if="model.rmbclm.clmrmbflg != ''">
<c-content> <c-content>
<m-remp :model="model" :codes="codes" /> <m-remp :model="model" :codes="codes"/>
</c-content> </c-content>
</el-collapse-item> </el-collapse-item>
<!-- <el-tab-pane
v-if="model.rmbclm.clmrmbflg"
label="索汇详情"
name="remp">
<m-remp :model="model" :codes="codes" />
</el-tab-pane> -->
</el-collapse> </el-collapse>
</div> </div>
</template> </template>
<script> <script>
import event from "../event";
import Rclp from "./Rclp" import Rclp from "./Rclp"
import Remp from "./Remp" import Remp from "./Remp"
import event from "../event";
export default { export default {
components: { components: {
...@@ -49,8 +40,10 @@ export default { ...@@ -49,8 +40,10 @@ export default {
}, },
methods: {}, methods: {},
created: created:
function () { }, function () {
},
}; };
</script> </script>
<style></style> <style>
</style>
\ No newline at end of file
...@@ -4,63 +4,112 @@ ...@@ -4,63 +4,112 @@
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item label="出口信用证编号" prop="ledgrp.rec.ownref" style="width: 100%"> <el-form-item
<c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入出口信用证编号" style="width: 95%" label="出口信用证编号"
disabled></c-input> prop="ledgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
placeholder="请输入出口信用证编号"
style="width: 95%"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="1"> <c-col :span="1">
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary"> <c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
>
<i class="el-icon-info" style="font-size:15px"></i> <i class="el-icon-info" style="font-size:15px"></i>
</c-button> </c-button>
<!-- </el-form-item> --> <!-- </el-form-item> -->
</c-col> </c-col>
<c-col :span="2" :offset="1" style="text-align: right"> <c-col :span="2" :offset="1" style="text-align: right">
<c-button style="margin: 0 0" size="small" type="primary" <c-button
:disabled="!this.flag && model.ledgrp.rec.ownref == '' ? false : true"> style="margin: 0 0"
size="small"
type="primary"
:disabled="!this.flag && model.ledgrp.rec.ownref == ''? false:true"
>
获取 获取
</c-button> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item label="出口单据编号" prop="bedgrp.rec.ownref" style="width: 100%"> <el-form-item
<c-input v-model="model.bedgrp.rec.ownref" maxlength="16" placeholder="请输入出口单据编号" style="width: 95%" label="出口单据编号"
disabled></c-input> prop="bedgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.bedgrp.rec.ownref"
maxlength="16"
placeholder="请输入出口单据编号"
style="width: 95%"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="1"> <c-col :span="1">
<c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary"> <c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
>
<i class="el-icon-info" style="font-size:15px"></i> <i class="el-icon-info" style="font-size:15px"></i>
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="2" :offset="1" style="text-align: right"> <c-col :span="2" :offset="1" style="text-align: right">
<c-button style="margin: 0 0" size="small" type="primary" <c-button
:disabled="!this.flag && model.bedgrp.rec.ownref == '' ? false : true"> style="margin: 0 0"
size="small"
type="primary"
:disabled="!this.flag && model.bedgrp.rec.ownref == ''? false:true"
>
获取 获取
</c-button> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="单据金额" prop="bedgrp.cbs.max.cur"> <el-form-item label="单据金额" prop="bedgrp.cbs.max.cur">
<c-fullbox> <c-fullbox>
<c-input v-model="model.bedgrp.cbs.max.cur" maxlength="3" style="width: 50%" placeholder="请输入单据金额" <c-input
disabled></c-input> v-model="model.bedgrp.cbs.max.cur"
<c-input v-model="model.bedgrp.cbs.max.amt" style="width: 50%" placeholder="请输入金额" disabled></c-input> maxlength="3"
style="width: 50%"
placeholder="请输入单据金额"
disabled
></c-input>
<c-input
v-model="model.bedgrp.cbs.max.amt"
style="width: 50%"
placeholder="请输入金额"
disabled
></c-input>
<template slot="footer"> <template slot="footer">
<c-checkbox v-model="model.betp.adaflg" style="margin-left: 10px" disabled>附加金额</c-checkbox> <c-checkbox
v-model="model.betp.adaflg"
style="margin-left: 10px"
disabled
>附加金额</c-checkbox
>
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
...@@ -68,47 +117,91 @@ ...@@ -68,47 +117,91 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="单据余额" prop="bedgrp.cbs.opn1.cur"> <el-form-item label="单据余额" prop="bedgrp.cbs.opn1.cur">
<c-input v-model="model.bedgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入" disabled></c-input> <c-input
v-model="model.bedgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt"> <el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt">
<c-input v-model="model.bedgrp.cbs.max.amt" placeholder="请输入金额" disabled></c-input> <c-input
v-model="model.bedgrp.cbs.max.amt"
placeholder="请输入金额"
disabled
></c-input>
</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 label="单据类型" prop="bedgrp.rec.doctypcod"> <el-form-item label="单据类型" prop="bedgrp.rec.doctypcod">
<c-select v-model="model.bedgrp.rec.doctypcod" style="width: 100%" placeholder="请输入单据类型" disabled> <c-select
<el-option v-for="item in codes.doctypcod1" :key="item.value" :label="item.label" :value="item.value"> v-model="model.bedgrp.rec.doctypcod"
style="width: 100%"
placeholder="请输入单据类型"
disabled
>
<el-option
v-for="item in codes.doctypcod1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="到期日" prop="bedgrp.rec.matdat"> <el-form-item label="到期日" prop="bedgrp.rec.matdat">
<c-date-picker type="date" v-model="model.bedgrp.rec.matdat" style="width: 100%" placeholder="请选择到期日" <c-date-picker
disabled></c-date-picker> type="date"
v-model="model.bedgrp.rec.matdat"
style="width: 100%"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="收到日期" prop="bedgrp.rec.rcvdat"> <el-form-item label="收到日期" prop="bedgrp.rec.rcvdat">
<c-date-picker type="date" v-model="model.bedgrp.rec.rcvdat" style="width: 100%" placeholder="请选择收到日期" <c-date-picker
disabled></c-date-picker> type="date"
v-model="model.bedgrp.rec.rcvdat"
style="width: 100%"
placeholder="请选择收到日期"
disabled
></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="bedgrp.rec.predat"> <el-form-item label="交单日期" prop="bedgrp.rec.predat">
<c-date-picker type="date" v-model="model.bedgrp.rec.predat" style="width: 100%" placeholder="请选择交单日期" <c-date-picker
disabled></c-date-picker> type="date"
v-model="model.bedgrp.rec.predat"
style="width: 100%"
placeholder="请选择交单日期"
disabled
></c-date-picker>
</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 label="单据状态" prop="bedgrp.rec.docsta"> <el-form-item label="单据状态" prop="bedgrp.rec.docsta">
<c-select v-model="model.bedgrp.rec.docsta" style="width: 100%" placeholder="请选择单据状态" disabled> <c-select
<el-option v-for="item in codes.docsta" :key="item.value" :label="item.label" :value="item.value"> v-model="model.bedgrp.rec.docsta"
style="width: 100%"
placeholder="请选择单据状态"
disabled
>
<el-option
v-for="item in codes.docsta"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -120,42 +213,74 @@ ...@@ -120,42 +213,74 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur"> <el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-input v-model="model.ledgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入信用证余额" disabled></c-input> <c-input
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入信用证余额"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入金额" disabled></c-input> <c-input
v-model="model.ledgrp.cbs.opn1.amt"
placeholder="请输入金额"
disabled
></c-input>
</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 label="单据简略信息" prop="bedgrp.rec.nam"> <el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input v-model="model.bedgrp.rec.nam" maxlength="40" placeholder="请输入Name" disabled></c-input> <c-input
v-model="model.bedgrp.rec.nam"
maxlength="40"
placeholder="请输入Name"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-ptsmsg :model="model" :argadr="{ <c-ptsmsg
title: '交单人', :model="model"
grp: 'bedgrp', :argadr="{
rol: 'prb', title: '交单人',
}" :disabled="true" :enRef="false" :enNam="false"></c-ptsmsg> grp: 'bedgrp',
rol: 'prb',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-ptsmsg :model="model" :argadr="{ <c-ptsmsg
title: '开证行', :model="model"
grp: 'bedgrp', :argadr="{
rol: 'iss', title: '开证行',
}" :disabled="true" :enRef="false" :enNam="false"></c-ptsmsg> grp: 'bedgrp',
rol: 'iss',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-ptsmsg :model="model" :argadr="{ <c-ptsmsg
title: '申请人', :model="model"
grp: 'bedgrp', :argadr="{
rol: 'apl', title: '申请人',
}" :disabled="true" :enRef="false" :enNam="false"></c-ptsmsg> grp: 'bedgrp',
rol: 'apl',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="24"> <!-- <c-col :span="24">
...@@ -166,8 +291,14 @@ ...@@ -166,8 +291,14 @@
<!-- next part --> <!-- next part -->
<c-col :span="24" style="margin-bottom: 35px"> <c-col :span="24" style="margin-bottom: 35px">
<c-istream-table ref="table" :list="model.liaall.tenstm.rows || []" :columns="stmData.columns" :showSelection="true" <c-istream-table
v-on:multipleSelect="multipleSelect" prop="liaall.tenstm"> ref="table"
:list="model.liaall.tenstm.rows || []"
:columns="stmData.columns"
:showSelection="true"
v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm"
>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
<!-- left --> <!-- left -->
...@@ -175,14 +306,24 @@ ...@@ -175,14 +306,24 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="单据部分金额" prop="bedgrp.cbs.opn2.cur"> <el-form-item label="单据部分金额" prop="bedgrp.cbs.opn2.cur">
<c-input v-model="model.bedgrp.cbs.opn2.cur" maxlength="3" placeholder="请输入单据部分金额" disabled></c-input> <c-input
v-model="model.bedgrp.cbs.opn2.cur"
maxlength="3"
placeholder="请输入单据部分金额"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="aamset.utlamt"> <el-form-item label="" label-width="5px" prop="aamset.utlamt">
<c-input v-model="model.aamset.utlamt" placeholder="请输入单据部分金额" disabled @change="eventFunction( <c-input
'aamset.utlamt' v-model="model.aamset.utlamt"
)"></c-input> placeholder="请输入单据部分金额"
disabled
@change="eventFunction(
'aamset.utlamt'
)"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -190,20 +331,32 @@ ...@@ -190,20 +331,32 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="附加金额" prop="bedgrp.cbs.opn2.cur"> <el-form-item label="附加金额" prop="bedgrp.cbs.opn2.cur">
<c-input v-model="model.bedgrp.cbs.opn2.cur" maxlength="3" placeholder="请输入附加金额" disabled></c-input> <c-input
v-model="model.bedgrp.cbs.opn2.cur"
maxlength="3"
placeholder="请输入附加金额"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="aamset.utlamt2"> <el-form-item label="" label-width="5px" prop="aamset.utlamt2">
<c-input v-model="model.aamset.utlamt2" placeholder="请输入附加金额" disabled @change="eventFunction( <c-input
'aamset.utlamt2' v-model="model.aamset.utlamt2"
)"></c-input> placeholder="请输入附加金额"
disabled
@change="eventFunction(
'aamset.utlamt2'
)"
></c-input>
</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 label="" prop="rmbclm.clmrmbflg"> <el-form-item label="" prop="rmbclm.clmrmbflg">
<c-checkbox v-model="clmrmbflg">Claim Reimbursement(e.g via MT 742)</c-checkbox> <c-checkbox v-model="clmrmbflg"
>Claim Reimbursement(e.g via MT 742)</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -212,27 +365,48 @@ ...@@ -212,27 +365,48 @@
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<c-form-item label="扣除佣金" prop="bedgrp.rec.lescom"> <c-form-item label="扣除佣金" prop="bedgrp.rec.lescom">
<c-input v-model="model.bedgrp.rec.lescom" placeholder="请输入内容"></c-input> <c-input
v-model="model.bedgrp.rec.lescom"
placeholder="请输入内容"
></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="描述内容(77A)" prop="trnmod.trndoc.nar754"> <c-form-item label="描述内容(77A)" prop="trnmod.trndoc.nar754">
<c-input type="textarea" v-model="model.trnmod.trndoc.nar754" maxlength="35" show-word-limit <c-input
placeholder="请输入77A场内容"></c-input> type="textarea"
v-model="model.trnmod.trndoc.nar754"
maxlength="35"
show-word-limit
placeholder="请输入77A场内容"
></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col> </c-col>
<!-- bottom --> <!-- bottom -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="给开证行/可用银行的付款指示" prop="payinstxt" style="width: 100%"> <el-form-item
label="给开证行/可用银行的付款指示"
prop="payinstxt"
style="width: 100%"
>
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.payinstxt" maxlength="300" show-word-limit <c-input
placeholder="请输入付款指示"></c-input> type="textarea"
v-model="model.payinstxt"
maxlength="300"
show-word-limit
placeholder="请输入付款指示"
></c-input>
<template slot="footer"> <template slot="footer">
<c-button style="margin-left: 10px; padding: 0 10px" size="small" type="primary" <c-button
@click="showGridPromptDialog('payins.buttxmsel', null, null, { TXT: 'payinstxt' }, { TXT: false }, 'doxpDialog')"> style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="showGridPromptDialog('payins.buttxmsel',null,null,{TXT:'payinstxt'},{TXT:false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -240,13 +414,12 @@ ...@@ -240,13 +414,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</div> </div>
</template> </template>
<script> <script>
import event from '../event'
import event from "../event";
import Ptsmsg from "~/views/Public/Ptsmsg"; import Ptsmsg from "~/views/Public/Ptsmsg";
export default { export default {
...@@ -293,7 +466,11 @@ export default { ...@@ -293,7 +466,11 @@ export default {
return this.model.mtabut.coninf.usr.extkey == ""; return this.model.mtabut.coninf.usr.extkey == "";
}, },
}, },
methods: { async multipleSelect(selection) { mounted() {
this.$nextTick(() => {});
},
methods: {
async multipleSelect(selection) {
if (selection.length > 1) { if (selection.length > 1) {
this.$notify({ this.$notify({
title: "错误", title: "错误",
...@@ -304,6 +481,8 @@ export default { ...@@ -304,6 +481,8 @@ export default {
let chkIds; let chkIds;
if (selection.length === 0) { if (selection.length === 0) {
chkIds = [] chkIds = []
// this.model.liaall.tensetstm.rows = []
// this.model.liaall.tenstm.rows = []
} else { } else {
chkIds = [selection[0] + 1] chkIds = [selection[0] + 1]
} }
...@@ -317,12 +496,13 @@ export default { ...@@ -317,12 +496,13 @@ export default {
this.$notify.error({ title: "错误", message: "服务请求失败!" }); this.$notify.error({ title: "错误", message: "服务请求失败!" });
} }
} }
},}, },
created: function () { }, },
created: function () {},
}; };
</script> </script>
<style> <style>
.messageLabel>>>.el-form-item__label { .messageLabel >>> .el-form-item__label {
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
font-size: 12px; font-size: 12px;
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
v-model="model.rmbclm.rmbrol" v-model="model.rmbclm.rmbrol"
style="width: 100%" style="width: 100%"
placeholder="请选择偿付行" placeholder="请选择偿付行"
@change="selectOrCheckboxRule('rmbclm.rmbrol')"
> >
<el-option <el-option
v-for="item in codes.rolall" v-for="item in codes.rolall"
...@@ -32,8 +31,6 @@ ...@@ -32,8 +31,6 @@
:noRef="false" :noRef="false"
:isAdrblk="true" :isAdrblk="true"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
:disabledRef="rmbrolFlag" :disabledRef="rmbrolFlag"
:disabledExtkey="rmbrolFlag" :disabledExtkey="rmbrolFlag"
> >
...@@ -65,8 +62,6 @@ ...@@ -65,8 +62,6 @@
:noRef="false" :noRef="false"
:disabled="true" :disabled="true"
:isAdrblk="true" :isAdrblk="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -82,8 +77,6 @@ ...@@ -82,8 +77,6 @@
:noRef="false" :noRef="false"
:disabled="true" :disabled="true"
:isAdrblk="true" :isAdrblk="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -93,17 +86,14 @@ ...@@ -93,17 +86,14 @@
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import event from "../event";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Betrcl/Event";
import Ptap from "~/views/Public/Ptap"; import Ptap from "~/views/Public/Ptap";
export default { export default {
components: {"c-ptap": Ptap }, components: {"c-ptap": Ptap },
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [event],
data() { data() {
return {}; return {};
}, },
...@@ -117,7 +107,7 @@ export default { ...@@ -117,7 +107,7 @@ export default {
}, },
}, },
}, },
methods: { ...Event }, methods: {},
created: function () {}, created: function () {},
}; };
</script> </script>
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="出口信用证单据承兑"> <c-page title="出口信用证单据承兑">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> --> <el-form
:model="model"
<!-- <el-button size="small">流程附言</el-button> :rules="rules"
<el-button size="small">交易历史</el-button> ref="modelForm"
<el-button size="small">备忘录</el-button> label-width="120px"
<el-button size="small">影像信息</el-button> label-position="right"
// <el-button size="small">保存模板</el-button> size="small"
// <el-button size="small">使用模板</el-button> :validate-on-rule-change="false"
<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="120px" label-position="right" size="small"
:validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000033 --> <!--PD000033 -->
<el-tab-pane label="业务信息" name="ovwp"> <el-tab-pane label="业务信息" name="ovwp">
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000001 --> <!--PD000001 -->
<el-tab-pane label="统一授信" name="limitbody"> <el-tab-pane label="统一授信" name="limitbody">
<c-content> <c-content>
<m-limitbody :model="model" :codes="codes" /> <m-limitbody :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
...@@ -38,118 +32,148 @@ ...@@ -38,118 +32,148 @@
<m-engp :model="model" :codes="codes" /> <m-engp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="费用/账务" name="setmod"> <el-tab-pane label="费用/账务" name="setmod">
<c-content> <c-content>
<m-setmod :model="model" :codes="codes" @changeSetmodModel="changeSetmodModel" /> <m-setmod
:model="model"
:codes="codes"
@changeSetmodModel="changeSetmodModel"
/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <el-tab-pane label="备查/附言" name="coninfp">
<el-tab-pane label="会计分录" name="glepan">
<c-content> <c-content>
<m-glentry :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!-- <el-tab-pane label="备查/附言" name="addbcb">
<c-content>
<m-addbcb :model="model" :codes="codes" />
</c-content>
</el-tab-pane> -->
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan"> <el-tab-pane label="报文/面函" name="docpan">
<c-content> <c-content>
<m-docpan :model="model" :codes="codes" /> <m-docpan :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="附件信息" name="doctre"> <el-tab-pane label="附件信息" name="doctre">
<c-content> <c-content>
<m-doctre :model="model" :codes="codes" /> <m-doctre :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"> ref="doxpDialog"
:isPty="false"
:promptData="promptData"
>
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash">
</c-function-btn> </c-function-btn>
</c-page> </c-page>
</div> </div>
</template> </template>
<script> <script>
import event from '../event'; import CodeTable from "~/config/CodeTable";
import operationFunc from "~/mixin/operationFunc"; import Betrcl from "../model";
import CodeTable from "~/config/CodeTable"
import formRules from '../model/check' import formRules from '../model/check'
import Betrcl from "~/model/Betrcl";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
import Remp from "./Remp"; import Remp from "./Remp";
// import Addbcb from "./Addbcb"
import Engp from "~/components/business/engp/views"; import Engp from "~/components/business/engp/views";
// import Ccvpan from "~/components/business/ccvpan/views"; import Doctre from "~/components/business/doctre/views";
import Setmod from "~/components/business/setmod/views"; import Setmod from "~/components/business/setmod/views";
import Glentry from "~/components/business/glentry/views"; import Coninfp from "~/components/business/coninfp/views";
import Docpan from "~/components/business/docpan/views"; import Docpan from "~/components/business/docpan/views";
import Doctre from "~/components/business/doctre/views";
import Limitbody from "~/components/business/limitbody/views"; import Limitbody from "~/components/business/limitbody/views";
import Glepan from "~/components/business/glentry/views"; import operationFunc from "@/mixin/operationFunc";
// import Addbcb from "~/components/business/addbcb/views"; import event from "../event";
// import Coninfp from "~/components/business/coninfp/views";
export default { export default {
name: "Betrcl", name: "Betrcl",
components: { components: {
"m-ovwp": Ovwp, "m-ovwp": Ovwp,
// "m-addbcb": Addbcb,
"m-engp": Engp, "m-engp": Engp,
"m-docpan": Docpan, "m-docpan": Docpan,
"m-doctre": Doctre, "m-doctre": Doctre,
"m-coninfp": Coninfp,
"m-remp": Remp, "m-remp": Remp,
// "m-coninfp": Coninfp,
"m-limitbody": Limitbody, "m-limitbody": Limitbody,
"m-setmod": Setmod, "m-setmod": Setmod,
"m-glentry": Glentry,
"m-docpan": Docpan,
"m-doctre": Doctre,
"m-limitbody": Limitbody,
"m-glepan": Glepan,
}, },
provide() { provide() {
return { return {
root: this, root: this,
}; };
}, },
mixins: [event, operationFunc], mixins: [operationFunc, event], // 里面包含了Default、Check等的公共处理
data() { data() {
return { return {
tabVal: "ovwp", tabVal: "ovwp",
trnName: "betrcl", trnName: "betrcl",
// trnType: "", trnType: "",
model: new Betrcl().data, model: new Betrcl().data,
rules: formRules, rules: formRules,
codes: { codes: {
...CodeTable ...CodeTable,
}, },
activeNames: ["setpan"], activeNames: ["engp"],
} promptData: {
title: 'Select a Party',
columns: [
{
prop: 'ptyInr',
label: 'Party Number'
},
{
prop: 'inr',
label: 'Address Number'
},
{
prop: 'branch',
label: 'Branch Code'
},
{
prop: 'bchName',
label: 'Branch Name'
},
{
prop: 'adrName',
label: 'Address Name'
},
{
prop: 'adr1',
label: 'Address1'
},
{
prop: 'locCty',
label: 'City'
},
{
prop: 'locZip',
label: 'Zip'
},
{
prop: 'bicCode',
label: 'BIC'
}
],
data: []
},
};
}, },
methods:{ methods: {},
}, mounted () {
mounted () { this.init()
this.init() },
}, };
}
</script> </script>
<style></style> <style>
</style>
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