From 8fda2aa8704abad02a0f0ec0b0dce806a8ddc8ec Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期日, 07 四月 2024 17:12:56 +0800
Subject: [PATCH] 1.生产订单单据列表 增加 2个自定义过滤,一共3个自定义过滤框 2.计划平台 选择源单返回时,如果这个物料对应的工艺路线的工作中心 下属只有 一个生产资源,则 默认带出这个 生产资源,并带入小时产能等信息; 3.选择生产资源列时,按F7出来全部生产资源,F8则出来这个物料工艺路线的工作中心下属的全部生产资源;(选择框可以另外单独做 一个)
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index c0dffdb..851b901 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -43,10 +43,16 @@
border-color: rgba(95,184, 120,.75);
-webkit-box-shadow: 0 0 18px rgba(95,184,120);
}
+.check1 {
+ cursor: pointer; /*榧犳爣鍙樻垚鎵嬫寚鏍峰紡*/
+ -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
+ border-color: rgba(0,148, 255,.75);
+ -webkit-box-shadow: 0 0 18px rgba(0,148,255);
+}
.cns {
border: 1px solid #5FB878;
- height: 140px;
+ height: 160px;
border-radius: 5px;
}
@@ -77,13 +83,21 @@
}
.cnt h1, .cns h1 {
- line-height: 30px;
- margin: 0 10px;
+ line-height: 25px;
+ margin: 0 5px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
h1 span {
font-family: "寰蒋闆呴粦";
font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ line-height: 0.9;
+ font-size:12px;
}
.cnt, .cns dl dd {
@@ -109,6 +123,10 @@
border: 0.4em solid #808080;
background-color: #808080;
}
+.color_border4 {
+ border: 0.4em solid #13ad4c;
+ background-color: #13ad4c;
+}
.gj_icon {
border-radius: 0.4em;
@@ -128,7 +146,7 @@
.imgtitle {
text-align: center;
display: block;
- font-size: 30px;
+ font-size: 20px;
}
.layui-icon {
--
Gitblit v1.9.1