This commit is contained in:
2023-09-09 13:16:03 +08:00
parent c760f26478
commit c9484deaec
2 changed files with 43 additions and 2 deletions

View File

@ -115,6 +115,29 @@ class Order
return $this->baseFun($data, 'production.status');
}
/**
* 加工工单原木材种
* @return mixed|string
* @throws GuzzleException
* @throws HttpException
* @throws InvalidArgumentException
*/
public function getWoodTypeOptions($data)
{
return $this->baseFun($data, 'Wood.types');
}
/**
* 加工等级
* @return mixed|string
* @throws GuzzleException
* @throws HttpException
* @throws InvalidArgumentException
*/
public function getProductionLevelOptions($data)
{
return $this->baseFun($data, 'production.levels');
}
/**
* 加工工单创建
* @return mixed|string