From 0a9295ff9b034a83c8d4e0afd68e26ef18149b76 Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Sat, 27 Jul 2024 19:57:21 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../js/basis/standard/testManagementList.js | 20 ++--
.../pages/basic/standard/child/testCheck.html | 106 ++++++++++--------
.../pages/basic/standard/child/testForm.html | 2 +-
3 files changed, 71 insertions(+), 57 deletions(-)
diff --git a/src/main/resources/static/js/basis/standard/testManagementList.js b/src/main/resources/static/js/basis/standard/testManagementList.js
index 2970c5f..0c52d61 100644
--- a/src/main/resources/static/js/basis/standard/testManagementList.js
+++ b/src/main/resources/static/js/basis/standard/testManagementList.js
@@ -75,15 +75,15 @@ function initTable(dataList, limit, page) {
return (page - 1) * limit + d.LAY_NUM;
}
},
- {field: "customName", title: "送样单位", unresize: true, align: "center"},
- {field: "sampleTime", title: "送样时间", unresize: true, align: "center"},
- {field: "sampleDev", title: "送样设备", unresize: true, align: "center"},
- {field: "customNum", title: "送样数量", unresize: true, align: "center"},
- {field: "sampleUserName", title: "收样人", unresize: true, align: "center"},
- {field: "sampleDate", title: "收样时间", unresize: true, align: "center"},
- {field: "dispatchUserName", title: "派工人", unresize: true, align: "center"},
- {field: "teamName", title: "试验班组", unresize: true, align: "center"},
- {field: "", title: "状态", unresize: true, align: "center",
+ {field: "customName", title: "送样单位", unresize: true, align: "center",width: 150},
+ {field: "sampleTime", title: "送样时间", unresize: true, align: "center",width: 150},
+ {field: "sampleDev", title: "送样设备", unresize: true, align: "center",width: 150},
+ {field: "customNum", title: "送样数量", unresize: true, align: "center",width: 150},
+ {field: "sampleUserName", title: "收样人", unresize: true, align: "center",width: 150},
+ {field: "sampleDate", title: "收样时间", unresize: true, align: "center",width: 150},
+ {field: "dispatchUserName", title: "派工人", unresize: true, align: "center",width: 150},
+ {field: "teamName", title: "试验班组", unresize: true, align: "center",width: 150},
+ {field: "", title: "状态", unresize: true, align: "center",width: 150,
templet: function (d) {
if (d.audtiStatus == "待试验") {
var html = " 待试验";
@@ -127,7 +127,7 @@ function initTable(dataList, limit, page) {
}
}
},*/
- {title: "操作", unresize: true, width: 300, align: "center",
+ {title: "操作", unresize: true, width: 150, align: "center",
templet: function (d) {
var id = d.id;
var customNum = d.customNum
diff --git a/src/main/resources/static/pages/basic/standard/child/testCheck.html b/src/main/resources/static/pages/basic/standard/child/testCheck.html
index a5f6705..c5909ed 100644
--- a/src/main/resources/static/pages/basic/standard/child/testCheck.html
+++ b/src/main/resources/static/pages/basic/standard/child/testCheck.html
@@ -3,9 +3,9 @@
-
-
+
+
@@ -41,7 +41,11 @@
}
.table-cell-wide {
- width: 340px !important;
+ width: 200vw !important;
+ }
+
+ .layui-table th, .layui-table td {
+ white-space: nowrap;
}
@@ -161,28 +165,7 @@
-
-
-
@@ -192,34 +175,65 @@
-
-
+
+
-
+
+
+
+
+
+