...
|
...
|
@@ -136,7 +136,7 @@ function getDetailInfo(id){ |
|
|
if(result.data.auditStatus != 2){
|
|
|
document.getElementById("rejectReasonTr").style.display= "none";
|
|
|
}else{
|
|
|
$("#rejectReason").html(result.data.rejectReason);
|
|
|
$("#rejectReason").html(replacexss(result.data.rejectReason));
|
|
|
}
|
|
|
$("#businessTypeStr").html(result.data.businessTypeStr);
|
|
|
$("#businessName").html(replacexss(result.data.businessName));
|
...
|
...
|
|