bruce

仓管费

......@@ -24,8 +24,8 @@
</script>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="etlist rightbox0">
<h2 style="text-align: left;">提货确认</h2>
......@@ -89,8 +89,6 @@
<th class="left-font">藏品名称</th>
<th>可提数量</th>
<th>提货数量</th>
<th>托管周期(天)</th>
<th>仓储费(元)</th>
<c:if test="${pack == '1' }">
<th>封装方式</th>
<th>封装费用</th>
......@@ -104,8 +102,6 @@
<td class="left-font">${pick.otcName }</td>
<td>${pick.enableAmount }</td>
<td>${pick.occurAmount }</td>
<th>300</th>
<th>300</th>
<c:if test="${pack == '1' }">
<td>${pick.packType }</td>
<td><fmt:formatNumber pattern="###.00" value="${pick.packFee }" />&nbsp;元/个</td>
......@@ -153,8 +149,8 @@
</div>
</div>
</div>
</div>
<div class="clear"></div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</div>
<div class="clear"></div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</body>
</html>
\ No newline at end of file
......