Parcourir la source

去除货号查询

赵冬冬 il y a 4 ans
Parent
commit
15fd2b95c1
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/pms/product/index.vue

+ 3 - 3
src/views/pms/product/index.vue

@@ -23,9 +23,9 @@
           <el-form-item label="输入搜索:">
             <el-input style="width: 203px" v-model="listQuery.keyword" placeholder="商品名称"></el-input>
           </el-form-item>
-          <el-form-item label="商品货号:">
+         <!-- <el-form-item label="商品货号:">
             <el-input style="width: 203px" v-model="listQuery.productSn" placeholder="商品货号"></el-input>
-          </el-form-item>
+          </el-form-item>-->
           <el-form-item label="商品分类:">
             <el-cascader
               clearable
@@ -656,7 +656,7 @@
           });
           this.getList();
         });
-        
+
         // location.reload();
       },
       handleVerify(index,row){