diff --git a/wms/contract/contract-new-apply.php b/wms/contract/contract-new-apply.php index 4cb80b36..bf15e50a 100644 --- a/wms/contract/contract-new-apply.php +++ b/wms/contract/contract-new-apply.php @@ -16,7 +16,6 @@ $stmt = $conn->prepare($sql_str); $stmt->bindParam(':id',$id); $stmt->execute(); $contract = $stmt->fetch(PDO::FETCH_ASSOC); -print_r($contract); $accounttype = "M"; $sql_str = "SELECT * FROM account WHERE accounttype = :accounttype"; $stmt = $conn->prepare($sql_str); @@ -50,7 +49,6 @@ $stmt = $conn->prepare($sql_str); $stmt->bindParam(':mid', $mid); $stmt->execute(); $items = $stmt->fetchAll(PDO::FETCH_ASSOC); -print_r($items); ?> @@ -83,17 +81,13 @@ print_r($items); 卷號 - -

未填寫

+
+ + - 營業員 + 統一編號 - +

未填寫

合約書申請日期 @@ -111,7 +105,7 @@ print_r($items); 案件名稱 - +

未填寫

@@ -125,11 +119,6 @@ print_r($items);

未填寫

- 統一編號 - - -

未填寫

- 含稅給約總價 @@ -394,13 +383,43 @@ print_r($items); 業務部協理 - 已通過 + + + + + 業務部承辦人 - 已通過 + + + + + 營業經理 - 已通過 + + + + + 營業員 - 已通過 + @@ -412,7 +431,7 @@ print_r($items);
-