Commit 62de8c00 by panziyi

litopn修改

parent 211b27a1
......@@ -117,7 +117,7 @@ export default class Litopn {
nam: '',
prepertxts18: '',
redclsflg: '',
nomspc: 'x',
nomspc: 'X',
shptrss18: '',
spcrcbflg: '',
shpfro: '',
......@@ -128,7 +128,7 @@ export default class Litopn {
pordis: '',
shppar: '',
apprul: 'UCP LATEST VERSION',
prepers18: '21',
prepers18: 21,
guaflg: '0',
expdat: '',
shpto: '',
......
......@@ -653,7 +653,7 @@ export default {
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.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