From ab6c3bea073878978fb13f89053798e608c298db Mon Sep 17 00:00:00 2001 From: like Date: Mon, 13 Aug 2018 17:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=BF=AE=E6=94=B9=E5=85=A5?= =?UTF-8?q?=E6=97=A5=E5=BF=972?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/ProductManage/ProductConfig/ProductComponentDef.jsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebContent/ProductManage/ProductConfig/ProductComponentDef.jsp b/WebContent/ProductManage/ProductConfig/ProductComponentDef.jsp index b6554a979..b7ea56b80 100644 --- a/WebContent/ProductManage/ProductConfig/ProductComponentDef.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductComponentDef.jsp @@ -204,6 +204,9 @@ } function doSelect(id){ + /* KKK给所有的选择框单击事件加上,写入日志方法,无论选择还是反选择 */ + var result = RunJavaMethodTrans("com.amarsoft.app.als.prd.manager.ProductManager","judgeAddOrUpdateLog","productID=<%=productID%>,userId=<%=CurUser.getUserID()%>,orgId=<%=CurUser.getOrgID()%>"); + var isCheck = document.all(id+"_CheckBox").checked; if(isCheck){ document.all(id+"_Link").style.display='';