From 3c4dca5268cc4d1aed38c8b7235e4b1a163b7153 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 23 四月 2022 22:16:54 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pack/pack.js                         |    2 
 src/main/java/com/zy/asrs/entity/param/CombParam.java          |    2 
 src/main/java/com/zy/asrs/utils/VersionUtils.java              |   16 ++++----
 src/main/webapp/static/js/orderDetl/orderDetl.js               |    2 
 src/main/webapp/static/js/order/out.js                         |    4 +-
 src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java    |    6 +-
 src/main/java/com/zy/asrs/entity/WrkDetl.java                  |    4 +-
 src/main/java/com/zy/asrs/entity/param/StockOutParam.java      |    2 
 src/main/webapp/static/js/adjDetl/adjDetl.js                   |    2 
 src/main/java/com/zy/asrs/entity/ViewWorkInBean.java           |    2 
 src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java  |    8 ++--
 src/main/webapp/static/js/common.js                            |    2 
 src/main/webapp/static/js/pakStore/pakStore.js                 |    2 
 src/main/webapp/views/pack/pack.html                           |    4 +-
 src/main/java/com/zy/asrs/entity/Pack.java                     |    8 ++--
 src/main/java/com/zy/asrs/entity/WrkDetlLog.java               |    4 +-
 src/main/java/com/zy/asrs/entity/param/FullStoreParam.java     |    2 
 src/main/java/com/zy/asrs/entity/OrderDetl.java                |    4 +-
 src/main/webapp/static/js/pakStore/stockAdjust.js              |    2 
 src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java         |    2 
 src/main/java/com/zy/common/model/TaskDto.java                 |    2 
 src/main/java/com/zy/asrs/entity/WaitPakinLog.java             |    2 
 src/main/java/com/zy/asrs/entity/WaitPakin.java                |    2 
 src/main/java/com/zy/asrs/entity/LocDetl.java                  |    4 +-
 src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java |    2 
 src/main/webapp/static/js/order/order.js                       |    4 +-
 src/main/webapp/views/order/out.html                           |    4 +-
 src/main/webapp/views/orderDetl/orderDetl.html                 |    4 +-
 src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java    |    2 
 src/main/java/com/zy/asrs/entity/AdjDetl.java                  |    6 +-
 30 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/AdjDetl.java b/src/main/java/com/zy/asrs/entity/AdjDetl.java
index 67bccb3..b9b0f9b 100644
--- a/src/main/java/com/zy/asrs/entity/AdjDetl.java
+++ b/src/main/java/com/zy/asrs/entity/AdjDetl.java
@@ -44,9 +44,9 @@
     private String matnr;
 
     /**
-     * 鎵瑰彿
+     * 搴忓垪鐮�
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     /**
@@ -147,7 +147,7 @@
     //    AdjDetl adjDetl = new AdjDetl(
 //            null,    // 搴撲綅鍙穂闈炵┖]
 //            null,    // 鐗╂枡缂栧彿[闈炵┖]
-//            null,    // 鎵瑰彿
+//            null,    // 搴忓垪鐮�
 //            null,    // 鍘熺鏁�
 //            null,    // 鍘熸暟閲�
 //            null,    // 鍘熼噸閲�
diff --git a/src/main/java/com/zy/asrs/entity/LocDetl.java b/src/main/java/com/zy/asrs/entity/LocDetl.java
index 0556824..ef2b85b 100644
--- a/src/main/java/com/zy/asrs/entity/LocDetl.java
+++ b/src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -43,8 +43,8 @@
     @ExcelProperty("鍟嗗搧鍚嶇О")
     private String maktx;
 
-    @ApiModelProperty(value= "鎵瑰彿")
-    @ExcelProperty("鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
+    @ExcelProperty("搴忓垪鐮�")
     private String batch;
 
     @ApiModelProperty(value= "鍗曟嵁缂栧彿")
diff --git a/src/main/java/com/zy/asrs/entity/OrderDetl.java b/src/main/java/com/zy/asrs/entity/OrderDetl.java
index 9f51f3c..8a2728c 100644
--- a/src/main/java/com/zy/asrs/entity/OrderDetl.java
+++ b/src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -74,9 +74,9 @@
     private String maktx;
 
     /**
-     * 鎵瑰彿
+     * 搴忓垪鐮�
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     /**
diff --git a/src/main/java/com/zy/asrs/entity/Pack.java b/src/main/java/com/zy/asrs/entity/Pack.java
index fa0eded..686c8bd 100644
--- a/src/main/java/com/zy/asrs/entity/Pack.java
+++ b/src/main/java/com/zy/asrs/entity/Pack.java
@@ -49,9 +49,9 @@
     private String matnr;
 
     /**
-     * 鎵瑰彿
+     * 搴忓垪鐮�
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     /**
@@ -61,7 +61,7 @@
     private Long settle;
 
     /**
-     * 鐘舵�� 1: 姝e父  0: 绂佺敤  
+     * 鐘舵�� 1: 姝e父  0: 绂佺敤
      */
     @ApiModelProperty(value= "鐘舵�� 1: 姝e父  0: 绂佺敤  ")
     private Integer status;
