Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
6b39d38c
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1432
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6b39d38c
编写于
7月 01, 2024
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 仓库出入库表单布局编号修改
上级
57a0d8e8
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
24 addition
and
24 deletion
+24
-24
erp/src/main/resources/template/js/depotOut/list.js
erp/src/main/resources/template/js/depotOut/list.js
+4
-4
erp/src/main/resources/template/js/depotOut/transList.js
erp/src/main/resources/template/js/depotOut/transList.js
+3
-3
erp/src/main/resources/template/js/depotPut/list.js
erp/src/main/resources/template/js/depotPut/list.js
+4
-4
erp/src/main/resources/template/js/depotPut/transList.js
erp/src/main/resources/template/js/depotPut/transList.js
+3
-3
erp/src/main/resources/template/tpl/depotOut/list.html
erp/src/main/resources/template/tpl/depotOut/list.html
+5
-5
erp/src/main/resources/template/tpl/depotPut/list.html
erp/src/main/resources/template/tpl/depotPut/list.html
+5
-5
未找到文件。
erp/src/main/resources/template/js/depotOut/list.js
浏览文件 @
6b39d38c
...
...
@@ -10,7 +10,7 @@ layui.config({
form
=
layui
.
form
,
table
=
layui
.
table
;
var
serviceClassName
=
sysServiceMation
[
"
depotOutOrder
"
][
"
key
"
];
authBtn
(
'
1719
559094857
'
);
//新增
authBtn
(
'
1719
830958582
'
);
//新增
table
.
render
({
id
:
'
messageTable
'
,
...
...
@@ -78,7 +78,7 @@ layui.config({
// 添加
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800001
'
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100005
'
,
null
),
title
:
systemLanguage
[
"
com.skyeye.addPageTitle
"
][
languageType
],
pageId
:
"
purchasePutAdd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
@@ -91,7 +91,7 @@ layui.config({
// 编辑
function
edit
(
data
)
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800002
&id=
'
+
data
.
id
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100006
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.editPageTitle
"
][
languageType
],
pageId
:
"
purchasePutEdit
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
@@ -104,7 +104,7 @@ layui.config({
// 详情
function
details
(
data
)
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800003
&id=
'
+
data
.
id
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100007
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
purchasePutDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
erp/src/main/resources/template/js/depotOut/transList.js
浏览文件 @
6b39d38c
...
...
@@ -20,7 +20,7 @@ layui.config({
});
// 加载列表数据权限
loadAuthBtnGroup
(
'
messageTable
'
,
'
1719
566072891
'
);
loadAuthBtnGroup
(
'
messageTable
'
,
'
1719
830817013
'
);
initTable
();
function
initTable
()
{
table
.
render
({
...
...
@@ -91,10 +91,10 @@ layui.config({
pageUrl
=
'
FP2023042700011
'
;
}
else
if
(
type
==
5
)
{
// 领料出库单
pageUrl
=
'
FP20240
62900003
'
;
pageUrl
=
'
FP20240
70100001
'
;
}
else
if
(
type
==
6
)
{
// 补料出库单
pageUrl
=
'
FP20240
62900004
'
;
pageUrl
=
'
FP20240
70100002
'
;
}
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
pageUrl
+
'
&id=
'
+
data
.
id
,
null
),
...
...
erp/src/main/resources/template/js/depotPut/list.js
浏览文件 @
6b39d38c
...
...
@@ -10,7 +10,7 @@ layui.config({
form
=
layui
.
form
,
table
=
layui
.
table
;
var
serviceClassName
=
sysServiceMation
[
"
depotPutOrder
"
][
"
key
"
];
authBtn
(
'
1719
626822882
'
);
//新增
authBtn
(
'
1719
831367679
'
);
//新增
table
.
render
({
id
:
'
messageTable
'
,
...
...
@@ -78,7 +78,7 @@ layui.config({
// 添加
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800001
'
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100008
'
,
null
),
title
:
systemLanguage
[
"
com.skyeye.addPageTitle
"
][
languageType
],
pageId
:
"
purchasePutAdd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
@@ -91,7 +91,7 @@ layui.config({
// 编辑
function
edit
(
data
)
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800002
&id=
'
+
data
.
id
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100009
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.editPageTitle
"
][
languageType
],
pageId
:
"
purchasePutEdit
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
@@ -104,7 +104,7 @@ layui.config({
// 详情
function
details
(
data
)
{
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
62800003
&id=
'
+
data
.
id
,
null
),
url
:
systemCommonUtil
.
getUrl
(
'
FP20240
70100010
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
purchasePutDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
erp/src/main/resources/template/js/depotPut/transList.js
浏览文件 @
6b39d38c
...
...
@@ -20,7 +20,7 @@ layui.config({
});
// 加载列表数据权限
loadAuthBtnGroup
(
'
messageTable
'
,
'
1719
565477053
'
);
loadAuthBtnGroup
(
'
messageTable
'
,
'
1719
831228984
'
);
initTable
();
function
initTable
()
{
table
.
render
({
...
...
@@ -91,10 +91,10 @@ layui.config({
pageUrl
=
'
FP2023042700015
'
;
}
else
if
(
type
==
5
)
{
// 退料入库单
pageUrl
=
'
FP20240
62900001
'
;
pageUrl
=
'
FP20240
70100003
'
;
}
else
if
(
type
==
6
)
{
// 物料退货单
pageUrl
=
'
FP20240
62900002
'
;
pageUrl
=
'
FP20240
70100004
'
;
}
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
pageUrl
+
'
&id=
'
+
data
.
id
,
null
),
...
...
erp/src/main/resources/template/tpl/depotOut/list.html
浏览文件 @
6b39d38c
...
...
@@ -10,25 +10,25 @@
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"1719
559094857
"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"1719
830958582
"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
{{
#
if
(
d
.
editRow
==
1
)
{
}}
{{
#
if
(
auth
(
'
1719
559208619
'
))
{
}}
{{
#
if
(
auth
(
'
1719
831054188
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
subApproval
"
>
提交审批
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1719
559094857
'
))
{
}}
{{
#
if
(
auth
(
'
1719
830958582
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
edit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1719
559190111
'
))
{
}}
{{
#
if
(
auth
(
'
1719
831035249
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"
delete
"
><
language
showName
=
"
com.skyeye.deleteBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
d
.
editRow
==
2
)
{
}}
{{
#
if
(
auth
(
'
1719
55919913
4
'
))
{
}}
{{
#
if
(
auth
(
'
1719
83104508
4
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
revoke
"
>
撤销
<
/a
>
{{
#
}
}}
{{
#
}
}}
...
...
erp/src/main/resources/template/tpl/depotPut/list.html
浏览文件 @
6b39d38c
...
...
@@ -10,25 +10,25 @@
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"1719
626822882
"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"1719
831367679
"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
{{
#
if
(
d
.
editRow
==
1
)
{
}}
{{
#
if
(
auth
(
'
1719
62684494
2
'
))
{
}}
{{
#
if
(
auth
(
'
1719
83139657
2
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
subApproval
"
>
提交审批
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1719
626822882
'
))
{
}}
{{
#
if
(
auth
(
'
1719
831367679
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
edit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1719
626830717
'
))
{
}}
{{
#
if
(
auth
(
'
1719
831378193
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"
delete
"
><
language
showName
=
"
com.skyeye.deleteBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
d
.
editRow
==
2
)
{
}}
{{
#
if
(
auth
(
'
1719
626837530
'
))
{
}}
{{
#
if
(
auth
(
'
1719
831386152
'
))
{
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
revoke
"
>
撤销
<
/a
>
{{
#
}
}}
{{
#
}
}}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录