对经销商审核账户信息中的账户名称值的带出

This commit is contained in:
liuz 2018-07-19 20:45:09 +08:00
parent a9c7388c92
commit 9eec7ef1c9

View File

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