wyg
2024-06-18 1308d4d7a162d3cabd0fe4f639b6d7f5dd376584
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// 检验项目编号
export const checkItemNo = '150'
// 检验项目名称
export const checkItemName = '150'
// 统计类型
export const checkType = '80'
// 技术要求
export const checkStandard = '180'
// 参考标准值
export const standardVal = '150'
// 参考上限值
export const standardHigh = '100'
// 参考下限值
export const standardLow = '100'
// 检验工具
export const checkTool = '180'
// 是否自动判断
export const isAutoCheck = '120'
// 是否必填
export const isToSpc = '80'
// 单位
export const unit = '100'
// 是否启用
export const status = '80'
// 备注
export const description = '160'
// 最后更新人姓名
export const lastUpdatedUserName = '120'
// 最后更新日期时间
export const lastUpdatedDateTime = '160'
 
// 编号
export const noWidth = '150'
// 名称
export const nameWidth = '150'
// 类型
export const classWidth = '80'
// 要求
export const requireWidth = '180'
// 备注
export const descrWidth = '160'
// 工具
export const toolWidth = '180'
// 是否
export const whetherWidth = '80'
// 状态
export const statusWidth = '80'
// 业务
export const businessWidth = '120'
// 审核人员姓名
export const auditNameWidth = '100'
// 时间
export const timeWidth = '160'
// 工厂
export const workWidth = '200'
// 供应商
export const supplierWidth="180"
// istreeno
export const istreeno="200"
 
 
// 检测任务检测项
export const testItem="150"
 
export const testWidth="500"
export const top="130"
export const checkResult="300"
export const action="100"