@extends('livewire.components.datatable') @section('header' . $key) 計上日 : {{$process_date}}
送信伝票数 (WMS/BC) : {{$wms_received_slip_count}}/{{$bc_sent_slip_count}} 送信明細数合計 (WMS = BC+送信取消数) : {{$current_wms_item_count}} = {{$current_wms_sent_item_count}}+{{$current_wms_cancelled_item_count}}
@if(count($wms_not_received_slips)>0) WMS未連携伝票リスト(*HUB送信済みになっているがWMSに存在しない伝票)
@foreach($wms_not_received_slips as $wms_not_received_slip) {{$wms_not_received_slip['serial_id']}} @endforeach
@endif
転送可能最大識別ID (自動送信時刻 : 03:30 - 08:00)
設定

@if(count($bc_slip_stransfer_log) > 0)
@endif @endsection