|
@@ -830,7 +830,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
|
|
cell.setCellValue(editString(contractManagementInfo.getSeller()));
|
|
cell.setCellValue(editString(contractManagementInfo.getSeller()));
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowx.createCell(10);
|
|
cell = rowx.createCell(10);
|
|
- cell.setCellValue(editFloat(contractManagementInfo.getImperfectGrain()));
|
|
|
|
|
|
+ cell.setCellValue(editFloat(contractManagementInfo.getCompletedQuantity()));
|
|
cell.setCellStyle(styleDetail);
|
|
cell.setCellStyle(styleDetail);
|
|
cell = rowx.createCell(11);
|
|
cell = rowx.createCell(11);
|
|
cell.setCellValue(editString(contractManagementInfo.getStatus()));
|
|
cell.setCellValue(editString(contractManagementInfo.getStatus()));
|