Commit 2f0ae4a19f9f166dc98808f010ce28fb9d4a7a93
1 parent
62c53930
fix:物料热度ABC分类
Showing
1 changed file
with
5 additions
and
0 deletions
ant-design-vue-jeecg/src/views/system/report/ReportInventoryTransactionList.vue
@@ -190,6 +190,11 @@ export default { | @@ -190,6 +190,11 @@ export default { | ||
190 | dataIndex: 'materialUnit' | 190 | dataIndex: 'materialUnit' |
191 | }, | 191 | }, |
192 | { | 192 | { |
193 | + title: '百分比(%)', | ||
194 | + align: "center", | ||
195 | + dataIndex: 'percentage' | ||
196 | + }, | ||
197 | + { | ||
193 | title: '出入库总数', | 198 | title: '出入库总数', |
194 | align: "center", | 199 | align: "center", |
195 | dataIndex: 'qty' | 200 | dataIndex: 'qty' |