feat : coupon template

This commit is contained in:
2025-02-26 10:11:34 +08:00
parent af23f61991
commit d22eb0c076
3 changed files with 40 additions and 12 deletions

View File

@@ -116,12 +116,19 @@ class DispenseConfirmService extends BaseService
}
}
private function handleDesignatedUsers()
/**
* @return void
*/
private function handleDesignatedUsers(): void
{
$this->res = explode(',',$this->request->input('appoint_value'));
}
private function handleDesignatedSitesAndGoods()
/**
* @return void
* @throws Exception
*/
private function handleDesignatedSitesAndGoods(): void
{
$this->getValueAndCheckDate();
@@ -132,7 +139,11 @@ class DispenseConfirmService extends BaseService
$this->getUserData();
}
private function handleDesignatedSites()
/**
* @return void
* @throws Exception
*/
private function handleDesignatedSites(): void
{
$this->getValueAndCheckDate();
@@ -141,7 +152,11 @@ class DispenseConfirmService extends BaseService
$this->getUserData();
}
private function handleDesignatedGoods()
/**
* @return void
* @throws Exception
*/
private function handleDesignatedGoods(): void
{
$this->getValueAndCheckDate();