项目工序动态成本分析表二开优化
This commit is contained in:
parent
8f9a510b07
commit
2088066db5
|
|
@ -1382,7 +1382,6 @@ public class CbsDynamicCostFormPluginExt extends AbstractFormPlugin implements B
|
||||||
|
|
||||||
protected void showPeriodDetailCost(int rowIndex, String splitType) {
|
protected void showPeriodDetailCost(int rowIndex, String splitType) {
|
||||||
Map<String, Object> paramMap = new HashMap();
|
Map<String, Object> paramMap = new HashMap();
|
||||||
// Object zcgj_periodyear = this.getModel().getValue("zcgj_periodyear");//年度--二开添加
|
|
||||||
DynamicObject cbs = (DynamicObject) this.getModel().getValue("cbs", rowIndex);
|
DynamicObject cbs = (DynamicObject) this.getModel().getValue("cbs", rowIndex);
|
||||||
if (cbs != null && cbs.getBoolean("isleaf")) {
|
if (cbs != null && cbs.getBoolean("isleaf")) {
|
||||||
paramMap.put("projectId", this.getPageCache().get("queryProject"));
|
paramMap.put("projectId", this.getPageCache().get("queryProject"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue