|
@@ -1538,6 +1538,7 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
getApprovalProcess(item){
|
|
getApprovalProcess(item){
|
|
|
|
+ // console.log('this.date',this.choseDate);
|
|
this.http.post('/report-log/get',{
|
|
this.http.post('/report-log/get',{
|
|
creatorId: item.id,
|
|
creatorId: item.id,
|
|
createDate: sessionStorage.msg
|
|
createDate: sessionStorage.msg
|
|
@@ -3442,6 +3443,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.curDate = this.curDate.split('月')[0] + '月' + (this.choseDay + 1) + '日'
|
|
this.curDate = this.curDate.split('月')[0] + '月' + (this.choseDay + 1) + '日'
|
|
|
|
+ let msgday = this.choseDay + 1
|
|
|
|
+ sessionStorage.msg = this.date + '-' + (msgday < 10 ? '0' + msgday : msgday)
|
|
this.getReportFillStatus();
|
|
this.getReportFillStatus();
|
|
},
|
|
},
|
|
|
|
|