|
|
@@ -244,7 +244,7 @@ class StoreService
|
|
|
}
|
|
|
|
|
|
public function pushJob($asnHerders){
|
|
|
- $stores = Store::query()->with(["storeItems"])->where('status','已入库')->whereIn('asn_code', data_get($asnHerders,'*.asnno'))->get();
|
|
|
+ $stores = Store::query()->with(["storeItems"])->where('status','已入库')->whereIn('asn_code',data_get($asnHerders,'*.asnno'))->get();
|
|
|
$stores->each(function($store){
|
|
|
dispatch(new StoreCreateInstantBill($store));
|
|
|
});
|