acefaac5 by yangjianbin

init

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