| | |
| | | }, |
| | | {title: '优惠券类型', field: 'type', visible: true, align: 'center', valign: 'middle', |
| | | formatter: function (value, row, index) { |
| | | return {1: "满减券", 2: "代金券", 3: "体验券"}[value] |
| | | return {1: "满减券", 2: "代金券", 3: "体验券",4:"抵扣券"}[value] |
| | | }}, |
| | | {title: '发放方式', field: 'distributionMethod', visible: true, align: 'center', valign: 'middle', |
| | | formatter: function (value, row, index) { |
| | |
| | | |
| | | TCouponExamine.openExamine = function () { |
| | | if (this.check()) { |
| | | var auditStatus= TCouponExamine.seItem.auditStatus; |
| | | if (auditStatus == 3){ |
| | | Feng.error("当前状态不可再次审核!"); |
| | | return ; |
| | | } |
| | | var index = layer.load(1,{ |
| | | type: 1 |
| | | , title: '优惠券审核' |