| = esc($row->so_idx) ?> |
= esc($row->so_ds_name) ?> |
= esc($row->so_order_date) ?> |
= esc($row->so_delivery_date) ?> |
= esc($row->so_payment_type) ?> |
'미입금', '1' => '입금'];
echo esc($paidMap[$row->so_paid] ?? $row->so_paid);
?>
|
'미수령', '1' => '수령'];
echo esc($receivedMap[$row->so_received] ?? $row->so_received);
?>
|
= number_format((int) $row->so_total_qty) ?> |
= number_format((int) $row->so_total_amount) ?> |
'정상', 'cancelled' => '취소'];
echo esc($statusMap[$row->so_status] ?? $row->so_status);
?>
|
|
| 등록된 주문이 없습니다. |