BOM
parent
39489177c5
commit
d60b082887
|
@ -357,10 +357,7 @@
|
|||
<input name="tMdBomItemList[#index#].itemname" maxlength="132" ignore="ignore" type="text" class="form-control" style="width:120px;" />
|
||||
<label class="Validform_label" style="display: none;">物料名称</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="tMdBomItemList[#index#].workplace" maxlength="32" ignore="ignore" type="text" class="form-control" style="width:120px;" />
|
||||
<label class="Validform_label" style="display: none;">工位</label>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -348,10 +348,7 @@
|
|||
<input name="tMdBomItemList[#index#].itemname" maxlength="132" type="text" class="form-control" style="width:120px;" ignore="ignore" />
|
||||
<label class="Validform_label" style="display: none;">物料名称</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="tMdBomItemList[#index#].workplace" maxlength="32" type="text" class="form-control" style="width:120px;" ignore="ignore" />
|
||||
<label class="Validform_label" style="display: none;">工位</label>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
<t:dgCol title="物料名称" field="matname" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="设计数量" field="qty" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="计量单位" field="units" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="成本中心代码" field="prccode" hidden="true" queryMode="single" dictionary="t_md_costcenter,cscode,csname" width="120"></t:dgCol>
|
||||
<t:dgCol title="成本中心名称" field="prcname" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||
<%--<t:dgCol title="成本中心代码" field="prccode" hidden="true" queryMode="single" dictionary="t_md_costcenter,cscode,csname" width="120"></t:dgCol>--%>
|
||||
<%--<t:dgCol title="成本中心名称" field="prcname" hidden="true" queryMode="single" width="120"></t:dgCol>--%>
|
||||
<t:dgCol title="生效日期" field="startdate" formatter="yyyy-MM-dd" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="失效日期" field="enddate" formatter="yyyy-MM-dd" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
|
||||
|
|
|
@ -52,9 +52,7 @@
|
|||
<th>
|
||||
物料名称
|
||||
</th>
|
||||
<th>
|
||||
工位
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
@ -100,10 +98,7 @@
|
|||
<input name="tMdBomItemList[0].itemname" maxlength="132" type="text" class="form-control" style="width:120px;" ignore="ignore" />
|
||||
<label class="Validform_label" style="display: none;">物料名称</label>
|
||||
</td>
|
||||
<td>
|
||||
<input name="tMdBomItemList[0].workplace" maxlength="32" type="text" class="form-control" style="width:120px;" ignore="ignore" />
|
||||
<label class="Validform_label" style="display: none;">工位</label>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</c:if>
|
||||
<c:if test="${fn:length(tMdBomItemList) > 0 }">
|
||||
|
@ -148,10 +143,7 @@
|
|||
<input name="tMdBomItemList[${stuts.index }].itemname" maxlength="132" type="text" class="form-control" style="width:120px;" ignore="ignore" value="${poVal.itemname }"/>
|
||||
<label class="Validform_label" style="display: none;">物料名称</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="tMdBomItemList[${stuts.index }].workplace" maxlength="32" type="text" class="form-control" style="width:120px;" ignore="ignore" value="${poVal.workplace }"/>
|
||||
<label class="Validform_label" style="display: none;">工位</label>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</c:if>
|
||||
|
|
Loading…
Reference in New Issue