1.付款申请审批页面增加申请资料详情页签。

This commit is contained in:
zhangbb 2018-07-19 12:12:23 +08:00
parent f01f200fe9
commit ba4e8861ed
2 changed files with 28 additions and 1 deletions

View File

@ -38,7 +38,7 @@
}else{
sButtons = new String[][]{
{"true","","Button","发起付款申请","保存","cmb_tp_pay()","","","","btn_icon_save",""},
{"true","","Button","마운써벎꿴璂","마운써벎꿴璂","cmb_tp_callback()","","","","btn_icon_delete",""}
{"true","","Button","付款结果回盘","付款结果回盘","cmb_tp_callback()","","","","btn_icon_delete",""}
};
}
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>

View File

@ -0,0 +1,27 @@
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
/*
Author: undefined 2017-06-17
Content: 示例详情页面
History Log:
*/
String ishistory = CurPage.getParameter("IsHistory");
String flowunid = CurPage.getParameter("FlowUnid");
String productid = Sqlca.getString("select PRODUCT_ID from LB_CONTRACT_INFO_TEMP where flowunid = '"+flowunid+"'");
String sTempletNo = "LB_CONTRACT_INFO_PAY";//--模板号--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
/* if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据
} */
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
dwTemp.Style = "2";
// dwTemp.ReadOnly = "0";
dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));
String sButtons[][] = {
};
sButtonPosition = "south";
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>