diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index 29194f1cb..edb38de8c 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -78,6 +78,7 @@ $("#A_div_0150").attr("style","display:none;"); }) var operationType=''; + var SubjectId=''; function changeProductName(){//清空产品名称 setItemValue(0,getRow(0),"productName",""); } @@ -348,6 +349,7 @@ MyOjbect.modelid = sReturn[7];//车型ID MyOjbect.modelname = sReturn[8];//车型名称 operationType = sReturn[11]; + SubjectId = sReturn[12]; setItemValue(0,0,"productName",sReturn[2]); setItemValue(0,0,"productId",sReturn[3]);