Commit ef3c2d87 by 蒋勇

d

parent de4d5716
......@@ -327,6 +327,9 @@ class RptTypeService extends ServiceBase{
rptresult.push(tmprpt);
});
unesrpts.forEach(rpt=>{
if( rpt.code.indexOf("_N")<0){
rpt.code=rpt.code+"_N";
}
var tmprpt=this.buildRpt(rpt,upinfo,comp,batchtemp);
rptresult.push(tmprpt);
});
......
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