|
|
@@ -338,6 +338,7 @@ class InventoryAccountService
|
|
|
//盘点库存
|
|
|
public function stockInventory($id,$location,$barcode,$count,$inventoryAccountId){
|
|
|
$inventoryAccountMission=InventoryAccountMission::with(['commodity.barcodes','stockInventoryPersons'])->find($id);
|
|
|
+ if (!$inventoryAccountMission)return null;
|
|
|
$this->盘点($inventoryAccountId,$count,$inventoryAccountMission);
|
|
|
$request=[
|
|
|
'location'=>$location,
|