家里的样式
This commit is contained in:
12
src/api/ManufacturingCenter/ParseQuery.js
Normal file
12
src/api/ManufacturingCenter/ParseQuery.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from '@/utils/request'
|
||||
export function SelectMachine() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '发货管理_发货申请_发货单_机床_查询',
|
||||
param: '机床图号=' + arguments[0]
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user