var depotList = null; font-awesome,css-common depotConfPR#getConfList [dtDepotConf] 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("#dgMain").show(); view.get("#depotId").set("readOnly",true); }else{ $notify("请选择需要修改的数据……"); } 修改 btn2 100 fa fa-pencil-square-o var select = view.get("#dataGridMain").get("selection"); if(select){ view.get("#ajaxDel2").set("parameter",select).execute(function(result){ if(result){ $alert(result); }else{ entity.remove(); } }); }else{ $notify("请选择需要删除的数据……"); } 删除 btn3 100 fa fa-times 刷新缓存 btn4 fa fa-refresh 100 ajaxRefreshCache view.get("#dataGridMain").set("selection",arg.data); dsMain true singleRow depotId center grainSer center cableRule center cableRule cableCir center tempMax center grainFreq updateBy updateTime depotConfPR#saveConf dsMain [#current] depotConfPR#flushConfCache 刷新成功! 确定要刷新缓存么? //根据仓库类型不同,显示不同的配置信息 fa fa-tasks 检测配置参数 75% false
粮温检测配置 dsMain *,*,* 120 depotId depotId true cableRule cableRule 布线规则 grainSer grainSer cableCir cableCir 层规则 cableStart cableStart cableEnd cableEnd startRow startRow thSer thSer thConf thConf tempMax tempMax temperature temperature isOnlyTH isOnlyTH cableCone cableCone startOrientation startOrientation startDirection startDirection grainAuto grainAuto startPoint startPoint startConvert startConvert grainFreq grainFreq createBy createBy createTime createTime updateBy updateBy updateTime updateTime
确定要更新所有仓库? depotConfPR#updateFreq 删除成功 depotConfPR#delDepotConf 正在删除 确定要删除么?