+ |
+ {l.productName || '(без названия)'}
+ {l.productArticle && {l.productArticle} }
+ |
+ {l.unitSymbol ?? '—'} |
+
+ {l.stockAtStore != null ? l.stockAtStore.toLocaleString('ru') : '—'}
+ |
+
+ updateLine(i, { quantity: v ?? 0 })} />
+ |
+
+ updateLine(i, { unitPrice: v ?? 0 })} />
+ |
+
+ {lineTotal(l).toLocaleString('ru', moneyFmt)}
+ |
+
+ {!isPosted && (
+
+ )}
+ |
+
+ ))}
+