From 398dd43f3f2057600570ce51ae8af9941fc8c373 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 11 十一月 2025 11:06:18 +0800
Subject: [PATCH] 乔一:出库明细报表件数增加合计行

---
 WebTM/views/应收管理/报表分析/Xs_SellOutCompareToProductReport.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SellOutCompareToProductReport.html" "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SellOutCompareToProductReport.html"
index 991a84b..b5ee283 100644
--- "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SellOutCompareToProductReport.html"
+++ "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SellOutCompareToProductReport.html"
@@ -373,7 +373,7 @@
                     data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                     success: function (data1) {
                         if (data1.count == 1) {
-                            var totalArray = ["绫虫暟", "閲嶉噺"];
+                            var totalArray = ["绫虫暟", "閲嶉噺","浠舵暟"];
                             var data = [];
                             var col = [];
                             //缁欑┖鐨勬暟缁勮祴鍊�

--
Gitblit v1.9.1