修改_20190601_01

This commit is contained in:
jiangfuzhuang
2019-06-01 15:17:44 +08:00
parent 513b07b06a
commit 1d7a814259
4 changed files with 327 additions and 1 deletions

View File

@@ -26,6 +26,18 @@ export function searchtable2(num1, num2, num3, num4, pageCurrent, pageSize) {
}
})
}
// 查询人员具体工序
export function searchtable22(num1, num2, num3, num4) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_工时统计按人员查询_查询数据2',
param: '工作者编号=' + num1 + '&时间_check=' + num2 + '&开始时间=' + num3 + '&结束时间=' + num4
}
})
}
// 初始化机床项目
export function initProject() {
return request({
@@ -63,3 +75,15 @@ export function searchtable5(num1, pageCurrent, pageSize) {
}
})
}
// 车间生产管理工艺_工时统计_组号查询_查询数据
export function searchtable55(num1) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_工时统计_组号查询_查询数据',
param: '机床流水号=' + num1
}
})
}