| | |
| | | }); |
| | | } |
| | | } |
| | | var reg222 = /^-[1-9]\d*|[0-9]/; |
| | | |
| | | $(".validateIntfushu").live("blur", |
| | | function () { |
| | | var defaultPrice = $(this).attr("defaultValue"); |
| | | var price = $(this).val(); |
| | | if (!reg222.test(price)) { |
| | | alertMsg("设置的值必须为整数"); |
| | | // $(this).focus(); |
| | | $(this).val(defaultPrice); |
| | | } |
| | | } |
| | | ); |
| | | |
| | | |
| | | $(function () { |
| | | $(".AlreadyReply").remove(); |
| | | }); |
| | |
| | | 未送货数量 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 新增发货 |
| | | 发货数量(可负数) |
| | | </th> |
| | | </tr> |
| | | </HeaderTemplate> |
| | |
| | | <%#Eval("weisonghuonums")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <input type="text" name="fahuoCount" style="height: 15px; line-height: 15px; width:80px;" class="validateInt req" defaultValue="0" value="0"/> |
| | | <input type="text" name="fahuoCount" style="height: 15px; line-height: 15px; width:80px;" class="validateIntfushu req" defaultValue="0" value="0"/> |
| | | </td> |
| | | </tr> |
| | | </ItemTemplate> |