Commit 42cf43bf authored by 1650842865's avatar 1650842865

物料主数据,显示安全库存;最小货架寿命必填

parent be57c773
...@@ -112,6 +112,7 @@ function initializate() { ...@@ -112,6 +112,7 @@ function initializate() {
$("#buttonBox").remove(); $("#buttonBox").remove();
UICtrl.setDisable("#basicInfoDiv"); UICtrl.setDisable("#basicInfoDiv");
UICtrl.setDisable("#distributeDiv"); UICtrl.setDisable("#distributeDiv");
UICtrl.setDisable("#mrpDiv");
viewOnly(); viewOnly();
break; break;
// case '3'://已办结 // case '3'://已办结
...@@ -206,7 +207,8 @@ function viewOnly(){ //只能查看 ...@@ -206,7 +207,8 @@ function viewOnly(){ //只能查看
} }
UICtrl.setDisable("#basicInfoDiv"); UICtrl.setDisable("#basicInfoDiv");
UICtrl.setDisable("#distributeDiv"); UICtrl.setDisable("#distributeDiv");
$("#businessUsageE").attr("disabled",true); UICtrl.disable($("#businessUsage"));
//$("#businessUsage").attr("disabled",true);
$("#maktxRemZh").attr("readonly",true); $("#maktxRemZh").attr("readonly",true);
$("#maktxRemEn").attr("readonly",true); $("#maktxRemEn").attr("readonly",true);
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<x:inputC name="mhdhb" label="总有效期" labelCol="1" fieldCol="2"/> <x:inputC name="mhdhb" label="总有效期" labelCol="1" fieldCol="2"/>
<%--<x:inputC name="" 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="normt" label="适用行业标准" labelCol="1" fieldCol="2"/>--%>
<x:inputC name="length" label="长度cm" labelCol="1" fieldCol="2" mask="999999.9999"/> <x:inputC name="length" label="长度cm" labelCol="1" fieldCol="2" mask="999999.9999"/>
...@@ -290,6 +290,7 @@ ...@@ -290,6 +290,7 @@
<%--<x:inputC name="mabst" label="最大存货水平" labelCol="1" fieldCol="2"/>--%> <%--<x:inputC name="mabst" label="最大存货水平" labelCol="1" fieldCol="2"/>--%>
<x:inputC name="bstrf" label="舍入值" labelCol="1" fieldCol="2"/> <x:inputC name="bstrf" label="舍入值" labelCol="1" fieldCol="2"/>
<x:hidden name="beskz"/> <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="beskz" label="获取类型" labelCol="1" fieldCol="2" dictionary="beskz" required="false"/>--%>
<%--<x:selectC name="sobsl" label="特殊获取方式" labelCol="1" fieldCol="2" dictionary="sobsl" required="false"/>--%> <%--<x:selectC name="sobsl" label="特殊获取方式" labelCol="1" fieldCol="2" dictionary="sobsl" required="false"/>--%>
...@@ -301,7 +302,7 @@ ...@@ -301,7 +302,7 @@
<x:inputC name="fhori" label="排程边际码" labelCol="1" fieldCol="2" required="false"/> <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"/>--%> <x:inputC name="eislo" label="最小安全库存" labelCol="1" fieldCol="2"/>--%>
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<x:selectC name="iprkz" label="有效时间标识" required="false" labelCol="1" fieldCol="2" dictionary="iprkz"/> <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="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="normt" label="适用行业标准" labelCol="1" fieldCol="2"/>
<x:inputC name="length" label="长度cm" labelCol="1" fieldCol="2" mask="999999.9999"/> <x:inputC name="length" label="长度cm" labelCol="1" fieldCol="2" mask="999999.9999"/>
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
<x:inputC name="fhori" label="排程边际码" labelCol="1" fieldCol="2" required="false"/> <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"/> <x:inputC name="eislo" label="最小安全库存" labelCol="1" fieldCol="2"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment