@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
Transaction Date
Source Site
*
[-All Sites-]
@foreach ($allSites as $site)
{{ $site->site_code }} {{ $site->name}}
@endforeach
Destination Site
*
[-All Sites-]
@foreach ($sites as $site)
{{ $site->site_code }} {{ $site->name}}
@endforeach
Total Quantity
Delivery #
*
SSCC #
*
Qty
Barcode
Remarks
*
[--Select remark--]
MISROUTED DELIVERY
NO DOCUMENT
CONSOLIDATION
CUSTOMER REQUEST
MFG. DEFECT
FOR OUTRIGHT
FOR SOON TO OPEN STORE
STORE CLOSURE
MD SUPPORT
MKTG SUPPORT
RECALL BY MERCH
RECALL DAMAGED
RECALL SOILED
FOR MODERN TRADE
FOR IS ORDER
RECLASSIFICATION
{{--
Actual Confirmation Date
*
--}} {{--
Air Way Bill#
*
--}} {{--
Forwarder
*
Select Forwarder
@foreach ($forwarders as $forwarder)
{{$forwarder->name}}
@endforeach
--}} {{--
Remarks
*
Select Remark
@foreach ($remarks as $remark)
{{$remark->name}}
@endforeach
--}}
Details
Contact Information
References
Action History
#
Barcode
Material Number
Category
Description
Quantity
Action
Address
Telephone
fax
PO Number
Group Number
Mat Doc Number
Mat Year
User
Movement Type
XAuto
Party Site
Site
Create Date
#
Action Name
Action By
Action Date
Home
Import
@if(\App\Models\Permission::canCreate(session('allUserAccesses')['misrouted delivery']))
Save Request
@endif {{--
Discard
--}}
Primary
touch_app
{{ csrf_field() }}
Upload Excel File
×
@endsection @section('script') @endsection