凭证列表优化
This commit is contained in:
parent
112e42111f
commit
f6c401bbda
@ -10,7 +10,8 @@
|
||||
String sFileSavePath = CurConfig.getConfigure("FileSavePath");
|
||||
String sFileNameType = CurConfig.getConfigure("FileNameType");
|
||||
String isTM = CurPage.getAttribute("isTM");//是否显示定时任务数据
|
||||
String sTempletNo = "VOUCHER_V8" ;
|
||||
//String sTempletNo = "VOUCHER_V8" ;
|
||||
String sTempletNo = "VOUCHER_V8_LIST" ;
|
||||
if( isTM!=null && "true".equals(isTM)){
|
||||
sTempletNo = "VOUCHER_V8_NEW";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user