@extends('layouts.app') @section('title')手持入库-收货详情@endsection @section('content')
收货
@{{ asnno }}_已收/待收数量: @{{ asn_receivedqty }}/@{{ asn_expectedqty }}
@{{ errors.sku[0] }}
@{{ info.name }}
    @{{ info.receivedqty?info.receivedqty:0 }}/@{{ info.expectedqty?info.expectedqty:0 }}
@{{ errors.amount[0] }}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@{{ errors.trackNumber[0] }}
产品:@{{ asnDetail.sku }} 行号:@{{ asnDetail.asnlineno }} 选中: 品名:@{{ asnDetail.skudescrc }} 预期数量:@{{ asnDetail.expectedqty }} 已收数量:@{{ asnDetail.receivedqty?asnDetail.receivedqty:asnDetail.receivedqty_each }}

@{{ errors.lotatt01[0] }}
@{{ errors.lotatt02[0] }}

@{{ errors.lotatt04[0] }}
@{{ errors.lotatt05[0] }}
@{{ errors.lotatt08[0] }} @{{ errors.lotatt03[0] }}
@stop @section('lastScript') @stop