4b94408c by yangjianbin

init

1 parent d7cab6ba
...@@ -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?>"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!