username@email.com
2025-11-06 91630884d699f90a8dec5348c2124468dc6f5324
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx
@@ -69,6 +69,21 @@
                });
            }
        }
        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();
        });
@@ -131,7 +146,7 @@
                                未送货数量
                            </th>
                             <th style="text-align: center">
                                新增发货
                                发货数量(可负数)
                            </th>
                        </tr>
                </HeaderTemplate>
@@ -163,7 +178,7 @@
                           <%#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>