|
@@ -30,7 +30,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="10" :sm="24">
|
|
|
<a-form-model-item label="库存情况">
|
|
|
- <a-checkbox-group :options="options" @change="onStockChange" />
|
|
|
+ <a-checkbox-group :options="options" v-model="queryParam.stockStateList" @change="onStockChange" />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="24" :sm="24" style="margin-bottom: 10px;text-align:right;">
|