<!DOCTYPE HTML>
<html lang="zh-CN">

<head>
    <include file="Common@public/header" />
    <link rel="stylesheet" type="text/css" href="__PUBLIC__/css/roborder.css">
</head>

<body>
    <div class="wrapper">
        <include file="Common@public/navleft" />
        <div class="wrapper_right">
            <include file="Common@public/top" />
            <div class="right_content roborder_content">
                <!-- <div class="edit_div">
                    <span class=" icon iconfont iconjuxing14"></span>
                </div> -->
                <div class="content">
                    <div class="nav_title">
                        首页 > 抢单专区
                    </div>
                    <div class="condition_content">
                        <span class="bold">类型:</span>
                        <span class="all_xj active filter_span">最新询价</span>
                        <span class="today_xj filter_span">今日询价</span>
                        <span class="num_xj filter_span">0回复询价</span>
                    </div>
                    <div class="goods_data_list">

                    </div>
                    <div class="pagination-with" id="pagination"
                        style="text-align: right;margin: 25px 25px 0 0;display:none"></div>

                </div>
            </div>
        </div>
    </div>
    <include file="Common@public/foot" />
    <script src="__PUBLIC__/js/roborder/index.js"></script>
    <script type="text/html" id="zqTpl">
        <div class="my_xj_list clr ">
            {{#  layui.each(d, function(index, item){ }}
            <div class="my_xj_item fl boxsiz" style="cursor:pointer" userid="{{item.inquiry_items_id}}">
                <div class="item_top clr">
                    <div class="fl num ellipsis">{{item.goods_name}}</div>
                </div>
                <div class="item_middle  clr">
                    <div class="fl price">
                        {{#  if(item.currency == 1){ }}
                        ¥
                        {{#  } else { }}
                        $
                        {{#  } }}
                        {{item.price}}
                    </div>
                    <div class="fr time">{{layui.util.toDateString(item.add_time * 1000)}}</div>
                </div>
                <div class="item_bottom">
                    <div class="brand">品牌:<span>{{item.brand_name}}</span></div>
                    <div class="total">数量:<span class="bold">{{item.number}}PCS</span></div>
                    <div class="date">货期:<span class="bold">{{item.delivery_time}}</span></div>
                </div>
                <div class="item_user">
                    <span class="fl type mystype lineBlock">
                        {{#  if(item.company_type!==""){ }}
                        {{#  if(item.company_type==1){ }}
                        贸易商
                        {{#  } }}
                        {{#  if(item.company_type==2){ }}
                        代理商
                        {{#  } }}
                        {{#  if(item.company_type==3){ }}
                        原厂
                        {{#  } }}
                        {{#  if(item.company_type==4){ }}
                        制造商
                        {{#  } }}
                        {{#  if(item.company_type==5){ }}
                        个人用户
                        {{#  } }}
                        {{#  } else { }}
                        --
                        {{#  } }}
                    </span>
                    <div class="fl name ellipsis">{{item.company_name||'--'}}</div>
                </div>
            </div>
            {{#  }); }}
        </div>
        {{#  if(d.length === 0){ }}
        <div class="no_data">
            <img src="__PUBLIC__/images/nosearchdata.png" alt="">
            <p class="bold">未搜索到询价信息</p>
        </div>
        {{#  } }}
    </script>
</body>

</html>