com.fzzy.igds.domain.QuantityConf
组织编码
所属仓库
${dorado.getDataProvider("depotPR#getAllCache").getResult()}
id
name
所属分库
${dorado.getDataProvider("deptPR#getAllData").getResult()}
id
kqmc
设备名称
设备序列号
通讯IP
通讯端口
Integer
登录账号
登录密码
是否在线
${dorado.getDataProvider("dicPR#sysDictData").getResult("sys_yes_no")}
dictValue
dictLabel
通讯协议
${dorado.getDataProvider("dicPR#sysDictData").getResult("PROTOCOL")}
dictValue
dictLabel
Double
距离1
Double
距离2
Double
距离3
Double
距离4
Double
仓房宽
Double
探头高
Double
堆粮线高
监控ip
监控SN
控制端口
Integer
web端口
Integer
播放方式
${dorado.getDataProvider("dicPR#triggerPlayType").getResult()}
dictValue
dictLabel
true
抓拍方式
${dorado.getDataProvider("dicPR#triggerSnapType").getResult()}
dictValue
dictLabel
内网地址
外网地址
RTSP地址
备注
通道号
Integer
DateTime
创建时间
true
创建人
true
DateTime
更新时间
true
更新人
true
font-awesome,css-common
quantityConfPR#getConfList
[dtQuantityConf]
c-param
view.get("#dsMain").insert();
view.get("#depotId").set("readOnly",false);
view.get("#dgMain").show();
新增
btn1
100
fa fa-plus
var select = view.get("#dataGridMain").get("selection");
if(select){
view.get("#depotId").set("readOnly",true)
view.get("#dgMain").show();
}else{
$notify("请选择需要修改的数据……");
}
修改
btn2
100
fa fa-pencil-square-o
var select = view.get("#dataGridMain").get("selection");
if(select){
view.get("#ajaxDel").set("parameter",select).execute(function(result){
select.remove();
});
}else{
$notify("请选择需要删除的仓库……");
}
删除
btn3
100
fa fa-times
刷新缓存
btn4
fa fa-refresh
100
ajaxRefreshCache
view.get("#dataGridMain").set("selection",arg.data);
dsMain
true
singleRow
name
center
name
150
depotId
center
150
ip
center
ip
120
port
center
port
80
status
center
status
80
protocol
center
protocol
180
playType
center
playType
180
ytIp
center
ytIp
updateBy
center
updateTime
center
quantityConfPR#saveConf
dsMain
[#current]
quantityConfPR#flushConfCache
刷新成功!
确定要刷新缓存么?
删除成功
quantityConfPR#delQuantityConf
正在删除
确定要删除么?
view.get("#dialogMeidaSelect").show();
quantityConfPR#remoteConf