전화 주문 접수
getFlashdata('errors'); ?>
접수 정보
접수번호
접수일
배달일 (자동)
담당자get('mb_name') ?? '담당자')) ?>
지정판매소 정보
코드-
사업자번호-
대표자명-
상호명-
전화번호-
주소-
결제/가상계좌
가상계좌: -
cd_name ?? ''); $cat = $catOf($name); if ($cat === null) { continue; } $code = (string) $cd->cd_code; $price = $priceMap[$code] ?? null; $unit = $unitMap[$code] ?? null; if ($cat[2] === 'amount') { preg_match('/([\d,]+)\s*원/u', $name, $m); $sortVal = (int) str_replace(',', '', $m[1] ?? '0'); } else { preg_match('/(\d+)\s*[lL]/u', $name, $m); $sortVal = (int) ($m[1] ?? 0); } $orderGroups[$cat[0]]['label'] = $cat[1]; $orderGroups[$cat[0]]['rows'][] = [ 'code' => $code, 'name' => $name, 'price' => (int) ($price->bp_consumer ?? 0), 'box' => (int) ($unit->pu_total_per_box ?? 0), 'pack' => (int) ($unit->pu_pack_per_sheet ?? 0), 'sort' => $sortVal, ]; } ksort($orderGroups); foreach ($orderGroups as &$g) { usort($g['rows'], static fn ($a, $b) => $a['sort'] <=> $b['sort']); } unset($g); ?>
구분 봉투종류 Pack Box 단가 주문내용 포장
수량 금액 수량 금액 판매수량(팩) 금액 B P E
등록된 봉투 품목이 없습니다.
0 0 0 0
합계 0 0 0 0 0
취소