From 9eec7ef1c9558e50f04bc354ff3509cb24586404 Mon Sep 17 00:00:00 2001 From: liuz Date: Thu, 19 Jul 2018 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E7=BB=8F=E9=94=80=E5=95=86=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E5=90=8D=E7=A7=B0=E5=80=BC=E7=9A=84=E5=B8=A6?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorAccountInfo.jsp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp index 8ae01d766..ce04a1e7f 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp @@ -21,8 +21,8 @@ doTemp.setDefaultValue("DISTRIBUTOR_ID", DISTRIBUTOR_NO); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="2"; //--设置为Grid风格-- - /* if("ReadOnly".equals(righttrpe)){ - //dwTemp.ReadOnly = "1"; //只读模式 + /* if("ReadOnly".equals(rightType)){ + dwTemp.ReadOnly = "1"; //只读模式 } */ dwTemp.genHTMLObjectWindow(id); @@ -47,6 +47,15 @@ } as_save(0,"returnList()"); } + + window.onload=function(){ + var result = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.AccountInfoManage","Checkbasicinfo","flowunid=<%=sflowunid%>"); + setItemValue(0,0,"ACCOUNT",result); + } + + + + function returnList(){ <%-- var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp"; AsControl.OpenView(sUrl,"FlowUnid=<%=flowunid%>",'_self',''); --%>