网银回款核销申请流转到财务复核时,财务人员可以更改"会计处理日"2

This commit is contained in:
zhangjun 2019-03-28 10:08:57 +08:00
parent fea9554396
commit 359273fe6e

View File

@ -8,11 +8,16 @@
String phaseNo = CurPage.getParameter("PhaseNo");
String rightType = CurPage.getParameter("RightType");
String ishistory = CurPage.getParameter("IsHistory");
String sTempletNo = CurPage.getParameter("TempletNo");//Ä£°åºÅ
ASObjectModel doTemp = new ASObjectModel("LCRentIncomeTempList");
if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
}
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
if("0030".equals(phaseNo)){
doTemp.setReadOnly("", true);
doTemp.setReadOnly("ACCOUNTING_DATE", false);
}
dwTemp.Style="1";
dwTemp.ShowSummary = "1";
if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){
@ -35,7 +40,7 @@
if("ReadOnly".equals(rightType)){
sButtons = new String[][]{
};
}else if("0020".equals(phaseNo)){
}else if("0020".equals(phaseNo) || "0030".equals(phaseNo)){
sButtons = new String[][]{
{"true","","Button","±£´æ","±£´æ","as_save(0,'updateEbankAndEbankProcess()')","","","","btn_icon_save",""}
};