= view('components/print_header', ['printTitle' => '주문 접수 관리']) ?>
| 번호 | 판매소 | 접수일 | 배달일 | 결제 | 입금 | 수령 | 수량 | 금액 | 상태 | 작업 |
|---|---|---|---|---|---|---|---|---|---|---|
| = 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); ?> | |
| 등록된 주문이 없습니다. | ||||||||||