<select id='receiver' name='receiver'> <option value='kh'>Khách hàng</option> <option value='bv'>Bảo vệ</option> <option value='tt'>Tiếp tân</option> </select> </td> <td > <select id='receiver' name='receiver'> <option value='tm'>Tiền mặt</option> <option value='dt'>Đã trả</option> </select> </td> <td> <select id='driver' name='driver>' <?php echo order_model::comboBox($driver); ?> </select> </td> <td><?php echo $row['GHICHU']; ?> </td> <td> <input type='button' value='Thêm' class='input_button' ></input> <input type='button' value='Hủy' class='input_button'></input> </td> <!-- <td nowrap align="center"> <input type=checkbox name=DEL[] value='<?php echo $row['ID_U'];
foreach ($update_order_line as $value) { ?> <input style="background:#CCC" id="quantity" name="quantity" value="<?php echo $value['QUANTITY']; ?> " /> <?php } ?> </strong></td> <td style="background-color:#CCC"> <strong> <select id='status' name='status' > <?php echo order_model::comboBox($stat, $sel); ?> </select> </strong></td> <td style="background-color:#CCC"> <strong> <?php foreach ($update_order_line as $value) { ?> <input style="background:#CCC" id="paid" name="paid" value="<?php echo $value['PAID']; ?> " /> <?php }