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": "Manual Warehouse Transfer",
"OperationManagement": "Operation Management",
"PointUpdate": "Point Update",
"QueryMaterials": "Query Materials"
"QueryMaterials": "Query Materials",
"Outboundsorting": "Outbound sorting"
},
"utils": {
"loading": "Loading...",
@@ -75,7 +76,12 @@
"Pointlocationcarrier": "Point - location carrier",
"Unitmeasurement": "Unit of measurement",
"WarehousingType": "Warehousing Type",
"MaterialQRCode": "Material QR Code"
"MaterialQRCode": "Material QR Code",
"ReturnwarehousePalletCode": "Return - to - warehouse Pallet Code",
"OutboundPalletCode": "Outbound Pallet Code",
"OutboundPalletStorageLocation": "Outbound Pallet Storage Location",
"QtyReturnedWarehouse": "Quantity Returned to Warehouse",
"OutboundQty": "Outbound Quantity"
},
"th": {
"MaterialBoxNumber": "Material Box Number",
@@ -91,5 +97,8 @@
"toast": {
"boxnotduplicated": "The material box number cannot be repeated.",
"quantitynonnegative": "The quantity must be a non - negative number"
},
"modal": {
"checkSorting": "The outbound pallet location is【{location}】, return quantity【{returnNum}】, outbound quantity【{outNum}】. Please check if the sorting is correct?"
}
}