From eb97a410490fb41135dbdfa0e030f9e348861df1 Mon Sep 17 00:00:00 2001 From: ap007 Date: Fri, 14 Oct 2022 18:05:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A7=9F=E9=87=91=E4=BC=91=E7=9C=A0?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E8=B5=84?= =?UTF-8?q?=E6=96=99=E6=B8=85=E5=8D=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/LBContract/LBContractInfoShow.jsp | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfoShow.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfoShow.jsp index 235667114..4838fa3db 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfoShow.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfoShow.jsp @@ -3,18 +3,55 @@ include file="/Frame/resources/include/include_begin_info.jspf"%> <% - + String userId= CurUser.getUserID(); + String userName = CurUser.getUserName(); + String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 + String sPhaseNo=CurPage.getParameter("PhaseNo");//阶段号 + String FlowNo=CurPage.getParameter("FlowNo");//流程名称 + String projectNo=CurPage.getParameter("ProjectNo");//项目编号 String sTempletNo = "LBContractInfo_Car";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform - dwTemp.ReadOnly = "-2";//只读模式 + dwTemp.ReadOnly = "1";//只读模式 dwTemp.genHTMLObjectWindow(CurPage.getParameter("ContractId")); String sButtons[][] = { - + {"true","","Button","资料清单","资料清单","openFileList()","","","","btn_icon_saveNew",""} }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%> From a6000162539bd4a8209b1094af7e1677af960511 Mon Sep 17 00:00:00 2001 From: ap007 Date: Thu, 27 Oct 2022 13:40:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=B5=84=E6=96=99=E6=B8=85=E5=8D=95=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorInfo.jsp | 4 +++- .../DistributorManage/DistributorChange/LDistributorInfo.jsp | 4 +++- WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index 105b1b96c..305c92ec9 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -5,6 +5,8 @@ Content: 示例详情页面 History Log: */ + String userId= CurUser.getUserID(); + String userName = CurUser.getUserName(); String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 String PhaseNo=CurPage.getParameter("PhaseNo"); String RightType=CurPage.getParameter("RightType"); @@ -337,7 +339,7 @@ function getCode(){ } function getRequestParam(appCode,appName,code){ let busiNo = getItemValue(0,0,'DISTRIBUTOR_NO'); - let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo); + let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo+",userCode=<%=userId%>"+",userName=<%=userName%>"); return param; } diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorInfo.jsp index 085fe3f72..64182ebdf 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorInfo.jsp @@ -5,6 +5,8 @@ Content: 示例详情页面 History Log: */ + String userId= CurUser.getUserID(); + String userName = CurUser.getUserName(); String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 String RightType=CurPage.getParameter("RightType"); if(sFlowUnid == null) sFlowUnid=""; @@ -252,7 +254,7 @@ function getCode(){ } function getRequestParam(appCode,appName,code){ let busiNo = getItemValue(0,0,'DISTRIBUTOR_NO'); - let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo); + let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo+",userCode=<%=userId%>"+",userName=<%=userName%>"); return param; } diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp index 2b5239cf3..fcdc4d7ab 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp @@ -24,6 +24,8 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info02;Describe=定义变量,获取参数;]~*/%> <% + String userId= CurUser.getUserID(); + String userName = CurUser.getUserName(); String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 String FlowNo = CurPage.getParameter("FlowNo");//流程编号 String sPhaseNo=CurPage.getParameter("PhaseNo");//阶段号 @@ -255,7 +257,7 @@ init(); if(busiNo==null||busiNo==""||busiNo=="null"){ busiNo = RunJavaMethod("com.ample.icms.util.GetInfoUtil", "getProjectNoByFlowUnidRJM", "flowUnid=<%=sFlowUnid%>"); } - let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo); + let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode="+appCode+",appName="+appName+",code="+code+",busiNo="+busiNo+",userCode=<%=userId%>"+",userName=<%=userName%>"); return param; }