dbms_init...1
This commit is contained in:
parent
c9102af837
commit
598feceb38
@ -12,7 +12,7 @@ use App\Services\Equipment\Part\CpuService;
|
|||||||
use App\Services\Equipment\Part\DefenceService;
|
use App\Services\Equipment\Part\DefenceService;
|
||||||
use App\Services\Equipment\Part\StorageService;
|
use App\Services\Equipment\Part\StorageService;
|
||||||
use App\Services\Equipment\Part\IpService;
|
use App\Services\Equipment\Part\IpService;
|
||||||
use App\Services\Equipment\Part\LINEService;
|
use App\Services\Equipment\Part\LineService;
|
||||||
use App\Services\Equipment\Part\RamService;
|
use App\Services\Equipment\Part\RamService;
|
||||||
use App\Services\Equipment\Part\SoftwareService;
|
use App\Services\Equipment\Part\SoftwareService;
|
||||||
use App\Services\Equipment\ServerService;
|
use App\Services\Equipment\ServerService;
|
||||||
|
|||||||
@ -45,20 +45,20 @@ class ServiceController extends CustomerController
|
|||||||
}
|
}
|
||||||
return $this->_serviceItemService;
|
return $this->_serviceItemService;
|
||||||
}
|
}
|
||||||
protected function getResultSuccess(string $message = MESSAGES["SUCCESS"]): RedirectResponse|string
|
// protected function getResultSuccess(string $message = MESSAGES["SUCCESS"]): RedirectResponse|string
|
||||||
{
|
// {
|
||||||
switch ($this->getAction()) {
|
// switch ($this->getAction()) {
|
||||||
case 'index':
|
// case 'index':
|
||||||
$this->control = $this->getControlDatas();
|
// $this->control = $this->getControlDatas();
|
||||||
$this->getHelper()->setViewDatas($this->getViewDatas());
|
// $this->getHelper()->setViewDatas($this->getViewDatas());
|
||||||
$result = view($this->view_path . 'service' . DIRECTORY_SEPARATOR . $this->getAction(), ['viewDatas' => $this->getViewDatas()]);
|
// $result = view($this->view_path . 'service' . DIRECTORY_SEPARATOR . $this->getAction(), ['viewDatas' => $this->getViewDatas()]);
|
||||||
break;
|
// break;
|
||||||
default:
|
// default:
|
||||||
$result = parent::getResultSuccess($message);
|
// $result = parent::getResultSuccess($message);
|
||||||
break;
|
// break;
|
||||||
}
|
// }
|
||||||
return $result;
|
// return $result;
|
||||||
}
|
// }
|
||||||
//Index,FieldForm관련
|
//Index,FieldForm관련
|
||||||
protected function index_process(): array
|
protected function index_process(): array
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*!999999\- enable the sandbox mode */
|
/*!999999- enable the sandbox mode */
|
||||||
-- MariaDB dump 10.19 Distrib 10.5.25-MariaDB, for Win64 (AMD64)
|
-- MariaDB dump 10.19 Distrib 10.5.25-MariaDB, for Win64 (AMD64)
|
||||||
--
|
--
|
||||||
-- Host: localhost Database: dbms
|
-- Host: localhost Database: dbms
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
<?= $viewDatas['helper']->getListButton('delete', $viewDatas) ?>
|
<?= $viewDatas['helper']->getListButton('delete', $viewDatas) ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="<?= count($viewDatas['control']['index_fields']) + 2 ?>">
|
<td colspan="<?= count($viewDatas['control']['index_fields']) + 2 ?>">
|
||||||
<table class="table table-bordered table-hover table-striped">
|
<table class="table table-bordered table-hover table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php $cnt++ ?>
|
<?php $cnt++ ?>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user