prepare($sql); $stmh->bindValue(1, $num, PDO::PARAM_INT); $stmh->execute(); $row = $stmh->fetch(PDO::FETCH_ASSOC); // Load the form for editing existing stock entry include '_row.php'; // Existing row data for editing } catch (PDOException $Exception) { echo "오류: ".$Exception->getMessage(); exit; } } else { echo "데이터가 없습니다."; // Handle error if no num is passed } $title_message = '입고 수정'; // Update only, no insert option ?>
| 등록일자 | 입고 일자 | ||
| 품목코드 |
|
품목명 |
|
| 매입처 | 입고 단가 | ||
| 수량 | 로트번호 |
|
|
| 비고 | |||