Commit 62de8c00 by panziyi

litopn修改

parent 211b27a1
...@@ -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