需求计划审核修改

This commit is contained in:
cwchen 2025-03-24 14:30:04 +08:00
parent 44ba34cc39
commit a1830be709
1 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,9 @@ function exportExcel() {
//审核状态 //审核状态
function getCheckStatus(statusType, status) { function getCheckStatus(statusType, status) {
var company = ""; var company = "";
if(statusType === '0' && status === '0'){
return "<span style='color:#FF9900;margin:0 5px 0 5px;font-size:16px'>●</span>已撤回";
}
if (statusType === '1') { if (statusType === '1') {
return "<span style='color:#19BE6B;margin:0 5px 0 5px;font-size:16px;'>●</span>审核通过"; return "<span style='color:#19BE6B;margin:0 5px 0 5px;font-size:16px;'>●</span>审核通过";
} else if (statusType === '2') { } else if (statusType === '2') {