@@ -120,7 +120,7 @@
 //    Pack pack = new Pack(
 //            null,    // 鏉$爜[闈炵┖]
 //            null,    // 鍟嗗搧缂栧彿
-//            null,    // 鎵瑰彿
+//            null,    // 搴忓垪鐮�
 //            null,    // 璁㈠崟鐘舵��
 //            null,    // 鐘舵��
 //            null,    // 娣诲姞鏃堕棿
diff --git a/src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java b/src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
index 0a172e0..93815de 100644
--- a/src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
+++ b/src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
@@ -44,7 +44,7 @@
 	@ApiModelProperty(value= "鍟嗗搧鍚嶇О")
 	private String maktx;
 
-	@ApiModelProperty(value= "鎵瑰彿")
+	@ApiModelProperty(value= "搴忓垪鐮�")
 	private String batch;
 
 	@ApiModelProperty(value= "鍗曟嵁缂栧彿")
diff --git a/src/main/java/com/zy/asrs/entity/ViewWorkInBean.java b/src/main/java/com/zy/asrs/entity/ViewWorkInBean.java
index a4947ff..15a23ed 100644
--- a/src/main/java/com/zy/asrs/entity/ViewWorkInBean.java
+++ b/src/main/java/com/zy/asrs/entity/ViewWorkInBean.java
@@ -55,7 +55,7 @@
 	@ApiModelProperty(value= "鍟嗗搧鍚嶇О")
 	private String maktx;
 
-	@ApiModelProperty(value= "鎵瑰彿")
+	@ApiModelProperty(value= "搴忓垪鐮�")
 	private String batch;
 
 	@ApiModelProperty(value= "鍗曟嵁缂栧彿")
diff --git a/src/main/java/com/zy/asrs/entity/WaitPakin.java b/src/main/java/com/zy/asrs/entity/WaitPakin.java
index 21a45ed..78185ae 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakin.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -33,7 +33,7 @@
     @ApiModelProperty(value= "鍟嗗搧鍚嶇О")
     private String maktx;
 
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     @ApiModelProperty(value= "鍗曟嵁缂栧彿")
diff --git a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
index 2d0e335..34cade8 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
@@ -32,7 +32,7 @@
     @ApiModelProperty(value= "鍟嗗搧鍚嶇О")
     private String maktx;
 
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     @ApiModelProperty(value= "鍗曟嵁缂栧彿")
diff --git a/src/main/java/com/zy/asrs/entity/WrkDetl.java b/src/main/java/com/zy/asrs/entity/WrkDetl.java
index 349a127..39ea4d5 100644
--- a/src/main/java/com/zy/asrs/entity/WrkDetl.java
+++ b/src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -59,9 +59,9 @@
     private String maktx;
 
     /**
-     * 鎵瑰彿
+     * 搴忓垪鐮�
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     /**
diff --git a/src/main/java/com/zy/asrs/entity/WrkDetlLog.java b/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
index 0383b98..c3879d1 100644
--- a/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
@@ -58,9 +58,9 @@
     private String maktx;
 
     /**
-     * 鎵瑰彿
+     * 搴忓垪鐮�
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value= "搴忓垪鐮�")
     private String batch;
 
     /**
diff --git a/src/main/java/com/zy/asrs/entity/param/CombParam.java b/src/main/java/com/zy/asrs/entity/param/CombParam.java
index 1e5e90a..84a4927 100644
--- a/src/main/java/com/zy/asrs/entity/param/CombParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -24,7 +24,7 @@
         // 鐗╂枡缂栧彿
         private String matnr;
 
-        // 鎵瑰彿
+        // 搴忓垪鐮�
         private String batch;
 
         // 鐗╂枡鏁伴噺
diff --git a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
index 28474fa..674ae15 100644
--- a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
@@ -25,7 +25,7 @@
         // 鐗╂枡缂栧彿
         private String matnr;
 
-        // 鎵瑰彿
+        // 搴忓垪鐮�
         private String batch;
 
         // 鐗╂枡鏁伴噺
diff --git a/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java b/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
index fda07cf..381d7c2 100644
--- a/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
@@ -24,7 +24,7 @@
         // 鍟嗗搧缂栧彿
         private String matnr;
 
-        // 鎵瑰彿
+        // 搴忓垪鐮�
         private String batch;
 
         // 鍙樻洿鏁伴噺
diff --git a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
index b9502c4..331d3b0 100644
--- a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -25,7 +25,7 @@
         // 鍟嗗搧缂栧彿
         private String matnr;
 
-        // 鎵瑰彿
+        // 搴忓垪鐮�
         private String batch;
 
         // 鏁伴噺
diff --git a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
index 91e053b..4433bfe 100644
--- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -147,7 +147,7 @@
                 WaitPakin waitPakin = new WaitPakin();
                 waitPakin.sync(mat);
                 waitPakin.setOrderNo(order.getOrderNo());   // 鍗曟嵁缂栧彿
-                waitPakin.setBatch(detlDto.getBatch());     // 鎵瑰彿
+                waitPakin.setBatch(detlDto.getBatch());     // 搴忓垪鐮�
                 waitPakin.setZpallet(param.getBarcode());   // 鎵樼洏鐮�
                 waitPakin.setIoStatus("N");     // 鍏ュ嚭鐘舵��
                 waitPakin.setAnfme(detlDto.getAnfme());  // 鏁伴噺
@@ -199,7 +199,7 @@
                         // todo 鐩樼偣璁板綍銆佷繚瀛樿皟鏁磋褰�
                         // 淇敼鏄庣粏
                         if (!wrkDetlService.updateAnfme(wrkDetl1.getAnfme(), wrkMast.getWrkNo(), wrkDetl.getMatnr(), wrkDetl.getBatch())) {
-                            throw new CoolException(wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "鎵瑰彿淇敼鏁伴噺澶辫触");
+                            throw new CoolException(wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "搴忓垪鐮佷慨鏀规暟閲忓け璐�");
                         }
                     }
                     iterator.remove();
@@ -212,7 +212,7 @@
         for (WrkDetl wrkDetl : wrkDetls) {
             // todo 鐩樼偣璁板綍銆佷繚瀛樿皟鏁磋褰�
             if (!wrkDetlService.updateAnfme(-1.0D, wrkMast.getWrkNo(), wrkDetl.getMatnr(), wrkDetl.getBatch())) {
-                throw new CoolException("鍒犻櫎" + wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "鎵瑰彿浠诲姟鏄庣粏澶辫触");
+                throw new CoolException("鍒犻櫎" + wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "搴忓垪鐮佷换鍔℃槑缁嗗け璐�");
             }
         }
 
@@ -229,7 +229,7 @@
             wrkDetl.setAppeTime(now);
             wrkDetl.setAppeUser(userId);
             if (!wrkDetlService.insert(wrkDetl)) {
-                throw new CoolException("娣诲姞" + wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "鎵瑰彿浠诲姟鏄庣粏澶辫触");
+                throw new CoolException("娣诲姞" + wrkMast.getWrkNo() + "鐩樼偣浠诲姟锛�" + wrkDetl.getMatnr() + "鍟嗗搧锛�" + wrkDetl.getBatch() + "搴忓垪鐮佷换鍔℃槑缁嗗け璐�");
             }
         }
 
diff --git a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
index c3c53c9..d593df9 100644
--- a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -338,7 +338,7 @@
         pack = new Pack(
                 param.getBarcode(),    // 鏉$爜[闈炵┖]
                 analyse.getMatnr(),    // 鍟嗗搧缂栧彿
-                analyse.getBarcode(),    // 鎵瑰彿
+                analyse.getBarcode(),    // 搴忓垪鐮�
                 1L,    // 璁㈠崟鐘舵��
                 1,    // 鐘舵��
                 now,    // 娣诲姞鏃堕棿
diff --git a/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
index 79107f4..e139641 100644
--- a/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -612,7 +612,7 @@
                         // todo 鐩樼偣璁板綍
                         // 淇敼搴撳瓨
                         if (!locDetlService.updateAnfme(adjust.getCount(), locDetl.getLocNo(), locDetl.getMatnr(), locDetl.getBatch())) {
-                            throw new CoolException(locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "鎵瑰彿淇敼鏁伴噺澶辫触");
+                            throw new CoolException(locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "搴忓垪鐮佷慨鏀规暟閲忓け璐�");
                         }
                         // 淇濆瓨璋冩暣璁板綍
                         AdjDetl adjDetl = new AdjDetl();
@@ -637,7 +637,7 @@
         for (LocDetl locDetl : locDetls) {
             // todo 鐩樼偣璁板綍
             if (!locDetlService.updateAnfme(-1.0D, locDetl.getLocNo(), locDetl.getMatnr(), locDetl.getBatch())) {
-                throw new CoolException("鍒犻櫎" + locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "鎵瑰彿搴撳瓨鏄庣粏澶辫触");
+                throw new CoolException("鍒犻櫎" + locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "搴忓垪鐮佸簱瀛樻槑缁嗗け璐�");
             }
             // 淇濆瓨璋冩暣璁板綍
             AdjDetl adjDetl = new AdjDetl();
@@ -667,7 +667,7 @@
             locDetl.setAppeUser(userId);
             locDetl.setAppeTime(now);
             if (!locDetlService.insert(locDetl)) {
-                throw new CoolException("娣诲姞" + locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "鎵瑰彿搴撳瓨鏄庣粏澶辫触");
+                throw new CoolException("娣诲姞" + locDetl.getLocNo() + "搴撲綅锛�" + locDetl.getMatnr() + "鍟嗗搧锛�" + locDetl.getBatch() + "搴忓垪鐮佸簱瀛樻槑缁嗗け璐�");
             }
             // 淇濆瓨璋冩暣璁板綍
             AdjDetl adjDetl = new AdjDetl();
diff --git a/src/main/java/com/zy/asrs/utils/VersionUtils.java b/src/main/java/com/zy/asrs/utils/VersionUtils.java
index 346299c..b61bfb3 100644
--- a/src/main/java/com/zy/asrs/utils/VersionUtils.java
+++ b/src/main/java/com/zy/asrs/utils/VersionUtils.java
@@ -17,7 +17,7 @@
 //        wrkDetl.setLgnum(matCode.getStr2()); // 瑙勬牸
 //        wrkDetl.setType(matCode.getStr5()); // 鍨嬪彿
 //        wrkDetl.setColor(matCode.getBarcode()); // 鏉$爜
-//        wrkDetl.setSupplier(matCode.getStr6()); // 鎵瑰彿
+//        wrkDetl.setSupplier(matCode.getStr6()); // 搴忓垪鐮�
 //        wrkDetl.setWarehouse(matCode.getStr7()); // 鍗曟嵁缂栧彿
 //        wrkDetl.setBrand(matCode.getStr3()); // 鍝侀」鏁�
 //        wrkDetl.setAltme(matCode.getStr1()); // 鍗曚綅
@@ -32,7 +32,7 @@
 //        wrkDetl.setLgnum(locDetl.getLgnum()); // 瑙勬牸
 //        wrkDetl.setType(locDetl.getType()); // 鍨嬪彿
 //        wrkDetl.setColor(locDetl.getColor()); // 鏉$爜
-//        wrkDetl.setSupplier(locDetl.getSupplier()); // 鎵瑰彿
+//        wrkDetl.setSupplier(locDetl.getSupplier()); // 搴忓垪鐮�
 //        wrkDetl.setWarehouse(locDetl.getWarehouse()); // 鍗曟嵁缂栧彿
 //        wrkDetl.setBrand(locDetl.getBrand()); // 鍝侀」鏁�
 //        wrkDetl.setAltme(locDetl.getAltme()); // 鍗曚綅
@@ -46,7 +46,7 @@
 //        locDetl.setLgnum(matCode.getStr2()); // 瑙勬牸
 //        locDetl.setType(matCode.getStr5()); // 鍨嬪彿
 //        locDetl.setColor(matCode.getBarcode()); // 鏉$爜
-//        locDetl.setSupplier(matCode.getStr6()); // 鎵瑰彿
+//        locDetl.setSupplier(matCode.getStr6()); // 搴忓垪鐮�
 //        locDetl.setWarehouse(matCode.getStr7()); // 鍗曟嵁缂栧彿
 //        locDetl.setBrand(matCode.getStr3()); // 鍝侀」鏁�
 //        locDetl.setAltme(matCode.getStr1()); // 鍗曚綅
@@ -61,7 +61,7 @@
 //        locDetl.setLgnum(wrkDetl.getLgnum()); // 瑙勬牸
 //        locDetl.setType(wrkDetl.getType()); // 鍨嬪彿
 //        locDetl.setColor(wrkDetl.getColor()); // 鏉$爜
-//        locDetl.setSupplier(wrkDetl.getSupplier()); // 鎵瑰彿
+//        locDetl.setSupplier(wrkDetl.getSupplier()); // 搴忓垪鐮�
 //        locDetl.setWarehouse(wrkDetl.getWarehouse()); // 鍗曟嵁缂栧彿
 //        locDetl.setBrand(wrkDetl.getBrand()); // 鍝侀」鏁�
 //        locDetl.setAltme(wrkDetl.getAltme()); // 鍗曚綅
@@ -75,7 +75,7 @@
 //        waitPakIn.setLgnum(matCode.getStr2()); // 瑙勬牸
 //        waitPakIn.setType(matCode.getStr5()); // 鍨嬪彿
 //        waitPakIn.setColor(matCode.getBarcode()); // 鏉$爜
-//        waitPakIn.setSupplier(matCode.getStr6()); // 鎵瑰彿
+//        waitPakIn.setSupplier(matCode.getStr6()); // 搴忓垪鐮�
 //        waitPakIn.setWarehouse(matCode.getStr7()); // 鍗曟嵁缂栧彿
 //        waitPakIn.setBrand(matCode.getStr3()); // 鍝侀」鏁�
 //        waitPakIn.setAltme(matCode.getStr1()); // 鍗曚綅
@@ -86,7 +86,7 @@
 //        orderDetl.setMatnr(matCode.getMatNo()); // 鐗╂枡缂栧彿
 //        orderDetl.setMaktx(matCode.getMatName()); // 鐗╂枡鎻忚堪
 //        orderDetl.setSpecs(matCode.getStr2()); // 瑙勬牸
-//        orderDetl.setSupplier(matCode.getStr6()); // 鎵瑰彿
+//        orderDetl.setSupplier(matCode.getStr6()); // 搴忓垪鐮�
 //    }
 //
 //    public static void setWaitPakIn(WaitPakin waitPakIn, OrderDetl orderDetl) {
@@ -96,7 +96,7 @@
 //        waitPakIn.setOrderNo(orderDetl.getOrderNo());
 //        waitPakIn.setLgnum(orderDetl.getSpecs()); // 瑙勬牸
 //        waitPakIn.setType(orderDetl.getModel()); // 鍨嬪彿
-//        waitPakIn.setSupplier(orderDetl.getSupplier()); // 鎵瑰彿
+//        waitPakIn.setSupplier(orderDetl.getSupplier()); // 搴忓垪鐮�
 //        waitPakIn.setAltme(orderDetl.getUnit()); // 鍗曚綅
 //    }
 //
@@ -107,7 +107,7 @@
 //        wrkDetl.setOrderNo(orderDetl.getOrderNo());
 //        wrkDetl.setLgnum(orderDetl.getSpecs()); // 瑙勬牸
 //        wrkDetl.setType(orderDetl.getModel()); // 鍨嬪彿
-//        wrkDetl.setSupplier(orderDetl.getSupplier()); // 鎵瑰彿
+//        wrkDetl.setSupplier(orderDetl.getSupplier()); // 搴忓垪鐮�
 //        wrkDetl.setAltme(orderDetl.getUnit()); // 鍗曚綅
 //    }
 
diff --git a/src/main/java/com/zy/common/model/TaskDto.java b/src/main/java/com/zy/common/model/TaskDto.java
index 63ea7b4..4ba8064 100644
--- a/src/main/java/com/zy/common/model/TaskDto.java
+++ b/src/main/java/com/zy/common/model/TaskDto.java
@@ -68,7 +68,7 @@
     }
 
     public boolean isAll(){
-        // 姹囨�讳笉鑰冭檻鎵瑰彿
+        // 姹囨�讳笉鑰冭檻搴忓垪鐮�
         List<DetlDto> detlDtos = new ArrayList<>();
         for (LocDto locDto : this.getLocDtos()) {
             DetlDto dto = new DetlDto(locDto.getMatnr(), locDto.getBatch(), locDto.getAnfme());
diff --git a/src/main/webapp/static/js/adjDetl/adjDetl.js b/src/main/webapp/static/js/adjDetl/adjDetl.js
index cf5c1f8..eea03f1 100644
--- a/src/main/webapp/static/js/adjDetl/adjDetl.js
+++ b/src/main/webapp/static/js/adjDetl/adjDetl.js
@@ -23,7 +23,7 @@
 //             {field: 'adjId', align: 'center',title: '搴忓彿'}
             {field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
-            ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
+            ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
             // ,{field: 'oriCtns', align: 'center',title: '鍘熺鏁�'}
             ,{field: 'oriQty', align: 'center',title: '鍘熸暟閲�'}
             // ,{field: 'oriWt', align: 'center',title: '鍘熼噸閲�'}
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 5c805ef..48bb483 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -214,7 +214,7 @@
     {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
     ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
     ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false}
-    ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
+    ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
     ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
     ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
 
diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index a9ad474..d93bbe8 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -100,7 +100,7 @@
                             {type: 'numbers'},
                             {field: 'matnr', title: '鍟嗗搧缂栫爜'},
                             {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 160},
-                            {field: 'batch', title: '鎵瑰彿'},
+                            {field: 'batch', title: '搴忓垪鐮�'},
                             {field: 'anfme', title: '鏁伴噺'},
                             {field: 'qty', title: '浣滀笟鏁伴噺', style: 'font-weight: bold'},
                             {field: 'unit', title: '鍗曚綅'},
@@ -207,7 +207,7 @@
                         {type: 'numbers', title: '#'},
                         {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160},
                         {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 200},
-                        {field: 'batch', title: '鎵瑰彿', edit: true},
+                        {field: 'batch', title: '搴忓垪鐮�', edit: true},
                         {field: 'specs', title: '瑙勬牸'},
                         {field: 'anfme', title: '鏁伴噺(淇敼)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},
                         // {field: 'inQty', title: '宸插叆搴撻噺',  minWidth: 100, width: 100},
diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index 3a1c253..ad35a65 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -32,7 +32,7 @@
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', width: 160}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200}
-            ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
+            ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
             ,{field: 'specs', align: 'center',title: '瑙勬牸'}
             // ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
             // ,{field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', style: 'font-weight: bold'}
@@ -154,7 +154,7 @@
                                     // {type: 'checkbox', merge: ['orderNo']},
                                     {field: 'orderNo', title: '鍗曟嵁缂栧彿', merge: true, align: 'center'},
                                     {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350},
-                                    {field: 'batch', title: '鎵瑰彿', align: 'center'},
+                                    {field: 'batch', title: '搴忓垪鐮�', align: 'center'},
                                     {field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
                                     {field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'},
                                     {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'},
diff --git a/src/main/webapp/static/js/orderDetl/orderDetl.js b/src/main/webapp/static/js/orderDetl/orderDetl.js
index caef270..c86b5e2 100644
--- a/src/main/webapp/static/js/orderDetl/orderDetl.js
+++ b/src/main/webapp/static/js/orderDetl/orderDetl.js
@@ -30,7 +30,7 @@
             ,{field: 'name', align: 'center',title: '鍚嶇О'}
             ,{field: 'specs', align: 'center',title: '瑙勬牸'}
             ,{field: 'model', align: 'center',title: '鍨嬪彿'}
-            ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
+            ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
             ,{field: 'unit', align: 'center',title: '鍗曚綅'}
             ,{field: 'barcode', align: 'center',title: '鍟嗗搧鏉$爜'}
             ,{field: 'supplier', align: 'center',title: '渚涘簲鍟�'}
diff --git a/src/main/webapp/static/js/pack/pack.js b/src/main/webapp/static/js/pack/pack.js
index 7236aae..4780364 100644
--- a/src/main/webapp/static/js/pack/pack.js
+++ b/src/main/webapp/static/js/pack/pack.js
@@ -25,7 +25,7 @@
             // ,{field: 'id', align: 'center',title: 'ID'}
             ,{field: 'barcode',title: '鏉$爜'}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', minWidth: 250, width: 250}
-            ,{field: 'batch', align: 'center',title: '鎵瑰彿', hide: true}
+            ,{field: 'batch', align: 'center',title: '搴忓垪鐮�', hide: true}
             ,{field: 'settle$', align: 'center',title: '鐘舵��', templet: '#settleTpl',  minWidth: 160, width: 160}
             // ,{field: 'status$', align: 'center',title: '鐘舵��'}
             // ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}
diff --git a/src/main/webapp/static/js/pakStore/pakStore.js b/src/main/webapp/static/js/pakStore/pakStore.js
index e782a84..dd0f6cb 100644
--- a/src/main/webapp/static/js/pakStore/pakStore.js
+++ b/src/main/webapp/static/js/pakStore/pakStore.js
@@ -4,7 +4,7 @@
 function getCol() {
     var cols = [
         {fixed: 'left', field: 'anfme', title: '鏁伴噺锛堝繀濉級', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
-        {field: 'batch', title: '鎵瑰彿锛堥�夊~锛�', align: 'center', edit:'text', width: 200,  style:'color: block;font-weight: bold'}
+        {field: 'batch', title: '搴忓垪鐮侊紙閫夊~锛�', align: 'center', edit:'text', width: 200,  style:'color: block;font-weight: bold'}
     ];
     cols.push.apply(cols, matCols);
     cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 80})
diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index 042a8b5..52d8db1 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -7,7 +7,7 @@
     var cols = [
         {fixed: 'left', field: 'count', title: '瀹為檯鏁伴噺', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
-        ,{field: 'batch', align: 'center',title: '鎵瑰彿锛堢紪杈戯級', edit: true, style: 'font-weight:bold'}
+        ,{field: 'batch', align: 'center',title: '搴忓垪鐮侊紙缂栬緫锛�', edit: true, style: 'font-weight:bold'}
     ];
     arrRemove(detlCols, "field", "anfme");
     arrRemove(detlCols, "field", "batch");
diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index f329d6f..551d937 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -107,9 +107,9 @@
                                 </div>
                             </div>
                             <div class="layui-inline">
-                                <label class="layui-form-label">鎵瑰彿:</label>
+                                <label class="layui-form-label">搴忓垪鐮�:</label>
                                 <div class="layui-input-inline">
-                                    <input name="batch" class="layui-input" placeholder="鎵瑰彿"/>
+                                    <input name="batch" class="layui-input" placeholder="搴忓垪鐮�"/>
                                 </div>
                             </div>
 <!--                            <div class="layui-inline">-->
diff --git a/src/main/webapp/views/orderDetl/orderDetl.html b/src/main/webapp/views/orderDetl/orderDetl.html
index 2f890dd..0bed06f 100644
--- a/src/main/webapp/views/orderDetl/orderDetl.html
+++ b/src/main/webapp/views/orderDetl/orderDetl.html
@@ -112,9 +112,9 @@
                     </div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label">鎵瑰彿: </label>
+                    <label class="layui-form-label">搴忓垪鐮�: </label>
                     <div class="layui-input-block">
-                        <input class="layui-input" name="batch" placeholder="璇疯緭鍏ユ壒鍙�">
+                        <input class="layui-input" name="batch" placeholder="璇疯緭鍏ュ簭鍒楃爜">
                     </div>
                 </div>
                 <div class="layui-form-item">
diff --git a/src/main/webapp/views/pack/pack.html b/src/main/webapp/views/pack/pack.html
index 5ddf84f..a8f1c75 100644
--- a/src/main/webapp/views/pack/pack.html
+++ b/src/main/webapp/views/pack/pack.html
@@ -93,9 +93,9 @@
                     </div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label">鎵瑰彿: </label>
+                    <label class="layui-form-label">搴忓垪鐮�: </label>
                     <div class="layui-input-block">
-                        <input class="layui-input" name="batch" placeholder="璇疯緭鍏ユ壒鍙�">
+                        <input class="layui-input" name="batch" placeholder="璇疯緭鍏ュ簭鍒楃爜">
                     </div>
                 </div>
                 <div class="layui-form-item">

--
Gitblit v1.9.1