Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
鲁鑫
topsun-bpm
Commits
12a91a8a
Commit
12a91a8a
authored
Apr 17, 2024
by
刘学辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料主数据调整
parent
1c6e9dd3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
nonProdApplyNext.js
...in/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
+2
-5
SapMutualEpLogApplicationImpl.java
...ommon/application/impl/SapMutualEpLogApplicationImpl.java
+1
-0
NonProdApplyDeptApplicationImpl.java
...ply/application/impl/NonProdApplyDeptApplicationImpl.java
+1
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
View file @
12a91a8a
...
@@ -66,7 +66,6 @@ function initializate() {
...
@@ -66,7 +66,6 @@ function initializate() {
}
}
$
(
'input[name="isAll"]'
).
change
(
function
()
{
$
(
'input[name="isAll"]'
).
change
(
function
()
{
//alert($(this).is(':checked'));
debugger
debugger
if
(
$
(
this
).
is
(
':checked'
))
{
//alert("全选");
if
(
$
(
this
).
is
(
':checked'
))
{
//alert("全选");
$
(
"#busiLens"
).
val
(
dictUsage
.
length
);
$
(
"#busiLens"
).
val
(
dictUsage
.
length
);
...
@@ -129,8 +128,6 @@ function initializate() {
...
@@ -129,8 +128,6 @@ function initializate() {
// $('input[name="isAll"]').attr("checked",true);
// $('input[name="isAll"]').attr("checked",true);
$
(
'input[name="isAll"]'
)[
0
].
checked
=
true
;
$
(
'input[name="isAll"]'
)[
0
].
checked
=
true
;
}
}
// coRowNum+=1;
//gridManager.loadData();
}
else
{
}
else
{
let
datas
=
gridManager
.
getData
();
let
datas
=
gridManager
.
getData
();
var
selval
=
$
(
this
).
val
();
var
selval
=
$
(
this
).
val
();
...
...
topsun/src/main/java/com/huigou/topsun/sap/common/application/impl/SapMutualEpLogApplicationImpl.java
View file @
12a91a8a
...
@@ -38,6 +38,7 @@ public class SapMutualEpLogApplicationImpl extends FlowBroker implements SapMutu
...
@@ -38,6 +38,7 @@ public class SapMutualEpLogApplicationImpl extends FlowBroker implements SapMutu
sapMutualEpLog
.
setBusinessId
(
map
.
get
(
"businessId"
)!=
null
?
map
.
get
(
"businessId"
).
toString
():
""
);
sapMutualEpLog
.
setBusinessId
(
map
.
get
(
"businessId"
)!=
null
?
map
.
get
(
"businessId"
).
toString
():
""
);
sapMutualEpLog
.
setBusinessType
(
map
.
get
(
"businessType"
)!=
null
?
map
.
get
(
"businessType"
).
toString
():
""
);
sapMutualEpLog
.
setBusinessType
(
map
.
get
(
"businessType"
)!=
null
?
map
.
get
(
"businessType"
).
toString
():
""
);
sapMutualEpLog
=
ClassHelper
.
fromMap
(
SapMutualEpLog
.
class
,
map
);
sapMutualEpLog
=
ClassHelper
.
fromMap
(
SapMutualEpLog
.
class
,
map
);
sapMutualEpLog
.
setMessage
(
map
.
get
(
"MESSAGE"
).
toString
());
//BeanUtil.mapToBean(map, ClassHelpersapMutualEpLog);
//BeanUtil.mapToBean(map, ClassHelpersapMutualEpLog);
Date
date
=
new
Date
();
Date
date
=
new
Date
();
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd HH:mm:ss"
);
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd HH:mm:ss"
);
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/application/impl/NonProdApplyDeptApplicationImpl.java
View file @
12a91a8a
...
@@ -330,6 +330,7 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements
...
@@ -330,6 +330,7 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements
//更改分发状态
//更改分发状态
baseInfo
.
setDistribute
(
1
);
baseInfo
.
setDistribute
(
1
);
backStr
=
"传输失败:"
+
backMap
.
get
(
"MESSAGE"
);
backStr
=
"传输失败:"
+
backMap
.
get
(
"MESSAGE"
);
backMap
.
put
(
"MESSAGE"
,
backStr
);
nonProdApplyBaseInfoRepository
.
save
(
baseInfo
);
nonProdApplyBaseInfoRepository
.
save
(
baseInfo
);
//throw new RuntimeException(backStr);
//throw new RuntimeException(backStr);
}
}
...
...
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