From 43efe016c156158b9fc3a8b647810f612fb126e6 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 02 九月 2025 11:39:52 +0800
Subject: [PATCH] 自动补货单新增 1.订单中只能生成两笔自动补货单 2.CTU库是否有足够的空库位,空库位数需要大于100才会生成自动补货单 3.在补货时加上订单明细的数量进行判断
---
src/main/webapp/static/css/common.css | 48 ++++++++++++++++++++++++++++++++++--------------
1 files changed, 34 insertions(+), 14 deletions(-)
diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css
index a430141..8e4fab9 100644
--- a/src/main/webapp/static/css/common.css
+++ b/src/main/webapp/static/css/common.css
@@ -1,12 +1,36 @@
-*, *::before, *::after {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- padding: 0;
-}
+/**, *::before, *::after {*/
+/* -webkit-box-sizing: border-box;*/
+/* box-sizing: border-box;*/
+/* margin: 0;*/
+/* padding: 0;*/
+/*}*/
body {
background-color: #fff;
+}
+
+input::placeholder {
+ color: #b4b4b4;
+}
+input::-webkit-input-placeholder { /* WebKit browsers 閫傞厤璋锋瓕 */
+ color: #b4b4b4;
+}
+.layui-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 閫傞厤鐏嫄 */
+ color: #b4b4b4;
+}
+.layui-input input::-moz-placeholder { /* Mozilla Firefox 19+ 閫傞厤鐏嫄 */
+ color: #b4b4b4;
+}
+.layui-input input:-ms-input-placeholder { /* Internet Explorer 10+ 閫傞厤ie*/
+ color: #b4b4b4;
+}
+
+/* layui浼樺寲 */
+.layui-form-label {
+ /*color: #595959;*/
+}
+.layui-input:focus {
+ border-color: #007bff !important;
}
/*鎼滅储鏍�*/
.layui-form.layui-card-header {
@@ -41,7 +65,6 @@
margin-right: 20px;
}
-
/*澶村伐鍏锋爮*/
.layui-table-tool-temp {
padding-right: 70px;
@@ -75,9 +98,9 @@
.layui-table-box{
padding-bottom: 10px;
}
-.layui-table-body.layui-table-main{
- overflow: hidden;
-}
+/*.layui-table-body.layui-table-main{*/
+/* overflow: hidden;*/
+/*}*/
.layui-table-page{
border-width: 0;
}
@@ -153,8 +176,6 @@
height: 200px;
}
-
-
/*
甯冨眬
*/
@@ -168,7 +189,6 @@
.col{
height: inherit;
}
-
/*鏉冮檺*/
#btn-add {
@@ -202,4 +222,4 @@
/* 鍋氬搷搴斿紡甯冨眬鏃讹紝涓嶅缓璁敤鍥哄畾灏哄锛屽敖閲忕敤% */
@media only screen and (max-width: 800px) {
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1