{"id":617,"date":"2021-09-23T12:04:36","date_gmt":"2021-09-23T04:04:36","guid":{"rendered":"https:\/\/log.tanxiaodian.com\/?p=617"},"modified":"2021-09-23T12:04:36","modified_gmt":"2021-09-23T04:04:36","slug":"layui%e7%9a%84%e6%95%b0%e6%8d%ae%e8%a1%a8%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/log.tanxiaodian.com\/?p=617","title":{"rendered":"Layui\u7684\u6570\u636e\u8868\u6392\u5e8f"},"content":{"rendered":"\n<p>1\u3001\u9009\u62e9\u5b57\u6bb5\u7684\u6392\u5e8f\u65f6\u89e6\u53d1  \u8bb0\u5f55\u4e86 \u6392\u5e8f\u9700\u8981\u7684\u5b57\u6bb5\u548c\u6392\u5e8f\u7c7b\u578b<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">table.on('sort(laytable)', function (obj) {\n    let type = obj.type,\n        field = obj.field;\n    $(\":input[name='field']\").val(field);\n    $(\":input[name='order']\").val(type);\n    initSort = obj;\n    tabInit(0);\n});\n\n2\u3001\u8868\u683c\u91cd\u8f7d\u4e2d\u7684\u914d\u7f6e\n        function reloadGoods(special)\r\n        {\r\n            var column = [];\r\n            if (special == 0) {\r\n                column = '{{$fields}}';\r\n            } else {\r\n                column = '{{$fieldsSpecial}}';\r\n            }\r\n            column = JSON.parse(html_decode(column));\r\n            var url = '{{route('goods')}}\/';\r\n            var stroage_Id = \"goods_curr_\"+special;\r\n            var rowCount = localStorage.getItem('goods_limits') ? localStorage.getItem('goods_limits') : 20;\r\n            var d = getWhereArr();\r\n            table.render({\r\n                elem:'#myTable',\r\n                url: url + special,\r\n                where:d,\r\n                limit:rowCount,\r\n                autoSort: false,\/\/\u662f\u5426\u524d\u7aef\u6392\u5e8f\r\n                <strong>initSort:initSort,\/\/\u6392\u5e8f\u72b6\u6001<\/strong>\r\n                page:{\r\n                    curr:localStorage.getItem(stroage_Id) ? localStorage.getItem(stroage_Id) : 1,\r\n                },\r\n                parseData:function (res) {\r\n                    return {\r\n                        'code' : 0,\r\n                        'count' : res.total,\r\n                        'data' : res.data,\r\n                    }\r\n                },\r\n                cols:column,\r\n                done: function (res, curr, count) {\r\n                    \/\/console.log(res)\r\n                    var indexLimit = $(\".layui-laypage-limits\").find(\"option:selected\").val();\r\n                    localStorage.setItem('goods_limits',indexLimit);\/\/\u5b58\u50a8\u6bcf\u9875\u663e\u793a\r\n                    localStorage.setItem(stroage_Id,curr);\/\/\u5b58\u50a8\u9875\u7801\r\n                }\r\n            });\r\n        }\n\n        function getWhereArr()\r\n        {\r\n            var d = {};\r\n            var t = $('#formSearch [name]').serializeArray();\r\n            $.each(t, function() {\r\n                d[this.name] = this.value;\r\n            });\r\n            return d;\r\n        }\n\n3\u3001\u540e\u53f0\u8fdb\u884c\u6392\u5e8f\u6761\u4ef6\u67e5\u8be2\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u9009\u62e9\u5b57\u6bb5\u7684\u6392\u5e8f\u65f6\u89e6\u53d1 \u8bb0\u5f55\u4e86 \u6392\u5e8f\u9700\u8981\u7684\u5b57\u6bb5\u548c&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/log.tanxiaodian.com\/?p=617\">Continue reading<span class=\"screen-reader-text\">Layui\u7684\u6570\u636e\u8868\u6392\u5e8f<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[7,3],"tags":[102],"_links":{"self":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/617"}],"collection":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=617"}],"version-history":[{"count":1,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/617\/revisions"}],"predecessor-version":[{"id":618,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/617\/revisions\/618"}],"wp:attachment":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}