厂务订单里改个工单接口
This commit is contained in:
		| @@ -34,6 +34,15 @@ export function workOrderList(query) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 条件获得工单列表 | ||||
| export function getFreeWOlist(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/getFreeWOlist', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得订单分页 | ||||
| export function getOrderPage(query) { | ||||
|   return request({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user