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
f302f826
Commit
f302f826
authored
Aug 08, 2023
by
zhanglt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yqdchina.com/huyi/warehouse
into zlt
parents
20d674b5
bedc37e2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
StorageController.java
...plus/modules/warehouse/storage/web/StorageController.java
+3
-3
anihead.jsp
src/main/webapp/webpage/include/anihead.jsp
+1
-1
ledgerList.js
...ain/webapp/webpage/modules/warehouse/ledger/ledgerList.js
+2
-0
qrCodeList.jsp
...in/webapp/webpage/modules/warehouse/qrcode/qrCodeList.jsp
+2
-2
No files found.
src/main/java/com/jeeplus/modules/warehouse/storage/web/StorageController.java
View file @
f302f826
...
...
@@ -285,8 +285,9 @@ public class StorageController extends BaseController {
Page
<
StorageInfo
>
page
=
storageService
.
findByPcTypeModel
(
new
Page
<
QrCode
>(
request
,
response
),
storageInfo
);
return
getBootstrapData
(
page
);
}
else
{
return
null
;
Page
<
StorageInfo
>
page
=
storageService
.
findByPcTypeModel
(
new
Page
<
QrCode
>(
request
,
response
),
storageInfo
);
return
getBootstrapData
(
page
);
}
}
}
\ No newline at end of file
}
src/main/webapp/webpage/include/anihead.jsp
View file @
f302f826
...
...
@@ -61,4 +61,4 @@
<script type="text/javascript">var ctx = '${ctx}', ctxStatic='${ctxStatic}';</script>
<link rel="stylesheet" id="theme" href="${ctxStatic}/common/css/app-${cookie.theme.value==null?'blue':cookie.theme.value}.css" />
<script src="${ctxStatic}/common/js/jeeplus.js"></script>
<
script src="${ctxStatic}/common/js/LodopFuncs.js"></script
>
<
%--<script src="${ctxStatic}/common/js/LodopFuncs.js"></script>--%
>
src/main/webapp/webpage/modules/warehouse/ledger/ledgerList.js
View file @
f302f826
...
...
@@ -560,6 +560,8 @@ function getScanData (params, callback) {
// return;
// }
// table.bootstrapTable('append', list);
}
else
{
callback
&&
callback
([]);
}
})
}
...
...
src/main/webapp/webpage/modules/warehouse/qrcode/qrCodeList.jsp
View file @
f302f826
...
...
@@ -13,9 +13,9 @@
var
projectName
=
"${ctxStatic}"
;
</script>
<script
type=
"text/javascript"
src=
"${ctxStatic}/common/js/LodopFuncs.js"
></script>
<object
id=
"LODOP_OB"
classid=
"clsid:2105C259-1E0C-4534-8141-A753534CB4CA"
width=
0
height=
0
>
<
%
--
<
object
id=
"LODOP_OB"
classid=
"clsid:2105C259-1E0C-4534-8141-A753534CB4CA"
width=
0
height=
0
>
<embed
id=
"LODOP_EM"
type=
"application/x-print-lodop"
width=
0
height=
0
></embed>
</object>
</object>
--%>
</head>
<body>
<div
class=
"wrapper wrapper-content"
>
...
...
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