From 8cf62e71565cf44dae2e56d1d9c62aabe1e6117e Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 26 十月 2023 10:25:36 +0800
Subject: [PATCH] 设备分布
---
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBillList.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
index b491e70..f571d7a 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
@@ -1066,7 +1066,7 @@
, toolbar: '#toolbarDemo'
, cols: [col]
, data: data1.data
- , height: 550
+ , height: 780
, page: true
, totalRow: true
, cellMinWidth: 90
@@ -1365,10 +1365,10 @@
table.render(option);
}
- $(".laytable-cell-" + table.index + "-0-0").css({
- "height": "25px",
- "width": "48px;"
- });
+ //$(".layui-table-cell").css({
+ // "height": "21px",
+ // "line-height": "21px;"
+ //});
var btns = document.getElementsByTagName("button"); //鑾峰彇鏈〉鎵�鏈夋寜閽璞�
@@ -1461,10 +1461,10 @@
table.render(option2);
}
- $(".laytable-cell-" + table.index + "-0-0").css({
- "height": "25px",
- "width": "48px;"
- });
+ //$(".layui-table-cell").css({
+ // "height": "32px",
+ // "line-height": "32px;"
+ //});
var btns = document.getElementsByTagName("button"); //鑾峰彇鏈〉鎵�鏈夋寜閽璞�
Display_HideButton(btns, "3772", HModName, sessionStorage["HUserName"]);
--
Gitblit v1.9.1