瀏覽代碼

成本报表 返回计划单号

liuchaohui 2 年之前
父節點
當前提交
e05288bb20

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

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