Browse Source

1111

master
liupopo 2 years ago
parent
commit
a028ab61bd
  1. 46
      supervise-report-ui/src/views/project/projectDaily.vue
  2. 2
      yxt_supervise/supervise-report/supervise-report-biz/src/main/resources/application-test.yml

46
supervise-report-ui/src/views/project/projectDaily.vue

@ -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)
}

2
yxt_supervise/supervise-report/supervise-report-biz/src/main/resources/application-test.yml

@ -46,5 +46,5 @@ image:
upload:
path: D:/webapps/supervise/static/upload/
url:
prefix: http://122.14.222.186:7003/upload/
prefix: https://supervise.yxtsoft.com/downfile/

Loading…
Cancel
Save