From d975fc4756806f5b51f006c19c33571b9b8c0b3b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 20 十二月 2024 09:30:19 +0800
Subject: [PATCH] 修改下单时要求值输入限制

---
 index.html |   55 ++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 32 insertions(+), 23 deletions(-)

diff --git a/index.html b/index.html
index ba5e1c3..c2bd28a 100644
--- a/index.html
+++ b/index.html
@@ -1,27 +1,36 @@
 <!DOCTYPE html>
 <html>
-	<head>
-		<meta charset="utf-8">
-		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
-		<meta http-equiv="Expires" CONTENT="0">
-		<meta http-equiv="Cache-Control" CONTENT="no-cache">
-		<meta http-equiv="Pragma" CONTENT="no-cache">
-		<title>LIMS瀹為獙瀹ょ鐞嗙郴缁�</title>
-		<link rel="icon" type="image/x-icon" href="./static/img/logo.png">
+<head>
+  <meta charset="utf-8">
 
-		<link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" />
-		<link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" />
-		<link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" />
-		<link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" />
-    <style>
-      #app{
-        overflow: hidden;
-      }
-    </style>
-	</head>
-	<body>
-		<div id="app"></div>
-		<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script>
-		<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script>
-	</body>
+  <meta http-equiv="pragram" content="no-cache">
+  <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
+  <meta http-equiv="expires" content="0">
+  <title>LIMS瀹為獙瀹ょ鐞嗙郴缁�</title>
+  <link rel="icon" type="image/x-icon" href="./static/img/logo.png">
+
+  <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" />
+  <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/plugins.css" rel="stylesheet" />
+  <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/css/luckysheet.css" rel="stylesheet" />
+  <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" />
+  <style>
+    #app{
+      overflow: hidden;
+    }
+    .el-table-filter__list{
+      max-height: 70vh !important;
+      overflow-y: scroll !important;
+    }
+    .el-message-box__message{
+      max-height: 500px !important;
+      overflow-y: scroll !important;
+    }
+  </style>
+</head>
+<body>
+<div id="app"></div>
+<script type='text/javascript' src='https://ztwxlims.ztt.cn:7443/web-apps/apps/api/documents/api.js'></script>
+</body>
+<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script>
+<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script>
 </html>

--
Gitblit v1.9.3