| | |
| | | |
| | | // 根据ID查询 |
| | | export function getBYid (id) { |
| | | return request.post(`/ext/workorderCheckExt/${id}`, data) |
| | | return request.post(`/ext/workorderCheckExt/${id}`) |
| | | } |
| | | // export function getBYid(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | |
| | | // 获取出入库信息 |
| | | export function findById (id) { |
| | | return request.post(`/ext/wOutboundExt/findById?id=${id}`, data) |
| | | return request.post(`/ext/wOutboundExt/findById?id=${id}`) |
| | | } |
| | | // export function findById(id: Number): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | // } |
| | | |
| | | // 根据ID查询设备 |
| | | export function getBYid (id) { |
| | | return request.post(`/ext/deviceExt/${id}`, data) |
| | | export function getsbInfo (id) { |
| | | return request.post(`/ext/deviceExt/${id}`) |
| | | } |
| | | // export function getsbInfo (id: any): Promise<any> { |
| | | // return httpRequest({ |