From b5fa899c46b54a7f7c447d7d8d7ba0c440415204 Mon Sep 17 00:00:00 2001
From: lsh <1>
Date: 星期三, 24 一月 2024 17:21:18 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pack/pack.js                      |    2 
 src/main/webapp/views/pda/stockIn.html                      |    2 
 src/main/webapp/static/js/wrkDetlSingle/wrkDetlSingle.js    |   13 +-
 src/main/webapp/static/js/saas/locDetl.js                   |    9 +
 src/main/webapp/views/pda/comb.html                         |    2 
 src/main/webapp/static/js/wrkMast/wrkMast.js                |    2 
 src/main/webapp/static/js/stoMan/stoQue.js                  |    2 
 src/main/webapp/static/js/orderDetl/orderDetl.js            |    6 
 src/main/java/com/zy/asrs/entity/WrkDetlSingle.java         |   11 ++
 src/main/webapp/static/js/locCheck/locCheck.js              |    2 
 src/main/webapp/static/js/matTurn/matTurn.js                |    6 
 src/main/webapp/views/matTurn/turnOverQuery.html            |    4 
 src/main/java/com/zy/asrs/entity/RgvOneSign.java            |    3 
 src/main/java/com/zy/asrs/task/WrkMastStaInItScheduler.java |   10 ++
 src/main/webapp/static/js/order/out.js                      |   17 +-
 src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java |    2 
 src/main/webapp/views/pda/stockOut.html                     |    2 
 src/main/java/com/zy/asrs/entity/WrkDetl.java               |   11 ++
 src/main/webapp/static/js/adjDetl/adjDetl.js                |    4 
 src/main/webapp/static/js/common.js                         |   22 ++--
 src/main/webapp/static/js/errorWrkMast/errorWrkMast.js      |    2 
 src/main/webapp/static/js/report/workCountIn.js             |    2 
 src/main/webapp/static/js/pakStore/stockOutOrder.js         |    2 
 src/main/java/com/zy/asrs/entity/WrkDetlLog.java            |   11 ++
 src/main/webapp/static/js/report/workCountOut.js            |    2 
 src/main/java/com/zy/asrs/entity/OrderDetl.java             |   11 ++
 src/main/webapp/static/js/locDetlStatis/locDetlStatis.js    |    2 
 src/main/webapp/static/js/saasLog/saasLog.js                |    2 
 src/main/webapp/static/js/manLocDetl/manLocDetl.js          |    9 +
 src/main/webapp/views/report/viewWorkIn.html                |   12 +-
 src/main/webapp/static/js/pakStore/stockOut.js              |    2 
 src/main/webapp/static/js/locDetl/locDetl.js                |   11 +-
 src/main/java/com/zy/asrs/entity/WaitPakinLog.java          |   12 ++
 src/main/java/com/zy/asrs/entity/WaitPakin.java             |   12 ++
 src/main/java/com/zy/asrs/entity/LocDetl.java               |   11 ++
 src/main/webapp/static/js/handWrkMast/handWrkMast.js        |    2 
 src/main/webapp/static/js/order/order.js                    |   21 ++--
 37 files changed, 178 insertions(+), 80 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/LocDetl.java b/src/main/java/com/zy/asrs/entity/LocDetl.java
index 263283d..13ad69c 100644
--- a/src/main/java/com/zy/asrs/entity/LocDetl.java
+++ b/src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -4,8 +4,10 @@
 import com.alibaba.excel.annotation.ExcelProperty;
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.asrs.service.LocMastService;
 import com.zy.common.utils.Synchro;
 import com.zy.system.entity.User;
