| | |
| | | TPointProducts.initColumn = function () { |
| | | return [ |
| | | {field: 'selectItem', checkbox: 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', |
| | | // formatter: function (value, row, index) { |
| | | // return {1: "日卡票", 2: "月卡票", 3: "季卡票", 4: "年卡票"}[value] |
| | |
| | | area: ['100%', '100%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/tGoods/tCity_update/' + TPointProducts.seItem.id |
| | | content: Feng.ctxPath + '/tGoods/goods_info/' + TPointProducts.seItem.id |
| | | }); |
| | | this.layerIndex = index; |
| | | } |
| | |
| | | area: ['70%', '70%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/tGoods/tPay_detail/' + TPointProducts.seItem.id |
| | | content: Feng.ctxPath + '/tGoods/tPay_detail1/' + TPointProducts.seItem.id |
| | | }); |
| | | this.layerIndex = index; |
| | | } |