更新
This commit is contained in:
@@ -45,3 +45,17 @@ export function searchatabledata(projectNum, machineValue, pageCurrent, pageSize
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询项目详情
|
||||
export function searchtabletotal(projectNum, machineValue) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '项目工时统计_合同详情查询_工时综合查询_合计',
|
||||
param: `项目流水号=${projectNum}&机床流水号=${machineValue}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user