fix(wms): 修正质检页面物料数量字段映射

- 将apportionQty字段更改为materialQty以正确映射质检数量
- 添加注释说明质检数量(每包数量)的业务含义
- 确保后端验证所需的质检要求和质检状态字段正确传递
master
zangch@mesnac.com 3 weeks ago
parent 986acda9d7
commit 463053ae0f

@ -513,7 +513,7 @@ const handleCreateInspection = async () => {
batchCode: item.batchCode,
materialCode: item.materialCode,
materialName: item.materialName,
apportionQty: item.apportionQty,
materialQty: item.materialQty, //
inspectionRequest: item.inspectionRequest, //
inspectionType: item.inspectionType, //
inspectionTypeParam: routeInspectionTypeParam //

Loading…
Cancel
Save