init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -65,9 +65,10 @@ | ... | @@ -65,9 +65,10 @@ |
| 65 | title: '通过', | 65 | title: '通过', |
| 66 | icon: 3 | 66 | icon: 3 |
| 67 | }, function(){ | 67 | }, function(){ |
| 68 | var orderStatus = "<?=$applyOrderVO->status?>"; | ||
| 68 | var data = $('#form').serializeJson(); | 69 | var data = $('#form').serializeJson(); |
| 69 | //发起尽调 | 70 | //发起尽调 |
| 70 | if(data.dueDiligence && data.dueDiligence == '1'){ | 71 | if(data.dueDiligence && data.dueDiligence == '1' && false){ |
| 71 | $.ajax({ | 72 | $.ajax({ |
| 72 | type: 'post', | 73 | type: 'post', |
| 73 | url: apiBaseUrl + 'flow/firstDueDiligence', | 74 | url: apiBaseUrl + 'flow/firstDueDiligence', |
| ... | @@ -95,7 +96,6 @@ | ... | @@ -95,7 +96,6 @@ |
| 95 | }) | 96 | }) |
| 96 | }else{ | 97 | }else{ |
| 97 | data.status = 1; | 98 | data.status = 1; |
| 98 | var orderStatus = "<?=$applyOrderVO->status?>"; | ||
| 99 | var url = 'flow/saveFirstCheck'; | 99 | var url = 'flow/saveFirstCheck'; |
| 100 | if(orderStatus == 4) { | 100 | if(orderStatus == 4) { |
| 101 | url = url; | 101 | url = url; | ... | ... |
-
Please register or sign in to post a comment