调整甘特图拖动逻辑,不允许超出左边界,超出最大间隔给提示。

yun-zuoyi
钮海涛 4 years ago
parent cccb5f5d4f
commit 6dd8cb52d4

@ -69,4 +69,8 @@ public class SysParam extends BaseAPS {
@Column(name="FOUR_FIRST_SUPPLY")
@ApiParam(value ="是否牵纱补满模")
private Boolean fourFirstSupply = false;
@Column(name="MAX_SPACE_LIMIT_DRAG")
@ApiParam(value ="间隔时间限制")
private Boolean maxSpaceLimitDrag = true;
}

@ -8,4 +8,5 @@ public class GanttDragModel {
private Long resId;
private Long targetResId;
private Long targetWorkId;
private Boolean ignoreSpaceLimit;
}

Loading…
Cancel
Save