您好,欢迎来到友进芯城
请登录
|
免费注册
会员中心
您好,
请登录
|
在线客服:4000335325
|
客服中心:4000-335-325
|
服务时间:9:00-18:30
在线客服
在线客服
4000-335-325
周一至周六
09:00-18:30
微信公众号
您浏览过的产品
<ul> {for row in rows} <li> <p class="p_info" style="width:155px;overflow:hidden;white-space:nowrap;"> <a href="/item/${row.id}">${row.item_name}</a><br /> 封装:${row.format}<br /> 价格:<font class="red">¥${row.price}</font><br /> </p> <button type="button" onclick="delete_history(${row.id});"></button> </li> {/for} </ul>
上传BOM
TI(德州仪器)
ST(意法半导体)
ON(安森美)
UMW(广东友台半导体)
TL431
我的购物车
0
BOM询价
特价专区
品牌授权
积分商城
平台导购
当前位置:
首页
>
模块
>
LED系列
分类:
传感器模块 (1)
品牌:
全部>>
封装:
全部>>
图像
产品信息
销售单价(含13%增值税)
库存(PSC)
数量
快速询价
X
型号:
分类:
品牌:
封装:
需求数量:
备注:
立即询价
快捷登陆
获取验证码
未注册的用户将自动保存为友进用户
免费询价
{for row in rows} <tr> <td> <p class="smallpic"> <a href="/item/${row.id}" target="_blank"><img src="/images/stock_item/${row.head_pic_name}" border="0" /></a> </p> {if row.alternative_models} {if row.alternative_models.length >0} <div id="gctd_button" class="gctd_off_button"> <div class="gctd_text">国产替代料</div> <div class="save_text">最多可省${row.max_save_percent}<i></i></div> <div class="ani"></div> <div class="clear"></div> </div> <div id="replace_box" class="replace_box" style="display:none;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> {for alternative_model in row.alternative_models} <tr> <td style="width:25%;">型号:<a href="/item/${alternative_model.id}">${alternative_model.model}</a></td> <td style="width:25%;">品牌:<a href="/brand/${alternative_model.brand_id}">${alternative_model.brand_name}</a></td> <td style="width:20%;">数量:<span>${alternative_model.price_count}</span></td> <td style="width:20%;">单价:<span style="color:#f83e3e;font-weight:bold;">${alternative_model.price}</span></td> <td style="width:10%;padding:0 5px;"><div class="item_save_text" style="">节约${alternative_model.save_percent}</div></td> </tr> {/for} </table> </div> {/if} {/if} </td> <td class="product_info"> <p>名称:<a href="/item/${row.id}" target="_blank">${row.item_name}</a></p> <p>型号:<a href="/item/${row.id}" target="_blank">${row.model}</a></p> <p>分类:<a href="/search/${row.level1_id}/${row.level2_id}" target="_blank">${row.type_name}</a></p> <p>品牌:<a href="/brand/${row.brand_id}" target="_blank">${row.brand_name}</a></p> <p>封装:${row.format}</p> </td> <td> <div class="searchprod"> {if row.is_inquiry != 1} {for price in row.price} <dl> <dt>${price.start_count}+</dt> {if price_index == row.price.length - 1} <dd style="color:#f83e3e;font-weight:bold;"> ¥${price.price} {elseif price_index < 2 } <dd style="color:#000000;"> ¥${price.price} {else} <dd style="color:#fc7530;"> ¥${price.price} {/if} {if price.discount && price.discount < 1} <span style="margin-left:10px;"><s>¥${price.cost_price}</s></span>{/if} </dd> </dl> {if price_index == row.price.length - 1} <dl> <dt>${price.start_count*2}+</dt> <dd style="color:#f83e3e;font-weight:bold;"> <button type="button" onclick="$('#qq_wap1 b').click();" style="width:60px;height:20px;line-height:20px;">特价咨询</button> </dd> </dl> {/if} {/for} {else} <dl> <dt>1+</dt> <dd style="color:#f83e3e;font-weight:bold;"> <a type="button" onclick="$('#qq_wap1 b').click();" >咨询</a> </dd> </dl> {/if} </div> </td> <td> <p>{if row.stock_amount <= 0 || row.is_inquiry == 1}<a href="javascript:;" onclick="$('#qq_wap1 b').click();" class="qq_kf"><i></i>客服咨询</a>{else}${row.stock_amount}${row.unit}{/if}</p> </td> <td class="nobr"> {if row.is_inquiry != 1 && row.stock_amount > 0 && row.is_sell == 1} <p><input value="${row.buy_min}" type="text" class="num_t" oninput="check_add_type(this, ${row.stock_amount});" /></p> {if row.package_amount} <p style="font-size:10px;">(1${row.package_name}=${row.package_amount}${row.unit})</p> {/if} <p id="p_add_car"><button type="button" onclick="add_car(this, ${row.id}, ${row.buy_min});">加入购物车</button></p> {else} <p><input value="${row.buy_min}" type="text" class="num_t" oninput="check_add_type(this, ${row.stock_amount});" /></p> <p id="p_add_car"><button type="button" onclick="create_inquiry(${row.id});">提交询价</button></p> {/if} </td> </tr> {/for}
系统处理中请稍候...