实际付款去除经销商SP名称

This commit is contained in:
tangfutang 2018-09-17 19:07:05 +08:00
parent 12a4c77394
commit 03974d1cda
3 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
}
doTemp.setVisible("CUST_NAME",false);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.MultiSelect = true;