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
a440c2f2
Commit
a440c2f2
authored
Feb 18, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料创建储存点根据工厂筛选
parent
aceaea43
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
240 deletions
+10
-240
nonProdApplyNext.js
...in/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
+8
-2
NonProdApplyDeptApplication.java
...nonProdApply/application/NonProdApplyDeptApplication.java
+0
-2
NonProdApplyDeptApplicationImpl.java
...ply/application/impl/NonProdApplyDeptApplicationImpl.java
+2
-227
NonProdApplyNextController.java
...p/nonProdApply/controller/NonProdApplyNextController.java
+0
-9
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
View file @
a440c2f2
...
...
@@ -1415,7 +1415,10 @@ function bindEvent_mrp(){
$
(
'#lgproName'
).
searchbox
({
type
:
"system"
,
name
:
"dictionary"
,
getParam
:
function
(
item
)
{
return
{
fieldName
:
"LGORT"
}
return
{
fieldName
:
"LGORT"
,
filterValue
:
$
(
'#werks'
).
val
()
}
},
onChange
:
function
(
value
,
data
)
{
$
(
'#lgpro'
).
val
(
data
.
LGORT
);
...
...
@@ -1425,7 +1428,10 @@ function bindEvent_mrp(){
$
(
'#lgfsbName'
).
searchbox
({
type
:
"system"
,
name
:
"dictionary"
,
getParam
:
function
(
item
)
{
return
{
fieldName
:
"LGORT"
}
return
{
fieldName
:
"LGORT"
,
filterValue
:
$
(
'#werks'
).
val
()
}
},
onChange
:
function
(
value
,
data
)
{
$
(
'#lgfsb'
).
val
(
data
.
LGORT
);
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/application/NonProdApplyDeptApplication.java
View file @
a440c2f2
...
...
@@ -49,6 +49,4 @@ public interface NonProdApplyDeptApplication {
//保存待办消息
void
saveBsnMessageData
(
NonProdApplyBaseInfo
baseInfo
,
Map
<
String
,
Object
>
backMap
);
//领导确认
Map
<
String
,
Object
>
confirmNonProdApplyDept
(
SDO
sdo
);
}
\ No newline at end of file
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/application/impl/NonProdApplyDeptApplicationImpl.java
View file @
a440c2f2
This diff is collapsed.
Click to expand it.
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/controller/NonProdApplyNextController.java
View file @
a440c2f2
...
...
@@ -140,15 +140,6 @@ public class NonProdApplyNextController extends CommonController {
return
toResult
(
map
);
}
/**
* 领导确认和回退
*/
public
String
confirmSapNonProdApplyDept
()
{
SDO
sdo
=
this
.
getSDO
();
Map
<
String
,
Object
>
map
=
nonProdApplyDeptApplication
.
confirmNonProdApplyDept
(
sdo
);
return
toResult
(
map
);
}
/**
* 分发表单
...
...
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