Merge branch 'develop' of https://gitee.com/jmlcl/weaver-hrm-organization into feature/dxf
This commit is contained in:
commit
8869a18977
|
|
@ -1,5 +1,6 @@
|
|||
package com.engine.organization.entity.searchtree;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
|
|
@ -9,6 +10,7 @@ import lombok.Data;
|
|||
* @version: 1.0
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
public class SearchTreeParams {
|
||||
/**
|
||||
* 数据类型
|
||||
|
|
|
|||
|
|
@ -129,9 +129,8 @@ public class LevelServiceImpl extends Service implements LevelService {
|
|||
SearchConditionItem levelNoCondition = OrganizationFormItemUtil.inputItem(user, 2, 17, 3, 50, "编号", "levelNo");
|
||||
levelNoCondition.setRules("required|string");
|
||||
SearchConditionItem descriptionCondition = OrganizationFormItemUtil.textareaItem(user, 2, 17, true, 2, 60, "描述说明", "description");
|
||||
SearchConditionItem browserItem = OrganizationFormItemUtil.browserItem(user, 2, 17, 3, false, "等级方案", "161", "schemeId", "schemeBrowser");
|
||||
SearchConditionItem browserItem = OrganizationFormItemUtil.browserItem(user, 2, 17, 3, false, "等级方案", "666", "schemeId", "schemeBrowser");
|
||||
browserItem.setRules("required|string");
|
||||
|
||||
// 编辑状态下赋值操作
|
||||
String id = Util.null2String(params.get("id"));
|
||||
if (!StringUtil.isEmpty(id)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue