From d760420c4b5293314b9463496c6a541a47e2b99c Mon Sep 17 00:00:00 2001 From: "gary_chen\\gary_chen" Date: Fri, 3 Nov 2023 09:03:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=A4=A7=E6=97=A5=E7=A8=8B?= =?UTF-8?q?=20index=20=E9=A0=81=E9=9D=A2=E9=A1=AF=E7=A4=BA=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/wipwholeinstall-index-table-html.php | 4 ++-- wms/wipwholeinstall-renovate-index-table-html.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'])); } ?>