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": "手工移库",
"OperationManagement": "作业管理",
"PointUpdate": "点位更新",
"QueryMaterials": "查询物料"
"QueryMaterials": "查询物料",
"Outboundsorting": "出库分拣"
},
"utils": {
"loading": "加载中...",
@@ -75,7 +76,12 @@
"Pointlocationcarrier": "点位载具",
"Unitmeasurement": "计量单位",
"WarehousingType": "入库类型",
"MaterialQRCode": "物料二维码"
"MaterialQRCode": "物料二维码",
"ReturnwarehousePalletCode": "回库托盘码",
"OutboundPalletCode": "出库托盘码",
"OutboundPalletStorageLocation": "出库托盘库位",
"QtyReturnedWarehouse": "回库数量",
"OutboundQty": "出库数量"
},
"th": {
"MaterialBoxNumber": "料框号",
@@ -91,5 +97,8 @@
"toast": {
"boxnotduplicated": "料框号不能重复",
"quantitynonnegative": "数量必须为非负数"
},
"modal": {
"checkSorting": "出库托盘库位为【{location}】,回库数量【{returnNum}】个,出库数量【{outNum}】个,请核对分拣是否正确?"
}
}