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
2c92cff6
Commit
2c92cff6
authored
Jun 09, 2023
by
yyq1988
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
b8309d91
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
jeeplus.js
src/main/webapp/static/common/js/jeeplus.js
+2
-2
sysHome.jsp
src/main/webapp/webpage/modules/sys/login/sysHome.jsp
+1
-1
sysIndex-jp.jsp
src/main/webapp/webpage/modules/sys/login/sysIndex-jp.jsp
+1
-2
sysIndex.jsp
src/main/webapp/webpage/modules/sys/login/sysIndex.jsp
+1
-1
No files found.
src/main/webapp/static/common/js/jeeplus.js
View file @
2c92cff6
...
...
@@ -324,9 +324,9 @@ function delRow(obj, prefix){
},
openStorageSelectDialog
:
function
(
params
,
yesFuc
){
var
url
=
ctx
+
"/warehouse/storage/storage/findByPcTypeModel?goodsInfo.goods.batchNum="
+
params
.
batchNum
+
"&qrCode.state="
+
params
.
state
;
var
fieldLabels
=
"物资编码|名称|
类型
|型号"
;
var
fieldLabels
=
"物资编码|名称|
品名代码
|型号"
;
var
fieldKeys
=
"qrCode.code|name|type.name|model"
;
var
searchLabels
=
"
类型
|型号"
;
var
searchLabels
=
"
品名代码
|型号"
;
var
searchKeys
=
"goodsInfo.type|goodsInfo.model"
;
top
.
layer
.
open
({
type
:
2
,
...
...
src/main/webapp/webpage/modules/sys/login/sysHome.jsp
View file @
2c92cff6
...
...
@@ -2,7 +2,7 @@
<
%@
include
file=
"/webpage/include/taglib.jsp"
%
>
<html>
<head>
<title>
首页
</title>
<title>
货品管理
</title>
<meta
name=
"decorator"
content=
"ani"
/>
<style>
...
...
src/main/webapp/webpage/modules/sys/login/sysIndex-jp.jsp
View file @
2c92cff6
...
...
@@ -324,7 +324,7 @@
</button>
<nav
class=
"page-tabs J_menuTabs"
>
<div
class=
"page-tabs-content"
>
<a
href=
"javascript:;"
class=
"active J_menuTab"
data-id=
"${ctx}/warehouse/goods/goods"
>
首页
</a>
<a
href=
"javascript:;"
class=
"active J_menuTab"
data-id=
"${ctx}/warehouse/goods/goods"
>
货品管理
</a>
</div>
</nav>
<button
class=
"roll-nav roll-right J_tabRight"
><i
class=
"fa fa-forward"
></i>
...
...
@@ -352,7 +352,6 @@
</section>
<script>
...
...
src/main/webapp/webpage/modules/sys/login/sysIndex.jsp
View file @
2c92cff6
...
...
@@ -261,7 +261,7 @@
</button>
<nav
class=
"page-tabs J_menuTabs"
>
<div
class=
"page-tabs-content"
>
<a
href=
"javascript:;"
class=
"active J_menuTab"
data-id=
"${ctx}/home"
>
首页
</a>
<a
href=
"javascript:;"
class=
"active J_menuTab"
data-id=
"${ctx}/home"
>
货品管理
</a>
</div>
</nav>
<button
class=
"roll-nav roll-right J_tabRight"
><i
class=
"fa fa-forward"
></i>
...
...
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