com.fzzy.api.entity.Api1105 货位代码 货位名称 国家统一货位编码 廒间代码 货位启用日期 Date double 货位容量 保管单位 保管员 操作标志 ${dorado.getDataProvider("apiTriggerService#trigger").getResult("CZBZ")} code name 最后更新时间 DateTime 业务id 库区代码 标记位 货位状态 font-awesome,css-common [dtMain] api1105PR#listAll 工具栏: bold view.get("#dsMain").flushAsync(); 刷新 fa fa-search 100 toolbar-button-push view.get("#dsMain").insert(); view.get("#dialogMain").show(); 新增 fa fa-plus 100 toolbar-button var cur = view.get("#dgMain").getCurrentItem(); if(cur){ view.get("#dialogMain").show(); }else{ $alert("请勾选需要修改的数据!"); } 修改 fa fa-pencil 100 toolbar-button-warm var cur = view.get("#dgMain").getCurrentItem(); if(cur){ view.get("#ajaxDelUpdate").set("parameter",cur).execute(function(result){ if(result){ $alert(result); } else{ cur.set("czbz","d"); } }); }else{ $alert("请勾选需要标记删除的数据!"); } 标记删除 fa fa-minus toolbar-button-warn 100 var cur = view.get("#dgMain").getCurrentItem(); if(cur){ view.get("#ajaxDel").set("parameter",cur).execute(function(result){ if(result){ $alert(result); } else{ cur.remove(); } }); }else{ $alert("请勾选需要删除的数据!"); } 直接删除 fa fa-minus toolbar-button-warn 100 var select = view.get("#dgMain").get("selection"); if(select && select.length > 0){ view.get("#ajaxPush").set("parameter",select).execute(function(result){ view.get("#dsMain").flushAsync(); $notify(result); }); }else{ $alert("请勾选需要上报的数据!"); } 手动上传 fa fa-hand-o-up toolbar-button-push 100 上传记录 fa fa-bars toolbar-button dsMain multiRows true 上传 hwmc center hwdm 280 center tyhwbm 320 center tyhwbm hwqyrq 120 center hwrl 100 center bgdw center 160 bgy 160 center czbz 100 center zhgxsj 200 center 1000 货位信息 fa fa-sliders false 基础信息 dsMain *,*,* 120 left top hwdm hwdm hwmc hwmc kqdm kqdm tyhwbm tyhwbm ajdm ajdm hwqyrq hwqyrq hwrl hwrl bgdw bgdw bgy bgy czbz czbz zhgxsj zhgxsj bizId bizId 上海市平台 dsMain *,*,* 120 left top bjw bjw hwzt hwzt api1105PR#updateSave [#current] dsMain api1105PR#pushData 确定要上报么? api1105PR#delData 当前数据删除后无法恢复,请确认要删除么? api1105PR#delUpdate 确定要将数据标记为删除么?