|
|
@ -88,11 +88,11 @@ |
|
|
|
<div class="inputgroup" > |
|
|
|
<label >物料类型</label> |
|
|
|
<div > |
|
|
|
<input class="easyui-validatebox" id="struct_material" data-options="validType:'length[0,8]',tipPosition:'bottom'" |
|
|
|
<input class="easyui-validatebox" id="struct_material" data-options="validType:'length[0,20]',tipPosition:'bottom'" |
|
|
|
name="struct_material" style="width: 250px;" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
<label style="color:red">(输入0-8位物料号限制存放物料,空表示无限制)</label> |
|
|
|
<label style="color:red">(输入20位以内物料号限制存放物料,空表示无限制)</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|