二开系统标准插件:劳务班组提交操作插件
This commit is contained in:
parent
3a9048e460
commit
03b685da79
|
@ -11,6 +11,9 @@ import kd.bos.entity.plugin.PreparePropertysEventArgs;
|
|||
import kd.ec.material.opplugin.validator.IdCardValidator;
|
||||
import kd.ec.material.opplugin.validator.LabourValidator;
|
||||
|
||||
/**
|
||||
* 二开系统标准插件:劳务班组提交操作插件
|
||||
*/
|
||||
public class LabourOpExt extends AbstractOperationServicePlugIn {
|
||||
public LabourOpExt() {
|
||||
}
|
||||
|
@ -23,6 +26,6 @@ public class LabourOpExt extends AbstractOperationServicePlugIn {
|
|||
public void onAddValidators(AddValidatorsEventArgs e) {
|
||||
super.onAddValidators(e);
|
||||
e.addValidator(new LabourValidator());
|
||||
e.addValidator(new IdCardValidator());
|
||||
// e.addValidator(new IdCardValidator());//去除系统标准身份证校验逻辑
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue