| | |
| | | TSite.initColumn = function () { |
| | | return [ |
| | | {field: 'selectItem', radio: true}, |
| | | {title: '主键ID', field: 'id', visible: false, align: 'center', valign: 'middle'}, |
| | | {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'}, |
| | | {title: '类型名称', field: 'name', visible: true, align: 'center', valign: 'middle' |
| | | }, |
| | | ]; |
| | |
| | | let id = this.seItem.id |
| | | var operation = function(){ |
| | | var ajax = new $ax(Feng.ctxPath + "/tSiteType/delete", function (data) { |
| | | Feng.success("删除成功!"); |
| | | if(data=="5002"){ |
| | | Feng.info("已有场地使用无法删除!"); |
| | | }else { |
| | | Feng.success("删除成功!"); |
| | | } |
| | | |
| | | TSite.table.refresh(); |
| | | }, function (data) { |
| | | Feng.error("删除失败!" + data.responseJSON.message + "!"); |