checked shift open or not

This commit is contained in:
phyusin
2018-06-21 14:28:01 +06:30
parent 00ff9432fa
commit 6ed3cb64e8
3 changed files with 56 additions and 47 deletions

View File

@@ -446,7 +446,7 @@ function callback_url(callback,ref_no,order_id,status,min_type,time,exptime,reas
$.ajax({
type: "POST",
url: url,
data: {order_id: order_id, status: status, min_type: min_type, expected_time: waiting_time, remark: reason, access_code: access_code},
data: {order_id: order_id, ref_no: ref_no, status: status, min_type: min_type, expected_time: waiting_time, remark: reason, access_code: access_code},
dataType: "json",
success: function(data) {
if (data.status) {