Commit f0df024e 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 e7d88c44 62de8c00
...@@ -22,12 +22,12 @@ export default { ...@@ -22,12 +22,12 @@ export default {
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.adv.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.adv));
}
if (model.ledgrp.ben.pts.extkey) { if (model.ledgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.ben)); ptsptaList.push(this.buildPtspta(model.ledgrp.ben));
} }
if (model.ledgrp.iss.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.ledgrp.iss));
}
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
...@@ -103,6 +103,11 @@ export default { ...@@ -103,6 +103,11 @@ export default {
buildDocpan (model, trnName) { buildDocpan (model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: {
objtyp: 'LED',
objinr: model.ledgrp.rec.objinr,
ownref: model.ledgrp.rec.ownref,
},
}; };
return params return params
}, },
......
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
}" }"
:disabled="true" :disabled="true"
@keyup.enter.native=" @keyup.enter.native="
queryGridEtyPromptDialogData('ben', 'C') queryGridEtyPromptDialogData('BEN', 'C')
" "
> >
</c-ptap> </c-ptap>
......
...@@ -117,7 +117,7 @@ export default class Litopn { ...@@ -117,7 +117,7 @@ export default class Litopn {
nam: '', nam: '',
prepertxts18: '', prepertxts18: '',
redclsflg: '', redclsflg: '',
nomspc: 'x', nomspc: 'X',
shptrss18: '', shptrss18: '',
spcrcbflg: '', spcrcbflg: '',
shpfro: '', shpfro: '',
...@@ -128,7 +128,7 @@ export default class Litopn { ...@@ -128,7 +128,7 @@ export default class Litopn {
pordis: '', pordis: '',
shppar: '', shppar: '',
apprul: 'UCP LATEST VERSION', apprul: 'UCP LATEST VERSION',
prepers18: '21', prepers18: 21,
guaflg: '0', guaflg: '0',
expdat: '', expdat: '',
shpto: '', shpto: '',
......
...@@ -653,7 +653,7 @@ export default { ...@@ -653,7 +653,7 @@ export default {
if(res.cbs.nom1.cur !== "" || res.cbs.nom1.amt !== "" || res.apl.pts.adrblk !== ""){ if(res.cbs.nom1.cur !== "" || res.cbs.nom1.amt !== "" || res.apl.pts.adrblk !== ""){
this.model.lidgrp.cbs.max.cur=this.model.lidgrp.cbs.nom1.cur; this.model.lidgrp.cbs.max.cur=this.model.lidgrp.cbs.nom1.cur;
// this.model.lidgrp.cbs.max.amt=this.model.lidgrp.cbs.nom1.amt; // this.model.lidgrp.cbs.max.amt=this.model.lidgrp.cbs.nom1.amt;
this.model.lidgrp.rec.nam = `${res.apl.pts.adrblk.substring(0,15)}${res.cbs.nom1.cur}${res.cbs.nom1.amt}` this.model.lidgrp.rec.nam = `${res.rec.stacty}.${res.apl.pts.adrblk.substring(0,16)} ${res.cbs.nom1.cur} ${res.cbs.nom1.amt}`
} }
} }
}, },
......
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