Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zyn
/
cjs-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
bruce
2019-04-26 09:14:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b8b58d8fc9b34038d6305c0a6bc771dab313b14
8b8b58d8
1 parent
1d43b295
仓管费
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
src/main/webapp/view/user/pick/self.jsp
src/main/webapp/view/user/pick/self.jsp
View file @
8b8b58d
...
...
@@ -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 }"
/>
元/个
</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
...
...
Please
register
or
login
to post a comment