@include('common.header')
@include('alert.alert_panel')

Shipment Import

  • STEP 1 Select excel file

    @if ($errors->has('importFile')) {{ $errors->first('importFile') }} @endif
  • STEP 2 Select Customer

    @if ($errors->has('customer_no')) {{ $errors->first('customer_no') }} @endif
  • STEP 3 Submit

Imported Waybill Table

No# Customer Account* CN* Shipper Name Receiver Name Pcs* must > 1 Actual Weight* must > 0.1 Volumn Weight* must number Destination Action
@include('common.footer')