Browse Source

feat:去掉商品属性页面的产品和规格

徐志豪 5 years ago
parent
commit
967f358ffc

+ 0 - 2
admins/fd-mall-backstage/WEB-INF/page/shop/goods.html

@@ -85,8 +85,6 @@
                 #end
                 <i-button type="primary" @click="enSale"><i class="fa fa-hand-o-up"></i>&nbsp;上架</i-button>
                 <i-button type="dashed" @click="unSale"><i class="fa fa-hand-o-down"></i>&nbsp;下架</i-button>
-                <i-button type="warning" @click="openPro"><i class="fa fa-pencil-square-o"></i>&nbsp;产品</i-button>
-                <i-button type="warning" @click="openSpe"><i class="fa fa-pencil-square-o"></i>&nbsp;规格</i-button>
             </div>
         </Row>
         <table id="jqGrid"></table>

+ 0 - 9
admins/fd-mall-backstage/js/shop/goods.js

@@ -286,15 +286,6 @@ var vm = new Vue({
 
             this.guigeArr = temp
             this.showArr()
-            // guigeArr:[{
-            //     name:'',
-            //     val:[
-            //         {
-            //             name:'',
-            //             picUrl:''
-            //         }
-            //     ]
-            // }]
         },
         validateGuigeArr: function () {
             var pass = true

+ 0 - 2
admins/zl-mall-backstage/WEB-INF/page/shop/goods.html

@@ -85,8 +85,6 @@
                 #end
                 <i-button type="primary" @click="enSale"><i class="fa fa-hand-o-up"></i>&nbsp;上架</i-button>
                 <i-button type="dashed" @click="unSale"><i class="fa fa-hand-o-down"></i>&nbsp;下架</i-button>
-                <i-button type="warning" @click="openPro"><i class="fa fa-pencil-square-o"></i>&nbsp;产品</i-button>
-                <i-button type="warning" @click="openSpe"><i class="fa fa-pencil-square-o"></i>&nbsp;规格</i-button>
             </div>
         </Row>
         <table id="jqGrid"></table>

+ 0 - 9
admins/zl-mall-backstage/js/shop/goods.js

@@ -286,15 +286,6 @@ var vm = new Vue({
 
             this.guigeArr = temp
             this.showArr()
-            // guigeArr:[{
-            //     name:'',
-            //     val:[
-            //         {
-            //             name:'',
-            //             picUrl:''
-            //         }
-            //     ]
-            // }]
         },
         validateGuigeArr: function () {
             var pass = true

+ 0 - 9
js/shop/goods.js

@@ -286,15 +286,6 @@ var vm = new Vue({
 
             this.guigeArr = temp
             this.showArr()
-            // guigeArr:[{
-            //     name:'',
-            //     val:[
-            //         {
-            //             name:'',
-            //             picUrl:''
-            //         }
-            //     ]
-            // }]
         },
         validateGuigeArr: function () {
             var pass = true