Ver código fonte

和刚才提交的一样,但不过是pc端

Lijy 2 dias atrás
pai
commit
6541c580cd

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -4991,7 +4991,7 @@
                 const { projectCode = '' } = projectList.find(item => item.id == projectId)
                 this.http.post('/erpOrderInfo/getInfoByProjectId',{
                     projectId: projectCode,
-                    date: this.workForm.createDate
+                    date: this.isBatch == 0 ? this.workForm.createDate : this.workForm.createDate[1]
                 },
                 res => {
                     if (res.code == "ok") {