Commit 01e762b4 by huangchengyi

增加商品详情链接

parent 3b7c7e01
...@@ -6,7 +6,7 @@ return [ ...@@ -6,7 +6,7 @@ return [
"URL_ICHUNT" =>"https://www.ichunt.com", "URL_ICHUNT" =>"https://www.ichunt.com",
"URL_YUNXIN" => "http://yunxin.liexin.com", "URL_YUNXIN" => "http://yunxin.liexin.com",
"URL_FINANCE" => "http://finance.liexin.com", "URL_FINANCE" => "http://finance.liexin.com",
"URL_FOOTSTONE" => "http://foostone.liexin.net", "URL_FOOTSTONE" => "http://footstone.liexin.net",
"URL_PUR" => "http://pur.liexin.com", "URL_PUR" => "http://pur.liexin.com",
"URL_ES"=>"http://soso12.ichunt.com",//测试Es地址 "URL_ES"=>"http://soso12.ichunt.com",//测试Es地址
// "URL_ES"=>"http://szso.ichunt.com",//测试Es地址 // "URL_ES"=>"http://szso.ichunt.com",//测试Es地址
......
...@@ -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 d.goods_id return "<a href='https://www.ichunt.com/goods_"+d.goods_id+".html' style='cursor: pointer;text-decoration: none'>"+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,6 +46,9 @@ ...@@ -46,6 +46,9 @@
,first: true //不显示首页 ,first: true //不显示首页
,last: false //不显示尾页 ,last: false //不显示尾页
,cols: [[ ,cols: [[
{field:'goods_id', title: '商品ID',width:190,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>"
}},
{field:'encoded', title: '商品编码',align:'center'} {field:'encoded', title: '商品编码',align:'center'}
,{field:'goods_type_name', title: '类型',align:'center'} ,{field:'goods_type_name', title: '类型',align:'center'}
,{field:'goods_name', title: '型号',align:'center'} ,{field:'goods_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