@extends('layout.master') @section('title','進貨單') @section('content-title') {{ '進貨單' }} @endsection {{-- 清單頁 --}} @section('content')
@csrf @method('GET')
@endsection @section('filter-title') {{ __('basic.WorkOrder') .__('basic.FILTER') }} @endsection @section('filter') @endsection {{-- Detail --}} {{-- @extends('layout.dialog_detail') --}} @extends('layout.normal_detail') @section('detail-title',__('basic.Sales')) @section('detail-content')

{{ __('basic.DETAIL') }}

單號
承辦公司
{{ __('basic.DATE') }} *
業務負責人
進貨來源 *
聯絡人
分類
P/O NO
進貨類別 *
狀況
倉庫 *
結案狀態
{{ __('basic.Description') }}

細項

{{-- --}}
{{ __('basic.Product') }}
序號
{{ __('basic.Qty') }}
進貨類別
狀態
關聯出貨單
擁有權
位置
{{ __('basic.Description') }}
結案狀態
{{ __('basic.Option') }}
@endsection