|
|
@@ -90,7 +90,7 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}); |
|
|
|
} else { |
|
|
|
learun.alert.warning("当前新生尚未缴费,请缴费成功后耐心等待!"); |
|
|
|
learun.alert.warning("当前学生尚未开票,请缴费成功后耐心等待!"); |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
@@ -312,6 +312,12 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "开票状态", name: "IsInvoice", width: 80, align: "center", |
|
|
|
formatter: function (cellvalue) { |
|
|
|
return cellvalue === true ? "<span class=\"label label-success\">已开票</span>" : "<span class=\"label label-danger\">未开票</span>"; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: '线上缴费时间', name: 'PayFeeDate', width: 130, align: "left" }, |
|
|
|
{ |
|
|
|
label: '办理贷款状态', name: 'StudentLoanBLStatus', width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|