|
|
@ -160,8 +160,8 @@ public class StaffPlanServiceImpl extends Service implements StaffPlanService {
|
|
|
|
SearchConditionItem timeEndItem = OrganizationFormItemUtil.datePickerItem(user, 2, 16, false, 3, "时间结束", "timeEnd");
|
|
|
|
SearchConditionItem timeEndItem = OrganizationFormItemUtil.datePickerItem(user, 2, 16, false, 3, "时间结束", "timeEnd");
|
|
|
|
timeEndItem.setRules("required|string");
|
|
|
|
timeEndItem.setRules("required|string");
|
|
|
|
// 适用公司
|
|
|
|
// 适用公司
|
|
|
|
SearchConditionItem companyIdtItem = OrganizationFormItemUtil.browserItem(user, 2, 16, 2, false, "适用公司", "162", "companyId", "compBrowser");
|
|
|
|
SearchConditionItem companyIdtItem = OrganizationFormItemUtil.browserItem(user, 2, 16, 3, false, "适用公司", "162", "companyId", "compBrowser");
|
|
|
|
//companyIdtItem.setRules("required|string");
|
|
|
|
companyIdtItem.setRules("required|string");
|
|
|
|
// 说明
|
|
|
|
// 说明
|
|
|
|
SearchConditionItem descriptionItem = OrganizationFormItemUtil.inputItem(user, 2, 16, 2, 50, "说明", "description");
|
|
|
|
SearchConditionItem descriptionItem = OrganizationFormItemUtil.inputItem(user, 2, 16, 2, 50, "说明", "description");
|
|
|
|
|
|
|
|
|
|
|
|