Browse Source

aps-坯料计划增加行按钮领料功能

sucheng 10 months ago
parent
commit
711b7fe1fb

+ 2 - 0
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsReportRecordsServiceImpl.java

@@ -1107,6 +1107,8 @@ public class ApsReportRecordsServiceImpl extends ServiceImpl<ApsReportRecordsDao
             } catch (Exception ignored) {
             }
             workInProgressInventoryDo.setJoboutputmaterial(outPut);
+            //计划输出卷重
+            workInProgressInventoryDo.setPlansinglerollweight(apsProcessOperationOutMaterDo.getSinglerollweight());
 
             needAddWorkInProgressInventoryList.add(workInProgressInventoryDo);
         }