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

This commit is contained in:
zhangjun 2019-03-27 17:24:35 +08:00
parent 2250f0f3ab
commit d96ad4be38

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("LCFundIncomeTempList");
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";
if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){
dwTemp.MultiSelect = true;
@ -33,7 +38,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",""}
};