需求计划审核修改
This commit is contained in:
parent
44ba34cc39
commit
a1830be709
|
|
@ -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') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue