|
@@ -106,12 +106,11 @@ public class SettementUtil {
|
|
|
工程结算
|
|
|
*/
|
|
|
public static final String RESON_GCJS="《工程项目竣工结算汇总表》,工程结算价,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
- public static final String RESON_GCJS1="《工程项目竣工结算汇总表》,竣工结算家合计,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
- public static final String RESON_GCJS2="《工程项目竣工结算汇总表》,补增值税税率调整差额,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
- public static final String RESON_GCJS3="《工程项目竣工结算汇总表》,扣减甲供材超供材料费,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
- public static final String RESON_GCJS4=" ,小计,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
- public static final String[] DLBDZ_FBFX2 = {RESON_FBFX1,BDZ_FBFX1,BDZ_FBFX2,RESON_GCJS4,RESON_JZFBFX3,RESON_AZFBFX3,RESON_GCJS4};
|
|
|
- public static final String[] DLBDZ_FBFX1 = {RESON_FBFX1,RESON_JZFBFX,RESON_AZFBFX,RESON_GCJS4,RESON_JZFBFX3,RESON_AZFBFX3,RESON_GCJS4};
|
|
|
+ public static final String RESON_GCJS1=",竣工结算价合计,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
+ public static final String RESON_GCJS2=",补增值税税率调整差额,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
+ public static final String RESON_GCJS3=",扣减甲供材超供材料费,<span style='font-weight: bold;'>xxx</span>,";
|
|
|
+ public static final String[] DLBDZ_FBFX2 = {RESON_FBFX1,BDZ_FBFX1,BDZ_FBFX2,RESON_JGJS8,RESON_JZFBFX3,RESON_AZFBFX3,RESON_JGJS8};
|
|
|
+ public static final String[] DLBDZ_FBFX1 = {RESON_FBFX1,RESON_JZFBFX,RESON_AZFBFX,RESON_JGJS8,RESON_JZFBFX3,RESON_AZFBFX3,RESON_JGJS8};
|
|
|
/*
|
|
|
设置转换参数
|
|
|
*/
|
|
@@ -543,16 +542,6 @@ public class SettementUtil {
|
|
|
doubles[0] = doubles[0]+ minus - addcount;
|
|
|
}
|
|
|
return doubles[0];
|
|
|
-
|
|
|
-// if (opinion){
|
|
|
-// doubles[0]=doubles[1]+doubles[2]+doubles[3]+doubles[4]+doubles[5]+doubles[6]-doubles[7]-minus+addcount;
|
|
|
-// }else {
|
|
|
-// doubles[0]=doubles[1]+doubles[2]+doubles[3]+doubles[4]+doubles[5]+doubles[6]-minus+addcount;
|
|
|
-// }
|
|
|
-// if (flag){
|
|
|
-// doubles[0]= doubles[0]+minus-addcount;
|
|
|
-// }
|
|
|
-// return doubles[0];
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1050,7 +1039,7 @@ public class SettementUtil {
|
|
|
reason=s.replace("xxx",String.valueOf(nf.format(settlement.getMoney())))
|
|
|
+s1.replace("xxx",amout[1])
|
|
|
+s2.replace("xxx",amout[2])
|
|
|
- +RESON_GCJS4.replace("xxx",amout[0]);
|
|
|
+ +RESON_JGJS8.replace("xxx",amout[0]);
|
|
|
if (status.equals("0")){
|
|
|
reason+=SettementUtil.RESON_TRUE;
|
|
|
}else {
|
|
@@ -1109,7 +1098,7 @@ public class SettementUtil {
|
|
|
if (booleans[10]) {
|
|
|
reason +=RESON_GCJS3.replace("xxx", amout[3]);
|
|
|
}
|
|
|
- reason+=RESON_GCJS4.replace("xxx",amout[0]);
|
|
|
+ reason+=RESON_JGJS8.replace("xxx",amout[0]);
|
|
|
if (settlement.getStatus().equals("0")){
|
|
|
reason+=SettementUtil.RESON_TRUE;
|
|
|
}else {
|