This commit is contained in:
zhangdingyu
2019-09-18 10:15:45 +08:00
61 changed files with 7778 additions and 24 deletions

View File

@@ -10,3 +10,28 @@ export function SelectMachine() {
}
})
}
<<<<<<< HEAD
=======
export function ProcessOutsourcing() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '工序外协_综合查询',
param: '机床流水号=' + arguments[0]
}
})
}
export function ProcessProportion() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '工序外协_工序占比_综合查询',
param: '机床流水号=' + arguments[0]
}
})
}
>>>>>>> 4a39ba8190d04cdcdea962794e7d7df3408bfd2d