48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%>
|
|
<%//LcEbankBillForClaimsSettle
|
|
String sFlowUnid = CurPage.getParameter("ObjectNo");//流程编号
|
|
String ContractId = CurPage.getParameter("ContractId");//合同ID
|
|
String sTempletNo =CurPage.getParameter("TempletNo");//模板号
|
|
if(sTempletNo == null) sTempletNo = "LcEbankBillForClaimsSettle";
|
|
String taskno=CurPage.getParameter("TaskNo");
|
|
String ishistory=CurPage.getParameter("IsHistory");
|
|
String nodeNo=CurPage.getParameter("NodeNo");
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
if(null!=ishistory&&ishistory.equals("true")){
|
|
// doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
|
|
}
|
|
%>
|
|
<%@ include file="/Tenwa/Lease/Flow/Comm/baseShowFormal.jspf"%>
|
|
<%
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
|
dwTemp.Style = "1"; //--设置为Grid风格--
|
|
dwTemp.ReadOnly = "1"; //只读模式
|
|
dwTemp.setPageSize(20);
|
|
dwTemp.genHTMLObjectWindow(ContractId);
|
|
|
|
String sButtons[][] =new String[][] {
|
|
{"true","","Button","详情","详情","viewAndEdit2()","","","","btn_icon_edit"}
|
|
};
|
|
%>
|
|
<%@include file="/Frame/resources/include/ui/include_list.jspf"%>
|
|
<script type="text/javascript">
|
|
function viewAndEdit2(){
|
|
var sUrl = "/Tenwa/Lease/Flow/Contract/ContractInsurance/LcEbankBillForClaimsSettleInfo.jsp";//要打开的URL
|
|
var ID = getItemValue(0,getRow(0),'ID');
|
|
if(typeof(ID) == "undefined" || ID.length == 0 )
|
|
{
|
|
alert("请选择一条信息!");
|
|
return;
|
|
}
|
|
var sparam = "id="+ID;
|
|
AsDialog.PopView(sUrl,sparam,"dialogWidth=800px;dialogHeight=350px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){
|
|
reloadSelf();
|
|
},"网银挂账信息");
|
|
}
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
|
|
|
|
|
|