feat : coupon template
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user