tts
This commit is contained in:
parent
afad29d9f2
commit
a08d4aaf20
|
|
@ -249,6 +249,10 @@ class Order extends Backend
|
||||||
}else{
|
}else{
|
||||||
$item->source_total_name = ($item->getRelation('source')->title??'');
|
$item->source_total_name = ($item->getRelation('source')->title??'');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($item->stattus <60){
|
||||||
|
$item->audit_time = null;
|
||||||
|
}
|
||||||
unset($item->source);
|
unset($item->source);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -229,14 +229,7 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
|
||||||
title: '完成时间',
|
title: '完成时间',
|
||||||
operate: 'RANGE',
|
operate: 'RANGE',
|
||||||
addclass: 'datetimerange',
|
addclass: 'datetimerange',
|
||||||
autocomplete: false,
|
autocomplete: false
|
||||||
formatter: function (value, row, index) {
|
|
||||||
if (row.status >= 60){
|
|
||||||
return value;
|
|
||||||
}else{
|
|
||||||
return '-';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user