snow 2 years ago
parent
commit
3eedeb2e88
2 changed files with 16 additions and 2 deletions
  1. 0 0
      dist/static/js/0.js
  2. 16 2
      src/views/goodStore/goodsOnline/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 16 - 2
src/views/goodStore/goodsOnline/index.vue

@@ -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: "", //商品编号

Some files were not shown because too many files changed in this diff