瀏覽代碼

出运明细导出预装箱单,配码规格调整

zengtx 1 年之前
父節點
當前提交
d475e78b69

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/shippingDetails/controller/SyShippingDetailsController.java

@@ -873,6 +873,7 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
 						  DataFormat dataFormat = workbook.createDataFormat();
 						  textStyle.setDataFormat(dataFormat.getFormat("@")); // 设置为文本格式
 						  cell1.setCellStyle(textStyle);
+						  cell1.setCellValue(syPreList.get(index).getCodingRules());
 
 					  }