wzp
2022-11-02 ecba6cab0840a9014b4e6e96f2f7b89070cc60e1
web/web/GwOrderAudit.aspx
@@ -189,8 +189,7 @@
                        mytek.alert(result.Message, result.OK, function () {
                            loadPageList();
                        });
                    },
                        "json");
                    }, "json");
                }
            });
        });
@@ -277,10 +276,10 @@
        <table class="table table-striped table-bordered table-hover" id="orderTable">
            <thead>
                <tr class="header">
                    <!--
                    <th>订单ID
                    </th>
                    -->
                    <th>短信账号
                    </th>
                    <th>客户账号
@@ -454,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>