acefaac5 by yangjianbin

init

1 parent e3cef7eb
......@@ -65,9 +65,10 @@
title: '通过',
icon: 3
}, function(){
var orderStatus = "<?=$applyOrderVO->status?>";
var data = $('#form').serializeJson();
//发起尽调
if(data.dueDiligence && data.dueDiligence == '1'){
if(data.dueDiligence && data.dueDiligence == '1' && false){
$.ajax({
type: 'post',
url: apiBaseUrl + 'flow/firstDueDiligence',
......@@ -95,7 +96,6 @@
})
}else{
data.status = 1;
var orderStatus = "<?=$applyOrderVO->status?>";
var url = 'flow/saveFirstCheck';
if(orderStatus == 4) {
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!