goods_logs_1111_4
This commit is contained in:
@@ -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 = '当天售出';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user