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