$monthValue, 'label' => $year . '년 ' . $m . '월'];
}
}
?>
bo_idx ?? 0);
$sum = $itemSummary[$boIdx] ?? ['line_count' => 0, 'qty_box' => 0, 'qty_sheet' => 0];
$companyName = (string) ($companyMap[(int) ($order->bo_company_idx ?? 0)] ?? '-');
$status = (string) ($order->bo_status ?? 'normal');
?>
작업
발주일
LOT-No
제작업체
품목수
박스합계
낱장합계
상태
= esc((string) ($order->bo_order_date ?? '')) ?>
= esc((string) ($order->bo_lot_no ?? '')) ?>
= esc($companyName) ?>
= number_format((int) ($sum['line_count'] ?? 0)) ?>
= number_format((int) ($sum['qty_box'] ?? 0)) ?>
= number_format((int) ($sum['qty_sheet'] ?? 0)) ?>
취소
삭제
정상
조회된 발주가 없습니다.