89a7e7f5 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents 07bd2c5c 2e8fa0c0
......@@ -94,9 +94,17 @@
}else{
data.status = 1;
var orderStatus = "<?=$applyOrderVO->status?>";
var url = 'flow/saveFirstCheck';
if(orderStatus == 4) {
url = url;
} else if(orderStatus == 5) {
url = 'flow/saveSecoundCheck';
} else if(orderStatus == 6) {
url = 'flow/saveLastCheck';
}
$.ajax({
type: 'post',
url: apiBaseUrl + 'flow/saveFirstCheck',
url: apiBaseUrl + url,
cache: false,
data: JSON.stringify(data),
dataType: 'json',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!