Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
d0e83583
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1433
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看板
提交
d0e83583
编写于
6月 09, 2024
作者:
L
LAPTOP-UV1MNL38\18023
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'company_server' of
https://gitee.com/doc_wei01/skyeye
into company_server
上级
ced7b2ad
9acb5358
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
common/src/main/resources/template/js/dsFormPage/editPageContentIsTable.js
...esources/template/js/dsFormPage/editPageContentIsTable.js
+4
-4
school/src/main/resources/template/js/yearSubject/saveYearSubject.js
...main/resources/template/js/yearSubject/saveYearSubject.js
+1
-1
web/src/main/resources/template/json/skyeyeClassEnum.json
web/src/main/resources/template/json/skyeyeClassEnum.json
+1
-1
未找到文件。
common/src/main/resources/template/js/dsFormPage/editPageContentIsTable.js
浏览文件 @
d0e83583
...
@@ -102,7 +102,7 @@ layui.config({
...
@@ -102,7 +102,7 @@ layui.config({
return
_html
;
return
_html
;
}},
}},
{
field
:
'
dataFrom
'
,
title
:
'
数据源
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
{
field
:
'
dataFrom
'
,
title
:
'
数据源
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
var
disabledClass
=
d
.
showType
==
showType
[
2
].
id
?
''
:
'
layui-btn-disabled
'
;
var
disabledClass
=
d
.
showType
==
showType
[
3
].
id
?
''
:
'
layui-btn-disabled
'
;
var
btnName
=
'
选择数据源
'
;
var
btnName
=
'
选择数据源
'
;
if
(
!
isNull
(
d
.
dataType
))
{
if
(
!
isNull
(
d
.
dataType
))
{
btnName
=
'
更换数据源
'
;
btnName
=
'
更换数据源
'
;
...
@@ -170,7 +170,7 @@ layui.config({
...
@@ -170,7 +170,7 @@ layui.config({
return
`<div id="require
${
d
.
id
}
" cus-id="
${
d
.
id
}
"></div>`
;
return
`<div id="require
${
d
.
id
}
" cus-id="
${
d
.
id
}
"></div>`
;
}},
}},
{
field
:
'
dataFrom
'
,
title
:
'
数据源
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
{
field
:
'
dataFrom
'
,
title
:
'
数据源
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
var
disabledClass
=
d
.
showType
==
showType
[
2
].
id
?
''
:
'
layui-btn-disabled
'
;
var
disabledClass
=
d
.
showType
==
showType
[
3
].
id
?
''
:
'
layui-btn-disabled
'
;
var
btnName
=
'
选择数据源
'
;
var
btnName
=
'
选择数据源
'
;
if
(
!
isNull
(
d
.
dataType
))
{
if
(
!
isNull
(
d
.
dataType
))
{
btnName
=
'
更换数据源
'
;
btnName
=
'
更换数据源
'
;
...
@@ -280,7 +280,7 @@ layui.config({
...
@@ -280,7 +280,7 @@ layui.config({
if
(
id
.
startsWith
(
'
showType
'
))
{
if
(
id
.
startsWith
(
'
showType
'
))
{
var
showTypeVal
=
_this
.
val
();
var
showTypeVal
=
_this
.
val
();
var
cusId
=
_this
.
attr
(
'
cus-id
'
);
var
cusId
=
_this
.
attr
(
'
cus-id
'
);
if
(
showTypeVal
==
showType
[
2
].
id
)
{
if
(
showTypeVal
==
showType
[
3
].
id
)
{
// 下拉框
// 下拉框
$
(
`#dataFrom
${
cusId
}
`
).
removeClass
(
'
layui-btn-disabled
'
);
$
(
`#dataFrom
${
cusId
}
`
).
removeClass
(
'
layui-btn-disabled
'
);
$
(
`#dataFrom
${
cusId
}
`
).
attr
(
'
data
'
,
'
{}
'
);
$
(
`#dataFrom
${
cusId
}
`
).
attr
(
'
data
'
,
'
{}
'
);
...
@@ -345,7 +345,7 @@ layui.config({
...
@@ -345,7 +345,7 @@ layui.config({
$
.
each
(
tableDataList
,
function
(
i
,
item
)
{
$
.
each
(
tableDataList
,
function
(
i
,
item
)
{
item
.
align
=
$
(
`#align
${
item
.
id
}
`
).
val
();
item
.
align
=
$
(
`#align
${
item
.
id
}
`
).
val
();
item
.
require
=
dataShowType
.
getData
(
`require
${
item
.
id
}
`
);
item
.
require
=
dataShowType
.
getData
(
`require
${
item
.
id
}
`
);
if
(
item
.
showType
==
showType
[
2
].
id
)
{
if
(
item
.
showType
==
showType
[
3
].
id
)
{
// 下拉框时,选择的数据源信息
// 下拉框时,选择的数据源信息
var
dataFrom
=
JSON
.
parse
(
$
(
`#dataFrom
${
item
.
id
}
`
).
attr
(
'
data
'
));
var
dataFrom
=
JSON
.
parse
(
$
(
`#dataFrom
${
item
.
id
}
`
).
attr
(
'
data
'
));
if
(
!
isNull
(
dataFrom
.
dataType
))
{
if
(
!
isNull
(
dataFrom
.
dataType
))
{
...
...
school/src/main/resources/template/js/yearSubject/saveYearSubject.js
浏览文件 @
d0e83583
...
@@ -65,7 +65,7 @@ layui.config({
...
@@ -65,7 +65,7 @@ layui.config({
majorId
:
$
(
"
#majorId
"
).
val
(),
majorId
:
$
(
"
#majorId
"
).
val
(),
year
:
$
(
"
#year
"
).
val
()
year
:
$
(
"
#year
"
).
val
()
}
}
// 获取科目列表
// 获取科目列表
TODO 待删除
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
schoolBasePath
+
"
querySubjectListBySchoolId
"
,
params
:
{
schoolId
:
tempParams
.
schoolId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
schoolBasePath
+
"
querySubjectListBySchoolId
"
,
params
:
{
schoolId
:
tempParams
.
schoolId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
subjectList
=
json
.
rows
;
subjectList
=
json
.
rows
;
},
async
:
false
});
},
async
:
false
});
...
...
web/src/main/resources/template/json/skyeyeClassEnum.json
浏览文件 @
d0e83583
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"machinPickStateEnum"
:
{
"name"
:
"加工单领料状态"
,
"className"
:
"skyeye-erp#com.skyeye.machin.classenum.MachinPickStateEnum"
},
"machinPickStateEnum"
:
{
"name"
:
"加工单领料状态"
,
"className"
:
"skyeye-erp#com.skyeye.machin.classenum.MachinPickStateEnum"
},
"machinChildStateEnum"
:
{
"name"
:
"工序验收单状态"
,
"className"
:
"skyeye-erp#com.skyeye.machin.classenum.MachinChildStateEnum"
},
"machinChildStateEnum"
:
{
"name"
:
"工序验收单状态"
,
"className"
:
"skyeye-erp#com.skyeye.machin.classenum.MachinChildStateEnum"
},
"materialNormsCodeInDepot"
:
{
"name"
:
"商品规格一物一码库存状态"
,
"className"
:
"skyeye-erp#com.skyeye.material.classenum.MaterialNormsCodeInDepot"
},
"materialNormsCodeInDepot"
:
{
"name"
:
"商品规格一物一码库存状态"
,
"className"
:
"skyeye-erp#com.skyeye.material.classenum.MaterialNormsCodeInDepot"
},
"orderQualityInspectionType"
:
{
"name"
:
"ERP采购质检类型"
,
"className"
:
"skyeye-erp#com.skyeye.
purchase
.classenum.OrderQualityInspectionType"
},
"orderQualityInspectionType"
:
{
"name"
:
"ERP采购质检类型"
,
"className"
:
"skyeye-erp#com.skyeye.
business
.classenum.OrderQualityInspectionType"
},
"orderItemQualityInspectionType"
:
{
"name"
:
"ERP采购子单据质检类型"
,
"className"
:
"skyeye-erp#com.skyeye.business.classenum.OrderItemQualityInspectionType"
},
"orderItemQualityInspectionType"
:
{
"name"
:
"ERP采购子单据质检类型"
,
"className"
:
"skyeye-erp#com.skyeye.business.classenum.OrderItemQualityInspectionType"
},
"orderArrivalState"
:
{
"name"
:
"采购订单到货状态"
,
"className"
:
"skyeye-erp#com.skyeye.purchase.classenum.OrderArrivalState"
},
"orderArrivalState"
:
{
"name"
:
"采购订单到货状态"
,
"className"
:
"skyeye-erp#com.skyeye.purchase.classenum.OrderArrivalState"
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录