※ 실사 선별 처리 결과를 조회하는 화면입니다(읽기 전용).
| 실사일자 | 종류 | 박스 | 전산재고 |
|---|---|---|---|
| = esc((string) ($row['bis_work_date'] ?? '')) ?> | = $showBagName ? esc($bagName) : '' ?> | = esc((string) ($row['box_code'] ?? '')) ?> | = number_format((int) ($row['bisi_system_qty'] ?? 0)) ?> |
| 조회 결과가 없습니다. | |||
| 합계 | = number_format($overviewTotalQty) ?> | ||
| 팩코드 | 포장량 | 재고 | 낱장(시작) | 낱장(끝) |
|---|---|---|---|---|
| = esc($packCode) ?> | = number_format($systemQty) ?> | = number_format($systemQty) ?> | = esc((string) ($row['bisp_sheet_start_code'] ?? '')) ?> | = esc((string) ($row['bisp_sheet_end_code'] ?? '')) ?> |
| 선택된 품목이 없습니다. | ||||
| 합계 | = number_format($packTotalQty) ?> | |||
| No | 낱장 | 수량 |
|---|---|---|
| = esc((string) ($row['no'] ?? '')) ?> | = esc((string) ($row['biss_sheet_code'] ?? '')) ?> | = number_format((int) ($row['biss_system_qty'] ?? 0)) ?> |
| 선택된 팩/박스가 없습니다. | ||
| 합계 | = number_format($sheetTotalQty) ?> | |