diff --git a/src/views/wms/instockPrint/qc.vue b/src/views/wms/instockPrint/qc.vue index 1c03118..fc3e2a3 100644 --- a/src/views/wms/instockPrint/qc.vue +++ b/src/views/wms/instockPrint/qc.vue @@ -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 // 传递路由参数中的检验类型