parent
ccb3e0316c
commit
167cb4570a
|
|
@ -60,6 +60,10 @@ public class ClaimFormPlugin extends AbstractFormPlugin implements Plugin , Befo
|
|||
break;
|
||||
case "shjh_bizbig":
|
||||
//业务大类根据收款类型过滤
|
||||
//非认领单,取消逻辑
|
||||
if ("cas_claimbill".equals(entityId)){
|
||||
return;
|
||||
}
|
||||
QFilter q2 = null;
|
||||
DynamicObject recpaytype = this.getModel().getDataEntity().getDynamicObject("recpaytype");
|
||||
if (null != recpaytype) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue