@extends('manager.layout.master') @section('body')
@foreach($listItem as $key=>$vo)
where('item_id',$vo->id)->first()) checked @endif title="{{$vo->type_text}}">
@if($vo->id == \App\Models\ItemIco::$LCJR_CODE || $vo->id == \App\Models\ItemIco::$SCJX_CODE)
@endif @if($vo->id > 10)
where('item_id',$vo->id)->first()->is_manual_work ?? '')==1) checked @endif lay-text="人工上传ON|人工上传OFF">
@endif
@endforeach
{{csrf_field()}}
@stop @section('js') @stop