diff --git a/js/aq_demand_plan/apply_plan_audit_list.js b/js/aq_demand_plan/apply_plan_audit_list.js
index 6fea72d..c25b35a 100644
--- a/js/aq_demand_plan/apply_plan_audit_list.js
+++ b/js/aq_demand_plan/apply_plan_audit_list.js
@@ -206,6 +206,9 @@ function exportExcel() {
//审核状态
function getCheckStatus(statusType, status) {
var company = "";
+ if(statusType === '0' && status === '0'){
+ return "●已撤回";
+ }
if (statusType === '1') {
return "●审核通过";
} else if (statusType === '2') {