feat(wms): 增加重量列并优化报表查询逻辑
- 在delivery.vue和receive.vue中增加重量(吨)列 - 修改所有报表页面的时间范围默认为当天00:00:00至23:59:59 - 优化zha.vue的查询逻辑,改为从三个仓库并行获取数据 - 调整QR码尺寸从60增加到80
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user