diff --git a/wms/mkt/price_option-index.php b/wms/mkt/price_option-index.php
index dd29327d..cc3f9843 100644
--- a/wms/mkt/price_option-index.php
+++ b/wms/mkt/price_option-index.php
@@ -1,110 +1,134 @@
-prepare($sql_str);
-$stmt->bindParam(':kind', $kind);
-$stmt->execute();
-$options = $stmt->fetchAll(PDO::FETCH_ASSOC);
-$optional_arr = [1=>'標', 2=>'選'];
-?>
-
-
-
-
-
-
-
-
-
OPTION價格查詢
-
-
-
-
-
-
-
-
-
- 名稱 |
- 規格 |
- 備註 |
- 配置 |
- 單位 |
- 定價 |
-
-
-
-
-
- 沒有符合的結果。 |
-
-
-
-
- |
- |
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
OPTION價格查詢
+
+
+
+
+
+
+
+
+
+
+ 名稱 |
+ 規格 |
+ 備註 |
+ 配置 |
+ 單位 |
+ 定價 |
+
+ MI |
+
+
+
+
+
+
+
+ 沒有符合的結果。
+ |
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wms/mkt/price_option-select.php b/wms/mkt/price_option-select.php
index 65a89a48..13d8a30a 100644
--- a/wms/mkt/price_option-select.php
+++ b/wms/mkt/price_option-select.php
@@ -1,106 +1,117 @@
-prepare($sql_str);
-$stmt->execute();
-$options = $stmt->fetchAll(PDO::FETCH_ASSOC);
-$optional_arr = [1=>'標', 2=>'選'];
-?>
-
-
-
-
-
-
-
-
-
-
-
OPTION價格查詢
-
-
-
-
-
-
-
-
-
- 名稱 |
- 規格 |
- 備註 |
- 配置 |
- 單位 |
- 定價 |
-
-
-
-
-
- 沒有符合的結果。 |
-
-
-
-
- |
- |
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
OPTION價格查詢
+
+
+
+
+
+
+
+
+
+
+ 名稱 |
+ 規格 |
+ 備註 |
+ 配置 |
+ 單位 |
+ 定價 |
+
+ MI |
+
+
+
+
+
+
+
+ 沒有符合的結果。
+ |
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file