@@ -928,7 +928,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
syCostAllocation.setProcessUnitList(processUnitList);
//清空单号 不让它显示在查询框上
- //syCostAllocation.setPlanNum("");
+ syCostAllocation.setPlanNum(plannum);
return syCostAllocation;
}