freightDec.html
3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../css_an/common.css">
<link rel="stylesheet" href="../css_an/freightDec.css">
<title>一步物流-运费扣款</title>
</head>
<body class="shippingDetailPage">
<div class="m-page">
<!-- header -->
<header class="m-header">
<a href="shipping_detail_running.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
<div class="head">
<h1>运费扣款</h1>
</div>
<a href="index.html" class="rt-bar"><i class="m-icon icon-head_zhuye"></i></a>
</header>
<div class="m-content">
<div class="m-tips">当前运单你还能操作1次扣款</div>
<ul class="m-table-view border-1px border-top freight">
<li class="cell border-1px border-bottom">
<span class="title">运单运费</span>
<span class="text">
2400元
</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">扣款金额</span>
<span class="text">
<input type="text" class="m-input no-border"
placeholder="请输入要扣除的运费"/>
</span>
<span class="acc">
元
</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title">实际费用</span>
<span class="text">
2400元
</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title">扣款原因</span>
<span class="text">
<textarea name="cause" class="m-textarea"></textarea>
</span>
</li>
</ul>
<div class="btn-area">
<input type="submit" class="m-btn display-block" value="确定"/>
</div>
<div class="warmtips">
<ul class="m-table-view border-1px border-top freight">
<li class="cell border-1px border-bottom">
<span class="title">提示</span>
</li>
<li class="cell border-1px border-bottom freight-word">
<p class="stp">在物流服务过程中发生服务纠纷或给您造成经济损失的,并且是承运方责任时,您可以根据损失情况扣除对应的物流费用</p>
<p class="stp">只有在承运方同意后才能进行扣款</p>
<p class="stp">请与承运方友好协商</p>
<p class="sbm">每张运单可操作3次扣款</p>
</li>
</ul>
</div>
</div>
</div>
<script src="../js/vendor/jquery-2.1.4.min.js"></script>
<script src="../js/vendor/popup.js"></script>
<script type="text/javascript" charset="utf-8">
Popup.initialize();
</script>
</body>
</html>