From 33430ec5f8f7bd181bbeea8d933285ef58a7980a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 23 二月 2024 09:22:00 +0800
Subject: [PATCH] 项目管理、车间管理、仓库管理 模块下的全部单据和单据列表; 单据有网格的 增加 合计行

---
 WebTM/views/模治具管理/模治具管理/KF_BarCodeStatusChangeBill.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/KF_BarCodeStatusChangeBill.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/KF_BarCodeStatusChangeBill.html"
index 54ad5a9..da87cb2 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/KF_BarCodeStatusChangeBill.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/KF_BarCodeStatusChangeBill.html"
@@ -469,13 +469,14 @@
                     , toolbar: '#toolbarDemo'
                     , limit: 500
                     , height: 500
+                    , totalRow: true
                     , loading: false
                     , cols: [[ //琛ㄥご
                         { type: 'checkbox', totalRowText: '鍚堣琛�' }
                         , { type: 'numbers', title: '搴忓彿', totalRow: true }
                         , { field: 'HBarCode', title: '鏉″舰鐮�', edit: 'text' }
-                        , { field: 'HRelationQty', title: '鍏宠仈鏁伴噺', edit: 'text' }
-                        , { field: 'HRelationMoney', title: '鍏宠仈閲戦', edit: 'text' }
+                        , { field: 'HRelationQty', title: '鍏宠仈鏁伴噺', edit: 'text', totalRow: true }
+                        , { field: 'HRelationMoney', title: '鍏宠仈閲戦', edit: 'text', totalRow: true}
                         , { field: 'HBarCodeStatus_Old', title: '鍘熺姸鎬�', templet: "#HBarCodeStatus_Old", hide: true }
                         , { field: 'HBarCodeStatus_New', title: '鐘舵��', templet: "#HBarCodeStatus_New" }
                         , { field: 'HRemark', title: '琛ㄤ綋澶囨敞', edit: 'text' }//f7

--
Gitblit v1.9.1