字段编号

This commit is contained in:
liuz 2018-06-27 15:59:14 +08:00
parent 114cfeb78a
commit e616b3b70a

View File

@ -15,7 +15,7 @@
var distributorId ="<%=distributorId%>";
var projectName = "<%=distributorId%>";
var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
sParams = sParams+",FlowKey="+distributorId+",ProjectName="+projectName+",distributorId=<%=distributorId%>";
sParams = sParams+",FlowKey="+distributorId+",distributorId=<%=distributorId%>";
var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams);
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;