From 8e41c3abbae355b626158a276c08ee68d9afd0f5 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 07 四月 2022 09:48:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locStatis/locStatis.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/locStatis/locStatis.js b/src/main/webapp/static/js/locStatis/locStatis.js
index b007b64..f775d0b 100644
--- a/src/main/webapp/static/js/locStatis/locStatis.js
+++ b/src/main/webapp/static/js/locStatis/locStatis.js
@@ -63,7 +63,14 @@
         cols: [[{field: 'qty', align: 'center', title: '鏁伴噺', width: 120}
             , {field: 'matNo', align: 'center', title: '浜у搧缂栫爜'}
             , {field: 'matName', 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: '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: {
@@ -188,7 +195,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