This commit is contained in:
zds
2022-09-14 12:14:59 +08:00
parent 66ec2c6905
commit b458ce49cb
13 changed files with 497 additions and 51 deletions

View File

@@ -48,9 +48,9 @@
<el-table-column prop="sum_qty" label="计划重量(吨)" :formatter="crud.formatNum3" min-width="80" />
<el-table-column prop="product_num" label="计划批次" min-width="80" />
<el-table-column prop="device_name" label="关键设备" width="100" />
<el-table-column prop="workorder_date" min-width="85" label="粉料配粉时间" />
<el-table-column prop="pw_time" label="粉料喷雾时间" width="140" />
<el-table-column prop="in_time" label="最后入库时间" width="140" />
<el-table-column prop="workorder_date" min-width="130" label="粉料配粉时间" />
<el-table-column prop="pw_time" label="粉料喷雾时间" width="130" />
<el-table-column prop="in_time" label="最后入库时间" width="130" />
<el-table-column prop="in_qty" label="入库重量(吨)" :formatter="crud.formatNum3" min-width="80" />
<el-table-column prop="in_num" label="入库批数" width="80" />
</el-table>