@@ -233,6 +235,15 @@
         return null;
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
     public String getModiTime$(){
         if (Cools.isEmpty(this.modiTime)){
             return "";
diff --git a/src/main/java/com/zy/asrs/entity/OrderDetl.java b/src/main/java/com/zy/asrs/entity/OrderDetl.java
index 810a74b..4af7c47 100644
--- a/src/main/java/com/zy/asrs/entity/OrderDetl.java
+++ b/src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -4,8 +4,10 @@
 import com.baomidou.mybatisplus.annotations.TableId;
 import com.baomidou.mybatisplus.annotations.TableName;
 import com.baomidou.mybatisplus.enums.IdType;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.asrs.service.OrderService;
 import com.zy.common.utils.Synchro;
 import com.zy.system.entity.User;
@@ -491,4 +493,13 @@
         Synchro.Copy(source, this);
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
 }
\ No newline at end of file
diff --git a/src/main/java/com/zy/asrs/entity/RgvOneSign.java b/src/main/java/com/zy/asrs/entity/RgvOneSign.java
index 9e3fe2e..103224e 100644
--- a/src/main/java/com/zy/asrs/entity/RgvOneSign.java
+++ b/src/main/java/com/zy/asrs/entity/RgvOneSign.java
@@ -23,7 +23,8 @@
     private Long id;
 
     /**
-     * 鍐呭
+     * //0:榛樿 鍙犳弧鑷姩鍏ュ簱
+     * //1锛氶��搴撴ā寮�
      */
     @ApiModelProperty(value= "1妤兼爣璁�")
     @TableField("rgv_one_sign")
diff --git a/src/main/java/com/zy/asrs/entity/WaitPakin.java b/src/main/java/com/zy/asrs/entity/WaitPakin.java
index 000f169..09db67c 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakin.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -2,7 +2,10 @@
 
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
+import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.common.utils.Synchro;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -238,4 +241,13 @@
     public void sync(Object source) {
         Synchro.Copy(source, this);
     }
+
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
 }
diff --git a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
index 5bbd57a..d595ef3 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
@@ -2,7 +2,10 @@
 
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
+import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
@@ -222,4 +225,13 @@
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
 }
diff --git a/src/main/java/com/zy/asrs/entity/WrkDetl.java b/src/main/java/com/zy/asrs/entity/WrkDetl.java
index 7959e9f..926771d 100644
--- a/src/main/java/com/zy/asrs/entity/WrkDetl.java
+++ b/src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -2,8 +2,10 @@
 
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.common.utils.Synchro;
 import com.zy.system.entity.User;
 import com.zy.system.service.UserService;
@@ -386,6 +388,15 @@
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
     public void sync(Object source) {
         Synchro.Copy(source, this);
     }
diff --git a/src/main/java/com/zy/asrs/entity/WrkDetlLog.java b/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
index dee06d6..59300aa 100644
--- a/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkDetlLog.java
@@ -2,8 +2,10 @@
 
 import com.baomidou.mybatisplus.annotations.TableField;
 import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.system.entity.User;
 import com.zy.system.service.UserService;
 import io.swagger.annotations.ApiModelProperty;
@@ -384,5 +386,14 @@
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
 
 }
diff --git a/src/main/java/com/zy/asrs/entity/WrkDetlSingle.java b/src/main/java/com/zy/asrs/entity/WrkDetlSingle.java
index db72854..d06995c 100644
--- a/src/main/java/com/zy/asrs/entity/WrkDetlSingle.java
+++ b/src/main/java/com/zy/asrs/entity/WrkDetlSingle.java
@@ -1,9 +1,11 @@
 package com.zy.asrs.entity;
 
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableField;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 
+import com.zy.asrs.service.BasBoxTypeService;
 import com.zy.common.utils.Synchro;
 import org.springframework.format.annotation.DateTimeFormat;
 import com.core.common.SpringUtils;
@@ -465,5 +467,14 @@
         Synchro.Copy(source, this);
     }
 
