diff --git a/wms/wipwholeinstall-index-table-html.php b/wms/wipwholeinstall-index-table-html.php
index bb9ee0c9..5cfe2e93 100644
--- a/wms/wipwholeinstall-index-table-html.php
+++ b/wms/wipwholeinstall-index-table-html.php
@@ -75,7 +75,7 @@
if (!empty($data['install_outsourcer']))
echo "安裝:" . $data['install_outsourcer'];
if (!empty($data['tryrun_outsourcer']))
- echo "試車:" . $data['tryrun_outsourcer'];
+ echo "
試車:" . $data['tryrun_outsourcer'];
}
?>
@@ -100,7 +100,7 @@
} else {
if (!empty($data['estimate_install_start_date']))
echo date("Y/m/d", strtotime($data['estimate_install_start_date'])) . "
";
- if (!empty($data['estimate_ryrun_start_date']))
+ if (!empty($data['estimate_tryrun_start_date']))
echo "
" . date("Y/m/d", strtotime($data['estimate_tryrun_start_date']));
}
?>
diff --git a/wms/wipwholeinstall-renovate-index-table-html.php b/wms/wipwholeinstall-renovate-index-table-html.php
index 6de246ce..c87fc54f 100644
--- a/wms/wipwholeinstall-renovate-index-table-html.php
+++ b/wms/wipwholeinstall-renovate-index-table-html.php
@@ -58,7 +58,7 @@
if (!empty($data['install_outsourcer']))
echo "安裝:" . $data['install_outsourcer'];
if (!empty($data['tryrun_outsourcer']))
- echo "試車:" . $data['tryrun_outsourcer'];
+ echo "
試車:" . $data['tryrun_outsourcer'];
}
?>
@@ -83,7 +83,7 @@
} else {
if (!empty($data['estimate_install_start_date']))
echo date("Y/m/d", strtotime($data['estimate_install_start_date'])) . "
";
- if (!empty($data['estimate_ryrun_start_date']))
+ if (!empty($data['estimate_tryrun_start_date']))
echo "
" . date("Y/m/d", strtotime($data['estimate_tryrun_start_date']));
}
?>