账单样式
This commit is contained in:
@@ -688,6 +688,7 @@ const PurchaseOrderPage: React.FC = () => {
|
|||||||
key={`${row.product_id}-${store.id}-${quantity}`}
|
key={`${row.product_id}-${store.id}-${quantity}`}
|
||||||
size="small"
|
size="small"
|
||||||
min={0}
|
min={0}
|
||||||
|
styles={{ input: { textAlign: 'center' }, root: {width: 80} }}
|
||||||
precision={0}
|
precision={0}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
defaultValue={quantity}
|
defaultValue={quantity}
|
||||||
@@ -1344,7 +1345,7 @@ const PurchaseOrderPage: React.FC = () => {
|
|||||||
dataSource={detail.items}
|
dataSource={detail.items}
|
||||||
onChange={(_pagination, filters) => setItemColumnFilters(filters)}
|
onChange={(_pagination, filters) => setItemColumnFilters(filters)}
|
||||||
pagination={false}
|
pagination={false}
|
||||||
scroll={{ x: 1200, y: 800 }}
|
scroll={{ x: 900 + (detail?.stores.length * 100), y: 500 }}
|
||||||
summary={renderSummary}
|
summary={renderSummary}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user