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/项目管理/工程项目/PM_WorkPlanMonthBillMain.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_WorkPlanMonthBillMain.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_WorkPlanMonthBillMain.html"
index d2a2d68..157cab9 100644
--- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_WorkPlanMonthBillMain.html"
+++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_WorkPlanMonthBillMain.html"
@@ -692,10 +692,11 @@
                     , toolbar: '#toolbarDemo'
                     , limit: 500
                     , height: 500
+                    , totalRow: true
                     , loading: false
                     , cols: [[ //瀛愯〃
                         { type: 'checkbox', totalRowText: '鍚堣琛�' }
-                        , { type: 'numbers', title: '搴忓彿', width: 100, totalRow: true }
+                        , { type: 'numbers', title: '搴忓彿', width: 100}
                         , { type: 'HSourceBillNo', title: '婧愬崟鍙�', width: 100, hide: true }//婧愬崟鍙�
                         , { field: 'HSourceBillType', title: '婧愬崟绫诲瀷', width: 100, hide: true }//婧愬崟绫诲瀷
                         , { type: 'HSourceInterID', title: '婧愬崟涓诲唴鐮�', width: 100, hide: true }//婧愬崟涓诲唴鐮�
@@ -707,7 +708,7 @@
                         , { field: '椤圭洰闃舵璇︾粏鍐呭', title: '椤圭洰闃舵璇︾粏鍐呭', width: 230, }
                         , { field: '鐩稿叧浜や粯鐗�', title: '鐩稿叧浜や粯鐗�', width: 150,  }
                         , { field: '鏄惁閲岀▼纰�', title: '鏄惁閲岀▼纰�', width: 150, }
-                        , { field: '涓氱哗鍗犳瘮', title: '涓氱哗鍗犳瘮', width: 150, }
+                        , { field: '涓氱哗鍗犳瘮', title: '涓氱哗鍗犳瘮', totalRow: true,width: 150, }
                         , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo', width: 120 }
                     ]]
                 }

--
Gitblit v1.9.1