feat(client): 出入库单详情抽屉明细增加生产日期+批次号列(两端,抽屉加宽 660,原型同步)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1076,6 +1076,10 @@ class _StockOutListScreenState extends ConsumerState<StockOutListScreen> {
|
||||
cost: admin ? _num.format(it.costPrice) : null,
|
||||
profit: admin ? (pending ? '待定价' : _num.format(profit)) : null,
|
||||
pending: pending,
|
||||
productionDate: it.productionDate != null
|
||||
? it.productionDate!.substring(0, 10)
|
||||
: null,
|
||||
batchNo: it.batchNo,
|
||||
);
|
||||
}).toList(),
|
||||
totalText: o.saleTotal != null ? _money.format(o.saleTotal) : '—',
|
||||
|
||||
Reference in New Issue
Block a user