Преглед на файлове

调整费用报销的单据导出

Lijy преди 1 година
родител
ревизия
f2ba13f2f8
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 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") {