|
|
@ -8,12 +8,12 @@ |
|
|
|
<div v-show="isSearchShow" class="search"> |
|
|
|
<el-form :inline="true" :model="queryParams" class="tab-header"> |
|
|
|
<el-form-item label="数据日期"> |
|
|
|
<el-date-picker v-model="queryParams.params.dataDateStart" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择数据开始日期" /> |
|
|
|
<el-date-picker v-model="queryParams.params.dataDateStart" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择数据开始日期" style="width: 140px;" /> |
|
|
|
<span style="padding: 0 8px">至</span> |
|
|
|
<el-date-picker v-model="queryParams.params.dataDateEnd" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择数据结束日期" /> |
|
|
|
<el-date-picker v-model="queryParams.params.dataDateEnd" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择数据结束日期" style="width: 140px;" /> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="监管项目"> |
|
|
|
<el-select v-model="queryParams.params.projectSid" placeholder="请选择"> |
|
|
|
<el-select v-model="queryParams.params.projectSid" placeholder="请选择" clearable style="width: 300px;"> |
|
|
|
<el-option v-for="item in projectList" :key="item.sid" :label="item.entryName" :value="item.sid" /> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
@ -481,8 +481,8 @@ |
|
|
|
_this.reportFileList[i].fileTypeId = 1 // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
_this.reportFileList[i].fileTypeName = '帐户余额' // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
_this.reportFileList[i].fileSrcName = resp.data.sourceFileName // '原文件名', |
|
|
|
_this.reportFileList[i].filePath = resp.data.sourceFileName // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
_this.reportFileList[i].filePath = resp.data.filePath // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
@ -491,8 +491,8 @@ |
|
|
|
fileTypeId: 1, // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
fileTypeName: '帐户余额', // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
fileSrcName: resp.data.sourceFileName, // '原文件名', |
|
|
|
filePath: resp.data.sourceFileName, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
filePath: resp.data.filePath, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
} |
|
|
|
_this.reportFileList.push(upfile) |
|
|
|
} |
|
|
@ -507,8 +507,8 @@ |
|
|
|
_this.reportFileList[i].fileTypeId = 2 // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
_this.reportFileList[i].fileTypeName = '应收账款' // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
_this.reportFileList[i].fileSrcName = resp.data.sourceFileName // '原文件名', |
|
|
|
_this.reportFileList[i].filePath = resp.data.sourceFileName // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
_this.reportFileList[i].filePath = resp.data.filePath // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
@ -517,8 +517,8 @@ |
|
|
|
fileTypeId: 2, // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
fileTypeName: '应收账款', // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
fileSrcName: resp.data.sourceFileName, // '原文件名', |
|
|
|
filePath: resp.data.sourceFileName, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
filePath: resp.data.filePath, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
} |
|
|
|
_this.reportFileList.push(upfile) |
|
|
|
} |
|
|
@ -533,8 +533,8 @@ |
|
|
|
_this.reportFileList[i].fileTypeId = 3 // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
_this.reportFileList[i].fileTypeName = '库存货值' // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
_this.reportFileList[i].fileSrcName = resp.data.sourceFileName // '原文件名', |
|
|
|
_this.reportFileList[i].filePath = resp.data.sourceFileName // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
_this.reportFileList[i].filePath = resp.data.filePath // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
@ -543,8 +543,8 @@ |
|
|
|
fileTypeId: 3, // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
fileTypeName: '库存货值', // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
fileSrcName: resp.data.sourceFileName, // '原文件名', |
|
|
|
filePath: resp.data.sourceFileName, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
filePath: resp.data.filePath, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
} |
|
|
|
_this.reportFileList.push(upfile) |
|
|
|
} |
|
|
@ -559,8 +559,8 @@ |
|
|
|
_this.reportFileList[i].fileTypeId = 4 // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
_this.reportFileList[i].fileTypeName = '在途货值' // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
_this.reportFileList[i].fileSrcName = resp.data.sourceFileName // '原文件名', |
|
|
|
_this.reportFileList[i].filePath = resp.data.sourceFileName // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
_this.reportFileList[i].filePath = resp.data.filePath // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
@ -569,8 +569,8 @@ |
|
|
|
fileTypeId: 4, // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
fileTypeName: '在途货值', // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
fileSrcName: resp.data.sourceFileName, // '原文件名', |
|
|
|
filePath: resp.data.sourceFileName, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
filePath: resp.data.filePath, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
} |
|
|
|
_this.reportFileList.push(upfile) |
|
|
|
} |
|
|
@ -585,8 +585,8 @@ |
|
|
|
_this.reportFileList[i].fileTypeId = 5 // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
_this.reportFileList[i].fileTypeName = '预付款' // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
_this.reportFileList[i].fileSrcName = resp.data.sourceFileName // '原文件名', |
|
|
|
_this.reportFileList[i].filePath = resp.data.sourceFileName // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
_this.reportFileList[i].filePath = resp.data.filePath // '文件的相对路径', |
|
|
|
_this.reportFileList[i].fullUrl = resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
@ -595,8 +595,8 @@ |
|
|
|
fileTypeId: 5, // '文件类型: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款;', |
|
|
|
fileTypeName: '预付款', // '文件类型名: 1=帐户余额;2=应收账款;3=库存货值;4=在途货值;5=预付款', |
|
|
|
fileSrcName: resp.data.sourceFileName, // '原文件名', |
|
|
|
filePath: resp.data.sourceFileName, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.sourceFileName // '文件完整的访问URL', |
|
|
|
filePath: resp.data.filePath, // '文件的相对路径', |
|
|
|
fullUrl: resp.data.fullUrl // '文件完整的访问URL', |
|
|
|
} |
|
|
|
_this.reportFileList.push(upfile) |
|
|
|
} |
|
|
|