记得上下班打卡 | git大法好,push需谨慎

Commit e5ba7814 authored by jiangxiulong's avatar jiangxiulong

输入错误未查询到数据提示

parent 27aa04de
...@@ -64,7 +64,9 @@ ...@@ -64,7 +64,9 @@
}, },
success: function (result) { success: function (result) {
if (result.msg) { if (result.msg) {
$.modal.closeLoading();
layer.msg("未找到该订单信息"); layer.msg("未找到该订单信息");
return false;
} else { } else {
$("#orderTicketsId").val(result.orderTicketVo.orderTicketsId); $("#orderTicketsId").val(result.orderTicketVo.orderTicketsId);
$('input[name="RefundPriceExpress"]').val(result.orderTicketVo.priceExpress); $('input[name="RefundPriceExpress"]').val(result.orderTicketVo.priceExpress);
......
...@@ -56,6 +56,11 @@ ...@@ -56,6 +56,11 @@
$.modal.loading("正在查询演出,请稍后..."); $.modal.loading("正在查询演出,请稍后...");
}, },
success: function(result) { success: function(result) {
if (result.msg) {
$.modal.closeLoading();
layer.msg("未找到该订单信息");
return false;
}
$("#performanceTitle").text(result.kylinPerformanceMisVo.title); $("#performanceTitle").text(result.kylinPerformanceMisVo.title);
var options = { var options = {
data: result.performanceOrderStatisticalDao, data: result.performanceOrderStatisticalDao,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment