结算排列问题修复

This commit is contained in:
hongchao 2025-10-21 18:31:26 +08:00
parent 40c26fce29
commit 76390545c8
1 changed files with 0 additions and 4 deletions

View File

@ -507,7 +507,6 @@ public class SltAgreementInfoController extends BaseController {
maps.put("t2", ""); maps.put("t2", "");
maps.put("t3", ""); maps.put("t3", "");
maps.put("t4", ""); maps.put("t4", "");
maps.put("t5", "");
} }
} else if (type == 3) { } else if (type == 3) {
if (flag==0) { if (flag==0) {
@ -549,7 +548,6 @@ public class SltAgreementInfoController extends BaseController {
maps.put("t1", ""); maps.put("t1", "");
maps.put("t2", ""); maps.put("t2", "");
maps.put("t3", ""); maps.put("t3", "");
maps.put("t4", "");
} }
} else if (type == 5) { } else if (type == 5) {
maps.put("typeName", bean.getTypeName()); maps.put("typeName", bean.getTypeName());
@ -614,7 +612,6 @@ public class SltAgreementInfoController extends BaseController {
list.add(" "); list.add(" ");
list.add(" "); list.add(" ");
list.add(" "); list.add(" ");
list.add(" ");
} }
}else if(type==3){ }else if(type==3){
@ -657,7 +654,6 @@ public class SltAgreementInfoController extends BaseController {
list.add(""); list.add("");
list.add(""); list.add("");
list.add(""); list.add("");
list.add(" ");
} }
}else if (type==5){ }else if (type==5){
list.add("设备名称"); list.add("设备名称");