付款单模板,导入文件修复bug

product
chuang 2 years ago
parent 714bfc587e
commit 99f043b45a

@ -1464,7 +1464,7 @@ public class PurchaseorderitemServiceImpl extends ServiceImpl<PurchaseorderitemM
} else {
dataRowMap.put("poundDate", model.getPoundDate());
dataRowMap.put("vehicleId", model.getVehicleId());
dataRowMap.put("vehicleId", model.getVehicleId().trim());
dataRowMap.put("materialId", model.getMaterialId());
dataRowMap.put("unit", model.getUnit());
dataRowMap.put("grossWeight", model.getGrossWeight());

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save