add 出库分拣

This commit is contained in:
2025-11-10 18:59:16 +08:00
parent 5a4f83bfd9
commit 84df82529d
13 changed files with 192 additions and 12 deletions

View File

@@ -32,7 +32,8 @@
"ManualWarehouseTransfer": "Chuyển kho thủ công",
"OperationManagement": "Quản lý hoạt động",
"PointUpdate": "Cập nhật điểm",
"QueryMaterials": "Tra cứu vật liệu"
"QueryMaterials": "Tra cứu vật liệu",
"Outboundsorting": "Phân loại xuất kho"
},
"utils": {
"loading": "Đang tải...",
@@ -75,7 +76,12 @@
"Pointlocationcarrier": "Vật chở tại điểm",
"Unitmeasurement": "Đơn vị đo",
"WarehousingType": "Loại nhập kho",
"MaterialQRCode": "Mã QR vật liệu"
"MaterialQRCode": "Mã QR vật liệu",
"ReturnwarehousePalletCode": "Mã thùng đựng trả về kho",
"OutboundPalletCode": "Mã thùng đựng xuất kho",
"OutboundPalletStorageLocation": "Vị trí lưu trữ thùng đựng xuất kho",
"QtyReturnedWarehouse": "Số lượng trả về kho",
"OutboundQty": "Số lượng xuất kho"
},
"th": {
"MaterialBoxNumber": "Số hộp vật liệu",
@@ -91,5 +97,8 @@
"toast": {
"boxnotduplicated": "Số hộp vật liệu không được trùng nhau",
"quantitynonnegative": "Số lượng phải là số không âm"
}
},
"modal": {
"checkSorting": "Vị trí lưu trữ thùng đựng xuất kho là【{location}】, số lượng trả lại【{returnNum}】, số lượng xuất kho【{outNum}】. Vui lòng kiểm tra xem phân loại có chính xác không?"
}
}