|
|
|
@ -214,10 +214,11 @@ public class StaffServiceImpl extends Service implements StaffService {
|
|
|
|
|
selectOptions.add(option1);
|
|
|
|
|
selectOptions.add(option2);
|
|
|
|
|
selectOptions.add(option3);
|
|
|
|
|
SearchConditionItem controlPolicyItem = OrganizationFormItemUtil.selectItem(user, selectOptions, 2, 16, 6, true, "控制策略", "controlPolicy");
|
|
|
|
|
SearchConditionItem controlPolicyItem = OrganizationFormItemUtil.selectItem(user, selectOptions, 2, 16, 6, false, "控制策略", "controlPolicy");
|
|
|
|
|
controlPolicyItem.setViewAttr(3);
|
|
|
|
|
controlPolicyItem.setValue("1");
|
|
|
|
|
controlPolicyItem.setRules("required|string");
|
|
|
|
|
SearchConditionItem descriptionItem = OrganizationFormItemUtil.textareaItem(user, 2, 16, true, 2, 60, "描述说明", "description");
|
|
|
|
|
SearchConditionItem descriptionItem = OrganizationFormItemUtil.textareaItem(user, 2, 16, true, 2, 200, "描述说明", "description");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 编辑状态下赋值操作
|
|
|
|
|