This commit is contained in:
parent
4c6c8cf456
commit
c1fd9d266e
|
|
@ -508,20 +508,27 @@ export default {
|
||||||
|
|
||||||
// 导出
|
// 导出
|
||||||
onHandleExportEntryExitInfo(queryParams) {
|
onHandleExportEntryExitInfo(queryParams) {
|
||||||
// this.download(
|
this.download(
|
||||||
// '/bmw/workerLight/attExportByWorker',
|
'/bmw/proStatistics/exportProInOutMsg',
|
||||||
// { ...queryParams },
|
{
|
||||||
// '人员出场信息列表.xlsx',
|
// ...queryParams,
|
||||||
// )
|
proId: this.proId,
|
||||||
|
},
|
||||||
|
'人员出入场信息.xlsx',
|
||||||
|
)
|
||||||
},
|
},
|
||||||
|
|
||||||
// 导出
|
// 导出
|
||||||
onHandleExportAttendanceInfo(queryParams) {
|
onHandleExportAttendanceInfo(queryParams) {
|
||||||
// this.download(
|
this.download(
|
||||||
// '/bmw/workerLight/attExportByWorker',
|
'/bmw/workerLight/attExportByWorker',
|
||||||
// { ...queryParams },
|
// { ...queryParams },
|
||||||
// '人员考勤信息列表.xlsx',
|
{
|
||||||
// )
|
// ...queryParams,
|
||||||
|
proId: this.proId,
|
||||||
|
},
|
||||||
|
'人员考勤信息列表.xlsx',
|
||||||
|
)
|
||||||
},
|
},
|
||||||
// 查看更多
|
// 查看更多
|
||||||
handleViewEntryExitInfo() {
|
handleViewEntryExitInfo() {
|
||||||
|
|
|
||||||
|
|
@ -344,7 +344,7 @@ export default {
|
||||||
async onHandleUpdateData(row) {
|
async onHandleUpdateData(row) {
|
||||||
const res = await updateThreeAndOneMonthlyWagePaymentAPI({
|
const res = await updateThreeAndOneMonthlyWagePaymentAPI({
|
||||||
proId: this.projectId,
|
proId: this.projectId,
|
||||||
month: row.tableMonth,
|
tableMonth: row.tableMonth,
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('res更新结果', res)
|
console.log('res更新结果', res)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue