초기 커밋: 5130 레거시 시스템
- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경 - DB 연결 하드코딩 → .env 기반으로 변경 - MySQL strict mode DATE 오류 수정
This commit is contained in:
20
estimate/EsDetail_slat.php
Normal file
20
estimate/EsDetail_slat.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// 새로운 단가 매칭 시스템 도임 BDmodels 테이블 도입
|
||||
require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php");
|
||||
$title_message = '(철재스라트) 견적 산출내역서 ';
|
||||
$title_message_sub = '견 적 서 (철재스라트)' ;
|
||||
$tablename = 'estimate';
|
||||
$item ='(철재스라트) 견적 산출내역서 ';
|
||||
$emailTitle ='견적서';
|
||||
$subTitle = '자동방화셔터 철재인정제품';
|
||||
?>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'] . '/' . $tablename . '/common/estimate_head.php'; ?> <!-- head 정보 불러오기 -->
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'] . '/' . $tablename . '/slat_view_original.php'; ?>
|
||||
|
||||
<div class="container mb-5 mt-2">
|
||||
<div class="d-flex align-items-center justify-content-center mb-5">
|
||||
</div>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'] . '/estimate/common/lastJS.php'; ?> <!--마지막에 추가되는 견적관련 JS -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user