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
42cf43bf
Commit
42cf43bf
authored
Dec 20, 2024
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料主数据,显示安全库存;最小货架寿命必填
parent
be57c773
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
materialApplyNext.js
...n/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
+3
-1
materialApplyNext.jsp
.../webapp/biz/topsun/sap/nonProdApply/materialApplyNext.jsp
+3
-2
nonProdApplyNext.jsp
...n/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
+2
-2
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
View file @
42cf43bf
...
...
@@ -112,6 +112,7 @@ function initializate() {
$
(
"#buttonBox"
).
remove
();
UICtrl
.
setDisable
(
"#basicInfoDiv"
);
UICtrl
.
setDisable
(
"#distributeDiv"
);
UICtrl
.
setDisable
(
"#mrpDiv"
);
viewOnly
();
break
;
// case '3'://已办结
...
...
@@ -206,7 +207,8 @@ function viewOnly(){ //只能查看
}
UICtrl
.
setDisable
(
"#basicInfoDiv"
);
UICtrl
.
setDisable
(
"#distributeDiv"
);
$
(
"#businessUsageE"
).
attr
(
"disabled"
,
true
);
UICtrl
.
disable
(
$
(
"#businessUsage"
));
//$("#businessUsage").attr("disabled",true);
$
(
"#maktxRemZh"
).
attr
(
"readonly"
,
true
);
$
(
"#maktxRemEn"
).
attr
(
"readonly"
,
true
);
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.jsp
View file @
42cf43bf
...
...
@@ -150,7 +150,7 @@
<x:inputC
name=
"mhdhb"
label=
"总有效期"
labelCol=
"1"
fieldCol=
"2"
/>
<%--<x:inputC name="" label="旧料号" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
required=
"true"
/>
<%--<x:inputC name="normt" label="适用行业标准" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"length"
label=
"长度cm"
labelCol=
"1"
fieldCol=
"2"
mask=
"999999.9999"
/>
...
...
@@ -290,6 +290,7 @@
<%--<x:inputC name="mabst" label="最大存货水平" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"bstrf"
label=
"舍入值"
labelCol=
"1"
fieldCol=
"2"
/>
<x:hidden
name=
"beskz"
/>
<x:inputC
name=
"eisbe"
label=
"安全库存"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
mask=
"9999999999999.999"
/>
<%-- <x:selectC name="beskz" label="获取类型" labelCol="1" fieldCol="2" dictionary="beskz" required="false"/>--%>
<%--<x:selectC name="sobsl" label="特殊获取方式" labelCol="1" fieldCol="2" dictionary="sobsl" required="false"/>--%>
...
...
@@ -301,7 +302,7 @@
<x:inputC name="fhori" label="排程边际码" labelCol="1" fieldCol="2" required="false"/>
<x:inputC name="eisbe" label="安全库存" labelCol="1" fieldCol="2" required="false"/>
<x:inputC name="eislo" label="最小安全库存" labelCol="1" fieldCol="2"/>--%>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
View file @
42cf43bf
...
...
@@ -138,7 +138,7 @@
<x:selectC
name=
"iprkz"
label=
"有效时间标识"
required=
"false"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"iprkz"
/>
<x:inputC
name=
"mhdhb"
label=
"总有效期"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
required=
"true"
/>
<x:inputC
name=
"normt"
label=
"适用行业标准"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"length"
label=
"长度cm"
labelCol=
"1"
fieldCol=
"2"
mask=
"999999.9999"
/>
...
...
@@ -271,7 +271,7 @@
<x:inputC
name=
"fhori"
label=
"排程边际码"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
/>
<x:inputC
name=
"eisbe"
label=
"安全库存"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
/>
<x:inputC
name=
"eisbe"
label=
"安全库存"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
mask=
"9999999999999.999"
/>
<x:inputC
name=
"eislo"
label=
"最小安全库存"
labelCol=
"1"
fieldCol=
"2"
/>
...
...
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