商品库存报表,增加品牌和制造商的列
This commit is contained in:
@@ -216,6 +216,8 @@
|
|||||||
{title: '规格', dataIndex: 'standard', width: 100, ellipsis:true},
|
{title: '规格', dataIndex: 'standard', width: 100, ellipsis:true},
|
||||||
{title: '型号', dataIndex: 'model', width: 100, ellipsis:true},
|
{title: '型号', dataIndex: 'model', width: 100, ellipsis:true},
|
||||||
{title: '颜色', dataIndex: 'color', width: 60, ellipsis:true},
|
{title: '颜色', dataIndex: 'color', width: 60, ellipsis:true},
|
||||||
|
{title: '品牌', dataIndex: 'brand', width: 100, ellipsis:true},
|
||||||
|
{title: '制造商', dataIndex: 'mfrs', width: 100, ellipsis:true},
|
||||||
{title: '类别', dataIndex: 'categoryName', width: 60, ellipsis:true},
|
{title: '类别', dataIndex: 'categoryName', width: 60, ellipsis:true},
|
||||||
{title: '仓位货架', dataIndex: 'position', width: 60, ellipsis:true},
|
{title: '仓位货架', dataIndex: 'position', width: 60, ellipsis:true},
|
||||||
{title: '单位', dataIndex: 'unitName', width: 60, ellipsis:true},
|
{title: '单位', dataIndex: 'unitName', width: 60, ellipsis:true},
|
||||||
|
|||||||
Reference in New Issue
Block a user