Commit 67b58d7d authored by 鲁鑫's avatar 鲁鑫

ECN变更的其他(包含成品和原材料变更)改为非必填

parent 38d3dc64
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<%-- <x:inputC name="othersMaterialStore" required="false" label="涉及原材料成品库存" labelCol="2" fieldCol="10"/>--%> <%-- <x:inputC name="othersMaterialStore" required="false" label="涉及原材料成品库存" labelCol="2" fieldCol="10"/>--%>
<%-- </div>--%> <%-- </div>--%>
<div class="hg-form-row"> <div class="hg-form-row">
<x:inputC name="others" required="true" label="其他" labelCol="2" fieldCol="10"/> <x:inputC name="others" required="false" label="其他" labelCol="2" fieldCol="10"/>
</div> </div>
<x:title title="REVISED SPEC 变更后产品信息" name="group"/> <x:title title="REVISED SPEC 变更后产品信息" name="group"/>
<div class="hg-form-row"> <div class="hg-form-row">
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<x:textareaC name="changedMaterial" required="true" label="原材料" labelCol="2" fieldCol="10" rows="3"/> <x:textareaC name="changedMaterial" required="true" label="原材料" labelCol="2" fieldCol="10" rows="3"/>
</div> </div>
<div class="hg-form-row"> <div class="hg-form-row">
<x:inputC name="changedOthers" required="true" label="其他" labelCol="2" fieldCol="10"/> <x:inputC name="changedOthers" required="false" label="其他" labelCol="2" fieldCol="10"/>
</div> </div>
</div> </div>
<div style="padding-top: 15px;"> <div style="padding-top: 15px;">
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<x:inputC name="othersMaterialStore" required="false" label="涉及原材料成品库存" labelCol="2" fieldCol="10"/> <x:inputC name="othersMaterialStore" required="false" label="涉及原材料成品库存" labelCol="2" fieldCol="10"/>
</div> </div>
<div class="hg-form-row"> <div class="hg-form-row">
<x:inputC name="others" required="true" label="其他" labelCol="2" fieldCol="10"/> <x:inputC name="others" required="false" label="其他" labelCol="2" fieldCol="10"/>
</div> </div>
<x:title title="REVISED SPEC 变更后产品信息" name="group"/> <x:title title="REVISED SPEC 变更后产品信息" name="group"/>
<div class="hg-form-row"> <div class="hg-form-row">
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<x:inputC name="changedProductName" required="true" label="产品名称" labelCol="2" fieldCol="10"/> <x:inputC name="changedProductName" required="true" label="产品名称" labelCol="2" fieldCol="10"/>
</div> </div>
<div class="hg-form-row"> <div class="hg-form-row">
<x:inputC name="changedOthers" required="true" label="其他" labelCol="2" fieldCol="10"/> <x:inputC name="changedOthers" required="false" label="其他" labelCol="2" fieldCol="10"/>
</div> </div>
</div> </div>
<div style="padding-top: 15px;"> <div style="padding-top: 15px;">
......
...@@ -18,12 +18,14 @@ ...@@ -18,12 +18,14 @@
<img src='data:image/jpg;base64,${bsnPng}' width="100px"/> <img src='data:image/jpg;base64,${bsnPng}' width="100px"/>
</span> </span>
宝绅内部变更申请/通知单</div> 宝绅内部变更申请/通知单</div>
<div class="billTitle">Specification Change Form</div> <div class="billTitle">Engineering Change Notice</div>
<table cellspacing="0px" cellpadding="0px" class="tablePrint"> <table cellspacing="0px" cellpadding="0px" class="tablePrint">
<colgroup> <colgroup>
<col width="34%"/> <col width="34%"/>
<col width="34%"/>
</colgroup> </colgroup>
<tr> <tr>
<td class="left">${changeNo?default("")?html}</td>
<td class="right">变更编号SCF#:${billCode?default("")?html}</td> <td class="right">变更编号SCF#:${billCode?default("")?html}</td>
</tr> </tr>
</table> </table>
......
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