Commit 140c81fd by liaoxing

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents 8d3948e2 27ec6bfb
...@@ -90,7 +90,7 @@ import Glentry from "~/components/business/glentry/views"; ...@@ -90,7 +90,7 @@ import Glentry from "~/components/business/glentry/views";
import Docpan from "~/components/business/docpan/views"; import Docpan from "~/components/business/docpan/views";
import Doctre from "~/components/business/doctre/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";
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<script> <script>
import event from "../event"; import event from "../event";
import Coninfp from "~/views/Public/Coninfp"; import Coninfp from "~/views/Public/Coninfp";
......
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ ledgrp:{
rec:{ rec:{
inr:this.$route.query.inr inr:this.$route.query.inr
} }
...@@ -105,15 +105,15 @@ export default { ...@@ -105,15 +105,15 @@ export default {
// 业务信息=》基本信息=》保函编号-----获取保函编号 // 业务信息=》基本信息=》保函编号-----获取保函编号
async queryOwnref() { async queryOwnref() {
let params = { let params = {
ptainr: this.model.gidgrp.apl.pts.ptainr, ptainr: this.model.ledgrp.apl.pts.ptainr,
businessType: 'LG', businessType: 'LC',
tbl: 'LG', tbl: 'LC',
}; };
const loading = this.loading(); const loading = this.loading();
let res = await Api.post('/service/letcan/getOwnRef', params); let res = await Api.post('/service/letcan/getOwnRef', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
loading.close(); loading.close();
this.model.gidgrp.rec.ownref = res.data; this.model.ledgrp.rec.ownref = res.data;
} }
}, },
// 获取brtacp弹框表格数据 // 获取brtacp弹框表格数据
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
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.ledgrp[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) {
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
}; };
let res = await Api.post('/service/ptspta/fetch', params); let res = await Api.post('/service/ptspta/fetch', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
this.$set(this.model.gidgrp, row.role.toLowerCase(), res.data); this.$set(this.model.ledgrp, row.role.toLowerCase(), res.data);
} }
}, },
// 业务信息=》基本信息=》支出目的 // 业务信息=》基本信息=》支出目的
...@@ -147,12 +147,12 @@ export default { ...@@ -147,12 +147,12 @@ export default {
// 初始化保函开立类型码表下拉列表 // 初始化保函开立类型码表下拉列表
async queryHndtypCodeTableList(trnName) { async queryHndtypCodeTableList(trnName) {
let params = { let params = {
gitp: { letp: {
swiftflg: this.model.gitp.swiftflg, swiftflg: this.model.letp.swiftflg,
}, },
gidgrp: { ledgrp: {
rec: { rec: {
purpos: this.model.gidgrp.rec.purpos, purpos: this.model.ledgrp.rec.purpos,
}, },
}, },
transName: trnName.toUpperCase(), transName: trnName.toUpperCase(),
......
export default { export default {
'setmod.dspflg' :null, 'setmod.dspflg': null,
'sndmsg' :null, sndmsg: null,
'liaall.limmod.limpts.nonrevflg1' :null, 'liaall.limmod.limpts.nonrevflg1': null,
'letp0.recget.sdamod.dadsnd':[ 'letp0.recget.sdamod.dadsnd': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 16, message: '长度不能超过16' },
],
'ledgrp.rec.ownref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'ledgrp.rec.nam':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'ledgrp.cbs.nom1.cur':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'ledgrp.cbs.nom1.amt':[
{type: 'string', required: false, message: '必输项'},
{max: 18,message:'整数位不能超过14位'},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'ledgrp.apl.pts.ref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'ledgrp.cbs.opn1.cur':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'ledgrp.cbs.opn1.amt':[
{type: 'string', required: false, message: '必输项'},
{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位' }
],
'ledgrp.apl.pts.nam':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'ledgrp.avbnam':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'ledgrp.iss.pts.ref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'ledgrp.iss.pts.nam':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'ledgrp.rec.opndat':[
{type: 'date', required: false, message: '输入正确的日期'}
],
'ledgrp.rec.shpdat':[
{type: 'date', required: false, message: '输入正确的日期'}
],
'ledgrp.ben.pts.ref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'ledgrp.rec.expdat':[
{type: 'date', required: false, message: '输入正确的日期'}
],
'ledgrp.rec.expplc':[
{type: 'string', required: false, message: '必输项'},
{max: 29,message:'长度不能超过29'}
],
'ledgrp.ben.pts.nam':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'letp0.cnftxt':[
{type: 'string', required: false, message: '必输项'},
{max: 40,message:'长度不能超过40'}
],
'letcanf.strinf':[
{type: 'string', required: false, message: '必输项'},
{max: 1750,message:'长度不能超过1750'}
],
'liaall.outamt':[
{type: 'number', required: false, message: '必输项'},
{max: 18,message:'整数位不能超过14位'},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'liaall.outpct':[
{type: 'string', required: false, message: '必输项'},
{max: 6,message:'长度不能超过6'}
],
'liaall.concur':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'liaall.misamt':[
{type: 'number', required: false, message: '必输项'},
{max: 18,message:'整数位不能超过14位'},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'ledgrp.rec.ownref': [
{ type: 'string', required: false, message: '必输项' },
'liaall.exttotoldamt':[ { max: 16, message: '长度不能超过16' },
{type: 'number', required: false, message: '必输项'},
{max: 18,message:'整数位不能超过14位'},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.exttotamt':[ 'ledgrp.rec.nam': [
{type: 'number', 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位' } ],
'ledgrp.cbs.nom1.cur': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'ledgrp.cbs.nom1.amt': [
{ type: 'string', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
], ],
'ledgrp.apl.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'ledgrp.cbs.opn1.cur': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'ledgrp.cbs.opn1.amt': [
{ type: 'string', required: false, message: '必输项' },
{ 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位',
},
],
'setmod.ref':[ 'ledgrp.apl.pts.nam': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 40, message: '长度不能超过40' },
], ],
'ledgrp.avbnam': [
{ type: 'string', required: false, message: '必输项' },
'setmod.docamt':[ { max: 40, message: '长度不能超过40' },
{type: 'number', required: false, message: '必输项'}, ],
{max: 18,message:'整数位不能超过14位'}, 'ledgrp.iss.pts.ref': [
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { type: 'string', required: false, message: '必输项' },
], { max: 16, message: '长度不能超过16' },
],
'ledgrp.iss.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'ledgrp.rec.opndat': [
{ type: 'date', required: false, message: '输入正确的日期' },
],
'ledgrp.rec.shpdat': [
{ type: 'date', required: false, message: '输入正确的日期' },
],
'ledgrp.ben.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'ledgrp.rec.expdat': [
{ type: 'date', required: false, message: '输入正确的日期' },
],
'ledgrp.rec.expplc': [
{ type: 'string', required: false, message: '必输项' },
{ max: 29, message: '长度不能超过29' },
],
'ledgrp.ben.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'setmod.zmqacc':[ 'letp0.cnftxt': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 20,message:'长度不能超过20'} { max: 40, message: '长度不能超过40' },
], ],
'letcanf.strinf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 1750, message: '长度不能超过1750' },
],
'liaall.outamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'liaall.outpct': [
{ type: 'string', required: false, message: '必输项' },
{ max: 6, message: '长度不能超过6' },
],
'liaall.concur': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'liaall.misamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'setmod.glemod.gleshwstm':[ 'liaall.exttotoldamt': [
{type: 'string', required: false, message: '必输项'}, { type: 'number', required: false, message: '必输项' },
{max: 1,message:'长度不能超过1'} { max: 18, message: '整数位不能超过14位' },
], {
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'liaall.exttotamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'rmbclm.rmbrmb.pts.ref':[ 'setmod.ref': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 16, message: '长度不能超过16' },
], ],
'rmbclm.rmbp.ptsget.sdamod.dadsnd':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.rmbrmb.pts.extkey':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.rmbp.ptsget.sdamod.seainf':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'rmbclm.rmbrmb.namelc':[ 'setmod.docamt': [
{type: 'string', required: true, message: '必输项'}, { type: 'number', required: false, message: '必输项' },
{max: 35,message:'长度不能超过35'} { max: 18, message: '整数位不能超过14位' },
], {
'rmbclm.rmbrmb.pts.adrblk':[ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
{type: 'string', required: true, message: '必输项'}, message: '小数位不能超过3位',
{max: 140,message:'长度不能超过140'} },
], ],
'rmbclm.rmbrmb.dbfadrblkcn':[
{type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.rmbrmb.adrelc':[
{type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.acwacw.pts.ref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.acwp.ptsget.sdamod.dadsnd':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.acwacw.pts.extkey':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.acwp.ptsget.sdamod.seainf':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'rmbclm.acwacw.namelc':[ 'setmod.zmqacc': [
{type: 'string', required: true, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 35,message:'长度不能超过35'} { max: 20, message: '长度不能超过20' },
], ],
'rmbclm.acwacw.pts.adrblk':[
{type: 'string', required: false, message: '必输项'},
{max: 140,message:'长度不能超过140'}
],
'rmbclm.acwacw.dbfadrblkcn':[
{type: 'string', required: false, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.acwacw.adrelc':[
{type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.bebbeb.pts.ref':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.bebp.ptsget.sdamod.dadsnd':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.bebbeb.pts.extkey':[
{type: 'string', required: false, message: '必输项'},
{max: 16,message:'长度不能超过16'}
],
'rmbclm.bebp.ptsget.sdamod.seainf':[
{type: 'string', required: false, message: '必输项'},
{max: 3,message:'长度不能超过3'}
],
'rmbclm.bebbeb.namelc':[ 'setmod.glemod.gleshwstm': [
{type: 'string', required: true, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 35,message:'长度不能超过35'} { max: 1, message: '长度不能超过1' },
], ],
'rmbclm.bebbeb.pts.adrblk':[
{type: 'string', required: false, message: '必输项'},
{max: 140,message:'长度不能超过140'}
],
'rmbclm.bebbeb.dbfadrblkcn':[
{type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.bebbeb.adrelc':[
{type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'}
],
'rmbclm.valdat':[
{type: 'date', required: false, message: '输入正确的日期'}
],
'rmbclm.rmbrmb.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.rmbp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.rmbrmb.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.rmbp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'mtabut.coninf.oitinf.oit.inftxt':[ 'rmbclm.rmbrmb.namelc': [
{type: 'string', required: true, message: '必输项'}, { type: 'string', required: true, message: '必输项' },
{max: 60,message:'长度不能超过60'} { max: 35, message: '长度不能超过35' },
], ],
'rmbclm.rmbrmb.pts.adrblk': [
{ type: 'string', required: true, message: '必输项' },
{ max: 140, message: '长度不能超过140' },
],
'rmbclm.rmbrmb.dbfadrblkcn': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.rmbrmb.adrelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.acwacw.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.acwp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.acwacw.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.acwp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'rmbclm.acwacw.namelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.acwacw.pts.adrblk': [
{ type: 'string', required: false, message: '必输项' },
{ max: 140, message: '长度不能超过140' },
],
'rmbclm.acwacw.dbfadrblkcn': [
{ type: 'string', required: false, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.acwacw.adrelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.bebbeb.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.bebp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.bebbeb.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'rmbclm.bebp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'mtabut.coninf.oitset.oit.inftxt':[ 'rmbclm.bebbeb.namelc': [
{type: 'string', required: true, message: '必输项'}, { type: 'string', required: true, message: '必输项' },
{max: 60,message:'长度不能超过60'} { max: 35, message: '长度不能超过35' },
], ],
'rmbclm.bebbeb.pts.adrblk': [
{ type: 'string', required: false, message: '必输项' },
{ max: 140, message: '长度不能超过140' },
],
'rmbclm.bebbeb.dbfadrblkcn': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.bebbeb.adrelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'rmbclm.valdat': [
{ type: 'date', required: false, message: '输入正确的日期' },
],
'mtabut.coninf.conexedat':[ 'mtabut.coninf.oitinf.oit.inftxt': [
{type: 'date', required: false, message: '输入正确的日期'} { type: 'string', required: true, message: '必输项' },
], { max: 60, message: '长度不能超过60' },
'mtabut.coninf.usr.extkey':[ ],
{type: 'string', required: false, message: '必输项'},
{max: 8,message:'长度不能超过8'}
],
'trnmod.trndoc.advnam':[ 'mtabut.coninf.oitset.oit.inftxt': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: true, message: '必输项' },
{max: 50,message:'长度不能超过50'} { max: 60, message: '长度不能超过60' },
], ],
'trnmod.trndoc.amdapl':[
{type: 'string', required: true, message: '必输项'},
{max: 50,message:'长度不能超过50'}
],
'trnmod.trndoc.advdoc':[ 'mtabut.coninf.conexedat': [
{type: 'string', required: false, message: '必输项'}, { type: 'date', required: false, message: '输入正确的日期' },
{max: 1,message:'长度不能超过1'} ],
], 'mtabut.coninf.usr.extkey': [
'trnmod.trndoc.filrecv':[ { type: 'string', required: false, message: '必输项' },
{type: 'string', required: false, message: '必输项'}, { max: 8, message: '长度不能超过8' },
{max: 16,message:'长度不能超过16'} ],
],
'trnmod.trndoc.doctrestm':[
{type: 'string', required: false, message: '必输项'},
{max: 1,message:'长度不能超过1'}
],
'trnmod.trndoc.condocstm':[ 'trnmod.trndoc.advnam': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 1,message:'长度不能超过1'} { max: 50, message: '长度不能超过50' },
], ],
'trnmod.trndoc.rcvatt.seainf':[ 'trnmod.trndoc.amdapl': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: true, message: '必输项' },
{max: 3,message:'长度不能超过3'} { max: 50, message: '长度不能超过50' },
], ],
'liaall.limmod.ecifno':[
{type: 'string', required: false, message: '必输项'},
{max: 22,message:'长度不能超过22'}
],
'liaall.limmod.ownref':[ 'trnmod.trndoc.advdoc': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 1, message: '长度不能超过1' },
], ],
'liaall.limmod.wrkp.ptsget.sdamod.dadsnd':[ 'trnmod.trndoc.filrecv': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 16, message: '长度不能超过16' },
], ],
'liaall.limmod.othp.ptsget.sdamod.dadsnd':[ 'trnmod.trndoc.doctrestm': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 1, message: '长度不能超过1' },
], ],
'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':[ 'trnmod.trndoc.condocstm': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 16,message:'长度不能超过16'} { max: 1, message: '长度不能超过1' },
], ],
'liaall.limmod.othp.ptsget.sdamod.seainf':[ 'trnmod.trndoc.rcvatt.seainf': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 3,message:'长度不能超过3'} { max: 3, message: '长度不能超过3' },
], ],
'liaall.limmod.ecifno': [
{ type: 'string', required: false, message: '必输项' },
{ max: 22, message: '长度不能超过22' },
],
'liaall.limmod.comamt':[ 'liaall.limmod.ownref': [
{type: 'number', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 18,message:'整数位不能超过14位'}, { max: 16, message: '长度不能超过16' },
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } ],
], 'liaall.limmod.wrkp.ptsget.sdamod.dadsnd': [
'liaall.limmod.limpts.wrk.pts.nam':[ { type: 'string', required: false, message: '必输项' },
{type: 'string', required: false, message: '必输项'}, { max: 16, message: '长度不能超过16' },
{max: 40,message:'长度不能超过40'} ],
], 'liaall.limmod.othp.ptsget.sdamod.dadsnd': [
'liaall.limmod.limpts.oth.pts.nam':[ { type: 'string', required: false, message: '必输项' },
{type: 'string', required: false, message: '必输项'}, { max: 16, message: '长度不能超过16' },
{max: 40,message:'长度不能超过40'} ],
], 'liaall.limmod.limpts.wrk.pts.extkey': [
'liaall.limmod.ccvamt':[ { type: 'string', required: false, message: '必输项' },
{type: 'number', required: false, message: '必输项'}, { max: 16, message: '长度不能超过16' },
{max: 18,message:'整数位不能超过14位'}, ],
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } 'liaall.limmod.wrkp.ptsget.sdamod.seainf': [
], { type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'liaall.limmod.limpts.pfcod1':[ 'liaall.limmod.limpts.oth.pts.extkey': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 14,message:'长度不能超过14'} { max: 16, message: '长度不能超过16' },
], ],
'liaall.limmod.limpts.pfcod2':[ 'liaall.limmod.othp.ptsget.sdamod.seainf': [
{type: 'string', required: false, message: '必输项'}, { type: 'string', required: false, message: '必输项' },
{max: 14,message:'长度不能超过14'} { 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' },
],
};
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 Letcan { export default class Letcan {
constructor() { constructor() {
this.data = { this.data = {
brdgrp: { letp:{
adv: { swiftflg:'',
pts: new Pts().data, },
}, brdgrp: {
prb: { adv: {
adrelc: '', pts: new Pts().data,
dbfadrblkcn: '', },
namelc: '', prb: {
pts: new Pts().data, adrelc: '',
}, dbfadrblkcn: '',
acb: { namelc: '',
adrelc: '', pts: new Pts().data,
dbfadrblkcn: '', },
namelc: '', acb: {
pts: new Pts().data, adrelc: '',
}, dbfadrblkcn: '',
apl: { namelc: '',
adrelc: '', pts: new Pts().data,
dbfadrblkcn: '', },
namelc: '', apl: {
pts: new Pts().data, adrelc: '',
}, dbfadrblkcn: '',
ben: { namelc: '',
adrelc: '', pts: new Pts().data,
dbfadrblkcn: '', },
namelc: '', ben: {
pts: new Pts().data, adrelc: '',
}, dbfadrblkcn: '',
blk: { namelc: '',
chaded: '', pts: new Pts().data,
docdisflg: '', },
chaadd: '', blk: {
docdis: '', chaded: '',
}, docdisflg: '',
rec: { chaadd: '',
totcur: '', docdis: '',
ownref: '', },
disdat: '', rec: {
totamt: '', totcur: '',
nam: '', ownref: '',
docprbrol: '' disdat: '',
}, totamt: '',
cbs: { nam: '',
opn1: { docprbrol: '',
cur: '' },
}, cbs: {
opn2: { opn1: {
cur: '' cur: '',
}, },
max: { opn2: {
cur: '', cur: '',
amt: '' },
}, max: {
max2: { cur: '',
amt: '' amt: '',
} },
}, max2: {
matp: { amt: '',
mattxtlab: '' },
} },
}, matp: {
brtp: { mattxtlab: '',
furide: '', },
matp: { },
mattxtlab: '' brtp: {
}
}, furide: '',
sndmsg: '', matp: {
ledgrp: { mattxtlab: '',
adv: { },
pts: new Pts().data, },
}, sndmsg: '',
prb: { ledgrp: {
adrelc: '', adv: {
dbfadrblkcn: '', pts: new Pts().data,
namelc: '', },
pts: new Pts().data, prb: {
}, adrelc: '',
acb: { dbfadrblkcn: '',
adrelc: '', namelc: '',
dbfadrblkcn: '', pts: new Pts().data,
namelc: '', },
pts: new Pts().data, acb: {
}, adrelc: '',
rec: { dbfadrblkcn: '',
revflg: '', namelc: '',
expdat: '', pts: new Pts().data,
expplc: '', },
lcrtyp: '', rec: {
ownref: '', revflg: '',
shpdat: '', expdat: '',
avbby: '', expplc: '',
nam: '', lcrtyp: '',
opndat: '', ownref: '',
redclsflg: '' shpdat: '',
}, avbby: '',
cbs: { nam: '',
opn1: { opndat: '',
cur: '', redclsflg: '',
amt: '' },
}, cbs: {
nom1: { opn1: {
cur: '', cur: '',
amt: '' amt: '',
} },
}, nom1: {
rmb: { cur: '',
rolsetflg: '' amt: '',
}, },
iss: { },
pts: { rmb: {
ref: '', rolsetflg: '',
nam: '' },
} iss: {
}, pts: {
ben: { pts: new Pts().data,
pts: { },
ref: '', },
nam: '' ben: {
} pts: {
}, pts: new Pts().data,
apl: { },
pts: { },
ref: '', apl: {
nam: '' pts: new Pts().data,
} },
}, avbnam: '',
avbnam: '' },
}, letp0: {
letp0: { aammod: {
aammod: { addamtflg: '',
addamtflg: '' },
}, cnftxt: '',
cnftxt: '' },
}, letcanf: {
letcanf: { strinf: '',
strinf: '' },
}, rmbclm: {
rmbclm: { acwacw: {
acwacw: { pts: new Pts().data,
pts: { },
ref: '' valdat: '',
} rmbrmb: {
}, pts: new Pts().data,
valdat: '', },
rmbrmb: { bebbeb: {
pts: { pts: new Pts().data,
ref: '' },
} rmbrol: '',
}, },
bebbeb: { setmod: new Pub().data.Setmod,
pts: { mtabut: new Pub().data.Mtabut,
ref: '' trnmod: new Pub().data.Trnmod,
} liaall: new Pub().data.Liaall,
}, liaccv: new Pub().data.Liaccv,
rmbrol: '' docpan: new Pub().data.Docpan,
}, };
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,
};
}
} }
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-collapse v-model="activeNames"> <el-collapse v-model="activeNames">
<el-collapse-item title="提示信息" name="coninfp"> <el-collapse-item title="提示信息" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
</el-collapse> </el-collapse>
</div>
</div>
</template> </template>
<script> <script>
import event from '../event' import event from "../event";
import Coninfp from "~/views/Public/Coninfp"; import Coninfp from "~/views/Public/Coninfp";
export default { export default {
components: { components: {
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
}, },
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [event], mixins: [event],
data() { data() {
return { return {
activeNames: ["coninfp"],
activeNames: ["coninfp"], };
}; },
},
methods: {}, methods: {},
created: function () {}, created: function () {},
} };
</script> </script>
<style></style> <style></style>
......
...@@ -105,14 +105,11 @@ ...@@ -105,14 +105,11 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</div> </div>
</template> </template>
<script> <script>
import event from '../event' import event from '../event'
import Ptap from '~/views/Public/Ptap' import Ptap from '~/views/Public/Ptap'
export default { export default {
inject: ["root"], inject: ["root"],
components: { 'c-ptap': Ptap }, components: { 'c-ptap': Ptap },
...@@ -132,7 +129,6 @@ export default { ...@@ -132,7 +129,6 @@ export default {
) )
}, },
}, },
rmbrolAdrblkFlag: { rmbrolAdrblkFlag: {
get() { get() {
return ( return (
...@@ -141,10 +137,8 @@ export default { ...@@ -141,10 +137,8 @@ export default {
||this.model.rmbclm.rmbrol=='RMB' ||this.model.rmbclm.rmbrol=='RMB'
) )
}, },
}, },
} }
} }
</script> </script>
<style></style> <style></style>
...@@ -75,12 +75,13 @@ ...@@ -75,12 +75,13 @@
:promptData="promptData" :promptData="promptData"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
-->
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> --> </c-function-btn>
</c-page> </c-page>
</div> </div>
</template> </template>
...@@ -90,11 +91,9 @@ import operationFunc from "~/mixin/operationFunc"; ...@@ -90,11 +91,9 @@ import operationFunc from "~/mixin/operationFunc";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import formRules from '../model/check'; import formRules from '../model/check';
import Letcan from "../model"; import Letcan from "../model";
import Ovwp from './Ovwp' import Ovwp from './Ovwp'
import Addbcb from "./Addbcb" import Addbcb from "./Addbcb"
import Rcldetp from "./Rcldetp"; import Rcldetp from "./Rcldetp";
import Engp from "~/components/business/engp/views"; import Engp from "~/components/business/engp/views";
import Setmod from "~/components/business/setmod/views"; import Setmod from "~/components/business/setmod/views";
// import Glepan from "~/components/business/glepan/views"; // import Glepan from "~/components/business/glepan/views";
......
...@@ -19,15 +19,36 @@ export default { ...@@ -19,15 +19,36 @@ export default {
}, },
buildCommonData (model, trnName) { buildCommonData (model, trnName) {
let ptsptaList = []; let ptsptaList = [];
if (model.ledgrp.a2b.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.a2b));
}
if (model.ledgrp.con.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.con));
}
if (model.ledgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.ben));
}
if (model.ledgrp.avb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.avb));
}
if (model.ledgrp.iss.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.iss));
}
if (model.ledgrp.apl.pts.extkey) { if (model.ledgrp.apl.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.apl)); ptsptaList.push(this.buildPtspta(model.ledgrp.apl));
} }
if (model.ledgrp.drw.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.drw));
}
if (model.ledgrp.apb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.apb));
}
if (model.ledgrp.rmb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.rmb));
}
if (model.ledgrp.adv.pts.extkey) { if (model.ledgrp.adv.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.adv)); ptsptaList.push(this.buildPtspta(model.ledgrp.adv));
} }
if (model.ledgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.ben));
}
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
...@@ -121,7 +142,7 @@ export default { ...@@ -121,7 +142,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
objinr: model.ledgrp.rec.objinr, objinr: model.ledgrp.rec.inr,
ownref: model.ledgrp.rec.ownref, ownref: model.ledgrp.rec.ownref,
}, },
}; };
...@@ -132,7 +153,7 @@ export default { ...@@ -132,7 +153,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
objinr: model.ledgrp.rec.objinr, objinr: model.ledgrp.rec.inr,
ownref: model.ledgrp.rec.ownref, ownref: model.ledgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
}, },
......
...@@ -21,7 +21,14 @@ export default { ...@@ -21,7 +21,14 @@ 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 loading = this.loading(); const loading = this.loading();
const res = await Api.post('/service/letnot/init', { const res = await Api.post('/service/letnot/init', {
...@@ -65,7 +72,7 @@ export default { ...@@ -65,7 +72,7 @@ export default {
let engpRequest = buildFn.buildEngp(this.model, this.trnName); let engpRequest = buildFn.buildEngp(this.model, this.trnName);
this.processLiaall(engpRequest); this.processLiaall(engpRequest);
break; break;
case 'setpan': case 'setmod':
let setfegRequest = buildFn.buildSetfeg(this.model, this.trnName); let setfegRequest = buildFn.buildSetfeg(this.model, this.trnName);
// 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值 // 此处利用回调是为了等setfeg的接口调用完成后才去获取setglg参数,由于setglg参数依赖于setfeg函数的返回值
this.processSetpan(setfegRequest, () => { this.processSetpan(setfegRequest, () => {
...@@ -76,7 +83,7 @@ export default { ...@@ -76,7 +83,7 @@ export default {
let docpanRequest = buildFn.buildDocpan(this.model, this.trnName); let docpanRequest = buildFn.buildDocpan(this.model, this.trnName);
this.processTrndoc(docpanRequest); this.processTrndoc(docpanRequest);
break; break;
case 'glepan': case 'glentry':
let glentryRequest = buildFn.buildGlentry(this.model, this.trnName); let glentryRequest = buildFn.buildGlentry(this.model, this.trnName);
this.processGlentry(glentryRequest); this.processGlentry(glentryRequest);
break; break;
...@@ -119,46 +126,46 @@ export default { ...@@ -119,46 +126,46 @@ export default {
this.$set(this.model.ledgrp, row.role.toLowerCase(), res.data); this.$set(this.model.ledgrp, row.role.toLowerCase(), res.data);
} }
}, },
//获取信用证编号 // //获取信用证编号
async onLitpButgetref() { // async onLitpButgetref() {
let params = { // let params = {
ptainr: this.model.ledgrp.apl.pts.ptainr, // ptainr: this.model.ledgrp.apl.pts.ptainr,
businessType: 'LG', // businessType: 'LG',
tbl: 'LG', // tbl: 'LG',
}; // };
const loading = this.loading(); // const loading = this.loading();
let res = await Api.post('/service/letnot/getOwnRef', params); // let res = await Api.post('/service/letnot/getOwnRef', params);
if (res.respCode == SUCCESS) { // if (res.respCode == SUCCESS) {
loading.close(); // loading.close();
this.model.ledgrp.rec.ownref = res.data; // this.model.ledgrp.rec.ownref = res.data;
} // }
}, // },
// 初始化开立类型码表下拉列表 // // 初始化开立类型码表下拉列表
async queryHndtypCodeTableList(trnName) { // async queryHndtypCodeTableList(trnName) {
let params = { // let params = {
letp: { // letp: {
swiftflg: this.model.letp.swiftflg, // swiftflg: this.model.letp.swiftflg,
}, // },
ledgrp: { // ledgrp: {
rec: { // rec: {
purpos: this.model.ledgrp.rec.purpos, // purpos: this.model.ledgrp.rec.purpos,
}, // },
}, // },
transName: trnName.toUpperCase(), // transName: trnName.toUpperCase(),
}; // };
// let res = await Api.post('/service/litopn/initHndtyp', params); // // let res = await Api.post('/service/litopn/initHndtyp', params);
// if (res.respCode == SUCCESS) { // // if (res.respCode == SUCCESS) {
// this.$set(this.codes, 'voHndtyp', res.data); // // this.$set(this.codes, 'voHndtyp', res.data);
// } // // }
}, // },
// 是否SWIFT格式修改--联动保函开立类型 // 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg() { // handleChangeSwiftflg() {
this.queryHndtypCodeTableList(this.root.trnName); // this.queryHndtypCodeTableList(this.root.trnName);
}, // },
// 支出目的修改--联动保函开立类型 // 支出目的修改--联动保函开立类型
handleChangePurpos() { // handleChangePurpos() {
this.queryHndtypCodeTableList(this.root.trnName); // this.queryHndtypCodeTableList(this.root.trnName);
}, // },
apprulChange(v) { apprulChange(v) {
if (v !== 'OTHR') { if (v !== 'OTHR') {
this.model.ledgrp.rec.apprultxt = '' this.model.ledgrp.rec.apprultxt = ''
......
export default { export default {
"ledgrp.apb.pts.extkey" :null,
"ledgrp.rec.opndat" :null,
"ledgrp.adv.namelc" :null,
"ledgrp.blk.shpper" :null,
"ledgrp.rmb.pts.extkey" :null,
"ledgrp.a2b.pts.adrblk" :null,
"ledgrp.iss.pts.adrblk" :null,
"ledgrp.blk.spcrcb" :null,
"ledgrp.blk.preper" :null,
"ledgrp.adv.adrelc" :null,
"ledgrp.ben.adrelc" :null,
"ledgrp.avb.adrelc" :null,
"ledgrp.rec.tenmaxday" :null,
"ledgrp.blk.mixdet" :null,
"ledgrp.avb.pts.extkey" :null,
"ledgrp.adv.pts.extkey" :null,
"ledgrp.drw.adrelc" :null,
"ledgrp.ben.pts.extkey" :null,
"ledgrp.rmb.pts.adrblk" :null,
"ledgrp.blk.lcrgod" :null,
"setmod.dspflg" :null, "setmod.dspflg" :null,
"ledgrp.a2b.adrelc" :null,
"ledgrp.avb.namelc" :null,
"ledgrp.avb.pts.adrblk" :null,
"ledgrp.apb.pts.adrblk" :null,
"letp.usr.extkey" :null,
"ledgrp.a2b.namelc" :null,
"ledgrp.cbs.nom1.cur" :null, "ledgrp.cbs.nom1.cur" :null,
"ledgrp.rec.shpdat" :null,
"ledgrp.con.pts.nam" :null,
"ledgrp.rec.prepers18" :null,
"ledgrp.rec.nomtop" :null,
"ledgrp.iss.adrelc" :null,
"ledgrp.rec.nomton" :null,
"ledgrp.rec.avbwth" :null, "ledgrp.rec.avbwth" :null,
"ledgrp.apb.namelc" :null,
"ledgrp.rmb.namelc" :null,
"ledgrp.blk.feetxt" :null,
"ledgrp.apl.namelc" :null,
"ledgrp.cbs.max2.amt" :null,
"ledgrp.rec.stacty" :null, "ledgrp.rec.stacty" :null,
"ledgrp.adv.pts.adrblk" :null,
"ledgrp.cbs.nom1.amt" :null,
"ledgrp.blk.lcrdoc" :null,
"ledgrp.blk.defdet" :null,
"ledgrp.rec.expdat" :null,
"ledgrp.blk.dftat" :null,
"ledgrp.rec.lcrtyp" :null, "ledgrp.rec.lcrtyp" :null,
"ledgrp.blk.insbnk" :null,
"mtabut.coninf.conexedat" :null,
"ledgrp.rec.apprul" :null, "ledgrp.rec.apprul" :null,
"ledgrp.apl.adrelc" :null,
"ledgrp.iss.pts.extkey" :null,
"ledgrp.blk.adlcnd" :null,
"ledgrp.iss.namelc" :null,
"ledgrp.rec.expplc" :null,
"ledgrp.drw.pts.extkey" :null,
"ledgrp.a2b.pts.extkey" :null,
"ledgrp.iss.pts.ref" :null,
"ledgrp.ben.namelc" :null,
"ledgrp.apl.pts.adrblk" :null,
"ledgrp.ben.pts.adrblk" :null,
"ledgrp.blk.addamtcov" :null,
"setmod.docamt" :null,
"ledgrp.apb.adrelc" :null,
"ledgrp.rmb.adrelc" :null,
"ledgrp.drw.namelc" :null,
"ledgrp.apl.pts.extkey" :null,
"ledgrp.con.pts.extkey" :null,
"ledgrp.rec.cnfdet" :null, "ledgrp.rec.cnfdet" :null,
"ledgrp.drw.pts.adrblk" :null,
"ledgrp.rec.apprultxt" :null,
"ledgrp.blk.spcben" :null,
"letp.recget.sdamod.dadsnd":[ "letp.recget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -89,8 +22,6 @@ export default { ...@@ -89,8 +22,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"ledgrp.ben.pts.ref":[ "ledgrp.ben.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -107,7 +38,6 @@ export default { ...@@ -107,7 +38,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.ben.pts.extkey":[ "ledgrp.ben.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -116,18 +46,15 @@ export default { ...@@ -116,18 +46,15 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.ben.namelc":[ "ledgrp.ben.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.cbs.nom1.amt":[ "ledgrp.cbs.nom1.amt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, 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位" }
], ],
"ledgrp.ben.pts.adrblk":[ "ledgrp.ben.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 140,message:"长度不能超过140"} {max: 140,message:"长度不能超过140"}
...@@ -136,7 +63,6 @@ export default { ...@@ -136,7 +63,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.rec.nomtop":[ "ledgrp.rec.nomtop":[
{type: "number", required: false, message: "必输项",trigger: "blur"}, {type: "number", required: false, message: "必输项",trigger: "blur"},
{type: "number",max: 99,message:"长度不能超过2",trigger: "blur"} {type: "number",max: 99,message:"长度不能超过2",trigger: "blur"}
...@@ -149,10 +75,6 @@ export default { ...@@ -149,10 +75,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.cbs.max.amt":[ "ledgrp.cbs.max.amt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
...@@ -180,7 +102,6 @@ export default { ...@@ -180,7 +102,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.iss.namelc":[ "ledgrp.iss.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -218,7 +139,6 @@ export default { ...@@ -218,7 +139,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"ledgrp.apl.pts.extkey":[ "ledgrp.apl.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -227,12 +147,10 @@ export default { ...@@ -227,12 +147,10 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.apl.namelc":[ "ledgrp.apl.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.rec.oppbnk":[ "ledgrp.rec.oppbnk":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 12,message:"长度不能超过12"} {max: 12,message:"长度不能超过12"}
...@@ -245,7 +163,6 @@ export default { ...@@ -245,7 +163,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.apl.adrelc":[ "ledgrp.apl.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -254,21 +171,11 @@ export default { ...@@ -254,21 +171,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.cbs.max2.amt":[ "ledgrp.cbs.max2.amt":[
{type: "string", 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位" }
], ],
"ledgrp.cbs.opn2.amt":[ "ledgrp.cbs.opn2.amt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
...@@ -278,7 +185,6 @@ export default { ...@@ -278,7 +185,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 140,message:"长度不能超过140"} {max: 140,message:"长度不能超过140"}
], ],
"ledgrp.blk.mixdet":[ "ledgrp.blk.mixdet":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 140,message:"长度不能超过140"} {max: 140,message:"长度不能超过140"}
...@@ -295,7 +201,6 @@ export default { ...@@ -295,7 +201,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.avb.namelc":[ "ledgrp.avb.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -324,13 +229,10 @@ export default { ...@@ -324,13 +229,10 @@ export default {
{type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{type: "number",max: 999,message:"长度不能超过3"} {type: "number",max: 999,message:"长度不能超过3"}
], ],
"ledgrp.rec.prepertxts18":[ "ledgrp.rec.prepertxts18":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.blk.defdet":[ "ledgrp.blk.defdet":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 140,message:"长度不能超过140"} {max: 140,message:"长度不能超过140"}
...@@ -339,12 +241,10 @@ export default { ...@@ -339,12 +241,10 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.blk.dftat":[ "ledgrp.blk.dftat":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 105,message:"长度不能超过105"} {max: 105,message:"长度不能超过105"}
], ],
"letp.drwp.ptsget.sdamod.dadsnd":[ "letp.drwp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -357,7 +257,6 @@ export default { ...@@ -357,7 +257,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.drw.namelc":[ "ledgrp.drw.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -370,12 +269,10 @@ export default { ...@@ -370,12 +269,10 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.drw.adrelc":[ "ledgrp.drw.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.rec.shpfro":[ "ledgrp.rec.shpfro":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
...@@ -424,7 +321,6 @@ export default { ...@@ -424,7 +321,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.apb.pts.extkey":[ "ledgrp.apb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -433,7 +329,6 @@ export default { ...@@ -433,7 +329,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.adv.namelc":[ "ledgrp.adv.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -442,7 +337,6 @@ export default { ...@@ -442,7 +337,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.adv.pts.adrblk":[ "ledgrp.adv.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 140,message:"长度不能超过140"} {max: 140,message:"长度不能超过140"}
...@@ -491,7 +385,6 @@ export default { ...@@ -491,7 +385,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.rmb.pts.extkey":[ "ledgrp.rmb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -500,7 +393,6 @@ export default { ...@@ -500,7 +393,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.a2b.namelc":[ "ledgrp.a2b.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
...@@ -533,7 +425,6 @@ export default { ...@@ -533,7 +425,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ledgrp.con.pts.ref":[ "ledgrp.con.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -550,69 +441,47 @@ export default { ...@@ -550,69 +441,47 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"ledgrp.con.pts.nam":[ "ledgrp.con.pts.nam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"ledgrp.blk.lcrgod":[ "ledgrp.blk.lcrgod":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 52000,message:"长度不能超过52000"} {max: 52000,message:"长度不能超过52000"}
], ],
"ledgrp.blk.lcrdoc":[ "ledgrp.blk.lcrdoc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"ledgrp.blk.adlcnd":[ "ledgrp.blk.adlcnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 52000,message:"长度不能超过52000"} {max: 52000,message:"长度不能超过52000"}
], ],
"ledgrp.blk.insbnk":[ "ledgrp.blk.insbnk":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 780,message:"长度不能超过780"} {max: 780,message:"长度不能超过780"}
], ],
"setmod.ref":[ "setmod.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"setmod.docamt":[ "setmod.docamt":[
{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位" }
], ],
"setmod.zmqacc":[ "setmod.zmqacc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 20,message:"长度不能超过20"}
], ],
"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: "输入正确的日期"}
], ],
...@@ -620,7 +489,6 @@ export default { ...@@ -620,7 +489,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 8,message:"长度不能超过8"} {max: 8,message:"长度不能超过8"}
], ],
"trnmod.trndoc.advnam":[ "trnmod.trndoc.advnam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 50,message:"长度不能超过50"}
...@@ -629,7 +497,6 @@ export default { ...@@ -629,7 +497,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 50,message:"长度不能超过50"}
], ],
"trnmod.trndoc.advdoc":[ "trnmod.trndoc.advdoc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"} {max: 1,message:"长度不能超过1"}
...@@ -642,15 +509,6 @@ export default { ...@@ -642,15 +509,6 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"} {max: 1,message:"长度不能超过1"}
], ],
"trnmod.trndoc.condocstm":[ "trnmod.trndoc.condocstm":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"} {max: 1,message:"长度不能超过1"}
...@@ -663,10 +521,8 @@ export default { ...@@ -663,10 +521,8 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 52000,message:"长度不能超过52000"} {max: 52000,message:"长度不能超过52000"}
], ],
"ledgrp.blk.spcben":[ "ledgrp.blk.spcben":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 52000,message:"长度不能超过52000"} {max: 52000,message:"长度不能超过52000"}
], ],
} }
\ No newline at end of file
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 Letnot{ export default class Letnot {
constructor () { constructor() {
this.data = { // this.data = {
leta2bl1blk:"", // leta2bl1blk: "",
letbenl1blk:"", // letbenl1blk: "",
letiswsl1blk:"", // letiswsl1blk: "",
ledgrp:{ // ledgrp: {
rec:{ // rec: {
ownref:"", // Reference .ledgrp.rec.ownref // ownref: "", // Reference .ledgrp.rec.ownref
nam:"", // Name .ledgrp.rec.nam // nam: "", // Name .ledgrp.rec.nam
lcrtyp:"", // Form of L/C .ledgrp.rec.lcrtyp // lcrtyp: "", // Form of L/C .ledgrp.rec.lcrtyp
collflg:"", // Collateralized L/C .ledgrp.rec.collflg // collflg: "", // Collateralized L/C .ledgrp.rec.collflg
nomtop:"", // Amount Tolerance +/- .ledgrp.rec.nomtop // nomtop: "", // Amount Tolerance +/- .ledgrp.rec.nomtop
nomton:"", // Amount Tolerance - Negative .ledgrp.rec.nomton // nomton: "", // Amount Tolerance - Negative .ledgrp.rec.nomton
nomspc:"", // Amount Specification .ledgrp.rec.nomspc // nomspc: "", // Amount Specification .ledgrp.rec.nomspc
inctrf:"", // Incoming Transfer .ledgrp.rec.inctrf // inctrf: "", // Incoming Transfer .ledgrp.rec.inctrf
resflg:"", // Reserved Contract .ledgrp.rec.resflg // resflg: "", // Reserved Contract .ledgrp.rec.resflg
opndat:"", // Issued on .ledgrp.rec.opndat // opndat: "", // Issued on .ledgrp.rec.opndat
preadvdt:"", // Date Pre-advised .ledgrp.rec.preadvdt // preadvdt: "", // Date Pre-advised .ledgrp.rec.preadvdt
shpdat:"", // Shipment Date .ledgrp.rec.shpdat // shpdat: "", // Shipment Date .ledgrp.rec.shpdat
advdat:"", // Released on .ledgrp.rec.advdat // advdat: "", // Released on .ledgrp.rec.advdat
expdat:"", // Expiring on .ledgrp.rec.expdat // expdat: "", // Expiring on .ledgrp.rec.expdat
expplc:"", // in (Place)/ counters of .ledgrp.rec.expplc // expplc: "", // in (Place)/ counters of .ledgrp.rec.expplc
cnfdet:"", // Confirmation Instruct. .ledgrp.rec.cnfdet // cnfdet: "", // Confirmation Instruct. .ledgrp.rec.cnfdet
apprul:"", // Applicable Rules .ledgrp.rec.apprul // apprul: "", // Applicable Rules .ledgrp.rec.apprul
apprultxt:"", // Other Applicable Rules .ledgrp.rec.apprultxt // apprultxt: "", // Other Applicable Rules .ledgrp.rec.apprultxt
shppar:"", // Partial Shipment .ledgrp.rec.shppar // shppar: "", // Partial Shipment .ledgrp.rec.shppar
shptrs:"", // Transshipment .ledgrp.rec.shptrs // shptrs: "", // Transshipment .ledgrp.rec.shptrs
revflg:"", // Revolving Flag .ledgrp.rec.revflg // revflg: "", // Revolving Flag .ledgrp.rec.revflg
nonban:"", // Non-Bank Issuer .ledgrp.rec.nonban // nonban: "", // Non-Bank Issuer .ledgrp.rec.nonban
teskeyunc:"", // Test Key Unconfirmity .ledgrp.rec.teskeyunc // teskeyunc: "", // Test Key Unconfirmity .ledgrp.rec.teskeyunc
dbtflg:"", // Authorization to Debit .ledgrp.rec.dbtflg // dbtflg: "", // Authorization to Debit .ledgrp.rec.dbtflg
oppbnk:"", // 境内外对手行代码 .ledgrp.rec.oppbnk // oppbnk: "", // 境内外对手行代码 .ledgrp.rec.oppbnk
shppars18:"", // Partial Shipment .ledgrp.rec.shppars18 // shppars18: "", // Partial Shipment .ledgrp.rec.shppars18
shptrss18:"", // Transshipment .ledgrp.rec.shptrss18 // shptrss18: "", // Transshipment .ledgrp.rec.shptrss18
avbwth:"", // Available with .ledgrp.rec.avbwth // avbwth: "", // Available with .ledgrp.rec.avbwth
avbby:"", // Available by .ledgrp.rec.avbby // avbby: "", // Available by .ledgrp.rec.avbby
shpfro:"", // Dispatch from .ledgrp.rec.shpfro // shpfro: "", // Dispatch from .ledgrp.rec.shpfro
porloa:"", // Air-/Port of Departure .ledgrp.rec.porloa // porloa: "", // Air-/Port of Departure .ledgrp.rec.porloa
pordis:"", // Air-/Port of Destination .ledgrp.rec.pordis // pordis: "", // Air-/Port of Destination .ledgrp.rec.pordis
shpto:"", // Final Destination .ledgrp.rec.shpto // shpto: "", // Final Destination .ledgrp.rec.shpto
chato:"", // Own Charges Borne by .ledgrp.rec.chato // chato: "", // Own Charges Borne by .ledgrp.rec.chato
stacty:"", // Country Code for Statistics .ledgrp.rec.stacty // stacty: "", // Country Code for Statistics .ledgrp.rec.stacty
tenmaxday:"", // Maximum Tenor .ledgrp.rec.tenmaxday // tenmaxday: "", // Maximum Tenor .ledgrp.rec.tenmaxday
prepers18:"", // Days of presentation period .ledgrp.rec.prepers18 // prepers18: "", // Days of presentation period .ledgrp.rec.prepers18
prepertxts18:"", // Presentation period text .ledgrp.rec.prepertxts18 // prepertxts18: "", // Presentation period text .ledgrp.rec.prepertxts18
cnfins:"", // Confirm. Instruct. .ledgrp.rec.cnfins // cnfins: "", // Confirm. Instruct. .ledgrp.rec.cnfins
aplbnkdirsnd:"", // Send Directly to Applicant's Bank .ledgrp.rec.aplbnkdirsnd // aplbnkdirsnd: "", // Send Directly to Applicant's Bank .ledgrp.rec.aplbnkdirsnd
stagod:"", // Goods Code .ledgrp.rec.stagod // stagod: "", // Goods Code .ledgrp.rec.stagod
spcbenflg:"", // Special payment conditions for beneficiary exists .ledgrp.rec.spcbenflg // spcbenflg: "", // Special payment conditions for beneficiary exists .ledgrp.rec.spcbenflg
spcrcbflg:"", // Special Payment Conditions for specified Bank only .ledgrp.rec.spcrcbflg // spcrcbflg: "", // Special Payment Conditions for specified Bank only .ledgrp.rec.spcrcbflg
redclsflg:"", // Red/Green Clause .ledgrp.rec.redclsflg // redclsflg: "", // Red/Green Clause .ledgrp.rec.redclsflg
}, // },
cbs:{ // cbs: {
nom1:{ // nom1: {
cur:"", // Nominal Amount .ledgrp.cbs.nom1.cur // cur: "", // Nominal Amount .ledgrp.cbs.nom1.cur
amt:"", // Nominal Amount .ledgrp.cbs.nom1.amt // amt: "", // Nominal Amount .ledgrp.cbs.nom1.amt
}, // },
max:{ // max: {
cur:"", // Maximum Amount .ledgrp.cbs.max.cur // cur: "", // Maximum Amount .ledgrp.cbs.max.cur
amt:"", // Maximum Amount .ledgrp.cbs.max.amt // amt: "", // Maximum Amount .ledgrp.cbs.max.amt
}, // },
max2:{ // max2: {
cur:"", // Additional Amount .ledgrp.cbs.max2.cur // cur: "", // Additional Amount .ledgrp.cbs.max2.cur
amt:"", // Additional Amount .ledgrp.cbs.max2.amt // amt: "", // Additional Amount .ledgrp.cbs.max2.amt
}, // },
opn2:{ // opn2: {
cur:"", // Open Add. Amount .ledgrp.cbs.opn2.cur // cur: "", // Open Add. Amount .ledgrp.cbs.opn2.cur
amt:"", // Open Add. Amount .ledgrp.cbs.opn2.amt // amt: "", // Open Add. Amount .ledgrp.cbs.opn2.amt
}, // },
}, // },
preadvflg:"", // PreAdvice or Notification .ledgrp.preadvflg // preadvflg: "", // PreAdvice or Notification .ledgrp.preadvflg
ben:{ // ben: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.ben.namelc // namelc: "", // 名称 .ledgrp.ben.namelc
adrelc:"", // 地址 .ledgrp.ben.adrelc // adrelc: "", // 地址 .ledgrp.ben.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.ben.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.ben.dbfadrblkcn
}, // },
iss:{ // iss: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.iss.namelc // namelc: "", // 名称 .ledgrp.iss.namelc
adrelc:"", // 地址 .ledgrp.iss.adrelc // adrelc: "", // 地址 .ledgrp.iss.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.iss.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.iss.dbfadrblkcn
}, // },
apl:{ // apl: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.apl.namelc // namelc: "", // 名称 .ledgrp.apl.namelc
adrelc:"", // 地址 .ledgrp.apl.adrelc // adrelc: "", // 地址 .ledgrp.apl.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.apl.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.apl.dbfadrblkcn
}, // },
avb:{ // avb: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.avb.namelc // namelc: "", // 名称 .ledgrp.avb.namelc
adrelc:"", // 地址 .ledgrp.avb.adrelc // adrelc: "", // 地址 .ledgrp.avb.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.avb.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.avb.dbfadrblkcn
}, // },
blk:{ // blk: {
addamtcov:"", // Covered .ledgrp.blk.addamtcov // addamtcov: "", // Covered .ledgrp.blk.addamtcov
avbwthtxt:"", // Available in .ledgrp.blk.avbwthtxt // avbwthtxt: "", // Available in .ledgrp.blk.avbwthtxt
defdet:"", // Deferred Payment Details .ledgrp.blk.defdet // defdet: "", // Deferred Payment Details .ledgrp.blk.defdet
dftat:"", // Drafts at .ledgrp.blk.dftat // dftat: "", // Drafts at .ledgrp.blk.dftat
shpper:"", // Shipment Period .ledgrp.blk.shpper // shpper: "", // Shipment Period .ledgrp.blk.shpper
mixdet:"", // Mixed Payment Details .ledgrp.blk.mixdet // mixdet: "", // Mixed Payment Details .ledgrp.blk.mixdet
preper:"", // Presentation Period .ledgrp.blk.preper // preper: "", // Presentation Period .ledgrp.blk.preper
feetxt:"", // Additional Details to Code for Charges CHATO .ledgrp.blk.feetxt // feetxt: "", // Additional Details to Code for Charges CHATO .ledgrp.blk.feetxt
lcrgod:"", // Description of Goods .ledgrp.blk.lcrgod // lcrgod: "", // Description of Goods .ledgrp.blk.lcrgod
lcrdoc:"", // Documents Required .ledgrp.blk.lcrdoc // lcrdoc: "", // Documents Required .ledgrp.blk.lcrdoc
adlcnd:"", // Additional Conditions .ledgrp.blk.adlcnd // adlcnd: "", // Additional Conditions .ledgrp.blk.adlcnd
insbnk:"", // Instructions to Pay., .ledgrp.blk.insbnk // insbnk: "", // Instructions to Pay., .ledgrp.blk.insbnk
spcrcb:"", // Special Payment Cond. .ledgrp.blk.spcrcb // spcrcb: "", // Special Payment Cond. .ledgrp.blk.spcrcb
spcben:"", // Special Payment Cond. .ledgrp.blk.spcben // spcben: "", // Special Payment Cond. .ledgrp.blk.spcben
}, // },
drw:{ // drw: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.drw.namelc // namelc: "", // 名称 .ledgrp.drw.namelc
adrelc:"", // 地址 .ledgrp.drw.adrelc // adrelc: "", // 地址 .ledgrp.drw.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.drw.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.drw.dbfadrblkcn
}, // },
adv:{ // adv: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.adv.namelc // namelc: "", // 名称 .ledgrp.adv.namelc
adrelc:"", // 地址 .ledgrp.adv.adrelc // adrelc: "", // 地址 .ledgrp.adv.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.adv.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.adv.dbfadrblkcn
}, // },
a2b:{ // a2b: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.a2b.namelc // namelc: "", // 名称 .ledgrp.a2b.namelc
adrelc:"", // 地址 .ledgrp.a2b.adrelc // adrelc: "", // 地址 .ledgrp.a2b.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.a2b.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.a2b.dbfadrblkcn
}, // },
apb:{ // apb: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.apb.namelc // namelc: "", // 名称 .ledgrp.apb.namelc
adrelc:"", // 地址 .ledgrp.apb.adrelc // adrelc: "", // 地址 .ledgrp.apb.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.apb.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.apb.dbfadrblkcn
}, // },
rmb:{ // rmb: {
pts:new Pts().data, // pts: new Pts().data,
namelc:"", // 名称 .ledgrp.rmb.namelc // namelc: "", // 名称 .ledgrp.rmb.namelc
adrelc:"", // 地址 .ledgrp.rmb.adrelc // adrelc: "", // 地址 .ledgrp.rmb.adrelc
dbfadrblkcn:"", // Chinese address .ledgrp.rmb.dbfadrblkcn // dbfadrblkcn: "", // Chinese address .ledgrp.rmb.dbfadrblkcn
}, // },
con:{ // con: {
pts:new Pts().data, // pts: new Pts().data,
}, // },
}, // },
letp:{ // letp: {
recget:{ // recget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.recget.sdamod.seainf // seainf: "", // .letp.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.recget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.recget.sdamod.dadsnd
}, // },
}, // },
usr:{ // usr: {
extkey:"", // Responsible User .letp.usr.extkey // extkey: "", // Responsible User .letp.usr.extkey
}, // },
usrget:{ // usrget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.usrget.sdamod.seainf // seainf: "", // .letp.usrget.sdamod.seainf
}, // },
}, // },
aamp:{ // aamp: {
aammod:{ // aammod: {
addamtflg:"", // Add. Amount .letp.aamp.aammod.addamtflg // addamtflg: "", // Add. Amount .letp.aamp.aammod.addamtflg
}, // },
}, // },
benp:{ // benp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.benp.ptsget.sdamod.seainf // seainf: "", // .letp.benp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.benp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.benp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
issp:{ // issp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.issp.ptsget.sdamod.seainf // seainf: "", // .letp.issp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.issp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.issp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
aplp:{ // aplp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.aplp.ptsget.sdamod.seainf // seainf: "", // .letp.aplp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.aplp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.aplp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
oppbnkl:"", // 对手行代码 .letp.oppbnkl // oppbnkl: "", // 对手行代码 .letp.oppbnkl
avbp:{ // avbp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.avbp.ptsget.sdamod.seainf // seainf: "", // .letp.avbp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.avbp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.avbp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
drwp:{ // drwp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.drwp.ptsget.sdamod.seainf // seainf: "", // .letp.drwp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.drwp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.drwp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
labdefdet:"", // DEFDAT LAbel .letp.labdefdet // labdefdet: "", // DEFDAT LAbel .letp.labdefdet
advp:{ // advp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.advp.ptsget.sdamod.seainf // seainf: "", // .letp.advp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.advp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.advp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
a2bp:{ // a2bp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.a2bp.ptsget.sdamod.seainf // seainf: "", // .letp.a2bp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.a2bp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.a2bp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
apbp:{ // apbp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.apbp.ptsget.sdamod.seainf // seainf: "", // .letp.apbp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.apbp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.apbp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
rmbp:{ // rmbp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
seainf:"", // .letp.rmbp.ptsget.sdamod.seainf // seainf: "", // .letp.rmbp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .letp.rmbp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.rmbp.ptsget.sdamod.dadsnd
}, // },
}, // },
}, // },
ptsaddp:{ // ptsaddp: {
ptsaddg:[], // .letp.ptsaddp.ptsaddg // ptsaddg: [], // .letp.ptsaddp.ptsaddg
}, // },
conp:{ // conp: {
ptsget:{ // ptsget: {
sdamod:{ // sdamod: {
dadsnd:"", // Drag Drop Sender .letp.conp.ptsget.sdamod.dadsnd // dadsnd: "", // Drag Drop Sender .letp.conp.ptsget.sdamod.dadsnd
seainf:"", // .letp.conp.ptsget.sdamod.seainf // seainf: "", // .letp.conp.ptsget.sdamod.seainf
}, // },
}, // },
}, // },
}, // },
chaadv:"", // Narrative to .chaadv // chaadv: "", // Narrative to .chaadv
pageId: "", // ctx的key // pageId: "", // ctx的key
//
setmod: new Pub().data.Setmod, // setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, // mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod, // trnmod: new Pub().data.Trnmod,
liaall: new Pub().data.Liaall, // liaall: new Pub().data.Liaall,
liaccv: new Pub().data.Liaccv, // liaccv: new Pub().data.Liaccv,
docpan: new Pub().data.Docpan, // docpan: new Pub().data.Docpan,
} // }
this.data = {
number: '',
ledgrp: {
blk: {
insbnk: '',
feetxt: '',
mixdet: '',
adlcnd: '',
shpper: '',
addamtcov: '',
avbwthtxt: '',
defdet: '',
lcrdoc: '',
preper: '',
lcrgod: '',
spcben: '',
dftat: '',
spcrcb: ''
},
rec: {
tenmaxday: '',
nomton: '',
expplc: '',
stacty: '',
opndat: '',
avbwth: '',
nomtop: '',
stagod: '',
spcbenflg: '',
dbtflg: '',
shpdat: '',
nam: '',
prepertxts18: '',
redclsflg: '',
cnfins: '',
nomspc: '',
spcrcbflg: '',
collflg: '',
shpfro: '',
inctrf: '',
lcrtyp: '',
nonban: '',
ownref: '',
teskeyunc: '',
preadvdt: '',
avbby: '',
pordis: '',
apprul: '',
shppar: '',
prepers18: '',
shptrs: '',
expdat: '',
shpto: '',
chato: '',
cnfdet: '',
aplbnkdirsnd: '',
advdat: '',
porloa: '',
apprultxt: ''
},
cbs: {
opn2: {
cur: '',
amt: ''
},
max: {
cur: '',
amt: ''
},
nom1: {
cur: '',
amt: ''
},
max2: {
cur: '',
amt: ''
}
},
ben: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
avb: {
pts: new Pts().data,
},
drw: {
pts: new Pts().data,
},
apb: {
pts: new Pts().data,
},
rmb: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
preadvflg: '',
},
letp: {
usr: {
extkey: ''
},
aamp: {
aammod: {
addamtflg: ''
}
}
},
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,
};
} }
} }
\ No newline at end of file
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-collapse v-model="activeNames" @change="handleChange"> <el-collapse v-model="activeNames">
<el-collapse-item title="附言" name="coninfp"> <el-collapse-item title="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
}" }"
:noRef="true" :noRef="true"
:onlySearch="true" :onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onAvbpDet"
:disabledExtkey="!avbFlag" :disabledExtkey="!avbFlag"
> >
</c-ptap> </c-ptap>
...@@ -132,8 +130,6 @@ ...@@ -132,8 +130,6 @@
}" }"
:noRef="true" :noRef="true"
:onlySearch="false" :onlySearch="false"
@onSeainf="onSeainf"
@onAplpDet="onDrwpDet"
:disabledExtkey="blkDftatFlag" :disabledExtkey="blkDftatFlag"
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
> >
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-collapse v-model="activeNames" @change="handleChange"> <el-collapse v-model="activeNames">
<el-collapse-item title="内容" name="ovwp1"> <el-collapse-item title="内容" name="ovwp1">
<m-ovwp1 :model="model" :codes="codes" /> <m-ovwp1 :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
style="margin: 0 10px 0 0; padding: 0 12px" style="margin: 0 10px 0 0; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf"
> >
<i class="el-icon-info" style="font-size:15px"></i> <i class="el-icon-info" style="font-size:15px"></i>
</c-button> </c-button>
...@@ -36,7 +35,6 @@ ...@@ -36,7 +35,6 @@
? false ? false
: true : true
" "
@click="onLetpButgetref"
> >
获取 获取
</c-button> </c-button>
...@@ -90,7 +88,6 @@ ...@@ -90,7 +88,6 @@
size="small" size="small"
icon="el-icon-search" icon="el-icon-search"
type="primary" type="primary"
@click="onExtkey"
></c-button> ></c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -379,8 +376,6 @@ ...@@ -379,8 +376,6 @@
rol: 'ben', rol: 'ben',
}" }"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -394,8 +389,6 @@ ...@@ -394,8 +389,6 @@
rol: 'iss', rol: 'iss',
}" }"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onIsspDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -409,8 +402,6 @@ ...@@ -409,8 +402,6 @@
rol: 'apl', rol: 'apl',
}" }"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onAplpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'adv', rol: 'adv',
}" }"
@onSeainf="onSeainf"
@onAplpDet="onAdvpDet"
disabled disabled
disabledRef disabledRef
disabledExtkey disabledExtkey
...@@ -30,8 +28,6 @@ ...@@ -30,8 +28,6 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'a2b', rol: 'a2b',
}" }"
@onSeainf="onSeainf"
@onAplpDet="onA2bpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -61,8 +57,6 @@ ...@@ -61,8 +57,6 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'apb', rol: 'apb',
}" }"
@onSeainf="onSeainf"
@onAplpDet="onApbpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -82,8 +76,6 @@ ...@@ -82,8 +76,6 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'rmb', rol: 'rmb',
}" }"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -98,8 +90,6 @@ ...@@ -98,8 +90,6 @@
rol: 'con', rol: 'con',
}" }"
:onlySearch="true" :onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onConpDet"
disabled disabled
disabledRef disabledRef
disabledExtkey disabledExtkey
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
v-model="tabVal" v-model="tabVal"
ref="elment" ref="elment"
type="card" type="card"
@tab-click="myTabClick" @tab-click="tabClick"
> >
<el-tab-pane label="业务信息" name="ovwp"> <el-tab-pane label="业务信息" name="ovwp">
<c-content> <c-content>
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
<m-setmod :model="model" :codes="codes" /> <m-setmod :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="会计分录" name="glepan"> <el-tab-pane label="会计分录" name="glentry">
<c-content> <c-content>
<!-- 会计分录 --> <!-- 会计分录 -->
<m-glepan :model="model" :codes="codes" /> <m-glentry :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
...@@ -64,7 +64,6 @@ ...@@ -64,7 +64,6 @@
ref="doxpDialog" ref="doxpDialog"
:isPty="false" :isPty="false"
:promptData="promptData" :promptData="promptData"
@select-ety="selectMsg"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
...@@ -88,7 +87,7 @@ import Addbcb from './Addbcb' ...@@ -88,7 +87,7 @@ import Addbcb from './Addbcb'
import formRules from '../model/check' import formRules from '../model/check'
import operationFunc from "~/mixin/operationFunc"; import operationFunc from "~/mixin/operationFunc";
import Setmod from "~/components/business/setmod/views"; import Setmod from "~/components/business/setmod/views";
import Glepan from "~/components/business/glentry/views"; import Glentry from "~/components/business/glentry/views";
import Docpan from "~/components/business/docpan/views"; import Docpan from "~/components/business/docpan/views";
import Doctre from "~/components/business/doctre/views"; import Doctre from "~/components/business/doctre/views";
...@@ -97,7 +96,7 @@ export default { ...@@ -97,7 +96,7 @@ export default {
components: { components: {
'm-ovwp': Ovwp, 'm-ovwp': Ovwp,
'm-setmod': Setmod, 'm-setmod': Setmod,
'm-glepan': Glepan, 'm-glentry': Glentry,
'm-docpan': Docpan, 'm-docpan': Docpan,
'm-doctre': Doctre, 'm-doctre': Doctre,
'm-addbcb': Addbcb, 'm-addbcb': Addbcb,
...@@ -115,7 +114,49 @@ export default { ...@@ -115,7 +114,49 @@ export default {
model: new Letnot().data, model: new Letnot().data,
rules:formRules, rules:formRules,
codes: { ...CodeTable }, codes: { ...CodeTable },
activeNames: ["setpan"] activeNames: ["setmod"],
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: []
}
} }
}, },
mounted () { mounted () {
......
...@@ -449,7 +449,6 @@ export default { ...@@ -449,7 +449,6 @@ export default {
}, },
"model.ledgrp.rec.tenmaxday":{ "model.ledgrp.rec.tenmaxday":{
handler(val, oldVal){ handler(val, oldVal){
console.log(val);
this.model.ledgrp.rec.tenmaxday = `${val}''`.replace(/\D/g, ''); this.model.ledgrp.rec.tenmaxday = `${val}''`.replace(/\D/g, '');
}, },
immediate: true, immediate: true,
......
<template>
<ReviewWrapper>
<Letnot></Letnot>
</ReviewWrapper>
</template>
<script>
import Letnot from "~/business/letnot/views";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewLetnot",
components: { ReviewWrapper, Letnot },
created() {},
mounted() {},
};
</script>
<style></style>
...@@ -13,5 +13,6 @@ const Business = [ ...@@ -13,5 +13,6 @@ const Business = [
{ path: 'litdav', component: () => import('~/review/ReviewLitdav.vue'), name: 'litdav', meta: { title: '复核-Litdav' } }, { path: 'litdav', component: () => import('~/review/ReviewLitdav.vue'), name: 'litdav', meta: { title: '复核-Litdav' } },
{ path: 'litsel', component: () => import('~/review/ReviewLitsel.vue'), name: 'litsel', meta: { title: '复核-Litsel' } }, { path: 'litsel', component: () => import('~/review/ReviewLitsel.vue'), name: 'litsel', meta: { title: '复核-Litsel' } },
{ path: 'letopn', component: () => import('~/review/ReviewLetopn.vue'), name: 'letopn', meta: { title: '复核-Letopn' } }, { path: 'letopn', component: () => import('~/review/ReviewLetopn.vue'), name: 'letopn', meta: { title: '复核-Letopn' } },
{ path: 'letnot', component: () => import('~/review/ReviewLetnot.vue'), name: 'letnot', meta: { title: '复核-letnot' } },
] ]
export default Business export default Business
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