Commit 0b0b56f3 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 46377948 9ab5cc4a
...@@ -30,11 +30,12 @@ export default { ...@@ -30,11 +30,12 @@ export default {
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
ownref: model.lidgrp.rec.ownref, objinr: model.brdgrp.rec.inr,
opndat: model.lidgrp.rec.opndat, ownref: model.brdgrp.rec.ownref,
expdat: model.lidgrp.rec.expdat, opndat: model.brdgrp.rec.opndat,
branchInr: model.lidgrp.rec.branchInr, expdat: model.brdgrp.rec.expdat,
branchInr: model.brdgrp.rec.branchinr,
hndtyp: model.lidgrp.rec.hndtyp, hndtyp: model.lidgrp.rec.hndtyp,
gartyp: model.lidgrp.rec.gartyp, gartyp: model.lidgrp.rec.gartyp,
fingua: model.lidgrp.rec.fingua, fingua: model.lidgrp.rec.fingua,
...@@ -49,15 +50,16 @@ export default { ...@@ -49,15 +50,16 @@ export default {
cnfsta: model.lidgrp.rec.cnfsta, cnfsta: model.lidgrp.rec.cnfsta,
}, },
cbsMap: { cbsMap: {
MAX: model.lidgrp.cbs.max, MAX: model.brdgrp.cbs.max,
OLDMAX: model.lidgrp.cbs.oldmax, OLDMAX: model.brdgrp.cbs.oldmax,
MAX2: model.lidgrp.cbs.max2, OLDMAX2: model.brdgrp.cbs.oldmax2,
NOM1: model.lidgrp.cbs.nom1, MAX2: model.brdgrp.cbs.max2,
OPN1: model.lidgrp.cbs.opn1, NOM1: model.brdgrp.cbs.nom1,
MAC: model.lidgrp.cbs.mac, OPN1: model.brdgrp.cbs.opn1,
MAC2: model.lidgrp.cbs.mac2, MAC: model.brdgrp.cbs.mac,
OPC2: model.lidgrp.cbs.opc2, MAC2: model.brdgrp.cbs.mac2,
CNF: model.lidgrp.cbs.cnf, OPC2: model.brdgrp.cbs.opc2,
CNF: model.brdgrp.cbs.cnf,
}, },
ptsList: ptsptaList, ptsList: ptsptaList,
transName: trnName, transName: trnName,
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,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, () => {
......
...@@ -225,21 +225,7 @@ export default { ...@@ -225,21 +225,7 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 20,message:"长度不能超过20"}
], ],
"mtabut.coninf.oitinf.oit.inftxt":[
//{type: "string", required: false, message: "必输项"},
//{max: 60,message:"长度不能超过60"}
],
"mtabut.coninf.oitset.oit.inftxt":[
//{type: "string", required: false, message: "必输项"},
//{max: 60,message:"长度不能超过60"}
],
"mtabut.coninf.conexedat":[
//{type: "date", required: false, message: "输入正确的日期"}
],
"mtabut.coninf.usr.extkey":[
{type: "string", required: false, message: "必输项"},
{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"}
...@@ -345,7 +331,6 @@ export default { ...@@ -345,7 +331,6 @@ export default {
"liaall.limmod.limpts.wrk.pts.nam": null, "liaall.limmod.limpts.wrk.pts.nam": null,
"liaall.limmod.limpts.wrk.pts.extkey": null, "liaall.limmod.limpts.wrk.pts.extkey": null,
"brdgrp.shp.adrelc": null, "brdgrp.shp.adrelc": null,
"mtabut.coninf.conexedat": null,
"liaall.limmod.limpts.nonrevflg1": null, "liaall.limmod.limpts.nonrevflg1": null,
"brdgrp.apl.pts.nam": null, "brdgrp.apl.pts.nam": null,
"setmod.docamt": null, "setmod.docamt": null,
......
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ brdgrp:{
rec:{ rec:{
inr: this.$route.query.inr inr:this.$route.query.inr
} }
}, },
}); });
......
...@@ -87,6 +87,7 @@ export default class Brtcsg { ...@@ -87,6 +87,7 @@ export default class Brtcsg {
inr:'', inr:'',
shgref: '', shgref: '',
ownref: '', ownref: '',
docsta:'',
nam: '' nam: ''
}, },
cbs: { cbs: {
...@@ -142,7 +143,7 @@ export default class Brtcsg { ...@@ -142,7 +143,7 @@ export default class Brtcsg {
inr:'', inr:'',
expdat: '', expdat: '',
ownref: '', ownref: '',
branchinr: "00000047", branchinr: "",
}, },
cbs: { cbs: {
opn1: { opn1: {
......
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