|
@@ -1453,7 +1453,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
//净重合计
|
|
//净重合计
|
|
cell = rowp.createCell(27);
|
|
cell = rowp.createCell(27);
|
|
cell.setCellValue(netWeightTotal);
|
|
cell.setCellValue(netWeightTotal);
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
cell = rowp.createCell(28);
|
|
cell = rowp.createCell(28);
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(29);
|
|
cell = rowp.createCell(29);
|
|
@@ -1462,7 +1462,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(31);
|
|
cell = rowp.createCell(31);
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
cell = rowp.createCell(32);
|
|
cell = rowp.createCell(32);
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(33);
|
|
cell = rowp.createCell(33);
|
|
@@ -1688,7 +1688,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowx.createCell(27);
|
|
cell = rowx.createCell(27);
|
|
cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
|
|
cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
|
|
- cell.setCellStyle(styleDetail);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
cell = rowx.createCell(28);
|
|
cell = rowx.createCell(28);
|
|
cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
|
|
cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
@@ -2208,7 +2208,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
//净重合计
|
|
//净重合计
|
|
cell = rowp.createCell(27);
|
|
cell = rowp.createCell(27);
|
|
cell.setCellValue(netWeightTotal);
|
|
cell.setCellValue(netWeightTotal);
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
cell = rowp.createCell(28);
|
|
cell = rowp.createCell(28);
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(29);
|
|
cell = rowp.createCell(29);
|
|
@@ -2217,7 +2217,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(31);
|
|
cell = rowp.createCell(31);
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
cell = rowp.createCell(32);
|
|
cell = rowp.createCell(32);
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowp.createCell(33);
|
|
cell = rowp.createCell(33);
|
|
@@ -2446,7 +2446,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowx.createCell(27);
|
|
cell = rowx.createCell(27);
|
|
cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
|
|
cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
|
|
- cell.setCellStyle(styleDetail);
|
|
|
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
cell = rowx.createCell(28);
|
|
cell = rowx.createCell(28);
|
|
cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
|
|
cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|