瀏覽代碼

修改付款管理导出

huangfuli 2 年之前
父節點
當前提交
1085eadf97

+ 6 - 6
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/PaymentManagementServiceImpl.java

@@ -1446,7 +1446,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
         //净重合计
         cell = rowp.createCell(27);
         cell.setCellValue(netWeightTotal);
-        cell.setCellStyle(styleDetail1);
+        cell.setCellStyle(contextstyle1);
         cell = rowp.createCell(28);
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(29);
@@ -1455,7 +1455,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(31);
         cell.setCellValue(amountIngPayableTotal);
-        cell.setCellStyle(styleDetail1);
+        cell.setCellStyle(contextstyle1);
         cell = rowp.createCell(32);
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(33);
@@ -1681,7 +1681,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(27);
                 cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
-                cell.setCellStyle(styleDetail);
+                cell.setCellStyle(contextstyle);
                 cell = rowx.createCell(28);
                 cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
                 cell.setCellStyle(styleDetail);
@@ -2201,7 +2201,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
         //净重合计
         cell = rowp.createCell(27);
         cell.setCellValue(netWeightTotal);
-        cell.setCellStyle(styleDetail1);
+        cell.setCellStyle(contextstyle1);
         cell = rowp.createCell(28);
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(29);
@@ -2210,7 +2210,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(31);
         cell.setCellValue(amountIngPayableTotal);
-        cell.setCellStyle(styleDetail1);
+        cell.setCellStyle(contextstyle1);
         cell = rowp.createCell(32);
         cell.setCellStyle(styleDetail);
         cell = rowp.createCell(33);
@@ -2439,7 +2439,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
                 cell.setCellStyle(styleDetail);
                 cell = rowx.createCell(27);
                 cell.setCellValue(editFloat(paymentManagement1.getNetWeight()));
-                cell.setCellStyle(styleDetail);
+                cell.setCellStyle(contextstyle);
                 cell = rowx.createCell(28);
                 cell.setCellValue(editDouble(paymentManagement1.getUnitDeduction()));
                 cell.setCellStyle(styleDetail);