new
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user