This commit is contained in:
liushuai
2019-09-20 19:34:56 +08:00
parent 95284fab38
commit 9c2b03c2b5
11 changed files with 405 additions and 280 deletions

View File

@@ -32,3 +32,14 @@ export function ProcessProportion() {
}
})
}
export function searchMachine() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '机床总查询',
param: '机床流水号_check=' + arguments[0] + '&机床流水号=' + arguments[1]
}
})
}