235e2894 by yangjianbin

init

1 parent cbf910ad
......@@ -125,18 +125,13 @@
title: '确认拒绝',
icon: 3
}, function(){
var targetUrl = 'flow/confirm2NextStatus/' + id;
var data = {
"destOrderStatus": 0,
"opinion": "",
"orderStatus": 1
}
var targetUrl = 'flow/refuseStatus/' + id;
$.ajax({
type: 'put',
url: apiBaseUrl + targetUrl,
cache: false,
dataType: 'json',
data: JSON.stringify(data),
// data: JSON.stringify(data),
contentType: "application/json; charset=UTF-8",
success: function (data) {
if (data.msg) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!