fix:depot materialCategory
This commit is contained in:
@@ -66,4 +66,17 @@ class DepotController
|
||||
{
|
||||
return (new DepotService)->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* 采购入库
|
||||
* @param DepotRequest $request
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
#[RequestMapping(path: "depot_purchase", methods: "POST")]
|
||||
#[Scene(scene: "purchase")]
|
||||
public function purchase(DepotRequest $request): array
|
||||
{
|
||||
return (new DepotService)->purchase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user