Commit d1bd3d7b by 杨树贤

入库日期

parent 0bb747c5
...@@ -31,6 +31,7 @@ class SupplierExaminationService ...@@ -31,6 +31,7 @@ class SupplierExaminationService
{ {
$data = BatchTrim($data); $data = BatchTrim($data);
$data['examine_time'] = strtotime($data['examine_time']); $data['examine_time'] = strtotime($data['examine_time']);
$data['stock_in_date'] = strtotime($data['stock_in_date']);
if (!empty($data['id'])) { if (!empty($data['id'])) {
$data['update_time'] = time(); $data['update_time'] = time();
return SupplierExaminationModel::where('id', $data['id'])->update($data); return SupplierExaminationModel::where('id', $data['id'])->update($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment