From 5dca49269399c21333b16d62945c7f74570f9ad5 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 24 十二月 2025 20:33:59 +0800
Subject: [PATCH] 字段调整

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

diff --git a/src/main/webapp/static/js/monthlySettle/monthlySettle.js b/src/main/webapp/static/js/monthlySettle/monthlySettle.js
index 719fdb9..58bce67 100644
--- a/src/main/webapp/static/js/monthlySettle/monthlySettle.js
+++ b/src/main/webapp/static/js/monthlySettle/monthlySettle.js
@@ -430,16 +430,6 @@
                                         }
                                     },
                                     {
-                                        field: 'stockQty',
-                                        align: 'right',
-                                        title: '瀹為檯搴撳瓨',
-                                        width: 120,
-                                        templet: function (d) {
-                                            var qty = parseFloat(d.stockQty || 0);
-                                            return qty.toFixed(2);
-                                        }
-                                    },
-                                    {
                                         field: 'diffQty',
                                         align: 'right',
                                         title: '宸紓鏁伴噺',

--
Gitblit v1.9.1