应发工资报表模块 接口联调+增加日期的筛选和限制+重组数据得到动态表头和动态数据的逻辑处理
2个文件已修改
10 ■■■■■ 已修改文件
src/api/reportManage/report.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productManage/silkInspectForm/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/reportManage/report.js
@@ -1,4 +1,12 @@
import request from "@/common/untils/request.js"
// 应发工资报表
export function salaryReportForms(data) {
  return request({
    url: "/api-jl/v1/forms/salaryReportForms",
    method: "post",
    data
  })
}
// 考勤管理列表
export function getAttendanceList(data) {
src/views/productManage/silkInspectForm/index.vue
@@ -150,7 +150,7 @@
                }
              })
              this.tableList.tableInfomation = list || []
              this.pagerOptions.totalCount = res.data.count
              this.pagerOptions.totalCount = res.total
            } else {
              this.tableList.tableInfomation = []
            }