| | |
| | | return {1:"是",0:"否"}[data] |
| | | } |
| | | }, |
| | | {title: '注册时间', field: 'insertTime', visible: true, align: 'center', valign: 'middle'}, |
| | | {title: '状态', field: 'state', visible: true, align: 'center', valign: 'middle', |
| | | formatter:function (data) { |
| | | return {1:"正常",2:"冻结",3:"已注销"}[data] |
| | |
| | | ]; |
| | | }; |
| | | TQuestion.close = function() { |
| | | parent.layer.close(window.parent.TQuestion.layerIndex); |
| | | window.close(); |
| | | // window.parent.layer.close(); |
| | | var index = parent.layer.getFrameIndex(window.name); |
| | | parent.layer.close(index); |
| | | |
| | | |
| | | // parent.layer.close(window.parent.parent.TQuestion.layerIndex); |
| | | // console.log("======"+window.parent.TQuestion.layerIndex) |
| | | // window.close(); |
| | | } |
| | | /** |
| | | * 检查是否选中 |