资料清单页面显示,法人账户信息新增带值

This commit is contained in:
liuz 2018-09-11 14:33:32 +08:00
parent 8c6765651d
commit ea58737db8
3 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@
var docList="<%=docList%>";
myleft.width=1;
if("SingleRow"=="<%=type%>"){
if("FundPaymentCarFlow"=="<%=sFlowNo%>"||"BusinessApplyFlow"=="<%=sFlowNo%>"||"MortgageFileFlow"=="<%=sFlowNo%>"||"ProjectCreditFlow"=="<%=sFlowNo%>"){
if("FundPaymentCarFlow"=="<%=sFlowNo%>"||"BusinessApplyFlow"=="<%=sFlowNo%>"||"MortgageFileFlow"=="<%=sFlowNo%>"||"ProjectCreditFlow"=="<%=sFlowNo%>"||"ContractSupportFlow"=="<%=sFlowNo%>"){
AsControl.OpenView("/Tenwa/Comm/DocList/PayDocList.jsp","docList="+docList,"right","");
}else{
AsControl.OpenView("/Tenwa/Comm/DocList/BussinessApproveDocList.jsp","docList="+docList,"right","");

View File

@ -24,6 +24,12 @@
sButtonPosition = "south";
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
window.onload=function(){
var result = RunJavaMethodTrans("com.tenwa.customer.controller.account.CustomerAccountController","selectAccountName","customer_id="+"<%=customer_id%>");
setItemValue(0,0,"ACCOUNT",result);
}
//保存
function saveRecord(){
if(!iV_all("0")) return;//先检查填写完整性

View File

@ -27,12 +27,6 @@
include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
window.onload=function(){
var cus = getItemValue(0,0,'customername');
if(!cus){
setItemValue(0,0,"customername",'<%=customer%>');
}
}
function goBack(){
parent.AsDialog.ClosePage();
}