|
|
|
@ -69,6 +69,12 @@ public class WmsActionResponseBean<Obj> {
|
|
|
|
|
public Boolean isBtnDisabled = true;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 默认为true,如果这个值为true就禁用按钮否则可用,
|
|
|
|
|
*/
|
|
|
|
|
@ApiParam(value = "按钮是否禁用")
|
|
|
|
|
public Boolean isDetailsBtnDisabled = true;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 与 toSelected 属性配合使用,
|
|
|
|
|
* 选择数据后把选中行的 keyColumn 字段的值写入界面输入框并触发回车事件
|
|
|
|
|
*/
|
|
|
|
|