明细计算,产品详情页
This commit is contained in:
@@ -31,3 +31,10 @@ export function delProductLabor(laborId) {
|
||||
})
|
||||
}
|
||||
|
||||
export function batchSaveProductLabor(data) {
|
||||
return request({
|
||||
url: '/api/mat/productLabor/batchSave',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user