credit_manage_unstore.html
17.6 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!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" />
<!-- 启用360浏览器的极速模式(webkit) -->
<meta name="renderer" content="webkit">
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>赊销管理</title>
<link href="http://static.nong12.com/static/common/css0.5/core.css?v=1.4.0
" rel="stylesheet" type="text/css" />
<link href="http://static.nong12.com/static/common/css0.5/module.css?v=1.4.0
" rel="stylesheet" type="text/css" />
<link href="http://static.nong12.com/static/common/css/suggest.css?v=1.4.0
" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="http://static.nong12.com/static/newStatic/pnr/css/dist/pnr1-2.css">
<link href="http://static.nong12.com/static/common/css0.5/op-shop.css?v=1.4.0
" rel="stylesheet" type="text/css" />
<script type="text/javascript">
window.GLOBAL = {};
window.GLOBAL.version = '?v=1.4.0';
</script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/jquery.js?v=1.4.0
"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/Tools.js?v=1.4.0
"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/tmp.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/jquery.lazyload.min.js?v=1.4.0
"></script>
<!-- <script type="text/javascript" src="http://static.nong12.com/static/common/js/header_top.js?v=1.4.0
"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/head.js?v=1.4.0
"></script> -->
<script type="text/javascript" src="http://static.nong12.com/static/common/piwik/dilipiwik.js?v=1.4.0
"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/piwik/uclick.js?v=1.4.0
"></script>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/suggest.js?v=1.4.0
"></script>
<!-- 页面公共部分 -->
<script type="text/javascript" src="http://www.nong12.com/common/js/global.js?v=1.4.0"></script>
<script type="text/javascript" src="http://www.nong12.com/common/js/top_footer.js?v=1.4.0"></script>
<script type="text/javascript" src="http://www.nong12.com/common/js/minicart.js?v=1.4.0"></script>
<script type="text/javascript" src="http://user.nong12.com/static/js/common/top_search.js?v=1.4.0"></script>
<script type="text/javascript" src="http://chat.nong12.com/scripts/common/im.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script type="text/javascript"
src="http://static.nong12.com/static/newStatic/pnr/js/javascript/common/config.js"></script>
<!--[if (gte IE 5)&(lt IE 7)]>
<script type="text/javascript" src="http://static.nong12.com/static/common/js/dd-png.js?v=1.4.0
"></script>
<script>
DD_belatedPNG.fix('');
</script>
<![endif]-->
<script type="text/javascript">
$(function(){
$(".u-wt").hover(
function(){
$(this).children().show();
},
function(){
$(this).children().hide();
}
);
$(".top ul li").hover(
function(){
$(this).addClass("hover");
$(this).children("dd").show();
},
function(){
$(this).removeClass("hover");
$(this).children("dd").hide();
}
);//top下拉
$(".g-umain-left ul li a.u-op").toggle(
function(){
$(this).nextAll(".g-manage-list").show();
$(this).nextAll("span").addClass("on");
},
function(){
$(this).nextAll(".g-manage-list").hide();
$(this).nextAll("span").removeClass("on");
}
);
$(".g-umain-left ul li a").click(function(){
$(".g-umain-left ul li a").removeClass("on");
$(this).addClass("on");
});
// 自动定位当前菜单
jQuery(".g-umain-left a").removeClass("on");
jQuery(".g-umain-left .u-sp1").removeClass("on");
var title = jQuery("title").html();
jQuery(".g-umain-left a").each(function(){
if( new RegExp("^"+jQuery(this).text()+"-?.*$").test(title)) {
jQuery(this).parents("li").find(".list").click();
jQuery(this).addClass("on");
return false;
}
});
// 协议
$("a.diliAgreement").click(function(){
Popup.start({
title : '协议',
url : $(this).attr("url"),
width:750,
height:570,
saveFun:function(data){
},
hidefooterBar:false,
hideheaderBar:false,
});
});
});
</script>
</head>
<body class="user-bg">
<div class="pnr-top auto-990">
<div class="nav"><div class="responsive clearfix"><div class="left"><a href="http://user.nong12.com/account/security.html" target="_blank"><span id="uname">Hoyer</span></a> 欢迎来到地利批发! <a href="https://passport.nong12.com/uc/loginService?ltype=logout">退出</a><a class="h-user-msg" href="javascript:void(0)" id="notify"><div class="text" onclick="javascript:IM.openWindow('地利客服', '0', '', '' , '1');$('#total').text(0);"><em class="u-mail"></em>消息<b style="display:none"></b><span id="total">0</span></div></a></div><ul class="right"><li><a href="http://user.nong12.com/account/security.html"><span>账户设置</span></a></li><li class="more"><a href="http://user.nong12.com/"><span>采购中心 </span></a><span class="icon-more"></span><div class="mroe-list"><div class="list-a"><a href="http://user.nong12.com/purchase/order.html">已买到的商品</a><a href="http://user.nong12.com/purchase/favorite/product.html">我的收藏</a><a href="http://user.nong12.com/purchase/history.html">我的浏览</a></div></div></li><li class="more"><a href="http://user.nong12.com/seller/shop/setting_shop.html"><span>销售中心 </span></a><span class="icon-more"></span><div class="mroe-list"><div class="list-a"><a href="http://user.nong12.com/seller/shop/setting_shop.html">我的店铺</a><a href="http://user.nong12.com/seller/order/get_order_list.do">已卖出的商品</a><a href="http://user.nong12.com/seller/product/onsale.html">出售中的商品</a><a href="http://user.nong12.com/seller/product/publish.html">免费发布商品</a></div></div></li><li><a href="http://www.nong12.com/purchase_list.html"><span>进货单</span><span class="num">(<span class="cart-num">3</span>)</span></a></li><li><a href="javascript:void(0)" onclick="IM.openWindow('地利客服', '', '', '' , '1');"><span>客服服务</span></a></li><li><a href="http://www.nong12.com/helpcenter.html"><span>帮助中心</span></a></li></ul></div></div>
</div>
<div class="us-header">
<!--最顶部-->
<div class="us-tr2">
<div class="g-head-user">
<div class="mo-fn2 g-pad10 right">
<span class="sp2">
<div class="sea-tab">
<ul class="sea-tab-ul">
<li class="select-ts1"><a href="javascript:void(0);" class="sear-d" data-searchtype="goods">产品</a></li>
</ul>
<ul class="sea-tab-ul2" style="display: none;">
<li class="bottom-bg1"></li>
<li class="select-ts2"><a href="javascript:void(0);" class="sear-li" data-searchtype="store">店铺</a></li>
<li class="bottom-bg2"></li>
</ul>
<b class=""></b> </div>
</span>
<div class="inputbox"> <span class="sp5">
<input id="autocomplete" type="text" x-webkit-speech="" value="" placeholder="搜“黄瓜”试试,大黄瓜小黄瓜应有尽有" autocomplete="off">
<div class="autocomplete-suggestions" style="position: absolute; display: none; max-height: 300px; z-index: 9999;"></div></span>
</div>
<span class="sp3">
<input id="search" type="button">
</span>
<div class="clear"></div>
</div>
<a href="http://www.nong12.com" class="g-user-logo"></a>
<a href="http://www.nong12.com" class="g-u-dir un-h5">首页</a>
<a href="http://user.nong12.com/purchase/order.html" class="g-u-dir un-h5">采购中心</a>
<a href="http://user.nong12.com/seller/shop/sale.html" class="g-u-dir un-h5 on">销售中心</a>
<a href="http://user.nong12.com/account/security.html" class="g-u-dir un-h5">账号管理</a>
</div>
</div>
<!--logo、搜索区、公告区-->
</div>
<link rel="stylesheet" type="text/css" href="../css/style/credit_manage.css">
<div class="g-user-main clear">
<div class="m-user-loca"> <a href="//user.nong12.com/account/security.html">我的地利</a> 〉"销售中心</a> 〉<span>赊销管理</span>
</div>
<div class="g-umain-left">
<div class="g-um-h2 un-h2">销售中心</div>
<ul>
<li><a href="http://user.nong12.com/seller/order/get_order_list.do" class="list">我的销售单</a></li>
<!--
<li><a href="http://user.nong12.com/supply.html"
class="list">供应信息管理</a></li>
-->
<li><a href="#" class="list on">赊销管理</a></li>
<li><a href="javascript:void(0)" class="list u-op">店铺管理</a><span class="u-sp1"></span>
<div class="g-manage-list" style="display: none;">
<dl>
<dd><a href="http://user.nong12.com/seller/shop/checkAuthen.html">我要开店</a></dd>
<dd><a href="http://user.nong12.com/seller/shop/setting_shop.html">店铺设置</a></dd>
<!--<dd><a href="http://user.nong12.com/seller/shop/template.html">店铺模板</a></dd> -->
<dd><a href="http://user.nong12.com/seller/shop/renovation.html">店铺装修</a></dd>
</dl>
</div>
</li>
<li><a href="javascript:void(0)" class="list u-op">商品管理</a><span class="u-sp1"></span>
<div class="g-manage-list" style="display: none;">
<dl>
<dd><a href="http://user.nong12.com/seller/product/publish.html">发布商品</a></dd>
<dd><a href="http://user.nong12.com/seller/product/onsale.html">出售中的商品</a></dd>
<dd><a href="http://user.nong12.com/seller/product/onwarehouse.html">待上架的商品</a></dd>
<dd><a href="http://user.nong12.com/seller/product/recommend_list.html">橱窗推荐商品</a></dd>
<dd><a href="http://user.nong12.com/seller/product/shop_product_category.html">店铺商品分类</a></dd>
<dd><a href="http://user.nong12.com/seller/product/shortcut.html">商品快捷描述</a></dd>
</dl>
</div>
</li>
<!--
<li><a href="javascript:void(0)" class="list u-op">销售服务管理</a><span class="u-sp1"></span>
<div class="g-manage-list">
<dl>
<dd><a href="http://user.nong12.com/seller/sale/write.html">申请代销服务</a></dd>
<dd><a href="http://user.nong12.com/seller/sale/list.html">代销服务管理</a></dd>
<dd><a href="http://user.nong12.com/seller/CombineSale/list.html">联营联销服务管理</a></dd>
</dl>
</div>
</li>
-->
<li><a href="javascript:void(0)" class="list u-op">客户服务</a><span class="u-sp1"></span>
<div class="g-manage-list" style="display: none;">
<dl>
<dd><a href="http://user.nong12.com/salesCenter/list.do">销售退款管理</a></dd>
</dl>
</div>
</li>
</ul>
</div>
<div class="g-umain-right">
<div class="g-lay-h2"><h2>赊销管理</h2></div>
<div class="wrap">
<div class="dl-tips clearfix">
<div class="tips-content clearfix">
<div class="right">
<div class="word-warn">
<span class="safe-icon warning-icon"></span>
温馨提示
<div class="t-info">
您需要开通店铺之后才能使用赊账管理功能
</div>
<a href="#" class="submitBtn">立即去开店</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 协议弹层 -->
<div id="direction-pop">
<h3 class="direction-header">《xxxxxx》协议</h3>
<div class="pop-content">
<p>1、甲、乙双方共同确认:根据有关法律的规定已经对赋予强制执行效力公证的含义、内容、程序、效力等具有了明确的了解,经慎重考虑,双方同意本协议签订后向xx公证处申请办理公证并赋予本协议强制执行效力。 </p>
<p>2、甲方保证承担举证义务,自每期款项付清之日起1个工作日内,向乙方和xx公证处提供有关证据证明其已经支付了应付款项,并分别由乙方和承办公证员核对签收,否则视为甲方对未支付事实的确认,即甲方未按期履行当期应付款项。</p>
<p>3、甲、乙双方同意如自任何一期款项付款期限届满之日起1个工作日内,甲方未向xx公证处按期提供付款凭证,且乙方出具文件说明甲方未能按期支付应付款项时,乙方有权单方面依据具有强制执行效力的本协议向xx公证处申请签发执行证书。乙方承诺在申请强制执行证书之前,将按照甲方在本协议中确定的联系地址向甲方发出《履行应偿借款通知书》(函寄或送达),同时注明宽限期起止日期。在宽限日期截止时,如甲方仍未向xx公证处举证其已按期支付了应付款项,或虽积极举证但不足以对抗乙方的债权,也未与乙方达成任何关于还款的展期协议,则视为甲方不履行或不完全履行的事实确有发生,在此情况下,乙方将向xx公证处申请出具强制执行证书。 </p>
<p>4、乙方有权依据xx公证处出具的具有强制执行效力的本协议及执行证书直接向有管辖权的人民法院申请强制执行甲方应向乙方支付的全部未付款项。甲方愿意接受人民法院的强制执行。 </p>
<p>5、乙方在申请执行证书时,应承担相应的举证义务并提供以下文件,保证向xx公证处完全、正确地披露甲方履行债务的情况: </p>
</div>
<div class="direction-btn">
<a href="#" class="submitBtn">开通赊账付款</a>
<span class="submitBtn grayBtn" onclick="$.fancybox.close();">取消</span>
</div>
</div>
<!-- 协议弹层 结束-->
<script type="text/javascript">
seajs.use(['../js/javascript/common/common.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 -->
</body>
</html>