|
|
@ -236,8 +236,8 @@ public class CoDelServiceImpl implements CoDelService { |
|
|
task.setTp(getNumericCellValueOrDefault(row, 20)); |
|
|
task.setTp(getNumericCellValueOrDefault(row, 20)); |
|
|
task.setTtlAmount(getNumericCellValueOrDefault(row, 21)); |
|
|
task.setTtlAmount(getNumericCellValueOrDefault(row, 21)); |
|
|
task.setSumPrice(getNumericCellValueOrDefault(row, 22)); |
|
|
task.setSumPrice(getNumericCellValueOrDefault(row, 22)); |
|
|
task.setUpc(getStringCellValue(row, 23)); |
|
|
|
|
|
task.setSo(getStringCellValue(row, 24)); |
|
|
|
|
|
|
|
|
task.setUpc(getStringCellValue(row, 24)); |
|
|
|
|
|
task.setSo(getStringCellValue(row, 23)); |
|
|
task.setRemark(getStringCellValue(row, 25)); |
|
|
task.setRemark(getStringCellValue(row, 25)); |
|
|
task.setErpFlag("N"); |
|
|
task.setErpFlag("N"); |
|
|
task.setNotifyStatus("已计划"); |
|
|
task.setNotifyStatus("已计划"); |
|
|
|