parent
cec5ba8f03
commit
6945045a9b
|
@ -37,7 +37,7 @@ public class PurDemandListPlugin extends AbstractListPlugin {
|
||||||
IDataEntityType dataEntityType = dataEntity.getDataEntityType();
|
IDataEntityType dataEntityType = dataEntity.getDataEntityType();
|
||||||
String name = dataEntityType.getName();
|
String name = dataEntityType.getName();
|
||||||
//立项||费用登记
|
//立项||费用登记
|
||||||
if ("rebm_project".equals(name) || "recon_connotextbill".equals(name)) {
|
if ("rebm_project".equals(name) || "recon_connotextbill".equals(name) ||"rebm_purplan".equals(name)) {
|
||||||
DynamicObject org = dataEntity.getDynamicObject("org");
|
DynamicObject org = dataEntity.getDynamicObject("org");
|
||||||
if (null != org) {
|
if (null != org) {
|
||||||
List<QFilter> qFilters = e.getQFilters();
|
List<QFilter> qFilters = e.getQFilters();
|
||||||
|
|
Loading…
Reference in New Issue