|
|
@ -1234,10 +1234,10 @@ include "wipwhole-renovate-rec-invoice-edit-submit.php"; |
|
|
|
<tr> |
|
|
|
<td style="vertical-align: middle">實際出貨日(到工地)</td> |
|
|
|
<td> |
|
|
|
<input class="form-control " type="date" id="real_arrival_date_tmp" value="<?= SUBSTR($row['real_arrival_date'], 0, 10); ?>" <?php echo $shengguan; ?>> |
|
|
|
<input class="form-control " type="date" id="real_arrival_date_tmp" value="<?= SUBSTR($row['real_arrival_date'], 0, 10); ?>" <?php echo $shengguan2; ?>> |
|
|
|
</td> |
|
|
|
<td colspan="4"> |
|
|
|
<button onclick="updateRealArrivalDate()" type="button" class="btn btn-primary btn-lg pull-right" style="margin-left:3px;" <?php echo $shengguan; ?>>出貨日調整</button> |
|
|
|
<button onclick="updateRealArrivalDate()" type="button" class="btn btn-primary btn-lg pull-right" style="margin-left:3px;" <?php echo $shengguan2; ?>>出貨日調整</button> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|