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 ++++++-
src/main/resources/application.yml | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 01492c8..21d6631 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -26,8 +26,8 @@
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
- global-config:
- field-strategy: 0
+# global-config:
+# field-strategy: 0
logging:
path: /stock/out/logs
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