计提分摊

This commit is contained in:
zhangjun 2019-01-22 17:38:29 +08:00
parent ae526bfb38
commit 134486ac40
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
tempParam["FLOW_UNID"]="<%=new java.util.Date().getTime()%>";
//生成模板固定参数
tempParam["contract_no"]="<%=CurUser.getUserID()%>";
tempParam["contract_id"]="<%=CurUser.getUserID()%>";
tempParam["contract_no"]="<%=contract_no%>";
tempParam["CurOrgId"]="<%=CurUser.getOrgID()%>";
tempParam["fileSavePath"]="<%=CurConfig.getConfigure("FileSavePath")%>";

Binary file not shown.