@extends('layouts.app') @section('title')盘点-任务@endsection @section('content') @component('inventory.stockInventory.menu')@endcomponent
| 操作 | 序号 | 盘点单号 | 创建时间 | 货主 | 任务类型 | 起始时间 | 结束时间 | 记录数 | 已盘点数 | 剩余数 | 复盘差异 | 复盘归位 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 进入 | @{{ i+1 }} | @{{ inventory.id }} | @{{ inventory.created_at }} | @{{ inventory.owner.name }} | @{{ inventory.type }} | @{{ inventory.start_at }} | @{{ inventory.end_at }} | @{{ inventory.total }} | @{{ inventory.processed }} | @{{ inventory.surplus }} | @{{ inventory.difference }} | @{{ inventory.returned }} | 删除 |