SalesDelivery.html
@@ -613,7 +613,7 @@
        function DataTable() {
            $('#tb_order').bootstrapTable({
                url: 'http://192.168.2.152:80/api/loaddata/SalesDeliveryTableData',
                url: GetWEBURL() + '/loaddata/SalesDeliveryTableData',
                //data: datajson,
                method: 'get',                      //请求方式(*)
                dataType: "json",