wzp
2022-11-23 c3acb0bf589ba6de244e4eae737152688e5d3e61
web/web/GwOrderAudit.aspx
@@ -276,10 +276,10 @@
        <table class="table table-striped table-bordered table-hover" id="orderTable">
            <thead>
                <tr class="header">
                    <!--
                    <th>订单ID
                    </th>
                    -->
                    <th>短信账号
                    </th>
                    <th>客户账号
@@ -453,7 +453,7 @@
                                充值金额</label>
                            <div class="col-sm-4">
                                <div class="input-group">
                                <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="10"
                                <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="7"
                                    onkeyup="value=value.replace(/[^\d\.]/g,'')" onpaste="value=value.replace(/[^\d\.]/g,'')"
                                    oncontextmenu="return false" /><span class="input-group-addon">元 </span>
                                </div>