// 检验项目编号
|
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"
|