67892bug修改。
This commit is contained in:
+5
-5
@@ -1181,13 +1181,13 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl<DummyInventoryI
|
||||
public void exportTemplate(DummyInventoryInfoEO dummyInventoryInfoEO, HttpServletResponse response, HttpServletRequest request) {
|
||||
OutputStream os = null;
|
||||
HSSFWorkbook workbook = new HSSFWorkbook();
|
||||
String fileOriName = "虚拟清单导入模板.xls";
|
||||
String fileOriName = "市场法规清单导入模板.xls";
|
||||
|
||||
String sheetName = "";
|
||||
if(StringUtils.equals(dummyInventoryInfoEO.getCut(),CutEnum.CN.getValue())){
|
||||
sheetName = "虚拟清单导入模板";
|
||||
sheetName = "市场法规清单导入模板";
|
||||
}else {
|
||||
sheetName = "Virtual Inventory Import Template";
|
||||
sheetName = "Market Regulation List Import Template";
|
||||
}
|
||||
|
||||
String filePath = uploadpath + File.separator + fileOriName;
|
||||
@@ -2430,9 +2430,9 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl<DummyInventoryI
|
||||
exportFile(dataList,fileInfos);
|
||||
String excelName = "";
|
||||
if(CutEnum.CN.getValue().equals(dummyInventoryInfoEO.getCut())){
|
||||
excelName = baseList.get(0).getName() + " 虚拟清单.xlsx";
|
||||
excelName = baseList.get(0).getName() + ".xlsx";
|
||||
}else{
|
||||
excelName = baseList.get(0).getName() + " Virtual list.xlsx";
|
||||
excelName = baseList.get(0).getName() + ".xlsx";
|
||||
}
|
||||
//excel
|
||||
String excelNameRep = excelName.replace('/', '、');
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
actUrl: 'http://localhost:17210/bat-wkflow/modeler.html?modelId='//本地
|
||||
// actUrl: 'http://10.255.35.25:8082/modeler.html?modelId=' //正式
|
||||
// actUrl: 'http://10.255.128.148:8888/modeler.html?modelId=' //测试
|
||||
// actUrl: 'http://39.98.140.126:8085/bat-wkflow/modeler.html?modelId=' //39环境测试
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user