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
054dd50b
Commit
054dd50b
authored
Aug 10, 2023
by
anxiaohe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码弹窗问题
parent
5b58c46c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
qrCodeList.jsp
...in/webapp/webpage/modules/warehouse/qrcode/qrCodeList.jsp
+2
-2
storageDetail.jsp
...ebapp/webpage/modules/warehouse/storage/storageDetail.jsp
+4
-0
No files found.
src/main/webapp/webpage/modules/warehouse/qrcode/qrCodeList.jsp
View file @
054dd50b
...
...
@@ -42,10 +42,10 @@
<
%
--
</
div
>
--%>
<
%
--
</
div
>
--%>
<div
class=
"col-xs-12 col-sm-6 col-md-4 col-lg-2"
>
<label
class=
"label-item single-overflow col-md-4 col-lg-4 control-label"
title=
"品名
代码:"
>
品名代码
:
</label>
<label
class=
"label-item single-overflow col-md-4 col-lg-4 control-label"
title=
"品名
:"
>
品名
:
</label>
<div
class=
"col-lg-8 col-md-8"
>
<sys:treeselect
id=
"type"
name=
"goodsInfo.type.id"
value=
"${qrCode.goodsInfo.type.id}"
labelName=
"goodsInfo.type.name"
labelValue=
"${qrCode.goodsInfo.type.name}"
title=
"品名
代码
"
url=
"/warehouse/materialtype/materialType/treeData"
cssClass=
"form-control"
allowClear=
"true"
allowSearch=
"true"
/>
title=
"品名"
url=
"/warehouse/materialtype/materialType/treeData"
cssClass=
"form-control"
allowClear=
"true"
allowSearch=
"true"
/>
</div>
</div>
<div
class=
"col-xs-12 col-sm-6 col-md-4 col-lg-2"
>
...
...
src/main/webapp/webpage/modules/warehouse/storage/storageDetail.jsp
View file @
054dd50b
...
...
@@ -451,6 +451,10 @@
// $("#scanResult").focus();
scanStart();
renderScanTable();
setTimeout(function () {
var height = layer.height();
layer.find('.layui-layer-content').height(height - 97);
})
},
yes: function (index, layero) {
var selectTableData = getSelectScanTable();
...
...
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