加工单撤回
This commit is contained in:
@ -138,4 +138,24 @@ class Order
|
||||
{
|
||||
return $this->sendRequest('production.create', $data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 加工工单更新
|
||||
* @return mixed|string
|
||||
* @throws HttpException|GuzzleException
|
||||
*/
|
||||
public function updateProductOrder($data)
|
||||
{
|
||||
return $this->sendRequest('production.update', $data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 加工工单撤回
|
||||
* @return mixed|string
|
||||
* @throws HttpException|GuzzleException
|
||||
*/
|
||||
public function revokeProductOrder($data)
|
||||
{
|
||||
return $this->sendRequest('production.revoke', $data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user