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',''); --%>