Files
sam-kd/estimate/EsDetail_screen.php

26 lines
985 B
PHP
Raw Permalink Normal View History

<?php
// 새로운 단가 매칭 시스템 도임 BDmodels 테이블 도입
require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php");
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$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 . '/screen_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>