机床工时统计
This commit is contained in:
@@ -32,7 +32,7 @@ export function initMachine(projectNum) {
|
||||
}
|
||||
|
||||
// 查询项目详情
|
||||
export function searchatabledata(projectNum, machineValue) {
|
||||
export function searchatabledata(projectNum, machineValue, pageCurrent, pageSize) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
@@ -41,7 +41,7 @@ export function searchatabledata(projectNum, machineValue) {
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '项目工时统计_合同详情查询_工时综合查询',
|
||||
param: `项目流水号=${projectNum}&机床流水号=${machineValue}`
|
||||
param: `项目流水号=${projectNum}&机床流水号=${machineValue}&PageCurrent=${pageCurrent}&PageSize=${pageSize}&PageCount=1111=int=output&ItemCount=1111=int=output`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user