|
|
@@ -30,7 +30,7 @@ class StoreService
|
|
|
protected $modelClass=Store::class;
|
|
|
private function conditionQuery(array $params)
|
|
|
{
|
|
|
- $stores = Store::query()->with(['storeItems.store', 'warehouse', 'owner'])->where('is_fast_stored', '无')->orderBy('id', 'DESC');
|
|
|
+ $stores = Store::query()->with(['storeItems.commodity.barcodes', 'warehouse', 'owner'])->where('is_fast_stored', '无')->orderBy('id', 'DESC');
|
|
|
$columnQueryRules = [
|
|
|
'asn_code' => ['batch' => ''],
|
|
|
'remark' => ['batch' => '','timeLimit' => 15],
|