From 43525a12afaf7368decbed730f0240a6709d8355 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 24 十二月 2025 12:05:58 +0800
Subject: [PATCH] 月结

---
 src/main/webapp/static/js/monthlySettle/monthlySettle.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/monthlySettle/monthlySettle.js b/src/main/webapp/static/js/monthlySettle/monthlySettle.js
index dc9df4f..f5f3bb0 100644
--- a/src/main/webapp/static/js/monthlySettle/monthlySettle.js
+++ b/src/main/webapp/static/js/monthlySettle/monthlySettle.js
@@ -402,6 +402,7 @@
                                 data: details,
                                 page: true,
                                 cellMinWidth: 100,
+                                width: '100%',
                                 cols: [[
                                     {type: 'numbers', title: '搴忓彿', width: 60, align: 'center'},
                                     {field: 'matnr', title: '鐗╂枡缂栫爜', width: 150},
@@ -545,8 +546,7 @@
             }
         }
     });
-    debugger; // 璋冭瘯鐢細妫�鏌� searchData 鐨勫��
-    
+
     // 鑾峰彇 table 瀹炰緥
     var tableInstance = child ? parent.tableIns : tableIns;
     

--
Gitblit v1.9.1