|
|
|
@ -1588,6 +1588,10 @@ public class CoDelExcelServiceImpl implements CoDelExcelService { |
|
|
|
excelList.add(excelData); |
|
|
|
} |
|
|
|
|
|
|
|
if (excelList.isEmpty()) { |
|
|
|
throw new RuntimeException("Excel中没有与发货通知单["+inData.getCmcInvoice()+"]一致的发票号数据"); |
|
|
|
} |
|
|
|
|
|
|
|
// 验证导入数据的序号和数量是否与发货通知单明细匹配 |
|
|
|
validateImportDataWithNotifyDetail(excelList, inData); |
|
|
|
|
|
|
|
|