更新单据编号文本框的宽度,防止遮盖
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<td style="width:70px;">单据编号:</td>
|
||||
<td style="padding:5px">
|
||||
<input name="Number" id="Number" class="easyui-validatebox"
|
||||
data-options="required:true,validType:'length[2,30]'" style="width: 140px;" readonly/>
|
||||
data-options="required:true,validType:'length[2,30]'" style="width: 150px;" readonly/>
|
||||
</td>
|
||||
<td style="width:100px;"></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user