From 33cbf43ad1d22318a8c9798c46d43f9ddefb6bf5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 15 九月 2020 13:29:34 +0800
Subject: [PATCH] #修改物料结构

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

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index cb4e143..8a429d3 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -48,7 +48,7 @@
                     return;
                 }
                 if (matCodeData.length === 0) {
-                    layer.msg("璇峰厛娣诲姞鐗╂枡");
+                    layer.msg("璇峰厛娣诲姞浜у搧");
                     return;
                 }
                 for (var i=0;i<matCodeData.length;i++){
@@ -194,7 +194,7 @@
     }
 })
 
-// 鎻愬彇鐗╂枡
+// 鎻愬彇浜у搧
 var matCodeLayerIdx;
 function getMat() {
     if (isEmpty(currLocNo)) {
@@ -204,7 +204,7 @@
     }
     matCodeLayerIdx = layer.open({
         type: 2,
-        title: '鎻愬彇鐗╂枡',
+        title: '鎻愬彇浜у搧',
         maxmin: true,
         area: [top.detailWidth, top.detailHeight],
         shadeClose: true,

--
Gitblit v1.9.1