diff --git a/src/components/Common/CommonInstructSet.js b/src/components/Common/CommonInstructSet.js index 69f47df..4246fc6 100644 --- a/src/components/Common/CommonInstructSet.js +++ b/src/components/Common/CommonInstructSet.js @@ -1888,6 +1888,7 @@ const handlePoprepair = async (props, instruct) => { const fieldNameList = fieldNames.split(","); if(dQty && !record.bAdvance && title.includes("跨班提前下料")){ record.dAdvanceReportQty = dQty; /* 跨班提前下料产量 */ + record.dQty = dQty; } const filterConfig = config?.gdsconfigformslave?.filter(item => {