Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
e66c4ce2
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1168
Star
154
Fork
127
代码
文件
提交
分支
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看板
提交
e66c4ce2
编写于
3月 22, 2023
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
工作流流程设计参数修改,明细账详情修改
上级
e3de3738
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
18 addition
and
11 deletion
+18
-11
activiti/src/main/resources/template/js/actFlow/actFlowAdd.js
...viti/src/main/resources/template/js/actFlow/actFlowAdd.js
+2
-2
activiti/src/main/resources/template/js/actFlow/actFlowEdit.js
...iti/src/main/resources/template/js/actFlow/actFlowEdit.js
+3
-3
activiti/src/main/resources/template/js/actFlow/actFlowList.js
...iti/src/main/resources/template/js/actFlow/actFlowList.js
+1
-1
activiti/src/main/resources/template/tpl/actFlow/actFlowAdd.html
...i/src/main/resources/template/tpl/actFlow/actFlowAdd.html
+1
-1
activiti/src/main/resources/template/tpl/actFlow/actFlowEdit.html
.../src/main/resources/template/tpl/actFlow/actFlowEdit.html
+1
-1
ifs/src/main/resources/template/js/income/incomeList.js
ifs/src/main/resources/template/js/income/incomeList.js
+1
-1
web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js
...s/template/assets/lib/layui/customer/skyeye/dsFormUtil.js
+5
-1
web/src/main/resources/template/assets/lib/layui/customer/voucher/voucherUtil.js
...template/assets/lib/layui/customer/voucher/voucherUtil.js
+3
-0
web/src/main/resources/template/json/sysServiceMation.json
web/src/main/resources/template/json/sysServiceMation.json
+1
-1
未找到文件。
activiti/src/main/resources/template/js/actFlow/actFlowAdd.js
浏览文件 @
e66c4ce2
...
...
@@ -12,7 +12,7 @@ layui.config({
treeSelectUtil
.
init
({
eleTree
:
layui
.
eleTree
,
elem
:
'
s
erviceClassName
'
,
elem
:
'
applyS
erviceClassName
'
,
url
:
reqBasePath
+
"
queryServiceClassForTree
"
});
...
...
@@ -23,7 +23,7 @@ layui.config({
var
params
=
{
flowName
:
$
(
"
#flowName
"
).
val
(),
modelKey
:
$
(
"
#modelKey
"
).
val
(),
serviceClassName
:
$
(
"
#serviceClassName
"
).
attr
(
"
s
erviceClassName
"
)
applyServiceClassName
:
$
(
"
#serviceClassName
"
).
attr
(
"
applyS
erviceClassName
"
)
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
writeActFlowMation
"
,
params
:
params
,
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
...
...
activiti/src/main/resources/template/js/actFlow/actFlowEdit.js
浏览文件 @
e66c4ce2
...
...
@@ -21,9 +21,9 @@ layui.config({
treeSelectUtil
.
init
({
eleTree
:
layui
.
eleTree
,
elem
:
'
s
erviceClassName
'
,
elem
:
'
applyS
erviceClassName
'
,
url
:
reqBasePath
+
"
queryServiceClassForTree
"
,
defaultId
:
json
.
bean
.
s
erviceClassName
defaultId
:
json
.
bean
.
applyS
erviceClassName
});
matchingLanguage
();
...
...
@@ -34,7 +34,7 @@ layui.config({
id
:
parent
.
rowId
,
flowName
:
$
(
"
#flowName
"
).
val
(),
modelKey
:
$
(
"
#modelKey
"
).
val
(),
serviceClassName
:
$
(
"
#serviceClassName
"
).
attr
(
"
s
erviceClassName
"
)
applyServiceClassName
:
$
(
"
#applyServiceClassName
"
).
attr
(
"
applyS
erviceClassName
"
)
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
writeActFlowMation
"
,
params
:
params
,
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
...
...
activiti/src/main/resources/template/js/actFlow/actFlowList.js
浏览文件 @
e66c4ce2
...
...
@@ -43,7 +43,7 @@ layui.config({
{
field
:
'
modelId
'
,
title
:
'
模型ID
'
,
width
:
100
},
{
field
:
'
modelKey
'
,
title
:
'
模型key
'
,
width
:
250
},
{
field
:
'
version
'
,
title
:
'
版本
'
,
width
:
80
,
templet
:
function
(
d
)
{
return
d
.
model
.
version
}},
{
field
:
'
s
erviceClassName
'
,
title
:
'
适用对象
'
,
width
:
400
},
{
field
:
'
applyS
erviceClassName
'
,
title
:
'
适用对象
'
,
width
:
400
},
{
field
:
'
deploymentId
'
,
title
:
'
发布状态
'
,
align
:
"
center
"
,
width
:
80
,
templet
:
function
(
d
)
{
if
(
isNull
(
d
.
model
.
deploymentId
))
{
return
"
<span class='state-new'>未发布</span>
"
;
...
...
activiti/src/main/resources/template/tpl/actFlow/actFlowAdd.html
浏览文件 @
e66c4ce2
...
...
@@ -28,7 +28,7 @@
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
适用对象
<i
class=
"red"
>
*
</i></label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
id=
"
serviceClassName"
name=
"s
erviceClassName"
placeholder=
"请选择适用对象"
class=
"layui-input"
readonly=
"readonly"
typeId=
""
/>
<input
type=
"text"
id=
"
applyServiceClassName"
name=
"applyS
erviceClassName"
placeholder=
"请选择适用对象"
class=
"layui-input"
readonly=
"readonly"
typeId=
""
/>
</div>
</div>
...
...
activiti/src/main/resources/template/tpl/actFlow/actFlowEdit.html
浏览文件 @
e66c4ce2
...
...
@@ -34,7 +34,7 @@
<
div
class
=
"
layui-form-item layui-col-xs6
"
>
<
label
class
=
"
layui-form-label
"
>
适用对象
<
i
class
=
"
red
"
>*<
/i></
label
>
<
div
class
=
"
layui-input-block
"
>
<
input
type
=
"
text
"
id
=
"
serviceClassName
"
name
=
"
s
erviceClassName
"
placeholder
=
"
请选择适用对象
"
class
=
"
layui-input
"
readonly
=
"
readonly
"
typeId
=
""
/>
<
input
type
=
"
text
"
id
=
"
applyServiceClassName
"
name
=
"
applyS
erviceClassName
"
placeholder
=
"
请选择适用对象
"
class
=
"
layui-input
"
readonly
=
"
readonly
"
typeId
=
""
/>
<
/div
>
<
/div
>
...
...
ifs/src/main/resources/template/js/income/incomeList.js
浏览文件 @
e66c4ce2
...
...
@@ -118,7 +118,7 @@ layui.config({
function
details
(
data
)
{
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/income/incomeInfo.html
"
,
url
:
systemCommonUtil
.
getUrl
(
'
FP2023032200001&id=
'
+
data
.
id
,
null
)
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
incomeInfo
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js
浏览文件 @
e66c4ce2
...
...
@@ -40,7 +40,11 @@ var dsFormUtil = {
</div>
</div>
{{/bean}}`
,
// 表格展示
'
6
'
:
`{{#bean}}
'
6
'
:
`
<link href="../../assets/lib/winui/css/customer/voucherUtil.css" rel="stylesheet" />
<script src="../../assets/lib/layui/customer/voucher/spinbox.js"></script>
<script src="../../assets/lib/layui/customer/voucher/voucherUtil.js"></script>
{{#bean}}
<div class="layui-form-item {{width}}" controlType="{{dsFormComponent.numCode}}" contentId="{{id}}">
<label class="layui-form-label">{{title}}:</label>
<div class="layui-input-block ver-center" id="showVoucher{{orderBy}}"></div>
...
...
web/src/main/resources/template/assets/lib/layui/customer/voucher/voucherUtil.js
浏览文件 @
e66c4ce2
...
...
@@ -84,6 +84,9 @@ var voucherUtil = {
initDataDetails
:
function
(
boxId
,
data
){
$
(
"
#
"
+
boxId
).
html
(
voucherUtil
.
tableHtmlDom
);
if
(
isNull
(
data
))
{
return
false
;
}
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
){
voucherUtil
.
addItem
();
var
_this
=
$
(
"
#useTable
"
).
find
(
"
tr
"
).
eq
(
i
);
...
...
web/src/main/resources/template/json/sysServiceMation.json
浏览文件 @
e66c4ce2
...
...
@@ -56,7 +56,7 @@
"assetArticlesUse"
:
{
"name"
:
"用品领用"
,
"key"
:
"com.skyeye.eve.articles.service.impl.ArticlesUseServiceImpl"
},
"assetArticlesPurchase"
:
{
"name"
:
"用品采购"
,
"key"
:
"com.skyeye.eve.articles.service.impl.ArticlesPurchaseServiceImpl"
},
"incomeOrder"
:
{
"name"
:
"财务明细账"
,
"key"
:
"com.skyeye.
service.impl.Income
ServiceImpl"
},
"incomeOrder"
:
{
"name"
:
"财务明细账"
,
"key"
:
"com.skyeye.
order.service.impl.IncomeOrder
ServiceImpl"
},
"bossPersonRequire"
:
{
"name"
:
"人员需求申请"
,
"key"
:
"com.skyeye.service.impl.BossPersonRequireServiceImpl"
},
"bossInterviewRegularWorker"
:
{
"name"
:
"转正申请"
,
"key"
:
"com.skyeye.service.impl.BossInterviewRegularWorkerServiceImpl"
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录