结算排列问题修复
This commit is contained in:
parent
40c26fce29
commit
76390545c8
|
|
@ -507,7 +507,6 @@ public class SltAgreementInfoController extends BaseController {
|
|||
maps.put("t2", "");
|
||||
maps.put("t3", "");
|
||||
maps.put("t4", "");
|
||||
maps.put("t5", "");
|
||||
}
|
||||
} else if (type == 3) {
|
||||
if (flag==0) {
|
||||
|
|
@ -549,7 +548,6 @@ public class SltAgreementInfoController extends BaseController {
|
|||
maps.put("t1", "");
|
||||
maps.put("t2", "");
|
||||
maps.put("t3", "");
|
||||
maps.put("t4", "");
|
||||
}
|
||||
} else if (type == 5) {
|
||||
maps.put("typeName", bean.getTypeName());
|
||||
|
|
@ -614,7 +612,6 @@ public class SltAgreementInfoController extends BaseController {
|
|||
list.add(" ");
|
||||
list.add(" ");
|
||||
list.add(" ");
|
||||
list.add(" ");
|
||||
}
|
||||
|
||||
}else if(type==3){
|
||||
|
|
@ -657,7 +654,6 @@ public class SltAgreementInfoController extends BaseController {
|
|||
list.add("");
|
||||
list.add("");
|
||||
list.add("");
|
||||
list.add(" ");
|
||||
}
|
||||
}else if (type==5){
|
||||
list.add("设备名称");
|
||||
|
|
|
|||
Loading…
Reference in New Issue