给入库汇总和出库汇总报表增加单位

This commit is contained in:
季圣华
2021-08-07 21:15:33 +08:00
parent a7d6c71e45
commit d75b504852
3 changed files with 3 additions and 1 deletions

View File

@@ -212,7 +212,7 @@
let fileList = [];
let arr = paths.split(",")
for(var a=0;a<arr.length;a++){
let url = getFileAccessHttpUrl(arr[a]);
let url = getFileAccessHttpUrl('systemConfig/static/' + arr[a]);
fileList.push({
uid:uidGenerator(),
name:getFileName(arr[a]),