goods_logs_1111_4

This commit is contained in:
dengbw
2021-11-11 17:56:19 +08:00
committed by lccsw
parent 440e624a25
commit 09b3b50d47
+2
View File
@@ -197,6 +197,8 @@ class Logs extends HD_Controller
}
if ($days > 0) {
$inventory_time = '库存' . $days . '天';
} else if ($v['in_time'] != '0000-00-00 00:00:00' && $v['bill_time'] == '0000-00-00 00:00:00') {
$inventory_time = '当天库存';
} else if ($v['in_time'] != '0000-00-00 00:00:00') {
$inventory_time = '当天售出';
}