18c151ab by yangjianbin

init

1 parent 427df46b
......@@ -87,7 +87,7 @@
var targetUrl = 'flow/confirm2NextStatus/' + id;
var data = {
"destOrderStatus": 2,
"opinion": "string",
"opinion": "",
"orderStatus": 1
}
$.ajax({
......@@ -103,7 +103,7 @@
} else if (data.code != 0) {
layer.alert('请求失败');
} else {
layer.alert('请求成功');
layer.msg('操作成功');
}
setTimeout(function () {
if(!data.code) {
......@@ -128,7 +128,7 @@
var targetUrl = 'flow/confirm2NextStatus/' + id;
var data = {
"destOrderStatus": 0,
"opinion": "string",
"opinion": "",
"orderStatus": 1
}
$.ajax({
......@@ -144,7 +144,7 @@
} else if (data.code != 0) {
layer.alert('请求失败');
} else {
layer.alert('请求成功');
layer.msg('操作成功');
}
setTimeout(function () {
if(!data.code) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!