|
|
@@ -1360,6 +1360,7 @@ public class PsExeExcelUtil {
|
|
1360
|
1360
|
if (curcy.isEmpty()) {
|
|
1361
|
1361
|
errorLogList.add("币别为空");
|
|
1362
|
1362
|
}
|
|
|
1363
|
+ String costCenter =trimField(dto.getCostCenter());
|
|
1363
|
1364
|
|
|
1364
|
1365
|
//
|
|
1365
|
1366
|
/*String invNo = trimField(dto.getInvNo());
|
|
|
@@ -1410,6 +1411,7 @@ public class PsExeExcelUtil {
|
|
1410
|
1411
|
StringBuilder sb = new StringBuilder();
|
|
1411
|
1412
|
StringBuilder liushuihao = sb.append("BR").append(yearMonth).append(String.format(String.valueOf(id))).append("-QC");
|
|
1412
|
1413
|
entity.setFno(liushuihao.toString());
|
|
|
1414
|
+ entity.setCostCenter(costCenter);
|
|
1413
|
1415
|
|
|
1414
|
1416
|
return entity;
|
|
1415
|
1417
|
}
|