+    public String getBrand$(){
+        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
+        if (!Cools.isEmpty(basBoxType)){
+            return String.valueOf(basBoxType.getBoxSpecs());
+        }
+        return null;
+    }
+
 
 }
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 5ac75fc..fe9aaf9 100644
--- a/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -1247,7 +1247,7 @@
         }
         List<LocDetl> locDetls = locDetlService.selectList(new EntityWrapper<LocDetl>().eq("matnr", param.getLocDetls().get(0).getMatnr()));
         if (Cools.isEmpty(locDetls) || locDetls.size()<1){
-            throw new CoolException("寰呬慨鏀瑰晢鍝佹棤搴撳瓨锛屾棤闇�淇敼锛�  鍝佸彿锛�"+param.getLocDetls().get(0).getMatnr());
+            throw new CoolException("寰呬慨鏀瑰晢鍝佹棤搴撳瓨锛屾棤闇�淇敼锛�  瑙勬牸锛�"+param.getLocDetls().get(0).getMatnr());
         }
         try {
             locDetlService.updateMatTurn(param.getLocDetls().get(0).getMatnr(),mat.getMatnr());
diff --git a/src/main/java/com/zy/asrs/task/WrkMastStaInItScheduler.java b/src/main/java/com/zy/asrs/task/WrkMastStaInItScheduler.java
index df199ef..75f8e67 100644
--- a/src/main/java/com/zy/asrs/task/WrkMastStaInItScheduler.java
+++ b/src/main/java/com/zy/asrs/task/WrkMastStaInItScheduler.java
@@ -3,9 +3,11 @@
 import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.zy.asrs.entity.BasDevp;
+import com.zy.asrs.entity.RgvOneSign;
 import com.zy.asrs.entity.WrkMast;
 import com.zy.asrs.entity.WrkMastSta;
 import com.zy.asrs.service.BasDevpService;
+import com.zy.asrs.service.RgvOneSignService;
 import com.zy.asrs.service.WrkMastService;
 import com.zy.asrs.task.core.ReturnT;
 import com.zy.asrs.task.handler.WrkMastStaInItHandler;
@@ -29,6 +31,8 @@
     private BasDevpService basDevpService;
     @Autowired
     private WrkMastService wrkMastService;
+    @Autowired
+    private RgvOneSignService rgvOneSignService;
 
 
     public static final List<Integer> STA_WORK_CU = new ArrayList<Integer>() {{
@@ -57,6 +61,12 @@
                 if (wrkMast.getWrkSts()!=14 && wrkMast.getWrkSts()!=15){
                     continue;
                 }
+//                if (wrkMast.getStaNo()==118 || wrkMast.getStaNo()==119){
+//                    RgvOneSign rgvOneSign = rgvOneSignService.selectOne(new EntityWrapper<RgvOneSign>().eq("rgv_one_type","oneSign"));
+//                    if (rgvOneSign.getRgvOneSign()==1){
+//                        continue;
+//                    }
+//                }
                 boolean wrkTypeSign = fullKM(wrkMast);
                 if (!Cools.isEmpty(wrkMast)){
                     if (wrkTypeSign) {
diff --git a/src/main/webapp/static/js/adjDetl/adjDetl.js b/src/main/webapp/static/js/adjDetl/adjDetl.js
index 79d96a7..443bf04 100644
--- a/src/main/webapp/static/js/adjDetl/adjDetl.js
+++ b/src/main/webapp/static/js/adjDetl/adjDetl.js
@@ -22,8 +22,8 @@
 //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
 //             {field: 'adjId', align: 'center',title: '搴忓彿'}
             {field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
-            ,{field: 'matnrOld', align: 'center',title: '鍘熷搧鍙�'}
-            ,{field: 'matnr', align: 'center',title: '褰撳墠鍝佸彿'}
+            ,{field: 'matnrOld', align: 'center',title: '鍘熻鏍�'}
+            ,{field: 'matnr', align: 'center',title: '褰撳墠瑙勬牸'}
             ,{field: 'batch', align: 'center',title: '绠卞彿'}
             // ,{field: 'oriCtns', align: 'center',title: '鍘熺鏁�'}
             ,{field: 'oriQty', align: 'center',title: '鍘熸暟閲�'}
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 72d4da5..64039c1 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -181,16 +181,17 @@
 }
 
 var matCols = [
-    {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿锛堝搧鍙凤級', width: 180}
+    {field: 'matnr', align: 'center',title: '瑙勬牸', width: 180}
     // {field: 'id', align: 'center',title: 'ID'}
     // ,{field: 'uuid', align: 'center',title: '缂栧彿'}
     // ,{field: 'tagId$', align: 'center',title: '鎵�灞炲綊绫�'}
     ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О锛堝搧鍚嶏級', width: 200}
     // ,{field: 'name', align: 'center',title: '鍒悕'}
-    ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-    ,{field: 'model', align: 'center',title: '浠g爜', hide: true}
+    ,{field: 'specs', align: 'center',title: '鎺ュご'}
+    ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
     ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
-    ,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
+    ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true}
+    ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false}
     ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: false}
     ,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
     ,{field: 'sku', align: 'center',title: '鏈ㄧ缂栫爜', hide: false}
@@ -222,16 +223,17 @@
 ]
 
 var detlCols = [
-    {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿锛堝搧鍙凤級', sort:true}
-    ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О锛堝搧鍚嶏級', sort:true}
+    {field: 'matnr', align: 'center',title: '瑙勬牸', sort:true}
+    ,{field: 'maktx', align: 'center',title: '鍝佸悕', sort:true}
     ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false}
     ,{field: 'batch', align: 'center',title: '绠卞彿', hide: false, sort:true}
-    ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false, sort:true}
-    ,{field: 'anfme', align: 'center',title: '鏈ㄧ涓摐绠旀暟閲�', hide: false, sort:true}
+    ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true, sort:true}
+    ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false, sort:true}
+    ,{field: 'anfme', align: 'center',title: '鏁伴噺', hide: false, sort:true}
     ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜', hide: false}
 
-    ,{field: 'specs', align: 'center',title: '瑙勬牸', hide: false}
-    ,{field: 'model', align: 'center',title: '鎵规', hide: false}
+    ,{field: 'specs', align: 'center',title: '鎺ュご', hide: false}
+    ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
     ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
     ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: false}
     ,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
