|
|
|
@ -173,7 +173,7 @@ public class StaffServiceImpl extends Service implements StaffService {
|
|
|
|
|
jobIdItem.setRules("required|string");
|
|
|
|
|
// 编制数
|
|
|
|
|
SearchConditionItem staffNumItem = OrganizationFormItemUtil.inputNumberItem(user, 2, 16, 3, "编制数", "staffNum");
|
|
|
|
|
staffNumItem.setRules("required|int");
|
|
|
|
|
staffNumItem.setRules("required");
|
|
|
|
|
// 控制策略
|
|
|
|
|
List<SearchConditionOption> selectOptions = new ArrayList<>();
|
|
|
|
|
SearchConditionOption option1 = new SearchConditionOption("1", "弱控");
|
|
|
|
|