prepare($sql_str); $stmt->bindParam(':accounttype', $accounttype); $stmt->execute(); $workers = $stmt->fetchAll(PDO::FETCH_ASSOC); $accounttype = "M"; $sql_str = "SELECT id,accountid, name FROM account WHERE accounttype = :accounttype"; $stmt = $conn->prepare($sql_str); $stmt->bindParam(':accounttype', $accounttype); $stmt->execute(); $contractpersons = $stmt->fetchAll(PDO::FETCH_ASSOC); $contract_stauts = ["合約簽回", "採購", "工程發包", "工程中", "修理完成"]; ?>
合約入力(修理) |
|||||||
合約號 | |||||||
業務確認項 |
|||||||
立約人 |
未填寫 |
維保人員 |
未填寫 |
電梯編號 |
未填寫 |
報價單編號 |
未填寫 |
工程進度 |
未填寫 |
簽訂時間 |
未填寫 |
發票抬頭 |
未填寫 |
統一編號 |
未填寫 |
工程地址 |
未填寫 |
工程確認 |