init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
| 94 | title: '客户已同意', | 94 | title: '客户已同意', |
| 95 | icon: 3 | 95 | icon: 3 |
| 96 | }, function(){ | 96 | }, function(){ |
| 97 | var targetUrl = 'flow/confirm2NextStatus'; | 97 | var targetUrl = 'flow/confirm2NextStatus/' + "<?=$id?>"; |
| 98 | var data = { | 98 | var data = { |
| 99 | "opinion": "", | 99 | "opinion": "", |
| 100 | "orderStatus": "<?=$applyOrderVO->status?>" | 100 | "orderStatus": "<?=$applyOrderVO->status?>" | ... | ... |
-
Please register or sign in to post a comment