|
@ -489,7 +489,7 @@ public class SalesShippingInformationServiceImpl implements ISalesShippingInform |
|
|
* */ |
|
|
* */ |
|
|
@Override |
|
|
@Override |
|
|
public void exportShippingInfinity(String shippingInformationCode, HttpServletResponse response) { |
|
|
public void exportShippingInfinity(String shippingInformationCode, HttpServletResponse response) { |
|
|
String fileName = "销售出货单1.xlsx"; |
|
|
String fileName = "销售出货单vantritek.xlsx"; |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
String fileAbsolutePath = FileDownloadUtils.getFileAbsolutePath(fileName); |
|
|
String fileAbsolutePath = FileDownloadUtils.getFileAbsolutePath(fileName); |
|
@ -568,7 +568,7 @@ public class SalesShippingInformationServiceImpl implements ISalesShippingInform |
|
|
* */ |
|
|
* */ |
|
|
@Override |
|
|
@Override |
|
|
public void exportShippingVantritek(String shippingInformationCode, HttpServletResponse response) { |
|
|
public void exportShippingVantritek(String shippingInformationCode, HttpServletResponse response) { |
|
|
String fileName = "销售出货单2.xlsx"; |
|
|
String fileName = "销售出货单infinity.xlsx"; |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
String fileAbsolutePath = FileDownloadUtils.getFileAbsolutePath(fileName); |
|
|
String fileAbsolutePath = FileDownloadUtils.getFileAbsolutePath(fileName); |
|
|