|
@@ -163,7 +163,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="4" style="margin-left:10px">
|
|
|
- <el-select v-model="parmValue.is_stock" size="mini" placeholder="商品类型" clearable @change="
|
|
|
+ <el-select style="width:100%" v-model="parmValue.is_stock" size="mini" placeholder="商品类型" clearable @change="
|
|
|
pageInfo.curr = 1;
|
|
|
parmValue.page = 1;
|
|
|
searchList();
|
|
@@ -172,6 +172,18 @@
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
|
|
|
+ <el-col :span="4" style="margin-left:10px">
|
|
|
+ <el-select style="width:100%" v-model="parmValue.is_compliance" size="mini" placeholder="是否合规" clearable @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ ">
|
|
|
+ <el-option value="0" label="不合规" />
|
|
|
+ <el-option value="1" label="合规" />
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+
|
|
|
<el-col
|
|
|
:span="3"
|
|
|
class="fr"
|
|
@@ -238,7 +250,7 @@
|
|
|
:size="tablebtnSize"
|
|
|
:type="scope.row.good_type == '0' ? 'warning' : ''"
|
|
|
v-text="
|
|
|
- (options1.find((item) => item.id == scope.row.good_type) || {}).name || '--'
|
|
|
+ (options1.find((item) => item.id == scope.row.good_type) || {}).name || '否'
|
|
|
"
|
|
|
></el-tag>
|
|
|
</template>
|
|
@@ -482,6 +494,7 @@ export default {
|
|
|
options8: options8,
|
|
|
loading: false,
|
|
|
parmValue: {
|
|
|
+ is_compliance: "",
|
|
|
is_stock: "",
|
|
|
good_name: "", //商品名称
|
|
|
spucode: "", //商品编号
|
|
@@ -702,6 +715,7 @@ export default {
|
|
|
total: 0,
|
|
|
};
|
|
|
this.parmValue = {
|
|
|
+ is_compliance:"",
|
|
|
good_name: "", //商品名称
|
|
|
spucode: "", //商品编号
|
|
|
skucode: "", //商品编号
|