diff --git a/jshERP-web/src/views/report/MaterialStock.vue b/jshERP-web/src/views/report/MaterialStock.vue index 2374793e..b04da503 100644 --- a/jshERP-web/src/views/report/MaterialStock.vue +++ b/jshERP-web/src/views/report/MaterialStock.vue @@ -30,7 +30,7 @@ - + @@ -151,13 +151,13 @@ return (t !== '合计') ? (parseInt(index) + 1) : t } }, - {title: '库存流水', dataIndex: 'action', align:"center", width: 100, + {title: '库存流水', dataIndex: 'action', align:"center", width: 60, scopedSlots: { customRender: 'action' } }, {title: '条码', dataIndex: 'mBarCode', width: 80}, {title: '名称', dataIndex: 'name', width: 140, ellipsis:true}, - {title: '规格', dataIndex: 'standard', width: 80, ellipsis:true}, - {title: '型号', dataIndex: 'model', width: 80, 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: 'unitName', width: 60, ellipsis:true},