优化商品库存流水

This commit is contained in:
季圣华
2021-09-12 23:36:15 +08:00
parent 9441d7e7e8
commit 6d547bb869

View File

@@ -70,9 +70,11 @@
scopedSlots: { customRender: 'numberCustomRender' }, scopedSlots: { customRender: 'numberCustomRender' },
}, },
{ title: '类型', dataIndex: 'type', width: 100}, { title: '类型', dataIndex: 'type', width: 100},
{title: '仓库名称', dataIndex: 'depotName', width: 80}, { title: '条码', dataIndex: 'barCode', width: 100},
{title: '数量', dataIndex: 'basicNumber', width: 80}, { title: '名称', dataIndex: 'materialName', width: 100},
{title: '日期', dataIndex: 'operTime', width: 180} { title: '仓库名称', dataIndex: 'depotName', width: 80},
{ title: '数量', dataIndex: 'basicNumber', width: 80},
{ title: '日期', dataIndex: 'operTime', width: 180}
], ],
labelCol: { labelCol: {
xs: { span: 1 }, xs: { span: 1 },