Commit c6dd220b by WF1020

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 122fc17e 39e2588a
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaall: model.liaall, liaall: model.liaall,
liaccv: model.liaccv, liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot, // doceot: model.trnmod.trndoc.doceot,
}; };
return params return params
}, },
...@@ -113,9 +113,9 @@ export default { ...@@ -113,9 +113,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'lid', objtyp: 'GID',
objinr: model.brdgrp.rec.objinr, objinr: model.gidgrp.rec.objinr,
ownref: model.brdgrp.rec.ownref, ownref: model.gidgrp.rec.ownref,
}, },
}; };
return params return params
......
...@@ -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',
lidgrp:{ brdgrp:{
rec:{ rec:{
inr:this.$route.query.inr inr:this.$route.query.inr
} }
......
export default { export default {
"brdgrp.acb.namelc" :null,
"brdgrp.prb.adrelc" :null,
"brdgrp.blk.docdis" :null,
"brtp.furide" :null,
"brdgrp.acb.adrelc" :null,
"brdgrp.prb.pts.adrblk" :null,
"brdgrp.prb.namelc" :null,
"setmod.dspflg" :null,
"brdgrp.acb.pts.extkey" :null,
"brdgrp.rec.disdat" :null,
"brdgrp.prb.pts.nam" :null,
"brdgrp.ben.pts.nam" :null,
"brdgrp.acb.pts.adrblk" :null,
"brdgrp.prb.pts.extkey" :null,
"mtabut.coninf.conexedat" :null,
"brdgrp.prb.pts.ref" :null,
"brdgrp.apl.pts.nam" :null,
"setmod.docamt" :null,
"brtp.lidget.sdamod.dadsnd":[ "brtp.lidget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -103,7 +121,7 @@ export default { ...@@ -103,7 +121,7 @@ export default {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"brdgrp.rec.disdat":[ "brdgrp.rec.disdat":[
{type: "date", required: true, message: "输入正确的日期"} {type: "string", required: true, message: "输入正确的日期"}
], ],
"brdgrp.prb.pts.extkey":[ "brdgrp.prb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -265,24 +283,6 @@ export default { ...@@ -265,24 +283,6 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"brdgrp.acb.namelc" :null,
"brdgrp.prb.adrelc" :null,
"brdgrp.blk.docdis" :null,
"brtp.furide" :null,
"brdgrp.acb.adrelc" :null,
"brdgrp.prb.pts.adrblk" :null,
"brdgrp.prb.namelc" :null,
"setmod.dspflg" :null,
"brdgrp.acb.pts.extkey" :null,
"brdgrp.rec.disdat" :null,
"brdgrp.prb.pts.nam" :null,
"brdgrp.ben.pts.nam" :null,
"brdgrp.acb.pts.adrblk" :null,
"brdgrp.prb.pts.extkey" :null,
"mtabut.coninf.conexedat" :null,
"brdgrp.prb.pts.ref" :null,
"brdgrp.apl.pts.nam" :null,
"setmod.docamt" :null,
} }
\ No newline at end of file
...@@ -38,56 +38,50 @@ export default class Brtacp { ...@@ -38,56 +38,50 @@ export default class Brtacp {
docdis: '', docdis: '',
}, },
rec: { rec: {
totcur: '', totcur: '',
ownref: '', ownref: '',
disdat: '', disdat: '',
totamt: '', totamt: '',
nam: '', nam: '',
docprbrol: '', docprbrol: ''
}, },
cbs: { cbs: {
opn2: { opn2: {
cur: '', cur: ''
}, },
opn1: { max: {
cur: '', cur: '',
}, amt: ''
max: { },
cur: '', max2: {
amt: '', amt: ''
}, }
max2: {
amt: '',
},
},
},
brtp: {
furide: '',
matp: {
mattxtlab:''
} }
}, },
lidgrp: { brtp: {
furide: ''
},
lidgrp: {
rec: { rec: {
expdat: '', expdat: '',
ownref: '', ownref: ''
}, },
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '', amt: ''
}, }
}, }
}, },
gitp: { gitp: {
swiftflg: '', swiftflg: '',
}, },
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,
}; };
} }
} }
...@@ -30,31 +30,31 @@ export default { ...@@ -30,31 +30,31 @@ export default {
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
ownref: model.gidgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
opndat: model.gidgrp.rec.opndat, opndat: model.brdgrp.rec.opndat,
expdat: model.gidgrp.rec.expdat, expdat: model.brdgrp.rec.expdat,
branchInr: model.gidgrp.rec.branchInr, branchInr: model.brdgrp.rec.branchInr,
hndtyp: model.gidgrp.rec.hndtyp, hndtyp: model.brdgrp.rec.hndtyp,
gartyp: model.gidgrp.rec.gartyp, gartyp: model.brdgrp.rec.gartyp,
fingua: model.gidgrp.rec.fingua, fingua: model.brdgrp.rec.fingua,
segtyp: model.gidgrp.ghd.segtyp, // segtyp: model.brdgrp.ghd.segtyp,
fromflg: model.gidgrp.rec.fromflg, fromflg: model.brdgrp.rec.fromflg,
othersno: model.gidgrp.rec.othersno, othersno: model.brdgrp.rec.othersno,
sndto: model.gidgrp.rec.sndto, sndto: model.brdgrp.rec.sndto,
swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
giduil: model.gidgrp.rec.giduil, giduil: model.brdgrp.rec.giduil,
purpos: model.gidgrp.rec.purpos, purpos: model.brdgrp.rec.purpos,
revflg: model.gidgrp.rec.revflg, revflg: model.brdgrp.rec.revflg,
cnfsta: model.gidgrp.rec.cnfsta, cnfsta: model.brdgrp.rec.cnfsta,
}, },
cbsMap: { cbsMap: {
MAX: model.gidgrp.cbs.max, MAX: model.brdgrp.cbs.max,
OPN1: model.gidgrp.cbs.opn1, OPN1: model.brdgrp.cbs.opn1,
MAC: model.gidgrp.cbs.mac, MAC: model.brdgrp.cbs.mac,
MAC2: model.gidgrp.cbs.mac2, MAC2: model.brdgrp.cbs.mac2,
OPC2: model.gidgrp.cbs.opc2, OPC2: model.brdgrp.cbs.opc2,
CNF: model.gidgrp.cbs.cnf, CNF: model.brdgrp.cbs.cnf,
}, },
ptsList: ptsptaList, ptsList: ptsptaList,
transName: trnName, transName: trnName,
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaall: model.liaall, liaall: model.liaall,
liaccv: model.liaccv, liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot, // doceot: model.trnmod.trndoc.doceot,
}; };
return params return params
}, },
...@@ -117,9 +117,9 @@ export default { ...@@ -117,9 +117,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.gidgrp.rec.objinr, objinr: model.brdgrp.rec.objinr,
ownref: model.gidgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
}, },
}; };
return params return params
...@@ -128,10 +128,10 @@ export default { ...@@ -128,10 +128,10 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.gidgrp.rec.objinr, objinr: model.brdgrp.rec.objinr,
ownref: model.gidgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
}, },
}; };
return params return params
......
...@@ -28,6 +28,11 @@ export default { ...@@ -28,6 +28,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{
rec:{
inr: '00000030'
}
},
}); });
if (!res.data) { if (!res.data) {
return return
...@@ -64,7 +69,7 @@ export default { ...@@ -64,7 +69,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, () => {
......
...@@ -18,11 +18,11 @@ export default { ...@@ -18,11 +18,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"lidgrp.cbs.opn1.amt":[ // "lidgrp.cbs.opn1.amt":[
{type: "string", required: false, message: "必输项"}, // {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位" }
], // ],
"brdgrp.rec.shgref":[ "brdgrp.rec.shgref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -43,11 +43,11 @@ export default { ...@@ -43,11 +43,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"brdgrp.cbs.max.amt":[ // "brdgrp.cbs.max.amt":[
{type: "string", required: false, message: "必输项"}, // {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位" }
], // ],
"brdgrp.apl.pts.ref":[ "brdgrp.apl.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
...@@ -56,11 +56,11 @@ export default { ...@@ -56,11 +56,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"brdgrp.cbs.opn1.amt":[ // "brdgrp.cbs.opn1.amt":[
{type: "string", required: false, message: "必输项"}, // {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位" }
], // ],
"brdgrp.apl.pts.nam":[ "brdgrp.apl.pts.nam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
...@@ -122,11 +122,11 @@ export default { ...@@ -122,11 +122,11 @@ export default {
{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"}
......
...@@ -84,6 +84,7 @@ export default class Brtcsg { ...@@ -84,6 +84,7 @@ export default class Brtcsg {
brdgrp: { brdgrp: {
rec: { rec: {
inr:'',
shgref: '', shgref: '',
ownref: '', ownref: '',
nam: '' nam: ''
...@@ -138,8 +139,10 @@ export default class Brtcsg { ...@@ -138,8 +139,10 @@ export default class Brtcsg {
lidgrp: { lidgrp: {
rec: { rec: {
inr:'',
expdat: '', expdat: '',
ownref: '' ownref: '',
branchinr: "00000047",
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -129,7 +129,9 @@ export default { ...@@ -129,7 +129,9 @@ export default {
} }
}, },
methods: {}, methods: {},
created: async function () { mounted () {
this.init()
// this.queryHndtypCodeTableList(this.trnName)
}, },
} }
</script> </script>
......
...@@ -28,7 +28,20 @@ export default { ...@@ -28,7 +28,20 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidinr: this.$route.query.inr // lidinr: this.$route.query.inr
brdgrp:{
rec:{
inr:"00000049",
},
},
lidgrp:{
rec:{
inr:"00000072",
}
},
liaccv:{
concur:"CNY"
}
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -27,7 +27,12 @@ export default { ...@@ -27,7 +27,12 @@ export default {
const res = await Api.post('/service/brtdcr/init', { const res = await Api.post('/service/brtdcr/init', {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdinr: this.$route.query.inr, // brdinr: this.$route.query.inr,
brdgrp:{
rec:{
inr: this.$route.query.inr
}
},
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -30,9 +30,9 @@ export default { ...@@ -30,9 +30,9 @@ export default {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{ lidgrp:{
rec:{ rec:{
inr:'00000342', inr: this.$route.query.inr
} }
} },
}); });
// debugger // debugger
if (!res.data) { if (!res.data) {
......
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
brdgrp:{ brdgrp:{
rec:{ rec:{
// inr:this.$route.query.inr // inr:this.$route.query.inr
inr:'00000028' inr:'00000032'
} }
} }
}); });
......
...@@ -18,6 +18,7 @@ export default class Brtlat{ ...@@ -18,6 +18,7 @@ export default class Brtlat{
dbfadrblkcn:"", // Chinese address .brdgrp.shp.dbfadrblkcn dbfadrblkcn:"", // Chinese address .brdgrp.shp.dbfadrblkcn
}, },
rec:{ rec:{
inr:"",
ownref:"", // 单据参考号 .brdgrp.rec.ownref ownref:"", // 单据参考号 .brdgrp.rec.ownref
nam:"", // Name of Bill Contract .brdgrp.rec.nam nam:"", // Name of Bill Contract .brdgrp.rec.nam
rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat
......
...@@ -193,10 +193,10 @@ ...@@ -193,10 +193,10 @@
<el-form-item <el-form-item
style="width: 100%" style="width: 100%"
label="单据类型" label="单据类型"
prop="seadocflg" prop="infcon.seadocflg"
> >
<c-select <c-select
v-model="model.seadocflg" v-model="model.infcon.seadocflg"
style="width: 100%" style="width: 100%"
placeholder="请选择单据类型" placeholder="请选择单据类型"
:code="codes.docflg" :code="codes.docflg"
...@@ -252,10 +252,10 @@ ...@@ -252,10 +252,10 @@
<el-form-item <el-form-item
style="width: 100%" style="width: 100%"
label="货物类型" label="货物类型"
prop="seagodcod" prop="infcon.seagodcod"
> >
<c-select <c-select
v-model="model.seagodcod" v-model="model.infcon.seagodcod"
style="width: 100%" style="width: 100%"
placeholder="请选择货物类型" placeholder="请选择货物类型"
:code="codes.godcod" :code="codes.godcod"
......
...@@ -357,7 +357,7 @@ export default { ...@@ -357,7 +357,7 @@ export default {
handlerDataList: [], handlerDataList: [],
btnRouteMap: [ btnRouteMap: [
{ {
label: '注销', label: '信用证注销',
route: '/business-new/litcan' route: '/business-new/litcan'
}, },
{ {
...@@ -383,6 +383,10 @@ export default { ...@@ -383,6 +383,10 @@ export default {
{ {
label:'到单', label:'到单',
route:'/business-new/litdck' route:'/business-new/litdck'
},
{
label:'减额修改接收',
route:'/business-new/litdla'
} }
], ],
currentHandleRow: {} currentHandleRow: {}
......
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{ lidgrp:{
rec:{ rec:{
inr: "00006833", inr: "00006807",
} }
} }
}); });
...@@ -170,6 +170,7 @@ export default { ...@@ -170,6 +170,7 @@ export default {
default: default:
return return
} }
} },
onSeainf() {},
}, },
}; };
...@@ -16,11 +16,11 @@ export default { ...@@ -16,11 +16,11 @@ export default {
{max: 40,message:'长度不能超过40'} {max: 40,message:'长度不能超过40'}
], ],
'swiadd.amedat':[ 'swiadd.amedat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'swiadd.amenbr':[ 'swiadd.amenbr':[
{required: true, message: '必输项'}, {required: true, message: '必输项'},
{type: 'number', max: 999,message:'只能输入数字,且长度不能超过3'} {type: 'string', max: 999,message:'只能输入数字,且长度不能超过3'}
], ],
'litamep.amenbr':[ 'litamep.amenbr':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
...@@ -37,11 +37,11 @@ export default { ...@@ -37,11 +37,11 @@ export default {
], ],
'oldlidgrp.rec.nomtop':[ 'oldlidgrp.rec.nomtop':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
{type: 'number',max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string',max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'oldlidgrp.rec.nomton':[ 'oldlidgrp.rec.nomton':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
{type: 'number', max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string', max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'oldlidgrp.cbs.max.cur':[ 'oldlidgrp.cbs.max.cur':[
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
...@@ -67,11 +67,11 @@ export default { ...@@ -67,11 +67,11 @@ export default {
], ],
'swiadd.newnomtop':[ 'swiadd.newnomtop':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
{type: 'number', max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string', max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'swiadd.newnomton':[ 'swiadd.newnomton':[
{ required: false, message: '必输项'}, { required: false, message: '必输项'},
{type: 'number', max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string', max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'litamep.maxcur':[ 'litamep.maxcur':[
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
...@@ -82,16 +82,16 @@ export default { ...@@ -82,16 +82,16 @@ export default {
{max: 18,message:'整数位不能超过15位'}, {max: 18,message:'整数位不能超过15位'},
], ],
'oldlidgrp.rec.expdat':[ 'oldlidgrp.rec.expdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'oldlidgrp.rec.shpdat':[ 'oldlidgrp.rec.shpdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'swiadd.newexpdat':[ 'swiadd.newexpdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'swiadd.newshpdat':[ 'swiadd.newshpdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'oldlidgrp.rec.prepers18':[ 'oldlidgrp.rec.prepers18':[
{ required: false, message: '必输项'}, { required: false, message: '必输项'},
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
], ],
'swiadd.prepers18':[ 'swiadd.prepers18':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
{type: 'number', max: 999,message:'只能输入数字,长度不能超过3'} {type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
], ],
'oldlidgrp.blk.preper':[ 'oldlidgrp.blk.preper':[
{type: 'string', required: true, message: '必输项'}, {type: 'string', required: true, message: '必输项'},
...@@ -189,11 +189,11 @@ export default { ...@@ -189,11 +189,11 @@ export default {
], ],
'lidgrp.rec.nomtop':[ 'lidgrp.rec.nomtop':[
{required: false, message: '必输项'}, {required: false, message: '必输项'},
{type: 'number', max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string', max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'lidgrp.rec.nomton':[ 'lidgrp.rec.nomton':[
{ required: false, message: '必输项'}, { required: false, message: '必输项'},
{type: 'number', max: 99,message:'只能输入数字,长度不能超过2'} {type: 'string', max: 99,message:'只能输入数字,长度不能超过2'}
], ],
'lidgrp.apl.adrelc':[ 'lidgrp.apl.adrelc':[
{type: 'string', required: true, message: '必输项'}, {type: 'string', required: true, message: '必输项'},
...@@ -221,10 +221,10 @@ export default { ...@@ -221,10 +221,10 @@ export default {
{max: 3,message:'长度不能超过3'} {max: 3,message:'长度不能超过3'}
], ],
'lidgrp.rec.opndat':[ 'lidgrp.rec.opndat':[
{type: 'date', required: true, message: '输入正确的日期'} {type: 'string', required: true, message: '输入正确的日期'}
], ],
'lidgrp.rec.preadvdt':[ 'lidgrp.rec.preadvdt':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'lidgrp.adv.namelc':[ 'lidgrp.adv.namelc':[
{type: 'string', required: true, message: '必输项'}, {type: 'string', required: true, message: '必输项'},
...@@ -239,14 +239,14 @@ export default { ...@@ -239,14 +239,14 @@ export default {
{max: 35,message:'长度不能超过35'} {max: 35,message:'长度不能超过35'}
], ],
'lidgrp.rec.shpdat':[ 'lidgrp.rec.shpdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'lidgrp.adv.adrelc':[ 'lidgrp.adv.adrelc':[
{type: 'string', required: true, message: '必输项'}, {type: 'string', required: true, message: '必输项'},
{max: 35,message:'长度不能超过35'} {max: 35,message:'长度不能超过35'}
], ],
'lidgrp.rec.expdat':[ 'lidgrp.rec.expdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'lidgrp.rec.expplc':[ 'lidgrp.rec.expplc':[
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
...@@ -402,7 +402,7 @@ export default { ...@@ -402,7 +402,7 @@ export default {
], ],
'lidgrp.rec.tenmaxday':[ 'lidgrp.rec.tenmaxday':[
{ required: false, message: '必输项'}, { required: false, message: '必输项'},
{type: 'number', max: 999,message:'只能输入数字,长度不能超过3'} {type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
], ],
'lidgrp.rec.porloa':[ 'lidgrp.rec.porloa':[
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
...@@ -641,7 +641,7 @@ export default { ...@@ -641,7 +641,7 @@ export default {
{max: 30,message:'长度不能超过30'} {max: 30,message:'长度不能超过30'}
], ],
'bcbdat':[ 'bcbdat':[
{type: 'date', required: false, message: '输入正确的日期'} {type: 'string', required: false, message: '输入正确的日期'}
], ],
'ameadvrmk':[ 'ameadvrmk':[
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
...@@ -660,7 +660,7 @@ export default { ...@@ -660,7 +660,7 @@ export default {
// {max: 60,message:'长度不能超过60','trigger': 'blur'} // {max: 60,message:'长度不能超过60','trigger': 'blur'}
// ], // ],
// 'mtabut.coninf.conexedat':[ // 'mtabut.coninf.conexedat':[
// {type: 'date', required: false, message: '输入正确的日期'} // {type: 'string', required: false, message: '输入正确的日期'}
// ], // ],
// 'mtabut.coninf.usr.extkey':[ // 'mtabut.coninf.usr.extkey':[
// {type: 'string', required: false, message: '必输项'}, // {type: 'string', required: false, message: '必输项'},
......
...@@ -65,9 +65,9 @@ export default class Litame { ...@@ -65,9 +65,9 @@ export default class Litame {
}, },
rec: { rec: {
expdat: '', expdat: '',
nomton: 0, nomton: '',
shpdat: '', shpdat: '',
nomtop: 0, nomtop: '',
prepertxts18: '', prepertxts18: '',
prepers18: '' prepers18: ''
}, },
...@@ -143,7 +143,8 @@ export default class Litame { ...@@ -143,7 +143,8 @@ export default class Litame {
regref: '', regref: '',
porloa: '', porloa: '',
apprultxt: '', apprultxt: '',
branchInr:'00000047', branchinr:'',
inr:''
}, },
adv: { adv: {
pts: new Pts().data, pts: new Pts().data,
...@@ -189,29 +190,6 @@ export default class Litame { ...@@ -189,29 +190,6 @@ export default class Litame {
pts: new Pts().data, pts: new Pts().data,
} }
}, },
liaall: {
limmod: {
ownref: '',
dggrd: '',
limpts: {
wrk: {
pts: new Pts().data,
},
oth: {
pts: new Pts().data,
},
pfcod1: '',
pfcod2: '',
nonrevflg1: '',
nonrevflg2: ''
},
comamt: '',
ccvamt: '',
limgrd: '',
lmegrd: '',
tygrd: ''
}
},
swiadd: { swiadd: {
trnchato: '', trnchato: '',
newnomtop: '', newnomtop: '',
......
export default { export default {
buildPtspta(ptsptaObj) { buildPtspta (ptsptaObj) {
let pts = ptsptaObj.pts; let pts = ptsptaObj.pts;
let ptspta = { let ptspta = {
rol: pts.rol, rol: pts.rol,
...@@ -13,149 +13,113 @@ export default { ...@@ -13,149 +13,113 @@ export default {
dftfeecur: pts.dftfeecur, dftfeecur: pts.dftfeecur,
dftactptainr: pts.dftactptainr, dftactptainr: pts.dftactptainr,
glggrpflg: pts.glggrpflg, glggrpflg: pts.glggrpflg,
adrblk: pts.adrblk, adrblk: pts.adrblk
}; };
return ptspta; return ptspta;
}, },
buildCommonData(model, trnName) { buildCommonData (model, trnName) {
let ptsptaList = []; let ptsptaList = [];
if (model.gidgrp.apl.pts.extkey) { if (model.lidgrp.apl.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.gidgrp.apl)); ptsptaList.push(this.buildPtspta(model.lidgrp.apl));
} }
if (model.gidgrp.ben.pts.extkey) { if (model.lidgrp.adv.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.gidgrp.ben)); ptsptaList.push(this.buildPtspta(model.lidgrp.adv));
}
if (model.lidgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.lidgrp.ben));
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'LID', objtyp: 'LID',
objinr: model.gidgrp.rec.objinr, ownref: model.lidgrp.rec.ownref,
ownref: model.gidgrp.rec.ownref, opndat: model.lidgrp.rec.opndat,
segtyp: model.gidgrp.rec.segtyp, expdat: model.lidgrp.rec.expdat,
fromflg: model.gidgrp.rec.fromflg, branchInr: model.lidgrp.rec.branchInr,
othersno: model.gidgrp.rec.othersno, hndtyp: model.lidgrp.rec.hndtyp,
sndto: model.gidgrp.rec.sndto, gartyp: model.lidgrp.rec.gartyp,
giduil: model.gidgrp.rec.giduil, fingua: model.lidgrp.rec.fingua,
purpos: model.gidgrp.rec.purpos, segtyp: model.lidgrp.ghd.segtyp,
revflg: model.gidgrp.rec.revflg, fromflg: model.lidgrp.rec.fromflg,
cnfsta: model.gidgrp.rec.cnfsta, othersno: model.lidgrp.rec.othersno,
sndto: model.lidgrp.rec.sndto,
swiftflg: model.gitp.swiftflg,
liduil: model.lidgrp.rec.liduil,
purpos: model.lidgrp.rec.purpos,
revflg: model.lidgrp.rec.revflg,
cnfsta: model.lidgrp.rec.cnfsta,
}, },
cbsMap: { cbsMap: {
MAX: model.gidgrp.cbs.max, MAX: model.lidgrp.cbs.max,
OPN1: model.gidgrp.cbs.opn1, OPN1: model.lidgrp.cbs.opn1,
MAC: model.gidgrp.cbs.mac, MAC: model.lidgrp.cbs.mac,
MAC2: model.gidgrp.cbs.mac2, MAC2: model.lidgrp.cbs.mac2,
OPC2: model.gidgrp.cbs.opc2, OPC2: model.lidgrp.cbs.opc2,
CNF: model.gidgrp.cbs.cnf, CNF: model.lidgrp.cbs.cnf,
}, },
ptsList: ptsptaList, ptsList: ptsptaList,
transName: trnName, transName: trnName,
userId: window.sessionStorage.userId userId: window.sessionStorage.userId ? window.sessionStorage.userId : 'ZL'
? window.sessionStorage.userId
: 'ZL',
}; };
return dataObj; return dataObj
}, },
buildSetfeg(model, trnName) { buildSetfeg (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaall: model.liaall, liaall: model.liaall,
liaccv: model.liaccv, liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot, // doceot: model.trnmod.trndoc.doceot,
}; };
return params; return params
}, },
buildSetglg(model, trnName) { buildSetglg (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
setfeg: model.setmod.setfeg, setfeg: model.setmod.setfeg,
liaall: model.liaall,
liaccv: model.liaccv,
}; };
return params; return params
}, },
buildGlentry(model, trnName) { buildGlentry (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { liaallg: model.liaall.liaallg,
objtyp: 'LID', setfog: model.setmod.setfog,
segtyp: model.gidgrp.rec.segtyp, setfeg: model.setmod.setfeg,
fromflg: model.gidgrp.rec.fromflg, setglg: model.setmod.setglg,
othersno: model.gidgrp.rec.othersno,
sndto: model.gidgrp.rec.sndto,
giduil: model.gidgrp.rec.giduil,
purpos: model.gidgrp.rec.purpos,
revflg: model.gidgrp.rec.revflg,
cnfsta: model.gidgrp.rec.cnfsta,
},
liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot,
transName: trnName,
}; };
return params; return params
}, },
buildEngp(model, trnName) { buildEngp (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
cbsMap: { liaallg: model.liaall.liaallg,
CNF: model.gidgrp.cbs.cnf,
},
liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot,
transName: trnName,
}; };
params.rec = { return params
...params.rec,
opndat: model.gidgrp.rec.opndat,
branchInr: model.gidgrp.rec.branchInr,
hndtyp: model.gidgrp.rec.hndtyp,
gartyp: model.gidgrp.rec.gartyp,
fingua: model.gidgrp.rec.fingua,
};
return params;
}, },
buildDocpan(model, trnName) { buildDocpan (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: {
objtyp: 'LID',
fromflg: model.gidgrp.rec.fromflg,
othersno: model.gidgrp.rec.othersno,
sndto: model.gidgrp.rec.sndto,
giduil: model.gidgrp.rec.giduil,
purpos: model.gidgrp.rec.purpos,
cnfsta: model.gidgrp.rec.cnfsta,
revflg: model.gidgrp.rec.revflg,
},
liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot,
transName: trnName,
}; };
return params; return params
}, },
buildCcvpan(model, trnName) { buildCcvpan (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
};
params.rec = {
...params.rec,
opndat: model.gidgrp.rec.opndat,
expdat: model.gidgrp.rec.expdat,
branchInr: model.gidgrp.rec.branchInr,
hndtyp: model.gidgrp.rec.hndtyp,
gartyp: model.gidgrp.rec.gartyp,
fingua: model.gidgrp.rec.fingua,
liaccvg: model.liaccv.liaccvg, liaccvg: model.liaccv.liaccvg,
oldamt: model.liaccv.oldamt, oldamt: model.liaccv.oldamt,
chgamt: model.liaccv.chgamt, chgamt: model.liaccv.chgamt,
concur: model.liaccv.concur, concur: model.liaccv.concur,
}; };
return params; return params
}, },
buildLimitbody (model, trnName) { buildLimitbody (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.gidgrp.rec.objinr, objinr: model.lidgrp.rec.objinr,
ownref: model.gidgrp.rec.ownref, ownref: model.lidgrp.rec.ownref,
}, },
}; };
return params return params
...@@ -164,9 +128,9 @@ export default { ...@@ -164,9 +128,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.gidgrp.rec.objinr, objinr: model.lidgrp.rec.objinr,
ownref: model.gidgrp.rec.ownref, ownref: model.lidgrp.rec.ownref,
swiftflg: model.gitp.swiftflg, swiftflg: model.gitp.swiftflg,
}, },
}; };
...@@ -180,4 +144,4 @@ export default { ...@@ -180,4 +144,4 @@ export default {
}; };
return params return params
} }
} }
\ No newline at end of file \ No newline at end of file
...@@ -6,7 +6,10 @@ import glentry from '~/components/business/glentry/event'; ...@@ -6,7 +6,10 @@ import glentry from '~/components/business/glentry/event';
import engp from '~/components/business/engp/event'; import engp from '~/components/business/engp/event';
import docpan from '~/components/business/docpan/event'; import docpan from '~/components/business/docpan/event';
import ccvpan from '~/components/business/ccvpan/event'; import ccvpan from '~/components/business/ccvpan/event';
import limitbody from '~/components/business/limitbody/event';
import doctre from '~/components/business/doctre/event';
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
mixins: [commonFunctions], mixins: [commonFunctions],
methods: { methods: {
...@@ -15,18 +18,22 @@ export default { ...@@ -15,18 +18,22 @@ export default {
...engp, ...engp,
...docpan, ...docpan,
...ccvpan, ...ccvpan,
...limitbody,
...doctre,
async init () { async init () {
const params = {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
}
const res = await Api.post('/service/litcan/init', { const res = await Api.post('/service/litcan/init', {
...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
gidInr: this.$route.query.inr,
// lidInr:'00006832',
lidgrp:{ lidgrp:{
rec:{ rec:{
// inr:this.$route.query.inr inr:this.$route.query.inr
inr:'00006829'
} }
} }
}); });
if (!res.data) { if (!res.data) {
return return
...@@ -63,7 +70,7 @@ export default { ...@@ -63,7 +70,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, () => {
...@@ -79,22 +86,20 @@ export default { ...@@ -79,22 +86,20 @@ export default {
this.processGlentry(glentryRequest); this.processGlentry(glentryRequest);
break; break;
case 'limitbody': case 'limitbody':
let limitbodyRequest = buildFn.buildLimitbody( let limitbodyRequest = buildFn.buildLimitbody(this.model, this.trnName);
this.model,
this.trnName
);
this.processLimitbody(limitbodyRequest); this.processLimitbody(limitbodyRequest);
break; break;
case 'doctre': case 'doctre':
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;
} }
}, },
// 点击获取按钮拉取当前key字段下的表单数据 // 点击获取按钮拉取当前key字段下的表单数据
queryFormData(key) { queryFormData(key) {
console.log(key); console.log(key);
}, },
// 业务信息=》基本信息=》保函编号-----获取保函编号 // 业务信息=》基本信息=》保函编号-----获取保函编号
...@@ -111,7 +116,7 @@ export default { ...@@ -111,7 +116,7 @@ export default {
this.model.gidgrp.rec.ownref = res.data; this.model.gidgrp.rec.ownref = res.data;
} }
}, },
// 获取gitopn弹框表格数据 // 获取litcan弹框表格数据
async queryGridEtyPromptDialogData(type, ptytyp) { async queryGridEtyPromptDialogData(type, ptytyp) {
let params = { let params = {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
...@@ -125,7 +130,7 @@ export default { ...@@ -125,7 +130,7 @@ export default {
this.root.promptData.type = type; this.root.promptData.type = type;
} }
}, },
// 选中gitopn弹框表格的行数据 // 选中litcan弹框表格的行数据
async selectGridEtyPromptData(row) { async selectGridEtyPromptData(row) {
let params = { let params = {
...row, ...row,
...@@ -194,5 +199,5 @@ export default { ...@@ -194,5 +199,5 @@ export default {
return return
} }
} }
} },
} };
\ No newline at end of file
...@@ -3,10 +3,69 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,10 +3,69 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Litcan { export default class Litcan {
constructor() { constructor() {
this.data = { this.data = {
sndmsg: 'X', cbsMap:{
litapll1blk: '', MAX:{
litrmbl3blk: '', cur:''
litcanl1blk: '', }
},
gitp:{
swiftflg:'',
},
sndmsg: '',
lidgrp: {
ghd:{
segtyp:'',
},
rec: {
inr:'',
branchinr: '',
ownref: '', // 参考号 .lidgrp.rec.ownref
nam: '', // 名称 .lidgrp.rec.nam
avbby: '', // 兑付方式 .lidgrp.rec.avbby
redclsflg: '', // Red/Green Clause .lidgrp.rec.redclsflg
opndat: '', // 开立日期 .lidgrp.rec.opndat
shpdat: '', // Shipment Date .lidgrp.rec.shpdat
expdat: '', // 到期日 .lidgrp.rec.expdat
expplc: '', // 到期日 .lidgrp.rec.expplc
lcrtyp: '', // 信用证类型 .lidgrp.rec.lcrtyp
revflg: '', // Revolving Flag .lidgrp.rec.revflg
advnam: '',
},
cbs: {
nom1: {
cur: '', // 开证金额 .lidgrp.cbs.nom1.cur
amt: '', // 开证金额 .lidgrp.cbs.nom1.amt
},
opn1: {
cur: '', // 信用证余额 .lidgrp.cbs.opn1.cur
amt: '', // Balance .lidgrp.cbs.opn1.amt
},
max: {
cur: '', // 信用证余额 .lidgrp.cbs.opn1.cur
amt: '', // Balance .lidgrp.cbs.opn1.amt
},
},
apl: {
pts: {
ref:'',
nam:'',
}
},
ben: {
pts: {
ref:'',
nam:'',
}
},
adv: {
pts: {
ref:'',
nam:'',
}
},
avbnam: '', // 指定银行 .lidgrp.avbnam
},
litp0: { litp0: {
aammod: { aammod: {
addamtflg: '', // Add. Amount .litp0.aammod.addamtflg addamtflg: '', // Add. Amount .litp0.aammod.addamtflg
...@@ -16,25 +75,7 @@ export default class Litcan { ...@@ -16,25 +75,7 @@ export default class Litcan {
strinf: '', // Narrative .litcanf.strinf strinf: '', // Narrative .litcanf.strinf
}, },
gcdgrp: { gcdgrp: {
prb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
rec: {
clmdat: '',
ownref: '',
payrol: '',
nam: '',
docprbrol: '',
},
oth: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
...@@ -54,25 +95,13 @@ export default class Litcan { ...@@ -54,25 +95,13 @@ export default class Litcan {
adv: { adv: {
pts: new Pts().data, pts: new Pts().data,
}, },
apl: {
pts: new Pts().data,
},
}, },
gidgrp: { gidgrp: {
rec: { rec:{
expdat: '', objinr:'',
liadat: '',
ownref: '',
gartyp: ''
},
ghd: {
wahnum: '',
remark: '',
bustyp: '',
segtyp: ''
},
cbs: {
opn1: {
cur: '',
amt: ''
}
}, },
ctr: { ctr: {
pts: new Pts().data, pts: new Pts().data,
...@@ -98,6 +127,37 @@ export default class Litcan { ...@@ -98,6 +127,37 @@ export default class Litcan {
apl: { apl: {
pts: new Pts().data, pts: new Pts().data,
}, },
cbs: {
max: '',
}
},
liaall: {
con: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
atb: {
pts: new Pts().data,
},
avc: {
pts: new Pts().data,
},
},
trnmod: {
ctr: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
}, },
byinst: '', // On Applicant instruction .byinst byinst: '', // On Applicant instruction .byinst
pageId: '', // ctx的key pageId: '', // ctx的key
......
...@@ -28,7 +28,11 @@ export default { ...@@ -28,7 +28,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidinr: this.$route.query.inr lidgrp:{
rec:{
inr: this.$route.query.inr
}
},
}); });
if (!res.data) { if (!res.data) {
......
...@@ -99,6 +99,7 @@ export default class Litdck { ...@@ -99,6 +99,7 @@ export default class Litdck {
utlnbr: '', utlnbr: '',
opndat: '', opndat: '',
redclsflg: '', redclsflg: '',
inr: '',
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -28,6 +28,11 @@ export default { ...@@ -28,6 +28,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{
rec:{
inr:this.$route.query.inr
}
}
}); });
if (!res.data) { if (!res.data) {
return return
......
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