From 518d86b9bd8b219d658541470b2234aed4d84cbc Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 22 九月 2023 17:30:07 +0800
Subject: [PATCH] (关于下推 批量下推选到子工艺路线 添加三张报表 乔一) 乔一 生产入库报表,目前性能很低,需要优化速度; 工序流转卡列表,生产订单列表,物料列表,点击 刷新按钮时,不要 清空过滤条件,按原来的过滤条件来 过滤。 生产订单列表里, 下推流转卡时,可以多选, 点击 下推后,根据选择的行数, 工序出站汇报单批量汇报模块里,增加工序过滤功能; 增加 合格数量,报废品数量 排缸条码回车
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index e439a44..851b901 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -52,7 +52,7 @@
.cns {
border: 1px solid #5FB878;
- height: 140px;
+ height: 160px;
border-radius: 5px;
}
@@ -83,8 +83,11 @@
}
.cnt h1, .cns h1 {
- line-height: 30px;
+ line-height: 25px;
margin: 0 5px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
h1 span {
@@ -94,6 +97,7 @@
overflow: hidden;
text-overflow: ellipsis;
line-height: 0.9;
+ font-size:12px;
}
.cnt, .cns dl dd {
@@ -142,7 +146,7 @@
.imgtitle {
text-align: center;
display: block;
- font-size: 30px;
+ font-size: 20px;
}
.layui-icon {
--
Gitblit v1.9.1