31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
|
/*
|
|
Author: undefined 2018-07-11
|
|
Content: ʾÀýÏêÇéÒ³Ãæ
|
|
History Log:
|
|
*/
|
|
String ishistory = CurPage.getParameter("IsHistory");
|
|
String flowunid = CurPage.getParameter("FlowUnid");
|
|
ASObjectModel doTemp = new ASObjectModel("LCFundPaymentTempInfo");
|
|
/* if(null!=ishistory&&ishistory.equals("true")){
|
|
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");
|
|
} */
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
//dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
|
|
dwTemp.genHTMLObjectWindow(flowunid);
|
|
|
|
String sButtons[][] = {
|
|
};
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
var relines=getItemValue(0,0,"relines");
|
|
if(relines<0){
|
|
$("#RELINES").css("color","red");
|
|
}
|
|
});
|
|
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |