Commit be6417e6 by huangchengyi

1.0

parent 01e762b4
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
}) })
,cols: [[ ,cols: [[
{field:'goods_id', title: '商品ID',width:190,align:'center',templet: function(d){ {field:'goods_id', title: '商品ID',width:190,align:'center',templet: function(d){
return "<a href='https://www.ichunt.com/goods_"+d.goods_id+".html' style='cursor: pointer;text-decoration: none'>"+d.goods_id+"</a>" return "<a href='https://www.ichunt.com/goods_"+d.goods_id+".html' style='cursor: pointer;' target='_blank'>"+d.goods_id+"</a>"
}}, }},
{field:'goods_name', title: 'SKU型号',width:170,align:'center'}, {field:'goods_name', title: 'SKU型号',width:170,align:'center'},
{field:'goods_type_name', title: '商品类别',align:'center'}, {field:'goods_type_name', title: '商品类别',align:'center'},
......
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
,first: true //不显示首页 ,first: true //不显示首页
,last: false //不显示尾页 ,last: false //不显示尾页
,cols: [[ ,cols: [[
{field:'goods_id', title: '商品ID',width:190,align:'center',templet: function(d){ {field:'goods_id', title: '商品ID',width:90,align:'center',templet: function(d){
return "<a href='https://www.ichunt.com/item/"+d.goods_id+".html' style='cursor: pointer;text-decoration: none'>"+d.goods_id+"</a>" return "<a href='https://www.ichunt.com/item/"+d.goods_id+".html' style='cursor: pointer;' target='_blank'>"+d.goods_id+"</a>"
}}, }},
{field:'encoded', title: '商品编码',align:'center'} {field:'encoded', title: '商品编码',align:'center'}
,{field:'goods_type_name', title: '类型',align:'center'} ,{field:'goods_type_name', title: '类型',align:'center'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment