Administrator 4 năm trước cách đây
mục cha
commit
f5602a9c93

+ 80 - 0
src/main/resources/static/js/product/instruement-list.js

@@ -0,0 +1,80 @@
+var productList = new Vue({
+    el:'#productList',
+    dat:{
+        listData:[
+            {
+            actStatus: 1,
+            brand: "测试品牌",
+            id: "4367",
+            image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
+            ladderPriceFlag: 0,
+            name: "*商品显示名:",
+            price: 50,
+            priceFlag: "0",
+            priceGrade: "0",
+            priceLoaded: true,
+            promotions: {
+            id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
+            supplierId: 10111,
+            unit: "方法",
+            userIdentity: 3,
+            },
+            {
+            actStatus: 1,
+            brand: "测试品牌",
+            id: "4367",
+            image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
+            ladderPriceFlag: 0,
+            name: "*商品显示名:",
+            price: 50,
+            priceFlag: "0",
+            priceGrade: "0",
+            priceLoaded: true,
+            promotions: {
+            id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
+            supplierId: 10111,
+            unit: "方法",
+            userIdentity: 3,
+            },
+            {
+            actStatus: 1,
+            brand: "测试品牌",
+            id: "4367",
+            image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
+            ladderPriceFlag: 0,
+            name: "*商品显示名:",
+            price: 50,
+            priceFlag: "0",
+            priceGrade: "0",
+            priceLoaded: true,
+            promotions: {
+            id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
+            supplierId: 10111,
+            unit: "方法",
+            userIdentity: 3,
+            },
+            {
+            actStatus: 1,
+            brand: "测试品牌",
+            id: "4367",
+            image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
+            ladderPriceFlag: 0,
+            name: "*商品显示名:",
+            price: 50,
+            priceFlag: "0",
+            priceGrade: "0",
+            priceLoaded: true,
+            promotions: {
+            id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
+            supplierId: 10111,
+            unit: "方法",
+            userIdentity: 3,
+            },
+        ]
+    },
+    methods:{},
+    created:function () {
+
+    }
+
+})

+ 3 - 0
src/main/resources/static/js/product/instruement.js

@@ -27,6 +27,9 @@
          moreflag:true,
     },
     methods:{
+        toserch:function(name){
+        window.location.href='/product/instruelist.html?name='+name
+        },
         seeMore:function(){
             this.moreflag = false
         },