feat: 报表

This commit is contained in:
2024-01-16 09:39:42 +08:00
parent 598de70e0d
commit 2f7e618200
20 changed files with 96 additions and 28 deletions

View File

@@ -55,6 +55,7 @@
<el-table-column prop="record_time" label="记录时间" :min-width="flexWidth('record_time',crud.data,'记录时间')"/>
<el-table-column prop="device_code" label="压机号" :min-width="flexWidth('device_code',crud.data,'记录时间')"/>
<el-table-column prop="material_code" label="产品编码" :min-width="flexWidth('material_code',crud.data,'记录时间')"/>
<el-table-column prop="material_qty" label="砖块数量" :min-width="flexWidth('material_qty',crud.data,'记录时间')"/>
<el-table-column prop="pcsn" label="批次" :min-width="flexWidth('pcsn',crud.data,'批次')"/>
</el-table>
<!--分页组件-->