1.修改付款明细显示问题
This commit is contained in:
parent
c59647ce78
commit
56d29fec42
@ -15,7 +15,7 @@
|
||||
/* if(null!=ishistory&&ishistory.equals("true")){
|
||||
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");
|
||||
} */
|
||||
/* String operationType = "";
|
||||
/* String operationType = "";
|
||||
String distributorId = "";
|
||||
BizObject bo=JBOFactory.createBizObjectQuery("jbo.prd.PRD_SPECIFIC_LIBRARY","PRODUCTID=:productId").setParameter("productId", productId).getSingleResult(false);
|
||||
BizObject bo1=JBOFactory.createBizObjectQuery("jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO","ID=:contractId").setParameter("contractId", contractId).getSingleResult(false);
|
||||
@ -28,7 +28,7 @@
|
||||
if("BAIC_MOTOR".equals(operationType)&&"0010".equals(phaseNo)){
|
||||
doTemp.setReadOnly("CLIENT_ACCOUNT",false);
|
||||
doTemp.setColInnerBtEvent("CLIENT_ACCOUNT", "selectAccount()");
|
||||
} */
|
||||
} */
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";//freeform
|
||||
//dwTemp.ReadOnly = "-2";//只读模式
|
||||
@ -67,7 +67,7 @@ function lendingType(){
|
||||
}
|
||||
}
|
||||
//选择子经销商查询
|
||||
function selectAccount(){
|
||||
<%-- function selectAccount(){
|
||||
var sdistributorId="<%=distributorId%>";
|
||||
AsDialog.OpenSelector("SelectDistributorAccount", "distributorid,"+sdistributorId, "dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"){
|
||||
@ -86,7 +86,7 @@ function selectAccount(){
|
||||
setItemValue(0, 0, "CLIENT_BANK",openBank);
|
||||
setItemValue(0, 0, "CLIENT_ACCNUMBER",accNumber);
|
||||
}, "选择经销商账户",'');
|
||||
}
|
||||
} --%>
|
||||
|
||||
</script>
|
||||
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
||||
Loading…
x
Reference in New Issue
Block a user