From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

---
 src/main/webapp/static/js/locStatis/locStatis.js |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/locStatis/locStatis.js b/src/main/webapp/static/js/locStatis/locStatis.js
index 3ee0b49..45911ea 100644
--- a/src/main/webapp/static/js/locStatis/locStatis.js
+++ b/src/main/webapp/static/js/locStatis/locStatis.js
@@ -60,10 +60,19 @@
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,
-        cols: [[{field: 'qty', align: 'center', title: '鏁伴噺', width: 120}
+        cols: [[{field: 'qty', align: 'center', title: '鍦ㄥ簱绠辨暟', width: 120}
             , {field: 'matNo', align: 'center', title: '浜у搧缂栫爜'}
             , {field: 'matName', align: 'center', title: '浜у搧鍚嶇О'}
-            , {field: 'supplier', align: 'center', title: '鎵瑰彿'}
+            , {field: 'specs', align: 'center',title: '瑙勬牸'}
+            , {field: 'unit', align: 'center',title: '鍗曚綅', width:80}
+            , {field: 'color', align: 'center',title: '棰滆壊'}
+            , {field: 'qtyBox', align: 'center',title: '姣忕鏁伴噺(PCS)'}
+            , {field: 'allQty', align: 'center',title: '鎬绘暟閲�(PCS)'}
+            , {field: 'weight', align: 'center',title: '姣忕閲嶉噺(KG)'}
+            , {field: 'str3', align: 'center',title: '瀹㈡埛鍚嶇О'}
+            , {field: 'str4', align: 'center',title: '椤圭洰淇℃伅'}
+            , {field: 'str5$', align: 'center',title: '绫诲埆'}
+            // , {field: 'supplier', align: 'center', title: '鎵瑰彿'}
             ]],
         request: {
             pageName: 'curr',
@@ -187,7 +196,8 @@
             case 'exportAll':
                 layer.closeAll();
                 layer.load(1, {shade: [0.1,'#fff']});
-                location.href = baseUrl + "/stock/statis/export";
+                location.href = baseUrl + "/stock/statis/export?matNo="+$("#matNo").val()+"&matName="+$("#matName").val()
+                    +"&supplier="+$("#supplier").val()+"&str3="+$("#str3").val()+"&str4="+$("#str4").val()+"&memo="+$("#memo").val();
                 layer.closeAll('loading');
                 break;
         }

--
Gitblit v1.9.1