prepare($sql); $stmh->bindValue(1, $num, PDO::PARAM_INT); $stmh->execute(); $row = $stmh->fetch(PDO::FETCH_ASSOC); include '_row.php'; } catch (PDOException $Exception) { echo "오류: ".$Exception->getMessage(); exit; } } else { include '_request.php'; $mode = 'insert'; $inspection_date = date('Y-m-d'); } $title_message = ($mode === 'update') ? '수입검사 수정' : '수입검사 신규 등록'; ?>
| 로트번호 | 검사일 | ||
| 납품업체 |
|
품명 | |
| 규격 | 단위 | ||
| 입고량 | 자재번호 | ||
| 제조사 | |||
| 매입가(VAT 별도) | 중량(kg) | ||
| 비고 | |||