supplyManage.html
8.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>销售中心-供应管理</title>
<script type="text/javascript">
search_ajaxUrl = 'http://www.nong12.com/newTip.html?callFn=?';
</script>
<script type="text/javascript" src="../../common/js/base/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="../../common/js/base/sea.js"></script>
<link rel="stylesheet" type="text/css" href="../css/dist/supplyManage.css">
<script type="text/javascript" src="../js/javascript/common/config.js"></script>
<!--[if lt IE 9]>
<script src="../../common/js/plugin/respond.src.js"></script>
<link href="../../common/js/plugin/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<link href="../respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<script src="../../common/js/plugin/respond.proxy.js"></script>
<![endif]-->
</head>
<body>
<div class="main clearfix">
<!-- 右侧开始 -->
<div class="right-place">
<!-- 右侧内容开始 -->
<div class="r-hd">
供应信息管理
</div>
<div class="r-bd">
<div class="upload">
<a href="#" class="submitBtn orangeBtn">
<i></i>
发布新供应</a>
</div>
<div class="mbox-filter">
<form>
<div>
标题:
<input type="text" class="iptText one">
<span>
是否有询价:
<select class="s-select">
<option class="select-please">全部</option>
<option>有询价</option>
<option>无询价</option>
</select>
</span>
<br/>
<span class="filter-onstate">
状态:
<select class="s-select">
<option class="select-please">全部</option>
<option>进行中</option>
<option>审核失败</option>
<option>已过期</option>
<option>已关闭</option>
</select>
</span>
<input type="submit" value="搜索" class="submitBtn">
<input type="submit" value="重置" class="submitBtn">
</div>
</form>
</div>
<div class="mbox-table">
<table border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td>名称</td>
<td>收到的询价</td>
<td>状态</td>
<td>操作</td>
</tr>
</thead>
<tbody>
<tr>
<td>供应大白菜</td>
<td>
<a href="#supplyment" class="a-new">2条</a>
</td>
<td>已关闭</td>
<td>
<a href="#" class="a-link">查看</a>
</td>
</tr>
<tr>
<td>供应大白菜</td>
<td>
<a href="#supplyment" class="a-new">2条</a>
</td>
<td>已过期</td>
<td>
<a href="#" class="a-link">查看</a>
</td>
</tr>
<tr>
<td>供应大白菜</td>
<td>
<a href="#supplyment" class="a-new">
<span>2</span>条<b></b>
</a>
</td>
<td>进行中</td>
<td>
<a href="#" class="a-link">查看</a>
<a href="javascript:" class="a-link sure-operation">关闭</a>
</td>
</tr>
</tbody></table>
</div>
</div>
<!-- 右侧内容结束 -->
</div>
<!-- 右侧结束 -->
</div>
<script type="text/javascript">
seajs.use(
[ '../js/javascript/common/common.js',
'../js/javascript/market/supplyManage.js']
);
</script>
<!-- footer-->
<div class="footer">
<div class="bg-F9">
<div class="footer-view clearfix">
<div class="left">
<ul>
<li>
<span class="icon-we"></span>
<p>关于我们</p>
<div class="f-list">
<a href="#">关于地利</a>
<a href="#">诚聘英才</a>
<a href="#">联系我们</a>
<a href="#">地利服务</a>
</div>
</li>
<li>
<span class="icon-aftersales"></span>
<p>售后服务</p>
<div class="f-list">
<a href="#">纠纷处理</a>
<a href="#">退款流程</a>
<a href="#">退款政策</a>
</div>
</li>
<li>
<span class="icon-shopping"></span>
<p>购物指南</p>
<div class="f-list">
<a href="#">交易规则</a>
<a href="#">购物流程</a>
<a href="#">订单结算</a>
<a href="#">支付方式</a>
</div>
</li>
<li>
<span class="icon-identity"></span>
<p>身份认证</p>
<div class="f-list">
<a href="#">邮箱验证</a>
<a href="#">企业验证</a>
<a href="#">实名认证</a>
<a href="#">密码找回</a>
</div>
</li>
<li>
<span class="icon-novice"></span>
<p>新手指南</p>
<div class="f-list">
<a href="#">个人注册</a>
<a href="#">企业注册</a>
<a href="#">会员须知</a>
<a href="#">会员登陆</a>
</div>
</li>
</ul>
</div>
<div class="right">
<span class="icon-shield"></span>
<ul class="clearfix">
<li><p>服务热线:<span class="text-phone">400-888-6666</span></p></li>
<li><p>服务时间:<span class="text-time">上午9:00 - 晚上21:00</span></p></li>
<li><p class="dili-im" href="#"><i></i>联系我们</p></li>
</ul>
</div>
</div>
</div>
<div class="footer-end">
<p>
<a href="#">关于我们</a> |
<a href="#">联系我们</a> |
<a href="#">人才招聘</a> |
<a href="#">地利服务</a> |
<a href="#">帮助中心</a>
</p>
<p class="col-999"> Copyright © 2013-2014 nong12.com,All Rights Reserved 陕ICP备14002958号</p>
<p class="col-999">版权所有 地利网络农业有限公司</p>
</div>
</div>
<!-- footer end -->
<!-- 询价弹框开始 -->
<div class="supplyment" id="supplyment">
<h2>管理询价信息</h2>
<table border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td>联系人</td>
<td>电话</td>
<td>提货点</td>
<td>数量</td>
<td>说明</td>
<td class="now-supplyment">报价</td>
</tr>
</thead>
<tbody>
<tr>
<td>李智光秀</td>
<td>12333930098</td>
<td>四川聚合聚合</td>
<td>10000吨</td>
<td><p>有货就送,不送就不送,送了也白送。</p></td>
<td>
<button class="submitBtn now-reply">现在报价</button>
<div class="now-input" data-unit="吨">
<input type="text" class="iptText" />
<button class="submitBtn now-sure">确定</button>
<button class="submitBtn grayBtn now-cancel">取消</button>
</div>
<!--<span>123123/吨</span>-->
</td>
</tr>
<tr>
<td>李智光秀</td>
<td>12333930098</td>
<td>四川聚合聚合</td>
<td>10000吨</td>
<td><p>有货就送,不送就不送,送了也白送。</p></td>
<td>
<span>20元/吨</span>
</td>
</tbody>
</table>
</div>
<!-- 询价弹框结束 -->
</body>
</html>