feat(cost): 新增生产月报复制功能,修复考勤校验参数问题,优化表格列操作
This commit is contained in:
@@ -42,3 +42,12 @@ export function delProdReport(reportId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 复制生产月报
|
||||
export function copyProdReport(sourceId, data) {
|
||||
return request({
|
||||
url: '/cost/prodReport/copy/' + sourceId,
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user