From a85a8d0c33d4a821a98a0ff6789298a23a180006 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 28 四月 2025 14:39:45 +0800
Subject: [PATCH] 拣货单出库完成,但是库存没减,日志埋点

---
 src/main/webapp/views/pla/locDetlQuery.html |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/views/pla/locDetlQuery.html b/src/main/webapp/views/pla/locDetlQuery.html
index 460df3f..f92a1ae 100644
--- a/src/main/webapp/views/pla/locDetlQuery.html
+++ b/src/main/webapp/views/pla/locDetlQuery.html
@@ -238,7 +238,12 @@
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
-
+<script type="text/html" id="stockFreezeTpl">
+    {{# if(d.stockFreeze == 0) { }}
+    <span style="color:#34a8de;">鍐荤粨</span>
+    {{# } else { }}
+    <span style="color:#0c0c0c;">鏈喕缁�</span>
+    {{# } }}</script>
 </body>
 <script>
 
@@ -270,12 +275,12 @@
             url: baseUrl+'/pla/list/auth?step=2',
             page: true,
             totalRow: true, // 寮�鍚悎璁¤
-            height: function(){
-                var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 鑷畾涔夊叾浠栧尯鍩熺殑楂樺害
-                console.log($(window).height() - otherHeight);
-                return $(window).height() - otherHeight - 100; // 杩斿洖 number 绫诲瀷
-            },
-            //height: 'full',
+            // height: function(){
+            //     var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 鑷畾涔夊叾浠栧尯鍩熺殑楂樺害
+            //     console.log($(window).height() - otherHeight);
+            //     return $(window).height() - otherHeight - 100; // 杩斿洖 number 绫诲瀷
+            // },
+            height: '500',
             limit: 500,
             limits: [500,1000],
             even: true,

--
Gitblit v1.9.1