| | |
| | | |
| | | else { |
| | | if (row.payType === 4){ |
| | | var moneyValues = value.split(','); |
| | | var moneyText = moneyValues[0] + '元/' + moneyValues[1] + '玩湃币'; |
| | | return moneyText; |
| | | return row.payMoney+'元' |
| | | }else if (row.payType === 3){ |
| | | return row.payMoney+'玩湃币' }else { |
| | | return row.payMoney+'元' |
| | |
| | | queryData['date'] = $("#date").val(); |
| | | queryData['payMethod'] = $("#payMethod").val(); |
| | | queryData['state'] = $("#state").val(); |
| | | |
| | | |
| | | |
| | | TStudent.table.refresh({query: queryData}); |
| | | }; |
| | | |
| | | /** |
| | | * 重置 |
| | | */ |
| | | TStudent.resetSearch = function () { |
| | | $("#pCode").val(""); |
| | | $("#cCode").val(""); |
| | | $("#store").val(""); |
| | | $("#peopleName").val(""); |
| | | $("#phone").val(""); |
| | | $("#date").val(""); |
| | | $("#payMethod").val(""); |
| | | $("#state").val(""); |
| | | TStudent.search(); |
| | | }; |
| | | $(function () { |
| | | var defaultColunms = TStudent.initColumn(); |
| | | var table = new BSTable(TStudent.id, "/ball/yuyuelist", defaultColunms); |