From 727ee25aeb5fcaf84e2cf009b2eacd3a86bcb3ca Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 28 十一月 2024 12:55:23 +0800
Subject: [PATCH] 新增 环境检测方案,环境检测单
---
WebTM/views/质量管理/质量报表/SB_TechnologyParameterList.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/SB_TechnologyParameterList.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/SB_TechnologyParameterList.html"
index ac7592a..404b18b 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/SB_TechnologyParameterList.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/SB_TechnologyParameterList.html"
@@ -92,13 +92,13 @@
</div>
</div>
<div class="layui-row" style="margin-top:5px">
- <div class="layui-inline">
+ <div class="layui-inline " style="display:none">
<label class="layui-form-label">寮�濮嬫棩鏈�</label>
<div class="layui-input-block">
<input type="datetime" class="layui-input ForFilteringSchemes" id="HBeginDate" style="width:190px;" readonly>
</div>
</div>
- <div class="layui-inline">
+ <div class="layui-inline" style="display:none">
<label class="layui-form-label">缁撴潫鏃ユ湡</label>
<div class="layui-input-block">
<input type="datetime" class="layui-input ForFilteringSchemes" id="HEndDate" style="width:190px;" readonly>
@@ -497,7 +497,7 @@
type: 'line',
label: {
show: true,
- formatter: '{c}%'
+ formatter: '{c}'
},
tooltip: {
valueFormatter: function (value) {
@@ -511,7 +511,7 @@
type: 'line',
label: {
show: true,
- formatter: '{c}%'
+ formatter: '{c}'
},
tooltip: {
valueFormatter: function (value) {
@@ -533,7 +533,7 @@
type: 'line',
label: {
show: true,
- formatter: '{c}%'
+ formatter: '{c}'
},
tooltip: {
valueFormatter: function (value) {
@@ -555,7 +555,7 @@
type: 'line',
label: {
show: true,
- formatter: '{c}%'
+ formatter: '{c}'
},
tooltip: {
valueFormatter: function (value) {
--
Gitblit v1.9.1