diff --git a/jshERP-web/src/views/report/MaterialStock.vue b/jshERP-web/src/views/report/MaterialStock.vue index 7c977a42..f78856d2 100644 --- a/jshERP-web/src/views/report/MaterialStock.vue +++ b/jshERP-web/src/views/report/MaterialStock.vue @@ -216,6 +216,8 @@ {title: '规格', dataIndex: 'standard', width: 100, ellipsis:true}, {title: '型号', dataIndex: 'model', width: 100, 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: 'position', width: 60, ellipsis:true}, {title: '单位', dataIndex: 'unitName', width: 60, ellipsis:true},