摘要: public Result fileUp(HttpServletRequest request) { RowsVo vo = new RowsVo(); MultipartHttpServletRequest multipartRequest = (MultipartHttpServletReque 阅读全文
posted @ 2020-04-15 09:31 铜丝儿 阅读(4522) 评论(0) 推荐(0)
摘要: function showLoading() { document.getElementById("over").style.display = "block"; document.getElementById("layout").style.display = "block"; } functio 阅读全文
posted @ 2020-04-15 09:16 铜丝儿 阅读(264) 评论(0) 推荐(0)
摘要: 1.改变列颜色 { title: '运单编号', field: 'waybillNumber', align: 'center', valign: 'middle', cellStyle: function (value, row, index) { if (row.focusMark == "0" 阅读全文
posted @ 2020-04-15 09:07 铜丝儿 阅读(7518) 评论(0) 推荐(0)
摘要: .table th, .table td { text-align: center; vertical-align: middle !important; } table { width: 100px; table-layout: fixed; /* 只有定义了表格的布局算法为fixed,下面td的 阅读全文
posted @ 2020-04-15 09:03 铜丝儿 阅读(3739) 评论(1) 推荐(0)
摘要: /*获取当前页面链接中的参数*/ function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).matc 阅读全文
posted @ 2020-04-13 11:54 铜丝儿 阅读(2033) 评论(0) 推荐(0)
摘要: /*随机获取颜色*/ function getRandomColor() { var r = Math.floor(Math.random() * 256); var g = Math.floor(Math.random() * 256); var b = Math.floor(Math.rando 阅读全文
posted @ 2020-04-13 11:49 铜丝儿 阅读(2011) 评论(0) 推荐(0)
摘要: 下载地址链接:https://pan.baidu.com/s/1UYYWGoKLJqN75tKP1p9OGg 提取码:f6bw 阅读全文
posted @ 2020-03-26 11:31 铜丝儿 阅读(196) 评论(0) 推荐(0)