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
4b6ebd20
Commit
4b6ebd20
authored
Jun 09, 2023
by
yyq1988
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
台账明细添加数量显示
parent
da938a9d
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 @
4b6ebd20
...
@@ -51,6 +51,11 @@
...
@@ -51,6 +51,11 @@
align: 'center'
align: 'center'
},
},
{
{
field: 'sum',
title: '数量',
align: 'center'
},
{
title: '操作',
title: '操作',
align: 'center',
align: 'center',
formatter: function (){
formatter: function (){
...
...
src/main/webapp/webpage/modules/warehouse/ledger/ledgerList.js
View file @
4b6ebd20
...
@@ -302,6 +302,7 @@ $(document).ready(function() {
...
@@ -302,6 +302,7 @@ $(document).ready(function() {
<
th
>
批次号
<
/th
>
<
th
>
批次号
<
/th
>
<
th
>
货架
<
/th
>
<
th
>
货架
<
/th
>
<
th
>
仓库
<
/th
>
<
th
>
仓库
<
/th
>
<
th
>
数量
<
/th
>
<
/tr
>
<
/tr
>
<
/thead
>
<
/thead
>
<
tbody
id
=
"ledgerChild-{{idx}}-1-List"
>
<
tbody
id
=
"ledgerChild-{{idx}}-1-List"
>
...
@@ -328,6 +329,8 @@ $(document).ready(function() {
...
@@ -328,6 +329,8 @@ $(document).ready(function() {
<
td
>
<
td
>
{{
row
.
warehouseNames
}}
{{
row
.
warehouseNames
}}
<
/td
>
<
/td
>
<
td
>
{{
row
.
sum
}}
<
/td
>
<
/tr>/
/-->
<
/tr>/
/-->
<
/script
>
<
/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