init
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -87,7 +87,7 @@ | ... | @@ -87,7 +87,7 @@ |
| 87 | var targetUrl = 'flow/confirm2NextStatus/' + id; | 87 | var targetUrl = 'flow/confirm2NextStatus/' + id; |
| 88 | var data = { | 88 | var data = { |
| 89 | "destOrderStatus": 2, | 89 | "destOrderStatus": 2, |
| 90 | "opinion": "string", | 90 | "opinion": "", |
| 91 | "orderStatus": 1 | 91 | "orderStatus": 1 |
| 92 | } | 92 | } |
| 93 | $.ajax({ | 93 | $.ajax({ |
| ... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
| 103 | } else if (data.code != 0) { | 103 | } else if (data.code != 0) { |
| 104 | layer.alert('请求失败'); | 104 | layer.alert('请求失败'); |
| 105 | } else { | 105 | } else { |
| 106 | layer.alert('请求成功'); | 106 | layer.msg('操作成功'); |
| 107 | } | 107 | } |
| 108 | setTimeout(function () { | 108 | setTimeout(function () { |
| 109 | if(!data.code) { | 109 | if(!data.code) { |
| ... | @@ -128,7 +128,7 @@ | ... | @@ -128,7 +128,7 @@ |
| 128 | var targetUrl = 'flow/confirm2NextStatus/' + id; | 128 | var targetUrl = 'flow/confirm2NextStatus/' + id; |
| 129 | var data = { | 129 | var data = { |
| 130 | "destOrderStatus": 0, | 130 | "destOrderStatus": 0, |
| 131 | "opinion": "string", | 131 | "opinion": "", |
| 132 | "orderStatus": 1 | 132 | "orderStatus": 1 |
| 133 | } | 133 | } |
| 134 | $.ajax({ | 134 | $.ajax({ |
| ... | @@ -144,7 +144,7 @@ | ... | @@ -144,7 +144,7 @@ |
| 144 | } else if (data.code != 0) { | 144 | } else if (data.code != 0) { |
| 145 | layer.alert('请求失败'); | 145 | layer.alert('请求失败'); |
| 146 | } else { | 146 | } else { |
| 147 | layer.alert('请求成功'); | 147 | layer.msg('操作成功'); |
| 148 | } | 148 | } |
| 149 | setTimeout(function () { | 149 | setTimeout(function () { |
| 150 | if(!data.code) { | 150 | if(!data.code) { | ... | ... |
-
Please register or sign in to post a comment