|
@@ -213,10 +213,10 @@ public class EmpSalaryQueryMobFormPlugin extends AbstractMobFormPlugin implement
|
|
|
if(calItemAmtMap != null && calItemAmtMap.size() > 0 && itemNameMap != null && calItemAmtMap.size() > 0){
|
|
if(calItemAmtMap != null && calItemAmtMap.size() > 0 && itemNameMap != null && calItemAmtMap.size() > 0){
|
|
|
DecimalFormat df = new DecimalFormat("#,##0.00");
|
|
DecimalFormat df = new DecimalFormat("#,##0.00");
|
|
|
Label label1 = this.getView().getControl(KEY_LAB_REALAMT);
|
|
Label label1 = this.getView().getControl(KEY_LAB_REALAMT);
|
|
|
- if(calItemAmtMap.get("JT_477") == null){
|
|
|
|
|
|
|
+ if(calItemAmtMap.get("JT_331") == null){
|
|
|
label1.setText("0.00");
|
|
label1.setText("0.00");
|
|
|
}else {
|
|
}else {
|
|
|
- label1.setText(df.format(calItemAmtMap.get("JT_477"))); //实发合计
|
|
|
|
|
|
|
+ label1.setText(df.format(calItemAmtMap.get("JT_331"))); //实发合计
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Label label2 = this.getView().getControl(KEY_LAB_GROSSAMT);
|
|
Label label2 = this.getView().getControl(KEY_LAB_GROSSAMT);
|