dbms_primeidc_init...1
This commit is contained in:
parent
a93153d812
commit
52f3ddbb7e
@ -32,8 +32,8 @@ class ServiceController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
//서비스카운팅 , total_counting_customer.php
|
//서비스카운팅 , total_counting_customer.php
|
||||||
//CLI 접속방법 : php index.php site/service/totalcount/client_code/코드번호
|
//CLI 접속방법 : php index.php site/service/dashboard/client_code/코드번호
|
||||||
//WEB 접속방법 : http://localhost/site/service/totalcount/client_code/코드번호
|
//WEB 접속방법 : http://localhost/site/service/dashboard/client_code/코드번호
|
||||||
public function dashboard(mixed $client_code = null)
|
public function dashboard(mixed $client_code = null)
|
||||||
{
|
{
|
||||||
if ($client_code === null) {
|
if ($client_code === null) {
|
||||||
|
|||||||
@ -973,7 +973,7 @@ $(function()
|
|||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<!-- 사용정보 시작-->
|
<!-- 사용정보 시작-->
|
||||||
<c:import url="${phpurl}/total_counting_customer.php?client_code=${client_code }" />
|
<c:import url="${phpurl}/DBMS/service/totalcount/client_code/${client_code }" />
|
||||||
<!-- end 사용정보 -->
|
<!-- end 사용정보 -->
|
||||||
<c:if test="${member.power5 eq 'o'}">
|
<c:if test="${member.power5 eq 'o'}">
|
||||||
<div class="col-lg-4 col-md-12" style="padding:3px">
|
<div class="col-lg-4 col-md-12" style="padding:3px">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user