资料清单页面显示,法人账户信息新增带值
This commit is contained in:
parent
8c6765651d
commit
ea58737db8
@ -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","");
|
||||
|
||||
@ -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;//先检查填写完整性
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user