From 2419071f2099552e3a3ba086c62fee0277e05b39 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Thu, 2 Jan 2020 15:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=BB=E4=BD=93id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApproval/ProjectApprovalCreationInfo.jsp | 2 ++ 1 file changed, 2 insertions(+) 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]);