feat(wms/coil): 添加外标签批量导出功能并优化日期显示

- 在base.vue中设置dataType默认值为1
- 在OuterTagPreview.vue中优化生产日期显示格式
- 新增tool.vue组件实现批量导出外标签为PDF功能,包含进度条显示
This commit is contained in:
砂糖
2026-01-08 10:02:59 +08:00
parent 47c6579363
commit 5b2f7683fb
3 changed files with 240 additions and 2 deletions

View File

@@ -557,7 +557,7 @@ export default {
enterCoilNo: undefined,
currentCoilNo: undefined,
supplierCoilNo: undefined,
dataType: undefined,
dataType: 1,
warehouseId: undefined,
nextWarehouseId: undefined,
qrcodeRecordId: undefined,