付款申请
This commit is contained in:
parent
9762bf6a56
commit
f9d0487faf
@ -14,9 +14,11 @@
|
||||
}
|
||||
String rightType = CurPage.getParameter("RightType");
|
||||
String ishistory = CurPage.getParameter("IsHistory");
|
||||
String FlowKey=CurPage.getParameter("FlowKey");
|
||||
String phaseNo = CurPage.getParameter("PhaseNo");
|
||||
String compClientID = request.getParameter("CompClientID");
|
||||
ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition");
|
||||
//ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition");//原来的
|
||||
ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition_formal");//改动的 有影响注掉
|
||||
if(null!=ishistory&&ishistory.equals("true")){
|
||||
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
|
||||
}
|
||||
@ -28,7 +30,7 @@
|
||||
dwTemp.getDataObject().setReadOnly("OPERATE_CHECK", false);
|
||||
}
|
||||
dwTemp.setPageSize(50);
|
||||
dwTemp.genHTMLObjectWindow(FlowUnid);
|
||||
dwTemp.genHTMLObjectWindow(FlowKey);//原来是 FlowUnid
|
||||
|
||||
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格
|
||||
String sButtons[][] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user