检测流程样式调整
This commit is contained in:
@@ -10,7 +10,7 @@ export namespace Plan {
|
||||
name: string; //检测计划名称
|
||||
pattern: string; //模式,字典表(数字、模拟、比对)
|
||||
father_Plan_Id?: string; //父计划ID
|
||||
dataSource_Id: string; //数据源ID
|
||||
dataSource_Id: string[]; //数据源ID
|
||||
script_Id: string; //检测脚本ID
|
||||
error_Sys_Id: string;//误差体系ID
|
||||
test_State: string; //检测状态
|
||||
@@ -30,6 +30,7 @@ export namespace Plan {
|
||||
source_Id: string[];
|
||||
device_Id?: string[];
|
||||
testSourceList?: string[];//临时测试
|
||||
dataSource_Ids:string;
|
||||
}
|
||||
// // 检测计划列表
|
||||
// export interface PlanList {
|
||||
|
||||
@@ -246,7 +246,8 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
|
||||
'pattern':'1',
|
||||
"source_Id" : ['1'],
|
||||
"testSourceName":'标准源-福禄克-6100A',
|
||||
'dataSource_Id':'1',
|
||||
'dataSource_Id':['1'],
|
||||
'dataSource_Ids':'实时数据',
|
||||
'script_Id':'1',
|
||||
'error_Sys_Id':'1',
|
||||
'test_State':'1',
|
||||
@@ -260,7 +261,8 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
|
||||
"source_Id" : ['5','6','7','8'],
|
||||
"testSourceName":'高精度设备-PQV520-1',
|
||||
'father_Plan_Id':'1',
|
||||
'dataSource_Id':'2',
|
||||
'dataSource_Id':['5'],
|
||||
'dataSource_Ids':'分钟统计数据CP95值',
|
||||
'script_Id':'2',
|
||||
'error_Sys_Id':'2',
|
||||
'test_State':'2',
|
||||
@@ -277,7 +279,8 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
|
||||
"source_Id" : ['3'],
|
||||
"testSourceName":'标准源-丹迪克-DKLN1',
|
||||
'father_Plan_Id':'1',
|
||||
'dataSource_Id':'3',
|
||||
'dataSource_Id':['1'],
|
||||
'dataSource_Ids':'实时数据',
|
||||
'script_Id':'3',
|
||||
'error_Sys_Id':'3',
|
||||
'test_State':'1',
|
||||
|
||||
Reference in New Issue
Block a user