소스 검색

日志优化+员工使用统计+设备管理

newStyle
风继续吹 1 년 전
부모
커밋
bf5ae25d0d
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -1
      pages/reportExcel/dayReport.vue
  2. +2
    -1
      pages/reportExcel/weekReport.vue

+ 2
- 1
pages/reportExcel/dayReport.vue 파일 보기

@@ -621,7 +621,8 @@
// 获取日报详情
getMessage() {
this.$u.get('/zkMessage/findByProjectId', {
id: this.id
id: this.id,
username: uni.getStorageSync('weapp_session_userInfo_data').username
}).then(res => {
console.log(res)
let data = JSON.parse(res.zkMessage.content)


+ 2
- 1
pages/reportExcel/weekReport.vue 파일 보기

@@ -698,7 +698,8 @@
getMessage() {
this.$u.get('/zkMessage/findByProjectId', {
id: this.id,
houseId: uni.getStorageSync('buildingID').id
houseId: uni.getStorageSync('buildingID').id,
username: uni.getStorageSync('weapp_session_userInfo_data').username
}).then(res => {
let data = {}
if (res.zkMessage.content) {


불러오는 중...
취소
저장