From c4e556a509b7fd8084a4aee8f4221158bac6cd3a Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 25 三月 2024 13:11:56 +0800
Subject: [PATCH] 设备负荷分析表

---
 WebTM/views/生产工序管理/工序计划单/Sc_ProcessPlanEdit.html |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\350\256\241\345\210\222\345\215\225/Sc_ProcessPlanEdit.html" "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\350\256\241\345\210\222\345\215\225/Sc_ProcessPlanEdit.html"
index f5171ce..4748abd 100644
--- "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\350\256\241\345\210\222\345\215\225/Sc_ProcessPlanEdit.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\350\256\241\345\210\222\345\215\225/Sc_ProcessPlanEdit.html"
@@ -227,10 +227,11 @@
                 , toolbar: '#toolbarDemo'
                 , limit: 500 //姣忛〉榛樿鏄剧ず鐨勬暟閲�
                 , cellMinWidth: 120
+                , totalRow: true
                 , height: 400
                 , cols: [[ //琛ㄥご
                     { type: 'checkbox', totalRowText: '鍚堣琛�' }
-                    , { type: 'numbers', title: '搴忓彿', totalRow: true }
+                    , { type: 'numbers', title: '搴忓彿',}
                     , { field: 'HProcNo', title: '宸ュ簭鍙�', edit: 'text' }
                    
                     , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜', edit: 'text', event:"hprocid" }//f7
@@ -257,17 +258,17 @@
                     , { field: '鐢熶骇璧勬簮', title: '鐢熶骇璧勬簮', edit: 'text', event: "HSourceID"  }//f7
                     , { field: 'HSourceID', title: '鐢熶骇璧勬簮id', hide: true }// hide: true
 
-                    , { field: 'HQty', title: '璁″垝鏁伴噺', edit: 'text' }
-                    , { field: 'HWorkingQty', title: '鍦ㄥ埗鍝佹暟閲�', edit: 'text' }
+                    , { field: 'HQty', title: '璁″垝鏁伴噺', totalRow: true, edit: 'text' }
+                    , { field: 'HWorkingQty', title: '鍦ㄥ埗鍝佹暟閲�', totalRow: true, edit: 'text' }
                     , { field: 'HTimeUnit', title: '鏃堕棿鍗曚綅', edit: 'text' }
                     , { field: 'HPlanWorkTimes', title: '璁″垝鍔犲伐鏃堕棿', edit: 'text' }
                     , { field: 'hplanbegindate', title: '璁″垝寮�宸ユ椂闂�', edit: 'text' }
                     , { field: 'hplanenddate', title: '璁″垝瀹屽伐鏃堕棿', edit: 'text' }
                     , { field: 'HICMOInterID', title: '浠诲姟ID', edit: 'text' }
                     , { field: 'HICMOBillNo', title: '浠诲姟鍗曞彿', edit: 'text' }
-                    , { field: 'HBeginDayQty', title: '寮�宸ヤ綑閲�(澶╂暟)', edit: 'text' }
-                    , { field: 'HBeginFixQty', title: '寮�宸ヤ綑閲�(鍥烘暟)', edit: 'text' }
-                    , { field: 'HFixWorkDays', title: '涓婇亾鍥哄畾澶╂暟', edit: 'text' }
+                    , { field: 'HBeginDayQty', title: '寮�宸ヤ綑閲�(澶╂暟)', totalRow: true, edit: 'text' }
+                    , { field: 'HBeginFixQty', title: '寮�宸ヤ綑閲�(鍥烘暟)', totalRow: true, edit: 'text' }
+                    , { field: 'HFixWorkDays', title: '涓婇亾鍥哄畾澶╂暟', totalRow: true, edit: 'text' }
                     , { field: 'HTrunWorkDays', title: '涓婇亾寰幆鍛ㄦ湡', edit: 'text' }
                     , { field: 'HReadyTimes', title: '鏈亾鍑嗗鏃堕棿', edit: 'text' }
                     , { field: 'HReadyTime', title: '鍑嗗鏃堕棿', edit: 'text' }
@@ -475,7 +476,7 @@
                             layer.open({
                                 type: 2 //寮圭獥绫诲瀷
                                 , skin: "layui-layer-rim" //鍔犱笂杈规
-                                , title: "宸ュ簭琛�" //鏍囬
+                                , title: "宸ュ簭鍒楄〃" //鏍囬
                                 , closeBtn: 1  //绐椾綋鍙充笂瑙� 鍏抽棴鐨勬牱寮�
                                 , shift: 2 //寮瑰嚭鍔ㄧ敾
                                 , area: ["90%", "90%"] //绐椾綋澶у皬

--
Gitblit v1.9.1