From 7172b5a4db6cf3202566a85f5dbb92bb117aa659 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 17 六月 2020 13:49:14 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/basDevp/basDevp.js |    7 ++++++-
 1 files changed, 6 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..9d60063 100644
--- a/src/main/webapp/static/js/basDevp/basDevp.js
+++ b/src/main/webapp/static/js/basDevp/basDevp.js
@@ -74,7 +74,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 +130,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