Pārlūkot izejas kodu

调整费用报销的单据导出

Lijy 1 gadu atpakaļ
vecāks
revīzija
f2ba13f2f8

+ 2 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -2389,6 +2389,7 @@ export default {
         stat = this.date[0]
         end = this.date[1]
       }
+
       this.http.post('/expense-sheet/exportList', {
         code: this.code,
         startDate: stat,
@@ -2396,6 +2397,7 @@ export default {
         ownerId: this.ownerId,
         type: this.type,
         projectId: this.selectProject ? this.selectProject : null,
+        sendState: this.sendState
       },
         res => {
           if (res.code == "ok") {