diff --git a/backstage/application/backstage/views/order/order_index.php b/backstage/application/backstage/views/order/order_index.php index 2ef92a1..3e7109e 100644 --- a/backstage/application/backstage/views/order/order_index.php +++ b/backstage/application/backstage/views/order/order_index.php @@ -211,6 +211,7 @@ $company_id = $this->session->userdata('companyId'); var searchMealType = $("#searchMealType").val(); $.post("",{"param":JSON.stringify(param),"startDate":startDate,"endDate":endDate,"dishDateStart":dishDateStart,"dishDateEnd":dishDateEnd,"searchUserType":searchUserType,"searchOrderState":searchOrderState,"searchHallId":searchHallId, "searchMealType": searchMealType},function(data){ + modal.modal('hide'); var data = JSON.parse(data); if(typeof(data.success)!="undefined"){ if(data.success){ diff --git a/backstage/application/backstage/views/statistics/rechargeDetail/index.php b/backstage/application/backstage/views/statistics/rechargeDetail/index.php index d8d2e59..681ee01 100644 --- a/backstage/application/backstage/views/statistics/rechargeDetail/index.php +++ b/backstage/application/backstage/views/statistics/rechargeDetail/index.php @@ -130,7 +130,22 @@ $hallList = isset($hallList)? $hallList : array(); - + +