Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡懿
warehouse
Commits
cf1b65c6
Commit
cf1b65c6
authored
Jun 09, 2023
by
胡懿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'hy' and 'master' of 47.92.228.5:huyi/warehouse into hy
parents
c7d9ac45
4b6ebd20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
ledgerDetail.jsp
.../webapp/webpage/modules/warehouse/ledger/ledgerDetail.jsp
+5
-0
ledgerList.js
...ain/webapp/webpage/modules/warehouse/ledger/ledgerList.js
+4
-1
No files found.
src/main/webapp/webpage/modules/warehouse/ledger/ledgerDetail.jsp
View file @
cf1b65c6
...
...
@@ -51,6 +51,11 @@
align: 'center'
},
{
field: 'sum',
title: '数量',
align: 'center'
},
{
title: '操作',
align: 'center',
formatter: function (){
...
...
src/main/webapp/webpage/modules/warehouse/ledger/ledgerList.js
View file @
cf1b65c6
...
...
@@ -302,6 +302,7 @@ $(document).ready(function() {
<
th
>
批次号
<
/th
>
<
th
>
货架
<
/th
>
<
th
>
仓库
<
/th
>
<
th
>
数量
<
/th
>
<
/tr
>
<
/thead
>
<
tbody
id
=
"ledgerChild-{{idx}}-1-List"
>
...
...
@@ -328,6 +329,8 @@ $(document).ready(function() {
<
td
>
{{
row
.
warehouseNames
}}
<
/td
>
<
td
>
{{
row
.
sum
}}
<
/td
>
<
/tr>/
/-->
<
/script
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment