|
|
|
@ -513,7 +513,7 @@ const handleCreateInspection = async () => {
|
|
|
|
batchCode: item.batchCode,
|
|
|
|
batchCode: item.batchCode,
|
|
|
|
materialCode: item.materialCode,
|
|
|
|
materialCode: item.materialCode,
|
|
|
|
materialName: item.materialName,
|
|
|
|
materialName: item.materialName,
|
|
|
|
apportionQty: item.apportionQty,
|
|
|
|
materialQty: item.materialQty, // 质检数量(每包数量)
|
|
|
|
inspectionRequest: item.inspectionRequest, // 质检要求(后端验证需要)
|
|
|
|
inspectionRequest: item.inspectionRequest, // 质检要求(后端验证需要)
|
|
|
|
inspectionType: item.inspectionType, // 质检状态(后端验证需要)
|
|
|
|
inspectionType: item.inspectionType, // 质检状态(后端验证需要)
|
|
|
|
inspectionTypeParam: routeInspectionTypeParam // 传递路由参数中的检验类型
|
|
|
|
inspectionTypeParam: routeInspectionTypeParam // 传递路由参数中的检验类型
|
|
|
|
|