| | |
| | | TCompetition.initColumn = function () { |
| | | return [ |
| | | {field: 'selectItem', radio: true}, |
| | | {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'}, |
| | | {title: '所在省', field: 'province', visible: true, align: 'center', valign: 'middle',width:'8%', |
| | | }, |
| | | {title: '所在市', field: 'city', visible: true, align: 'center', valign: 'middle'}, |
| | |
| | | */ |
| | | TCompetition.openTCompetitionDetail = function () { |
| | | if (this.check()) { |
| | | if (TCompetition.seItem.auditStatus == 3){ |
| | | Feng.error("当前赛事不可以再审核"); |
| | | return; |
| | | } |
| | | var index = layer.load(1,{ |
| | | type: 1 |
| | | , title: '赛事审核' |
| | |
| | | layer.closeAll(); |
| | | }, |
| | | btn2:function () { |
| | | if (TCompetition.seItem.auditStatus==3){ |
| | | Feng.info("该赛事不可再次审核") |
| | | return false; |
| | | } |
| | | let audit = document.querySelector('input[name="r1"]:checked').value; |
| | | let text = $("#text").val() |
| | | if(audit==3){ |