From 691eef3c0184b0aba60b6d0d4189e25ce0cbda7d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 29 六月 2023 10:03:28 +0800
Subject: [PATCH] 1

---
 WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBackBillList.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBackBillList.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBackBillList.html
index 9487434..140d875 100644
--- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBackBillList.html
+++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBackBillList.html
@@ -209,7 +209,7 @@
                 // , where: { msg: "", NowPage: 1, OnePage: 10 }
               , cellMinWidth: 100
               , cols: [[
-                { checkbox: true, fixed: true }
+                { checkbox: true, fixed: true, totalRowText: '鍚堣' }
                 , { field: '鐘舵��', title: '鐘舵��', width: 100, sort: true, fixed: true }
                 , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 200, sort: true, fixed: true }
                 , { field: '婧愬崟鍗曞彿', title: '婧愬崟鍗曞彿', width: 150 }
@@ -218,12 +218,13 @@
                 , { field: '鐗╂枡', title: '鐗╂枡鍚嶇О', width: 200 }
                 , { field: '瑙勬牸鍨嬪彿', title: '瑙勬牸鍨嬪彿', width: 200 }
                 , { field: '璁¢噺鍗曚綅', title: '璁¢噺鍗曚綅', width: 80, sort: true }
-                , { field: '鏁伴噺', title: '鏁伴噺', width: 130 }
-                , { field: '鍚堟牸鏁伴噺', title: '鍚堟牸鏁伴噺', width: 130 }
-                , { field: '涓嶅悎鏍兼暟閲�', title: '涓嶅悎鏍兼暟閲�', width: 130 }
+                , { field: '鏁伴噺', title: '鏁伴噺', width: 130, totalRow: true}
+                , { field: '鍚堟牸鏁伴噺', title: '鍚堟牸鏁伴噺', width: 130, totalRow: true}
+                , { field: '涓嶅悎鏍兼暟閲�', title: '涓嶅悎鏍兼暟閲�', width: 130, totalRow: true}
                 , { field: '鏃ユ湡', title: '鏃ユ湡', width: 150 }
               ]]
             , page: true //鏄惁鏄剧ず鍒嗛〉
+            , totalRow: true
             , limits: [10, 20, 50, 100]
             , limit: 50 //姣忛〉榛樿鏄剧ず鐨勬暟閲�
                 //, height: 500

--
Gitblit v1.9.1