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
4b03d170
Commit
4b03d170
authored
Aug 11, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZSRV-服务,默认LGORT=M000
parent
37188c07
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
materialApplyNext.js
...n/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
+4
-0
nonProdApplyNext.js
...in/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
+11
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
View file @
4b03d170
...
...
@@ -38,6 +38,8 @@ function initializate() {
$
(
"#businessUsageS"
).
prop
(
"checked"
,
false
);
UICtrl
.
setElRequiredFlag
(
"#lgortName"
,
false
);
$
(
"#lgortName"
).
val
(
"供方直送虚拟库"
);
$
(
"#lgort"
).
val
(
"M000"
);
$
(
"#businessUsageV"
).
prop
(
"checked"
,
true
);
$
(
"#businessUsageE"
).
prop
(
"checked"
,
true
);
...
...
@@ -47,6 +49,8 @@ function initializate() {
}
else
{
$
(
"#mtposMara"
).
val
(
"NORM"
);
UICtrl
.
setElRequiredFlag
(
"#lgortName"
,
true
);
$
(
"#lgortName"
).
val
(
""
);
$
(
"#lgort"
).
val
(
""
);
}
bstmiChange
(
false
);
//物料类型是:半成品、辅料与包材、免费客供/外部来源物品、贸易商品、原材料、产成品。批次管理:是
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
View file @
4b03d170
...
...
@@ -24,6 +24,7 @@ function initializate() {
initbstmi
(
mtart
);
initueetk
(
mtart
);
initKunnrName
(
mtart
);
initLgort
(
mtart
);
//页面控制
UICtrl
.
enable
(
$
(
"#businessUsage"
));
UICtrl
.
enable
(
$
(
"#matklName"
));
...
...
@@ -287,6 +288,16 @@ function initKunnrName(mtart){
}
}
function
initLgort
(
mtart
){
if
(
mtart
==
"ZSRV"
){
UICtrl
.
setElRequiredFlag
(
"#lgortName"
,
false
);
$
(
"#lgortName"
).
val
(
"供方直送虚拟库"
);
$
(
"#lgort"
).
val
(
"M000"
);
}
else
{
UICtrl
.
setElRequiredFlag
(
"#lgortName"
,
true
);
}
}
function
bstmiChange
(
flag
){
UICtrl
.
setElRequiredFlag
(
"#bstmi"
,
flag
);
UICtrl
.
setElRequiredFlag
(
"#bstrf"
,
flag
);
...
...
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