update
This commit is contained in:
parent
8ffe2ac429
commit
7ef385d853
@ -91,7 +91,7 @@ class BuildReportDetailLists extends BaseAdminDataLists implements ListsSearchIn
|
|||||||
$item['user_work_type'] = $person->work_type_text;
|
$item['user_work_type'] = $person->work_type_text;
|
||||||
$item['price'] = $plan['price'];
|
$item['price'] = $plan['price'];
|
||||||
$item['amount'] = $plan['price']*$item['work_num'];
|
$item['amount'] = $plan['price']*$item['work_num'];
|
||||||
$item['report_date'] = date('Y-m-d',$report['create_time']);
|
$item['report_date'] = $report['create_time'];
|
||||||
})
|
})
|
||||||
->toArray();
|
->toArray();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user