feat: modules and module-editor pages
This commit is contained in:
@ -117,10 +117,12 @@ const ProductView: FC<Props> = ({ dealProduct }) => {
|
||||
)}
|
||||
<Title order={3}>{dealProduct.product.name}</Title>
|
||||
<ProductFieldsList product={dealProduct.product} />
|
||||
<Text>
|
||||
Штрихкоды:
|
||||
{dealProduct.product.barcodes.join(", ")}
|
||||
</Text>
|
||||
{dealProduct.product.barcodes && (
|
||||
<Text>
|
||||
Штрихкоды:
|
||||
{dealProduct.product.barcodes.join(", ")}
|
||||
</Text>
|
||||
)}
|
||||
<NumberInput
|
||||
suffix={" шт."}
|
||||
value={dealProduct.quantity}
|
||||
|
||||
Reference in New Issue
Block a user