From 0b83d075e78acfded07fafe8da133376b2260ef6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 18 六月 2020 10:26:16 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/basDevp/basDevp.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/basDevp/basDevp.js b/src/main/webapp/static/js/basDevp/basDevp.js index 2c9349a..956b112 100644 --- a/src/main/webapp/static/js/basDevp/basDevp.js +++ b/src/main/webapp/static/js/basDevp/basDevp.js @@ -13,6 +13,7 @@ url: baseUrl+'/basDevp/list/auth', page: true, limit: 16, + limits: [16, 30, 50, 100, 200, 500], even: true, toolbar: '#toolbar', cellMinWidth: 50, @@ -74,7 +75,7 @@ html += ">"; return html; }} - ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', edit: true} + ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', edit: true, style:'color: blue;font-weight: bold'} // ,{field: 'wrkNo1', align: 'center',title: ''} ,{field: 'ctnType', align: 'center',title: '瀹瑰櫒绫诲瀷'} ,{field: 'barcode', align: 'center',title: '鏉″舰鐮�'} @@ -130,6 +131,11 @@ // 椤甸潰淇敼 table.on('edit(basDevp)', function (obj) { + if (isNaN(obj.value)) { + layer.msg("璇疯緭鍏ユ暟瀛�"); + tableReload(); + return; + } console.log(obj); $.ajax({ url: baseUrl+"/basDevp/update/auth", -- Gitblit v1.9.1