给商品和商品库存页面增加仓位货架列
This commit is contained in:
@@ -165,8 +165,9 @@
|
||||
{title: '名称', dataIndex: 'name', width: 140, ellipsis:true},
|
||||
{title: '规格', dataIndex: 'standard', width: 100, ellipsis:true},
|
||||
{title: '型号', dataIndex: 'model', width: 100, ellipsis:true},
|
||||
{title: '颜色', dataIndex: 'color', width: 80, ellipsis:true},
|
||||
{title: '类别', dataIndex: 'categoryName', width: 80, ellipsis:true},
|
||||
{title: '颜色', dataIndex: 'color', width: 60, ellipsis:true},
|
||||
{title: '类别', dataIndex: 'categoryName', width: 60, ellipsis:true},
|
||||
{title: '仓位货架', dataIndex: 'position', width: 60, ellipsis:true},
|
||||
{title: '单位', dataIndex: 'unitName', width: 60, ellipsis:true},
|
||||
{title: '单价', dataIndex: 'purchaseDecimal', sorter: (a, b) => a.purchaseDecimal - b.purchaseDecimal, width: 60},
|
||||
{title: '初始库存', dataIndex: 'initialStock', sorter: (a, b) => a.initialStock - b.initialStock, width: 60},
|
||||
|
||||
Reference in New Issue
Block a user