Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
9843bfd0
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1440
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看板
提交
9843bfd0
编写于
3月 31, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
商品信息,商品计量单位修改
上级
3288e7db
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
33 addition
and
38 deletion
+33
-38
erp/src/main/resources/template/js/erpcommon/loadStock.js
erp/src/main/resources/template/js/erpcommon/loadStock.js
+1
-1
erp/src/main/resources/template/js/material/materialChooseToProduce.js
...resources/template/js/material/materialChooseToProduce.js
+3
-4
erp/src/main/resources/template/js/material/materialInventoryWarningList.js
...rces/template/js/material/materialInventoryWarningList.js
+1
-1
erp/src/main/resources/template/js/material/materialReserveList.js
...ain/resources/template/js/material/materialReserveList.js
+1
-4
erp/src/main/resources/template/js/material/materialdetails.js
...rc/main/resources/template/js/material/materialdetails.js
+1
-1
erp/src/main/resources/template/js/material/materialedit.js
erp/src/main/resources/template/js/material/materialedit.js
+4
-4
erp/src/main/resources/template/js/material/materiallist.js
erp/src/main/resources/template/js/material/materiallist.js
+10
-10
erp/src/main/resources/template/js/material/materialstocklist.js
.../main/resources/template/js/material/materialstocklist.js
+1
-1
erp/src/main/resources/template/js/materialunit/materialunitadd.js
...ain/resources/template/js/materialunit/materialunitadd.js
+2
-2
erp/src/main/resources/template/js/materialunit/materialunitedit.js
...in/resources/template/js/materialunit/materialunitedit.js
+3
-3
erp/src/main/resources/template/js/materialunit/materialunitlist.js
...in/resources/template/js/materialunit/materialunitlist.js
+4
-5
erp/src/main/resources/template/tpl/material/materialadd.html
...src/main/resources/template/tpl/material/materialadd.html
+1
-1
erp/src/main/resources/template/tpl/material/materialedit.html
...rc/main/resources/template/tpl/material/materialedit.html
+1
-1
未找到文件。
erp/src/main/resources/template/js/erpcommon/loadStock.js
浏览文件 @
9843bfd0
...
@@ -61,7 +61,7 @@ function loadMaterialDepotStockByDepotId(depotId){
...
@@ -61,7 +61,7 @@ function loadMaterialDepotStockByDepotId(depotId){
* @param callBack 回调函数
* @param callBack 回调函数
*/
*/
function
getStockAjaxByDepotAndNormsId
(
normsIds
,
depotId
,
callBack
){
function
getStockAjaxByDepotAndNormsId
(
normsIds
,
depotId
,
callBack
){
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
material011
"
,
params
:
{
depotId
:
depotId
,
normsIds
:
normsIds
},
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowable
BasePath
+
"
material011
"
,
params
:
{
depotId
:
depotId
,
normsIds
:
normsIds
},
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
if
(
json
.
returnCode
==
0
)
{
console
.
log
(
typeof
(
callBack
))
if
(
json
.
returnCode
==
0
)
{
console
.
log
(
typeof
(
callBack
))
if
(
typeof
(
callBack
)
==
"
function
"
)
{
if
(
typeof
(
callBack
)
==
"
function
"
)
{
callBack
(
json
);
callBack
(
json
);
...
...
erp/src/main/resources/template/js/material/materialChooseToProduce.js
浏览文件 @
9843bfd0
...
@@ -86,13 +86,12 @@ layui.config({
...
@@ -86,13 +86,12 @@ layui.config({
filterId
:
'
messageTable
'
,
filterId
:
'
messageTable
'
,
fieldName
:
'
productId
'
fieldName
:
'
productId
'
});
});
table
.
render
({
table
.
render
({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
material010
'
,
url
:
flowable
BasePath
+
'
material010
'
,
where
:
getTableParams
(),
where
:
getTableParams
(),
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
@@ -215,7 +214,7 @@ layui.config({
...
@@ -215,7 +214,7 @@ layui.config({
var
params
=
{
var
params
=
{
proList
:
JSON
.
stringify
(
proList
)
proList
:
JSON
.
stringify
(
proList
)
};
};
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
material015
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowable
BasePath
+
"
material015
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
if
(
json
.
returnCode
==
0
)
{
if
(
json
.
returnCode
==
0
)
{
parent
.
productMationList
=
[].
concat
(
json
.
rows
);
parent
.
productMationList
=
[].
concat
(
json
.
rows
);
parent
.
layer
.
close
(
index
);
parent
.
layer
.
close
(
index
);
...
...
erp/src/main/resources/template/js/material/materialInventoryWarningList.js
浏览文件 @
9843bfd0
...
@@ -30,7 +30,7 @@ layui.config({
...
@@ -30,7 +30,7 @@ layui.config({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
material017
'
,
url
:
flowable
BasePath
+
'
material017
'
,
where
:
getTableParams
(),
where
:
getTableParams
(),
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
...
erp/src/main/resources/template/js/material/materialReserveList.js
浏览文件 @
9843bfd0
...
@@ -7,9 +7,7 @@ layui.config({
...
@@ -7,9 +7,7 @@ layui.config({
}).
extend
({
}).
extend
({
window
:
'
js/winui.window
'
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
eleTree
'
,
'
soulTable
'
],
function
(
exports
)
{
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
eleTree
'
,
'
soulTable
'
],
function
(
exports
)
{
winui
.
renderColor
();
winui
.
renderColor
();
var
$
=
layui
.
$
,
var
$
=
layui
.
$
,
form
=
layui
.
form
,
form
=
layui
.
form
,
table
=
layui
.
table
,
table
=
layui
.
table
,
...
@@ -26,12 +24,11 @@ layui.config({
...
@@ -26,12 +24,11 @@ layui.config({
});
});
function
initTable
(){
function
initTable
(){
table
.
render
({
table
.
render
({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
material016
'
,
url
:
flowable
BasePath
+
'
material016
'
,
where
:
getTableParams
(),
where
:
getTableParams
(),
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
...
erp/src/main/resources/template/js/material/materialdetails.js
浏览文件 @
9843bfd0
...
@@ -18,7 +18,7 @@ layui.config({
...
@@ -18,7 +18,7 @@ layui.config({
showGrid
({
showGrid
({
id
:
"
showForm
"
,
id
:
"
showForm
"
,
url
:
req
BasePath
+
"
material007
"
,
url
:
flowable
BasePath
+
"
material007
"
,
params
:
{
rowId
:
parent
.
rowId
},
params
:
{
rowId
:
parent
.
rowId
},
pagination
:
false
,
pagination
:
false
,
template
:
getFileContent
(
'
tpl/material/materialdetailsTemplate.tpl
'
),
template
:
getFileContent
(
'
tpl/material/materialdetailsTemplate.tpl
'
),
...
...
erp/src/main/resources/template/js/material/materialedit.js
浏览文件 @
9843bfd0
...
@@ -45,7 +45,7 @@ layui.config({
...
@@ -45,7 +45,7 @@ layui.config({
showGrid
({
showGrid
({
id
:
"
showForm
"
,
id
:
"
showForm
"
,
url
:
req
BasePath
+
"
material008
"
,
url
:
flowable
BasePath
+
"
material008
"
,
params
:
{
rowId
:
parent
.
rowId
},
params
:
{
rowId
:
parent
.
rowId
},
pagination
:
false
,
pagination
:
false
,
template
:
showBaseTemplate
,
template
:
showBaseTemplate
,
...
@@ -116,7 +116,7 @@ layui.config({
...
@@ -116,7 +116,7 @@ layui.config({
//加载多单位下拉框
//加载多单位下拉框
showGrid
({
showGrid
({
id
:
"
unitGroupId
"
,
id
:
"
unitGroupId
"
,
url
:
req
BasePath
+
"
materialunit006
"
,
url
:
flowable
BasePath
+
"
materialunit006
"
,
params
:
{},
params
:
{},
pagination
:
false
,
pagination
:
false
,
template
:
selTemplate
,
template
:
selTemplate
,
...
@@ -276,12 +276,12 @@ layui.config({
...
@@ -276,12 +276,12 @@ layui.config({
params
.
extendData
=
JSON
.
stringify
(
extendData
);
params
.
extendData
=
JSON
.
stringify
(
extendData
);
//工序信息
//工序信息
params
.
procedureJsonStr
=
JSON
.
stringify
(
procedureMationList
);
params
.
procedureJsonStr
=
JSON
.
stringify
(
procedureMationList
);
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
material009
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
material009
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
parent
.
layer
.
close
(
index
);
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
parent
.
refreshCode
=
'
0
'
;
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
}
}
...
...
erp/src/main/resources/template/js/material/materiallist.js
浏览文件 @
9843bfd0
...
@@ -19,7 +19,7 @@ layui.config({
...
@@ -19,7 +19,7 @@ layui.config({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
material001
'
,
url
:
flowable
BasePath
+
'
material001
'
,
where
:
getTableParams
(),
where
:
getTableParams
(),
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
@@ -135,12 +135,12 @@ layui.config({
...
@@ -135,12 +135,12 @@ layui.config({
function
delet
(
data
){
function
delet
(
data
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
close
(
index
);
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
material006
"
,
params
:{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
material006
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
loadTable
();
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
});
});
...
@@ -150,12 +150,12 @@ layui.config({
...
@@ -150,12 +150,12 @@ layui.config({
function
down
(
data
){
function
down
(
data
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.disableOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.disableOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.disableOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.disableOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
material004
"
,
params
:{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
material004
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.disableOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.disableOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
loadTable
();
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
});
});
...
@@ -165,12 +165,12 @@ layui.config({
...
@@ -165,12 +165,12 @@ layui.config({
function
up
(
data
){
function
up
(
data
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.enableOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.enableOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.enableOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.enableOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
material005
"
,
params
:{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
material005
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.enableOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.enableOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
loadTable
();
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
});
});
...
...
erp/src/main/resources/template/js/material/materialstocklist.js
浏览文件 @
9843bfd0
...
@@ -13,7 +13,7 @@ layui.config({
...
@@ -13,7 +13,7 @@ layui.config({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
material012
'
,
url
:
flowable
BasePath
+
'
material012
'
,
where
:
{
mUnitId
:
parent
.
mUnitId
},
where
:
{
mUnitId
:
parent
.
mUnitId
},
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
...
erp/src/main/resources/template/js/materialunit/materialunitadd.js
浏览文件 @
9843bfd0
...
@@ -39,12 +39,12 @@ layui.config({
...
@@ -39,12 +39,12 @@ layui.config({
unitName
:
$
(
"
#unitName
"
).
val
(),
unitName
:
$
(
"
#unitName
"
).
val
(),
unitNameStr
:
JSON
.
stringify
(
tableData
)
unitNameStr
:
JSON
.
stringify
(
tableData
)
};
};
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
materialunit002
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
materialunit002
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
parent
.
layer
.
close
(
index
);
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
parent
.
refreshCode
=
'
0
'
;
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
}
}
...
...
erp/src/main/resources/template/js/materialunit/materialunitedit.js
浏览文件 @
9843bfd0
...
@@ -18,7 +18,7 @@ layui.config({
...
@@ -18,7 +18,7 @@ layui.config({
showGrid
({
showGrid
({
id
:
"
showForm
"
,
id
:
"
showForm
"
,
url
:
req
BasePath
+
"
materialunit004
"
,
url
:
flowable
BasePath
+
"
materialunit004
"
,
params
:
{
rowId
:
parent
.
rowId
},
params
:
{
rowId
:
parent
.
rowId
},
pagination
:
false
,
pagination
:
false
,
template
:
getFileContent
(
'
tpl/materialunit/materialuniteditTemplate.tpl
'
),
template
:
getFileContent
(
'
tpl/materialunit/materialuniteditTemplate.tpl
'
),
...
@@ -56,12 +56,12 @@ layui.config({
...
@@ -56,12 +56,12 @@ layui.config({
unitNameStr
:
JSON
.
stringify
(
tableData
),
unitNameStr
:
JSON
.
stringify
(
tableData
),
rowId
:
parent
.
rowId
rowId
:
parent
.
rowId
};
};
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
materialunit005
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
materialunit005
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
parent
.
layer
.
close
(
index
);
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
parent
.
refreshCode
=
'
0
'
;
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
}
}
...
...
erp/src/main/resources/template/js/materialunit/materialunitlist.js
浏览文件 @
9843bfd0
...
@@ -21,7 +21,7 @@ layui.config({
...
@@ -21,7 +21,7 @@ layui.config({
id
:
'
messageTable
'
,
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
post
'
,
url
:
req
BasePath
+
'
materialunit001
'
,
url
:
flowable
BasePath
+
'
materialunit001
'
,
where
:
{
groupName
:
$
(
"
#groupName
"
).
val
()},
where
:
{
groupName
:
$
(
"
#groupName
"
).
val
()},
even
:
true
,
even
:
true
,
page
:
true
,
page
:
true
,
...
@@ -81,13 +81,12 @@ layui.config({
...
@@ -81,13 +81,12 @@ layui.config({
var
msg
=
'
确认删除选中数据吗?
'
;
var
msg
=
'
确认删除选中数据吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
删除计量单位
'
},
function
(
index
)
{
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
删除计量单位
'
},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
materialunit003
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
materialunit003
"
,
params
:{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
loadTable
();
}
else
{
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
}
}});
}});
});
});
...
...
erp/src/main/resources/template/tpl/material/materialadd.html
浏览文件 @
9843bfd0
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<input
type=
"text"
id=
"name"
name=
"name"
placeholder=
"请输入要搜索的节点"
class=
"layui-input"
/>
<input
type=
"text"
id=
"name"
name=
"name"
placeholder=
"请输入要搜索的节点"
class=
"layui-input"
/>
</div>
</div>
</div>
</div>
<div
class=
"layui-inline"
style=
"max-height: 200px; width: 100%"
>
<div
class=
"layui-inline"
style=
"max-height: 200px; width: 100%
; overflow-y: auto;
"
>
<ul
id=
"materialCategoryType"
class=
"ztree fsTree"
method=
"get"
isRoot=
"0"
<ul
id=
"materialCategoryType"
class=
"ztree fsTree"
method=
"get"
isRoot=
"0"
treeIdKey=
"id"
inputs=
"parentId"
treePIdKey=
"pId"
clickCallbackInputs=
"parentId:$id"
treeName=
"name"
style=
"overflow-y: auto; height: 100%;"
></ul>
treeIdKey=
"id"
inputs=
"parentId"
treePIdKey=
"pId"
clickCallbackInputs=
"parentId:$id"
treeName=
"name"
style=
"overflow-y: auto; height: 100%;"
></ul>
</div>
</div>
...
...
erp/src/main/resources/template/tpl/material/materialedit.html
浏览文件 @
9843bfd0
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<
input
type
=
"
text
"
id
=
"
name
"
name
=
"
name
"
placeholder
=
"
请输入要搜索的节点
"
class
=
"
layui-input
"
/>
<
input
type
=
"
text
"
id
=
"
name
"
name
=
"
name
"
placeholder
=
"
请输入要搜索的节点
"
class
=
"
layui-input
"
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
layui-inline
"
style
=
"
max-height: 200px; width: 100%
"
>
<
div
class
=
"
layui-inline
"
style
=
"
max-height: 200px; width: 100%
; overflow-y: auto;
"
>
<
ul
id
=
"
materialCategoryType
"
class
=
"
ztree fsTree
"
method
=
"
get
"
isRoot
=
"
0
"
<
ul
id
=
"
materialCategoryType
"
class
=
"
ztree fsTree
"
method
=
"
get
"
isRoot
=
"
0
"
treeIdKey
=
"
id
"
inputs
=
"
parentId
"
treePIdKey
=
"
pId
"
clickCallbackInputs
=
"
parentId:$id
"
treeName
=
"
name
"
style
=
"
overflow-y: auto; height: 100%;
"
><
/ul
>
treeIdKey
=
"
id
"
inputs
=
"
parentId
"
treePIdKey
=
"
pId
"
clickCallbackInputs
=
"
parentId:$id
"
treeName
=
"
name
"
style
=
"
overflow-y: auto; height: 100%;
"
><
/ul
>
<
/div
>
<
/div
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录