| | |
| | | return btn; |
| | | } |
| | | }, |
| | | {title: '支付方式', field: 'payType', visible: true, align: 'center', valign: 'middle', |
| | | {title: '用户订单支付方式', field: 'payType', visible: true, align: 'center', valign: 'middle', |
| | | }, |
| | | {title: '备注', field: 'remark', visible: true, align: 'center', valign: 'middle',}, |
| | | {title: '状态', field: 'paymentStatus', visible: true, align: 'center', valign: 'middle', |
| | | formatter: function (value, row) { |
| | | var state = row.state; |
| | |
| | | TUser.getCount(); |
| | | }; |
| | | TUser.resetSearch = function () { |
| | | $("#time").val(""); |
| | | $("#time").val("1"); |
| | | $("#insertTime").val(""); |
| | | $("#state").val(""); |
| | | TUser.search(); |
| | |
| | | table.setPaginationType("client"); |
| | | TUser.table = table.init(); |
| | | }); |
| | | TUser.tradeYse = function () { |
| | | var time =document.getElementById("insertTime"); |
| | | |
| | | if ("" == $("#time").val()){ |
| | | time.value=""; |
| | | time.disabled = true; |
| | | }else{ |
| | | bTime.value=""; |
| | | bTime.disabled = false; |
| | | } |
| | | }; |
| | | TUser.sendAjaxRequest = function(url,type,data){ |
| | | $.ajax({ |
| | | url : url, |