批次号{{item.production_batch_number}}
进价¥{{ purchaseManager ? numToCur(item.ave_purchase_price,systemSetting.price_decimals_setting) : '***'}}
库存{{numToCur(item.amount,systemSetting.amount_decimals_setting)}}
仓库\门店
{{item.depot_name}}
生产日期
{{item.production_date_timestamp?loadDates(item.production_date_timestamp):' '}}
到期日期
{{item.finish_date_ms?loadDates(item.finish_date_ms):' '}}
保质期
{{item.expire_date_ms?getTimeUnitStampTODate(item.expire_date_ms,'天')+'天':' '}}
临期天数
{{item.will_expire_day+'天'}}