From ef19ce2bc384c00b590ebdbd4e8c14ebfa9f0188 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 24 十月 2024 14:49:14 +0800
Subject: [PATCH] 去掉日志打印

---
 src/main/webapp/static/js/matTurn/matTurn.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/matTurn/matTurn.js b/src/main/webapp/static/js/matTurn/matTurn.js
index 906f369..60ca431 100644
--- a/src/main/webapp/static/js/matTurn/matTurn.js
+++ b/src/main/webapp/static/js/matTurn/matTurn.js
@@ -5,13 +5,13 @@
         {
             field: 'matnr',
             align: 'center',
-            title: '鍝佸彿',
+            title: '瑙勬牸',
             edit: 'text',
             width: 130,
             style: 'color: blue;font-weight: bold'
         }
         , {field: 'maktx', align: 'center', title: '鍝佸悕'}
-        , {field: 'specs', align: 'center', title: '鍝佸悕'}
+        , {field: 'specs', align: 'center', title: '鎺ュご'}
     ];
 }
 
@@ -51,7 +51,7 @@
                 } else {
                     var staNo = $("#staNoSelect").val();
                     if (staNo === "" || staNo === null){
-                        layer.msg("璇烽�夋嫨鐩爣鍝佸彿", {icon: 2});
+                        layer.msg("璇烽�夋嫨鐩爣瑙勬牸", {icon: 2});
                         return;
                     }
                     let param = {

--
Gitblit v1.9.1