wzp
2023-03-02 374ce4ffd0c459bb4067e8d5765f972668aff9b1
web/web/GwSpPrePattern.aspx
@@ -233,49 +233,52 @@
            </div>
            <div class="input-group m-b">
                <input type="button" value="查询" class="btn btn-primary action-query" />
                <input type="button" value="批量审核" class="btn btn-danger action-modal-status" />
            </div>
        </div>
    </div>
    </form>
    <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
        <thead>
            <tr class="header">
                <th>
                    <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
                </th>
                <th class="col-md-1">
                    客户账号
                </th>
                <th class="col-md-1">
                    短信账号
                </th>
                <th class="col-md-5">
                    报备内容
                </th>
                <th class="col-md-1">
                    创建时间
                </th>
                <th class="col-md-1">
                    审核状态
                </th>
                <th class="col-md-1">
                    审核时间
                </th>
                <th class="col-md-1">
                    审核备注
                </th>
                <th class="col-md-1">
                    审核员
                </th>
                <th class="col-md-1">
                    操作
                </th>
            </tr>
        </thead>
        <tbody>
        </tbody>
    </table>
    <div class="table-responsive">
                <input type="button" value="批量审核" class="btn btn-danger action-modal-status" />
        <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
            <thead>
                <tr class="header">
                    <th>
                        <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
                    </th>
                    <th class="col-md-1">
                        客户账号
                    </th>
                    <th class="col-md-1">
                        短信账号
                    </th>
                    <th class="col-md-5">
                        报备内容
                    </th>
                    <th class="col-md-1">
                        创建时间
                    </th>
                    <th class="col-md-1">
                        审核状态
                    </th>
                    <th class="col-md-1">
                        审核时间
                    </th>
                    <th class="col-md-1">
                        审核备注
                    </th>
                    <th class="col-md-1">
                        审核员
                    </th>
                    <th class="col-md-1">
                        操作
                    </th>
                </tr>
            </thead>
            <tbody>
            </tbody>
        </table>
    </div>
    <div id="pagination">
    </div>