From 699fe7a49a5de1ad79872450eb3377bfcd43bbf6 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 31 Jul 2024 15:55:07 +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 | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/js/basis/standard/testManagementList.js b/src/main/resources/static/js/basis/standard/testManagementList.js index b2fddb5..590a3fa 100644 --- a/src/main/resources/static/js/basis/standard/testManagementList.js +++ b/src/main/resources/static/js/basis/standard/testManagementList.js @@ -78,16 +78,30 @@ function initTable(dataList, limit, page) { // {field: "customName", title: "送样单位", unresize: true, align: "center",width: 260}, {field: "customName", width:200,title: "送样单位", unresize: true, align: "center", templet: function (d) { return `
${d.customName}
`; + }}, + + // {field: "sampleTime", title: "送样时间", unresize: true, align: "center",width: 150}, + {field: "sampleTime", width:150,title: "送样时间", unresize: true, align: "center", templet: function (d) { + return `
${d.sampleTime}
`; + }}, + + + // {field: "sampleDev", title: "送样设备", unresize: true, align: "center",width: 150}, + {field: "sampleDev", width:150,title: "送样设备", unresize: true, align: "center", templet: function (d) { + return `
${d.sampleDev}
`; }}, - {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: "sampleDate", title: "收样时间", unresize: true, align: "center",width: 150}, + + {field: "sampleDate", width:150,title: "收样时间", unresize: true, align: "center", templet: function (d) { + return `
${d.sampleDate}
`; + }}, + {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: 100, + {field: "", title: "状态", unresize: true, align: "center",width: 110, templet: function (d) { if (d.audtiStatus == "待试验") { var html = " 待试验";