diff --git a/src/main/webapp/static/js/errorWrkMast/errorWrkMast.js b/src/main/webapp/static/js/errorWrkMast/errorWrkMast.js
index bff82e3..1a51282 100644
--- a/src/main/webapp/static/js/errorWrkMast/errorWrkMast.js
+++ b/src/main/webapp/static/js/errorWrkMast/errorWrkMast.js
@@ -359,7 +359,7 @@
                 {type: 'checkbox'}
                 ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
                 ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
-                ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}
diff --git a/src/main/webapp/static/js/handWrkMast/handWrkMast.js b/src/main/webapp/static/js/handWrkMast/handWrkMast.js
index 686640d..0a778f2 100644
--- a/src/main/webapp/static/js/handWrkMast/handWrkMast.js
+++ b/src/main/webapp/static/js/handWrkMast/handWrkMast.js
@@ -355,7 +355,7 @@
                 {type: 'checkbox'}
                 ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
                 ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
-                ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}
diff --git a/src/main/webapp/static/js/locCheck/locCheck.js b/src/main/webapp/static/js/locCheck/locCheck.js
index 26a8ec1..e8a7f4f 100644
--- a/src/main/webapp/static/js/locCheck/locCheck.js
+++ b/src/main/webapp/static/js/locCheck/locCheck.js
@@ -24,7 +24,7 @@
             {type: 'checkbox', hide: true}
             , {field: 'id', align: 'center', title: '鍞竴ID', hide: true}
             , {field: 'locNo', align: 'center', title: '搴撲綅鍙�'}
-            , {field: 'matnr', align: 'center', title: '鐗╂枡鍙�'}
+            , {field: 'matnr', align: 'center', title: '瑙勬牸'}
             , {field: 'originAnfme', align: 'center', title: '鐩樼偣鍓嶆暟閲�'}
             , {field: 'type$', align: 'center', title: '鐘舵��'}
             , {field: 'realAnfme', align: 'center', title: '鐪熷疄鏁伴噺'}
diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index fd6f248..e829469 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -2,16 +2,17 @@
 function getCol() {
     var cols = [
         {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'},
-        {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
+        {field: 'matnr', align: 'center',title: '瑙勬牸', sort:true}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
         ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false}
         ,{field: 'batch', align: 'center',title: '绠卞彿', width: 300, sort:true}
-        ,{field: 'anfme', align: 'center',title: '鏈ㄧ涓摐绠旀暟閲�'}
+        ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
         ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
-        ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-        ,{field: 'model', align: 'center',title: '鎵瑰彿', hide: true}
+        ,{field: 'specs', align: 'center',title: '鎺ュご'}
+        ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
         ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
-        ,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
+        ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true}
+        ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false}
         ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
         ,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
         ,{field: 'sku', align: 'center',title: 'sku', hide: true}
diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index 433a8f1..15dee67 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -1,7 +1,7 @@
 var pageCurr;
 function getCol() {
     var cols = [
-        {field: 'anfme', align: 'center',title: '鏈ㄧ涓摐绠旀暟閲�', style: 'font-weight: bold'}
+        {field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'}
     ];
     arrRemove(detlCols, "field", "anfme")
     arrRemove(detlCols, "field", "zpallet")
diff --git a/src/main/webapp/static/js/manLocDetl/manLocDetl.js b/src/main/webapp/static/js/manLocDetl/manLocDetl.js
index 5f9f992..89b8ed2 100644
--- a/src/main/webapp/static/js/manLocDetl/manLocDetl.js
+++ b/src/main/webapp/static/js/manLocDetl/manLocDetl.js
@@ -2,16 +2,17 @@
 function getCol() {
     var cols = [
         {field: 'locNo', align: 'center',title: '搴撲綅鍙�'},
-        {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
+        {field: 'matnr', align: 'center',title: '瑙勬牸', sort:true}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
         ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false}
         ,{field: 'batch', align: 'center',title: '绠卞彿', width: 300, sort:true}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
         //,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
-        ,{field: 'specs', align: 'center',title: '閰嶇疆'}
-        ,{field: 'model', align: 'center',title: '浠g爜', hide: true}
+        ,{field: 'specs', align: 'center',title: '鎺ュご'}
+        ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
         ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
-        ,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
+        ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true}
+        ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false}
         ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
         ,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
         ,{field: 'sku', align: 'center',title: '鏈ㄧ缂栫爜', hide: false}
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 = {
diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index c00e96f..532fc96 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -245,10 +245,10 @@
                         cellMinWidth: 100,
                         cols: [[
                             {type: 'numbers'},
-                            {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160},
+                            {field: 'matnr', title: '瑙勬牸', width: 160},
                             {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 160},
                             {field: 'batch', title: '绠卞彿'},
-                            {field: 'anfme', title: '鏈ㄧ涓摐绠旀暟閲�'},
+                            {field: 'anfme', title: '鏁伴噺'},
                             // {field: 'workQty', title: '浣滀笟鏁伴噺'},
 
                             // {field: 'unit', title: '鍗曚綅'},
@@ -259,7 +259,7 @@
                             // },
                             // {field: 'inQty', title: '宸插叆搴撻噺'},
                             // {field: 'color', title: '棰滆壊'},
-                            {field: 'specs', title: '瑙勬牸'},
+                            {field: 'specs', title: '鎺ュご'},
                             {field: 'qty$', title: '鐘舵��', style: 'font-weight: bold'},
                             {field: 'source$', title: '鏄惁纭', style: 'font-weight: bold'}
                         ]],
@@ -359,10 +359,10 @@
                     cellMinWidth: 100,
                     cols: [[
                         {type: 'numbers', title: '#'},
-                        {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160},
+                        {field: 'matnr', title: '瑙勬牸', width: 160},
                         {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 200},
                         {field: 'batch', title: '绠卞彿', edit: true},
-                        {field: 'specs', title: '瑙勬牸'},
+                        {field: 'specs', title: '鎺ュご'},
                         {field: 'anfme', title: '鏁伴噺(淇敼)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},
                         {field: 'workQty', title: '浣滀笟鏁伴噺',  minWidth: 100, width: 100},
                         // {field: 'unit', title: '鍗曚綅', width: 80},
@@ -709,12 +709,13 @@
                                     {field: 'title', title: '鍟嗗搧', align: 'center', width: 350},
                                     // {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350},
                                     {field: 'batch', title: '绠卞彿', align: 'center'},
-                                    {field: 'model', title: '鎵规', align: 'center'},
-                                    {field: 'specs', title: '瑙勬牸', align: 'center'},
-                                    {field: 'brand', title: '鏈ㄧ绫诲瀷', align: 'center'},
+                                    {field: 'model', title: '鍗峰彿', align: 'center', hide: false},
+                                    {field: 'specs', title: '鎺ュご', align: 'center'},
+                                    // {field: 'brand', title: '鏈ㄧ绫诲瀷', align: 'center'},
+                                    {field: 'brand$', title: '鏈ㄧ绫诲瀷', align: 'center'},
                                     {field: 'zpallet', title: '鎵樼洏鐮�', align: 'center'},
-                                    {field: 'anfme', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'},
-                                    {field: 'count', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'},
+                                    {field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
+                                    {field: 'count', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
                                     {field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'},
                                     {field: 'tkType$', title: 'TK鏍囪', align: 'center', width: 100},
                                     // {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'},
diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index c26bfbc..1ec550c 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -32,15 +32,15 @@
             {type: 'checkbox'}
             ,{type: 'numbers', title: '#'}
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160}
-            ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', width: 160}
+            ,{field: 'matnr', align: 'center',title: '瑙勬牸', width: 160}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200}
             ,{field: 'batch', align: 'center',title: '绠卞彿'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
+            ,{field: 'specs', align: 'center',title: '鎺ュご'}
             // ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
             // ,{field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', style: 'font-weight: bold'}
             ,{field: 'enableQty', align: 'center',title: '寰呭嚭鏁伴噺', style: 'font-weight: bold'}
             // ,{field: 'name', align: 'center',title: '鍚嶇О'}
-            // ,{field: 'model', align: 'center',title: '鍨嬪彿'}
+            ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
             ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
             ,{field: 'barcode', align: 'center',title: '鍟嗗搧鏉$爜', hide: true}
             // ,{field: 'supplier', align: 'center',title: '渚涘簲鍟�'}
@@ -160,12 +160,13 @@
                                     {field: 'orderNo', title: '鍗曟嵁缂栧彿', merge: true, align: 'center'},
                                     {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350},
                                     {field: 'batch', title: '绠卞彿', align: 'center'},
-                                    {field: 'model', title: '鎵规', align: 'center'},
-                                    {field: 'specs', title: '瑙勬牸', align: 'center'},
-                                    {field: 'brand', title: '鏈ㄧ绫诲瀷', align: 'center'},
+                                    {field: 'model', title: '鍗峰彿', align: 'center', hide: false},
+                                    {field: 'specs', title: '鎺ュご', align: 'center'},
+                                    {field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true},
+                                    {field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false},
                                     {field: 'zpallet', title: '鎵樼洏鐮�', align: 'center'},
-                                    {field: 'anfme', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'},
-                                    {field: 'count', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'},
+                                    {field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'},
+                                    {field: 'count', 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'},
                                     // {type: 'checkbox', merge: ['locNo']},
diff --git a/src/main/webapp/static/js/orderDetl/orderDetl.js b/src/main/webapp/static/js/orderDetl/orderDetl.js
index 0c6077a..515a1d9 100644
--- a/src/main/webapp/static/js/orderDetl/orderDetl.js
+++ b/src/main/webapp/static/js/orderDetl/orderDetl.js
@@ -25,11 +25,11 @@
             ,{field: 'id', align: 'center',title: 'ID'}
             ,{field: 'orderId$', align: 'center',title: '璁㈠崟鍐呯爜'}
             ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
-            ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜'}
+            ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
             ,{field: 'name', align: 'center',title: '鍚嶇О'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-            ,{field: 'model', align: 'center',title: '鍨嬪彿'}
+            ,{field: 'specs', align: 'center',title: '鎺ュご'}
+            ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
             ,{field: 'batch', align: 'center',title: '绠卞彿'}
             ,{field: 'unit', align: 'center',title: '鍗曚綅'}
             ,{field: 'barcode', align: 'center',title: '鍟嗗搧鏉$爜'}
diff --git a/src/main/webapp/static/js/pack/pack.js b/src/main/webapp/static/js/pack/pack.js
index 23c33f7..fa2da6d 100644
--- a/src/main/webapp/static/js/pack/pack.js
+++ b/src/main/webapp/static/js/pack/pack.js
@@ -24,7 +24,7 @@
             {type: 'checkbox'}
             // ,{field: 'id', align: 'center',title: 'ID'}
             ,{field: 'barcode',title: '鏉$爜'}
-            ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', minWidth: 250, width: 250}
+            ,{field: 'matnr', align: 'center',title: '瑙勬牸', minWidth: 250, width: 250}
             ,{field: 'batch', align: 'center',title: '绠卞彿', hide: true}
             ,{field: 'settle$', align: 'center',title: '鐘舵��', templet: '#settleTpl',  minWidth: 160, width: 160}
             // ,{field: 'status$', align: 'center',title: '鐘舵��'}
diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js
index 5b08de2..b009a7b 100644
--- a/src/main/webapp/static/js/pakStore/stockOut.js
+++ b/src/main/webapp/static/js/pakStore/stockOut.js
@@ -4,7 +4,7 @@
 function getCol() {
     var cols = [
         // {field: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130,  style:'color: blue;font-weight: bold'},
-        {field: 'anfme', align: 'center',title: '鏈ㄧ涓摐绠旀暟閲�'}
+        {field: 'anfme', align: 'center',title: '鏁伴噺'}
         ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
     ];
     arrRemove(detlCols,  'field', 'anfme');
diff --git a/src/main/webapp/static/js/pakStore/stockOutOrder.js b/src/main/webapp/static/js/pakStore/stockOutOrder.js
index d4675ce..c91e70d 100644
--- a/src/main/webapp/static/js/pakStore/stockOutOrder.js
+++ b/src/main/webapp/static/js/pakStore/stockOutOrder.js
@@ -4,7 +4,7 @@
 function getCol() {
     var cols = [
         // {field: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130,  style:'color: blue;font-weight: bold'},
-        {field: 'anfme', align: 'center',title: '鏈ㄧ涓摐绠旀暟閲�'}
+        {field: 'anfme', align: 'center',title: '鏁伴噺'}
         ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
     ];
     arrRemove(detlCols,  'field', 'anfme');
diff --git a/src/main/webapp/static/js/report/workCountIn.js b/src/main/webapp/static/js/report/workCountIn.js
index 0edc32b..f790695 100644
--- a/src/main/webapp/static/js/report/workCountIn.js
+++ b/src/main/webapp/static/js/report/workCountIn.js
@@ -2,7 +2,7 @@
 function getCol() {
     var cols = [
         {field: 'oneday', align: 'center', title: '鍏ュ簱鏃ユ湡', width: 200}
-        ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
+        ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
     ];
diff --git a/src/main/webapp/static/js/report/workCountOut.js b/src/main/webapp/static/js/report/workCountOut.js
index 6534f00..6b57f88 100644
--- a/src/main/webapp/static/js/report/workCountOut.js
+++ b/src/main/webapp/static/js/report/workCountOut.js
@@ -2,7 +2,7 @@
 function getCol() {
     var cols = [
         {field: 'oneday', align: 'center', title: '鍏ュ簱鏃ユ湡', width: 200}
-        ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
+        ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
     ];
diff --git a/src/main/webapp/static/js/saas/locDetl.js b/src/main/webapp/static/js/saas/locDetl.js
index a94a155..933eda6 100644
--- a/src/main/webapp/static/js/saas/locDetl.js
+++ b/src/main/webapp/static/js/saas/locDetl.js
@@ -2,16 +2,17 @@
 function getCol() {
     var cols = [
         {field: 'locNo', align: 'center',title: '搴撲綅鍙�'},
-        {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
+        {field: 'matnr', align: 'center',title: '瑙勬牸', sort:true}
         ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
         ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false}
         ,{field: 'batch', align: 'center',title: '绠卞彿', width: 300, sort:true , hide: true}
         ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
         ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜', hide: true}
-        ,{field: 'specs', align: 'center',title: '閰嶇疆' , hide: true}
-        ,{field: 'model', align: 'center',title: '浠g爜', hide: true}
+        ,{field: 'specs', align: 'center',title: '鎺ュご' , hide: false}
+        ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
         ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
-        ,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
+        ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true}
+        ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false}
         ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
         ,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
         ,{field: 'sku', align: 'center',title: '鏈ㄧ缂栫爜', hide: false}
diff --git a/src/main/webapp/static/js/saasLog/saasLog.js b/src/main/webapp/static/js/saasLog/saasLog.js
index 6d2833e..eb534c8 100644
--- a/src/main/webapp/static/js/saasLog/saasLog.js
+++ b/src/main/webapp/static/js/saasLog/saasLog.js
@@ -25,7 +25,7 @@
             ,{field: 'id', align: 'center',title: 'id', hide:true}
             ,{field: 'locNo', align: 'center',title: '搴撲綅'}
             ,{field: 'type$', align: 'center',title: '鎿嶄綔绫诲瀷'}
-            ,{field: 'matnr', align: 'center',title: '鐗╂枡鍙�'}
+            ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
             ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
             ,{field: 'ioTime$', align: 'center',title: '鎿嶄綔鏃堕棿'}
             ,{field: 'createBy', align: 'center',title: '', hide:true}
diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js
index 76e6a1b..c138fb7 100644
--- a/src/main/webapp/static/js/stoMan/stoQue.js
+++ b/src/main/webapp/static/js/stoMan/stoQue.js
@@ -202,7 +202,7 @@
             cols: [[
                 // {type: 'checkbox'}
                 {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
-                ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 // ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}
diff --git a/src/main/webapp/static/js/wrkDetlSingle/wrkDetlSingle.js b/src/main/webapp/static/js/wrkDetlSingle/wrkDetlSingle.js
index bd2d783..f0e04fc 100644
--- a/src/main/webapp/static/js/wrkDetlSingle/wrkDetlSingle.js
+++ b/src/main/webapp/static/js/wrkDetlSingle/wrkDetlSingle.js
@@ -26,20 +26,21 @@
             ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
             ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
             ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
-            ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
+            ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
-            ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
+            ,{field: 'batch', align: 'center',title: '绠卞彿'}
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-            ,{field: 'model', align: 'center',title: '鍨嬪彿'}
+            ,{field: 'specs', align: 'center',title: '鎺ュご'}
+            ,{field: 'model', align: 'center',title: '鍗峰彿', hide: false}
             ,{field: 'color', align: 'center',title: '棰滆壊'}
-            ,{field: 'brand', align: 'center',title: '鍝佺墝'}
+            ,{field: 'brand', align: 'center',title: '鏈ㄧ绫诲瀷', hide: true}
+            ,{field: 'brand$', align: 'center',title: '鏈ㄧ绫诲瀷', hide: false}
             ,{field: 'unit', align: 'center',title: '鍗曚綅'}
             ,{field: 'price', align: 'center',title: '鍗曚环'}
             ,{field: 'sku', align: 'center',title: 'sku'}
             ,{field: 'units', align: 'center',title: '鍗曚綅閲�'}
             ,{field: 'barcode', align: 'center',title: '鏉$爜'}
-            ,{field: 'origin', align: 'center',title: '浜у湴'}
+            ,{field: 'origin', align: 'center',title: '鏈ㄧ浣嶇疆'}
             ,{field: 'manu', align: 'center',title: '鍘傚'}
             ,{field: 'manuDate', align: 'center',title: '鐢熶骇鏃ユ湡'}
             ,{field: 'itemNum', align: 'center',title: '鍝侀」鏁�'}
diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index fe33064..49c3c28 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -548,7 +548,7 @@
                 {type: 'checkbox'}
                 ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
                 ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
-                ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+                ,{field: 'matnr', align: 'center',title: '瑙勬牸'}
                 ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'}
                 ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'}
                 ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'}
diff --git a/src/main/webapp/views/matTurn/turnOverQuery.html b/src/main/webapp/views/matTurn/turnOverQuery.html
index 2ad1a5a..7f252b0 100644
--- a/src/main/webapp/views/matTurn/turnOverQuery.html
+++ b/src/main/webapp/views/matTurn/turnOverQuery.html
@@ -85,9 +85,9 @@
     function getCol() {
         return [
             {type: 'checkbox'},
-            {field: 'matnr', align: 'center', title: '鍝佸彿'}
+            {field: 'matnr', align: 'center', title: '瑙勬牸'}
             , {field: 'maktx', align: 'center', title: '鍝佸悕'}
-            , {field: 'specs', align: 'center', title: '瑙勬牸'}
+            , {field: 'specs', align: 'center', title: '鎺ュご'}
         ];
     }
 
diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index 4739ffb..938e3df 100644
--- a/src/main/webapp/views/pda/comb.html
+++ b/src/main/webapp/views/pda/comb.html
@@ -55,7 +55,7 @@
             cellMinWidth: 50,
             cols: [[
                 {fixed: 'left', align: 'center', field: 'count', title: '鏁伴噺', style:'color: blue', width:50},
-                {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿'},
+                {field: 'matnr', align: 'center', title: '瑙勬牸'},
                 {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О'}
             ]],
             done: function (res, curr, count) {
diff --git a/src/main/webapp/views/pda/stockIn.html b/src/main/webapp/views/pda/stockIn.html
index 9384793..113f208 100644
--- a/src/main/webapp/views/pda/stockIn.html
+++ b/src/main/webapp/views/pda/stockIn.html
@@ -120,7 +120,7 @@
             cellMinWidth: 50,
             cols: [[
                 {fixed: 'left', align: 'center', field: 'count', title: '鏁伴噺', style:'color: blue', width:50},
-                {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿'},
+                {field: 'matnr', align: 'center', title: '瑙勬牸'},
                 {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О'}
             ]],
             done: function (res, curr, count) {
diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index 54cd9c7..798f5c7 100644
--- a/src/main/webapp/views/pda/stockOut.html
+++ b/src/main/webapp/views/pda/stockOut.html
@@ -130,7 +130,7 @@
             cols: [[
                 {type: 'checkbox', fixed: 'left', width:30},
                 {field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50},
-                {field: 'matnr', align: 'center', title: '缂栫爜', event: 'detail'},
+                {field: 'matnr', align: 'center', title: '瑙勬牸', event: 'detail'},
                 {field: 'maktx', align: 'center', title: '鍚嶇О', event: 'detail'},
                 {field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'}
             ]],
diff --git a/src/main/webapp/views/report/viewWorkIn.html b/src/main/webapp/views/report/viewWorkIn.html
index 0636317..a8d369c 100644
--- a/src/main/webapp/views/report/viewWorkIn.html
+++ b/src/main/webapp/views/report/viewWorkIn.html
@@ -26,14 +26,14 @@
     </div>
     <div class="layui-inline">
         <div class="layui-input-inline">
-            <input class="layui-input" type="text" name="matnr" placeholder="鍝佸彿" autocomplete="off">
+            <input class="layui-input" type="text" name="matnr" placeholder="瑙勬牸" autocomplete="off">
         </div>
     </div>
-    <div class="layui-inline">
-        <div class="layui-input-inline">
-            <input class="layui-input" type="text" name="specs" placeholder="瑙勬牸" autocomplete="off">
-        </div>
-    </div>
+<!--    <div class="layui-inline">-->
+<!--        <div class="layui-input-inline">-->
+<!--            <input class="layui-input" type="text" name="specs" placeholder="瑙勬牸" autocomplete="off">-->
+<!--        </div>-->
+<!--    </div>-->
     <div class="layui-inline">
         <div class="layui-input-inline">
             <input class="layui-input" type="text" name="zpallet" placeholder="鎵樼洏鐮�" autocomplete="off">

--
Gitblit v1.9.1