feat(wms): 增加重量列并优化报表查询逻辑

- 在delivery.vue和receive.vue中增加重量(吨)列
- 修改所有报表页面的时间范围默认为当天00:00:00至23:59:59
- 优化zha.vue的查询逻辑,改为从三个仓库并行获取数据
- 调整QR码尺寸从60增加到80
This commit is contained in:
砂糖
2026-01-09 19:37:18 +08:00
parent 35e197ebe6
commit b474b250b5
4 changed files with 75 additions and 37 deletions

View File

@@ -40,7 +40,7 @@
</div>
</td>
<td class="value-cell" colspan="1">
<QRCode :content="content.qrcodeRecordId || ' '" :size="60" />
<QRCode :content="content.qrcodeRecordId || ' '" :size="80" />
</td>
</tr>
<!-- <tr>