From d3b4b93d4ba49eb3994e3f9874a3dfda083524ab Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 13 三月 2024 10:44:21 +0800
Subject: [PATCH] 1

---
 WebTM/views/生产管理/报工台工序/停工/Sc_MESStopStepWorkBillList.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\345\201\234\345\267\245/Sc_MESStopStepWorkBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\345\201\234\345\267\245/Sc_MESStopStepWorkBillList.html"
index e6cf6a3..1fff4f5 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\345\201\234\345\267\245/Sc_MESStopStepWorkBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\212\245\345\267\245\345\217\260\345\267\245\345\272\217/\345\201\234\345\267\245/Sc_MESStopStepWorkBillList.html"
@@ -305,6 +305,7 @@
                     , toolbar: '#toolbarDemo'
                     , height: 'full-50'
                     , page: true
+                    , totalRow: true
                     , cellMinWidth: 90
                     , limit: 50
                     , limits: [50, 500, 5000, 20000]
@@ -392,8 +393,8 @@
                         , { field: 'HProcID', title: 'HProcID', hide: true, sort: true }
                         , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜', sort: true }
                         , { field: '宸ュ簭鍚嶇О', title: '宸ュ簭鍚嶇О', sort: true }
-                        , { field: '浠诲姟鍗曟暟閲�', title: '浠诲姟鍗曟暟閲�', sort: true }
-                        , { field: '璁″垝鏁伴噺', title: '璁″垝鏁伴噺', sort: true }
+                        , { field: '浠诲姟鍗曟暟閲�', title: '浠诲姟鍗曟暟閲�', sort: true, totalRow: true }
+                        , { field: '璁″垝鏁伴噺', title: '璁″垝鏁伴噺', sort: true, totalRow: true}
                         , { field: '寮�濮嬪仠宸ユ椂闂�', title: '寮�濮嬪仠宸ユ椂闂�', templet: "<div>{{d.寮�濮嬪仠宸ユ椂闂� ==null ?'':layui.util.toDateString(d.寮�濮嬪仠宸ユ椂闂�, 'yyyy-MM-dd HH:mm:ss')}}</div>", sort: true }
                         , { field: '缁撴潫鍋滃伐鏃堕棿', title: '缁撴潫鍋滃伐鏃堕棿', templet: "<div>{{d.缁撴潫鍋滃伐鏃堕棿 ==null ?'':layui.util.toDateString(d.缁撴潫鍋滃伐鏃堕棿, 'yyyy-MM-dd HH:mm:ss')}}</div>", sort: true }
                         , { field: 'HSourceID', title: 'HSourceID', hide: true, sort: true }

--
Gitblit v1.9.1