浏览代码

调整费用报销的单据导出

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