bruce

仓管费

...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
24 </script> 24 </script>
25 </head> 25 </head>
26 <body> 26 <body>
27 - <jsp:include page="${ctx }/view/common/header.jsp" /> 27 +<jsp:include page="${ctx }/view/common/header.jsp" />
28 - <div class="bigbox"> 28 +<div class="bigbox">
29 <jsp:include page="${ctx }/view/common/menu.jsp" /> 29 <jsp:include page="${ctx }/view/common/menu.jsp" />
30 <div class="etlist rightbox0"> 30 <div class="etlist rightbox0">
31 <h2 style="text-align: left;">提货确认</h2> 31 <h2 style="text-align: left;">提货确认</h2>
...@@ -89,8 +89,6 @@ ...@@ -89,8 +89,6 @@
89 <th class="left-font">藏品名称</th> 89 <th class="left-font">藏品名称</th>
90 <th>可提数量</th> 90 <th>可提数量</th>
91 <th>提货数量</th> 91 <th>提货数量</th>
92 - <th>托管周期(天)</th>
93 - <th>仓储费(元)</th>
94 <c:if test="${pack == '1' }"> 92 <c:if test="${pack == '1' }">
95 <th>封装方式</th> 93 <th>封装方式</th>
96 <th>封装费用</th> 94 <th>封装费用</th>
...@@ -104,8 +102,6 @@ ...@@ -104,8 +102,6 @@
104 <td class="left-font">${pick.otcName }</td> 102 <td class="left-font">${pick.otcName }</td>
105 <td>${pick.enableAmount }</td> 103 <td>${pick.enableAmount }</td>
106 <td>${pick.occurAmount }</td> 104 <td>${pick.occurAmount }</td>
107 - <th>300</th>
108 - <th>300</th>
109 <c:if test="${pack == '1' }"> 105 <c:if test="${pack == '1' }">
110 <td>${pick.packType }</td> 106 <td>${pick.packType }</td>
111 <td><fmt:formatNumber pattern="###.00" value="${pick.packFee }" />&nbsp;元/个</td> 107 <td><fmt:formatNumber pattern="###.00" value="${pick.packFee }" />&nbsp;元/个</td>
...@@ -153,8 +149,8 @@ ...@@ -153,8 +149,8 @@
153 </div> 149 </div>
154 </div> 150 </div>
155 </div> 151 </div>
156 - </div> 152 +</div>
157 - <div class="clear"></div> 153 +<div class="clear"></div>
158 - <jsp:include page="${ctx }/view/common/bottom.jsp" /> 154 +<jsp:include page="${ctx }/view/common/bottom.jsp" />
159 </body> 155 </body>
160 </html> 156 </html>
...\ No newline at end of file ...\ No newline at end of file
......