From f8a9a448ae7e2e075ed5b37e3edce64b713c6bd2 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 15 三月 2021 10:38:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/custOrder/custOrder.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js index 90bcf04..6ea3339 100644 --- a/src/main/webapp/static/js/custOrder/custOrder.js +++ b/src/main/webapp/static/js/custOrder/custOrder.js @@ -74,6 +74,7 @@ top.location.href = baseUrl+"/"; } pageCurr=curr; + tableX.merges('custOrder', [1, 11]); limit(); form.on('checkbox(tableCheckbox)', function (data) { var _index = $(data.elem).attr('table-index')||0; @@ -207,6 +208,7 @@ // ,area: ['800px','450px'] ,area: '800px' ,shade: 0.5 + ,shadeClose: true ,id: 'LAY_layuipro' ,btn: ['绔嬪嵆鐢熸垚', '绋嶅悗澶勭悊'] ,btnAlign: 'c' @@ -219,7 +221,7 @@ page: true, cellMinWidth: 100, // ,width: admin.screen() > 1 ? 892 : '' - height: 332, + height: 432, cols: [[ {field: 'title', title: '鍟嗗搧', align: 'center'}, {field: 'anfme', title: '鎬绘暟閲�', align: 'center', style: 'font-weight: bold', width: 80}, -- Gitblit v1.9.1