|
@ -28,6 +28,7 @@ if (in_array($user_id, ['M0175', 'M0079'])) { |
|
|
<th style="text-align:center;width:150px;">規格</th> |
|
|
<th style="text-align:center;width:150px;">規格</th> |
|
|
<th style="text-align:center;width:150px;">地址</th> |
|
|
<th style="text-align:center;width:150px;">地址</th> |
|
|
<th style="text-align:center;width:100px;">工勘狀態</th> |
|
|
<th style="text-align:center;width:100px;">工勘狀態</th> |
|
|
|
|
|
<th style="text-align:center;width:100px;">合約交期(到工地)</th> |
|
|
<th style="text-align:center;width:100px;">下單日(普來特富)</th> |
|
|
<th style="text-align:center;width:100px;">下單日(普來特富)</th> |
|
|
<th style="text-align:center;width:100px;">預計到廠日(觀音廠)</th> |
|
|
<th style="text-align:center;width:100px;">預計到廠日(觀音廠)</th> |
|
|
<th style="text-align:center;width:100px;">實際到廠日(觀音廠)</th> |
|
|
<th style="text-align:center;width:100px;">實際到廠日(觀音廠)</th> |
|
@ -157,6 +158,12 @@ if (in_array($user_id, ['M0175', 'M0079'])) { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
?> |
|
|
?> |
|
|
|
|
|
<td> |
|
|
|
|
|
<?php |
|
|
|
|
|
if (!empty($data['contract_arrival_date'])) |
|
|
|
|
|
echo date("Y/m/d", strtotime($data['contract_arrival_date'])); |
|
|
|
|
|
?> |
|
|
|
|
|
</td> |
|
|
<td> |
|
|
<td> |
|
|
<?php |
|
|
<?php |
|
|
if (!empty($data['prattford_order_date'])) |
|
|
if (!empty($data['prattford_order_date'])) |
|
|