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