| | |
| | | */ |
| | | TStudent.openTStudentDetail = function () { |
| | | if (this.check()) { |
| | | |
| | | if (TStudent.seItem.status!=1){ |
| | | Feng.error("请选择待核销的数据") |
| | | return |
| | | } |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '详情', |
| | | area: ['100%', '100%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/ball/pre_edit/' + TStudent.seItem.id |
| | | content: Feng.ctxPath + '/ball/yueyue_edit/' + TStudent.seItem.id |
| | | }); |
| | | this.layerIndex = index; |
| | | } |
| | | }; |
| | | |
| | | |
| | | |
| | | TStudent.openTStudentDetail5 = function () { |
| | | if (this.check()) { |
| | | |
| | | |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '详情', |
| | | area: ['100%', '100%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/ball/yueyue_info/' + TStudent.seItem.id |
| | | }); |
| | | this.layerIndex = index; |
| | | } |
| | | }; |
| | | /** |
| | | * 打开详情 |
| | | * 确认到店 |
| | | */ |
| | | TStudent.openTStudentDetail1 = function () { |
| | | if (this.check()) { |
| | | |
| | | if (TStudent.seItem.status!=1){ |
| | | Feng.error("请选择待核销的数据") |
| | | return |
| | | } |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '', |
| | | area: ['20%', '25%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/ball/joinmethod/' + TStudent.seItem.id |
| | | }); |
| | | |
| | | this.layerIndex = index; |
| | | } |
| | | }; |
| | | |
| | | |
| | | /** |
| | | * 确认到店 |
| | | */ |
| | | TStudent.openTStudentDetail4 = function () { |
| | | if (this.check()) { |
| | | |
| | | if (TStudent.seItem.status!=1){ |
| | | Feng.error("请选择待核销的数据") |
| | | return |
| | | } |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '', |
| | | area: ['30%', '40%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/ball/tocancel/' + TStudent.seItem.id |
| | | }); |
| | | |
| | | this.layerIndex = index; |
| | | } |
| | | }; |
| | | |
| | | TStudent.openTStudentDetail2 = function () { |
| | | if (this.check()) { |
| | | var index = layer.open({ |
| | | type: 2, |
| | |
| | | queryData['store'] = $("#store").val(); |
| | | queryData['peopleName'] = $("#peopleName").val(); |
| | | queryData['phone'] = $("#phone").val(); |
| | | queryData['date'] = $("#peopleName").val(); |
| | | queryData['date'] = $("#date").val(); |
| | | queryData['payMethod'] = $("#payMethod").val(); |
| | | queryData['state'] = $("#state").val(); |
| | | |
| | | |
| | | |