|
|
@@ -497,7 +497,7 @@ export default {
|
|
|
data[0].h1,
|
|
|
data[0].p6,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[1].temp = data[0].t2;
|
|
|
@@ -510,7 +510,7 @@ export default {
|
|
|
data[0].h2,
|
|
|
data[0].p7,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[2].temp = data[0].t3;
|
|
|
@@ -523,7 +523,7 @@ export default {
|
|
|
data[0].h3,
|
|
|
data[0].p8,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[3].temp = data[0].t4;
|
|
|
this_.newweizhi[3].humidness = data[0].h4;
|
|
|
@@ -535,7 +535,7 @@ export default {
|
|
|
data[0].h4,
|
|
|
data[0].p9,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[14].airPressure = data[0].p1; //; 1更
|
|
|
this_.newweizhi[14].ifshow = this_.returnifShow(
|
|
|
@@ -543,7 +543,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p1,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[14].run = data[0].run;
|
|
|
|
|
|
@@ -552,8 +552,8 @@ export default {
|
|
|
999,
|
|
|
999,
|
|
|
data[0].p3,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ 10,
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[15].run = data[0].run;
|
|
|
this_.newweizhi[16].airPressure = data[0].p4; //退更缓冲
|
|
|
@@ -562,7 +562,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p4,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[16].run = data[0].run;
|
|
|
|
|
|
@@ -571,8 +571,8 @@ export default {
|
|
|
999,
|
|
|
999,
|
|
|
data[0].p5,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ 10,
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[17].run = data[0].run;
|
|
|
this_.newweizhi[18].airPressure = data[0].p1; //万级洁净走廊
|
|
|
@@ -581,7 +581,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p1,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 9999
|
|
|
);
|
|
|
this_.newweizhi[18].run = data[0].run;
|
|
|
});
|
|
|
@@ -597,8 +597,8 @@ export default {
|
|
|
data[0].t1,
|
|
|
data[0].h1,
|
|
|
data[0].p1,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ -15,
|
|
|
+ -35
|
|
|
);
|
|
|
this_.newweizhi[5].temp = data[0].t2; //分练区2
|
|
|
this_.newweizhi[5].humidness = data[0].h2;
|
|
|
@@ -609,8 +609,8 @@ export default {
|
|
|
data[0].t2,
|
|
|
data[0].h2,
|
|
|
data[0].p2,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ -15,
|
|
|
+ -35
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[19].airPressure = data[0].p3;
|
|
|
@@ -620,7 +620,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p3,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[19].run = data[0].run;
|
|
|
|
|
|
@@ -630,7 +630,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p4,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[20].run = data[0].run;
|
|
|
this_.newweizhi[21].airPressure = data[0].p5;
|
|
|
@@ -639,12 +639,11 @@ export default {
|
|
|
999,
|
|
|
data[0].p5,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[21].run = data[0].run;
|
|
|
});
|
|
|
- let sql2 =
|
|
|
- "select * FROM DATA WHERE deviceName ='HAU03' ORDER BY saveTime DESC LIMIT 1"; //支原体室
|
|
|
+ let sql2 ="select * FROM DATA WHERE deviceName ='HAU03' ORDER BY saveTime DESC LIMIT 1"; //支原体室
|
|
|
await curdPost("sql", sql2).then((res) => {
|
|
|
let data = res.variables.data;
|
|
|
this_.newweizhi[6].temp = data[0].t1;
|
|
|
@@ -655,8 +654,8 @@ export default {
|
|
|
data[0].t1,
|
|
|
data[0].h1,
|
|
|
data[0].p1,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ 10,
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[22].airPressure = data[0].p2; //支原体 与无菌共用一更
|
|
|
this_.newweizhi[22].ifshow = this_.returnifShow(
|
|
|
@@ -664,19 +663,17 @@ export default {
|
|
|
999,
|
|
|
data[0].p2,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[22].run = data[0].run;
|
|
|
-
|
|
|
zhi_wu_yi_run = data[0].run;
|
|
|
-
|
|
|
this_.newweizhi[23].airPressure = data[0].p3;
|
|
|
this_.newweizhi[23].ifshow = this_.returnifShow(
|
|
|
999,
|
|
|
999,
|
|
|
data[0].p3,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[23].run = data[0].run; //二更
|
|
|
|
|
|
@@ -686,7 +683,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p4,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[24].run = data[0].run; //缓冲
|
|
|
|
|
|
@@ -710,8 +707,8 @@ export default {
|
|
|
data[0].t1,
|
|
|
data[0].h1,
|
|
|
data[0].p1,
|
|
|
- 5,
|
|
|
- 30
|
|
|
+ 10,
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[22].airPressure = data[0].p4; //支原体 与无菌共用一更
|
|
|
this_.newweizhi[22].ifshow = this_.returnifShow(
|
|
|
@@ -719,7 +716,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p4,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
zhi_wu_yi_run != 1 ? (this_.newweizhi[22].run = data[0].run) : "";
|
|
|
|
|
|
@@ -729,22 +726,20 @@ export default {
|
|
|
999,
|
|
|
data[0].p2,
|
|
|
10,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[25].run = data[0].run; //二更
|
|
|
-
|
|
|
this_.newweizhi[26].airPressure = data[0].p3;
|
|
|
this_.newweizhi[26].ifshow = this_.returnifShow(
|
|
|
999,
|
|
|
999,
|
|
|
data[0].p3,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
- this_.newweizhi[26].run = data[0].run;
|
|
|
+ this_.newweizhi[26].run = data[0].run;//缓冲
|
|
|
});
|
|
|
- let sql4 =
|
|
|
- "select * FROM DATA WHERE deviceName ='PAU01' ORDER BY saveTime DESC LIMIT 1";
|
|
|
+ let sql4 ="select * FROM DATA WHERE deviceName ='PAU01' ORDER BY saveTime DESC LIMIT 1";
|
|
|
await curdPost("sql", sql4).then((res) => {
|
|
|
let data = res.variables.data;
|
|
|
this_.newweizhi[8].temp = data[0].t1;
|
|
|
@@ -755,8 +750,8 @@ export default {
|
|
|
data[0].t1,
|
|
|
data[0].h1,
|
|
|
data[0].p1,
|
|
|
- -10,
|
|
|
- -30
|
|
|
+ -15,
|
|
|
+ -45
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[9].temp = data[0].t2;
|
|
|
@@ -767,8 +762,8 @@ export default {
|
|
|
data[0].t2,
|
|
|
data[0].h2,
|
|
|
data[0].p2,
|
|
|
- -10,
|
|
|
- -30
|
|
|
+ -15,
|
|
|
+ -35
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[10].temp = data[0].t3;
|
|
|
@@ -780,7 +775,7 @@ export default {
|
|
|
data[0].h3,
|
|
|
data[0].p3,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[11].temp = data[0].t4;
|
|
|
@@ -792,7 +787,7 @@ export default {
|
|
|
data[0].h4,
|
|
|
data[0].p4,
|
|
|
15,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[28].airPressure = data[0].p9; //试剂准备缓冲
|
|
|
@@ -801,7 +796,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p9,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[28].run = data[0].run;
|
|
|
|
|
|
@@ -811,7 +806,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p6,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[29].run = data[0].run;//产物缓冲
|
|
|
this_.newweizhi[30].airPressure = data[0].p7;
|
|
|
@@ -820,7 +815,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p7,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[30].run = data[0].run; //扩增缓冲
|
|
|
|
|
|
@@ -830,7 +825,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p8,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[31].run = data[0].run; //样本缓冲三
|
|
|
|
|
|
@@ -841,12 +836,11 @@ export default {
|
|
|
999,
|
|
|
data[0].p5,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[27].run = data[0].run;
|
|
|
});
|
|
|
- let sql5 =
|
|
|
- "select * FROM DATA WHERE deviceName ='PAU02' ORDER BY saveTime DESC LIMIT 1";
|
|
|
+ let sql5 ="select * FROM DATA WHERE deviceName ='PAU02' ORDER BY saveTime DESC LIMIT 1";
|
|
|
// console.log()
|
|
|
await curdPost("sql", sql5).then((res) => {
|
|
|
let data = res.variables.data;
|
|
|
@@ -858,7 +852,7 @@ export default {
|
|
|
data[0].t1,
|
|
|
data[0].h1,
|
|
|
data[0].p2,
|
|
|
- -10,
|
|
|
+ -15,
|
|
|
-30
|
|
|
);
|
|
|
this_.newweizhi[13].temp = data[0].t2; //支原体阳性制备室
|
|
|
@@ -870,8 +864,8 @@ export default {
|
|
|
data[0].t2,
|
|
|
data[0].h2,
|
|
|
data[0].p1,
|
|
|
- -10,
|
|
|
- -30
|
|
|
+ -15,
|
|
|
+ -35
|
|
|
);
|
|
|
|
|
|
this_.newweizhi[33].airPressure = data[0].p5;
|
|
|
@@ -880,7 +874,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p5,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[33].run = data[0].run; //无菌阳性二更
|
|
|
|
|
|
@@ -890,7 +884,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p7,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[34].run = data[0].run;
|
|
|
|
|
|
@@ -900,7 +894,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p4,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[35].run = data[0].run;
|
|
|
|
|
|
@@ -909,8 +903,8 @@ export default {
|
|
|
999,
|
|
|
999,
|
|
|
data[0].p3,
|
|
|
- 15,
|
|
|
- 30
|
|
|
+ 10,
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[37].run = data[0].run;
|
|
|
|
|
|
@@ -920,7 +914,7 @@ export default {
|
|
|
999,
|
|
|
data[0].p6,
|
|
|
5,
|
|
|
- 30
|
|
|
+ 999
|
|
|
);
|
|
|
this_.newweizhi[36].run = data[0].run;
|
|
|
});
|