@extends('layouts.app') @section('title') Create job @endsection @push('styles')
@endpush @section('content')
Create job
@can('create-job')
Quotation :
*
Plase Select Quotation
@foreach ($quotation as $item)
{{trans('custom.quotation.type.'.$item->job_type)}} {{$item->job_code}} {{$item->job_name}}
@endforeach
Owner Name :
Network :
Deliver Frequency :
Unit :
Shipping Method :
Description :
Print Type :
*
Please Select Print Type
@lang('custom.job.printtype.1')
@lang('custom.job.printtype.2')
@lang('custom.job.printtype.3')
Shipping Date :
*
Shipping time :
*
10:00
15:00
Total Quantity :
Start SLA Date :
*
Start SLA time :
*
Department :
Cost Center :
Document :
Other :
Note :
Finish Date :
*
Finish time :
*
Job Price :
Process
Material
Process Name
Process Detail
Machine Detail
Price
Capacity per hour
Hour per day
Capacity per day
Material Code
Material Name
Cancel
Confirm
@endcan
@endsection @push('scripts') @endpush