|
@@ -583,7 +583,8 @@ export default {
|
|
|
inputDatetime: [new Date(), new Date()],
|
|
|
iscompleted: '',
|
|
|
tmrtname: '',
|
|
|
- lpplantype: ''
|
|
|
+ lpplantype: '',
|
|
|
+ error:''
|
|
|
}
|
|
|
},
|
|
|
tableKey: 0,
|
|
@@ -840,16 +841,27 @@ export default {
|
|
|
this.table.getdataListParm.parammaps.startTime = ''
|
|
|
this.table.getdataListParm.parammaps.stopTime = ''
|
|
|
}
|
|
|
+ this.table.getdataListParm.parammaps.hlwc1 = this.hlwc1
|
|
|
+ this.table.getdataListParm.parammaps.hlwc2 = this.hlwc2
|
|
|
+ this.table.getdataListParm.parammaps.hlzq1 = this.hlzq1
|
|
|
+ this.table.getdataListParm.parammaps.hlzq2 = this.hlzq2
|
|
|
+ this.table.getdataListParm.parammaps.slwc1 = this.slwc1
|
|
|
+ this.table.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
+ this.table.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
+ this.table.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
if(this.ccys == true){
|
|
|
if(this.table3.getdataListParm.name !== 'getprocessAnalysisHL'){
|
|
|
- this.hlwc1 = undefined
|
|
|
- this.hlwc2 = undefined
|
|
|
- this.hlzq1 = undefined
|
|
|
- this.hlzq2 = undefined
|
|
|
- this.slwc1 = undefined
|
|
|
- this.slwc2 = undefined
|
|
|
- this.slzq1 = undefined
|
|
|
- this.slzq2 = undefined
|
|
|
+ this.hlwc1 = undefined
|
|
|
+ this.hlwc2 = undefined
|
|
|
+ this.hlzq1 = undefined
|
|
|
+ this.hlzq2 = undefined
|
|
|
+ this.slwc1 = undefined
|
|
|
+ this.slwc2 = undefined
|
|
|
+ this.slzq1 = undefined
|
|
|
+ this.slzq2 = undefined
|
|
|
+ this.table.getdataListParm.parammaps.error = ''
|
|
|
+ this.table3.getdataListParm.parammaps.error = ''
|
|
|
+ this.table4.getdataListParm.parammaps.error = ''
|
|
|
}
|
|
|
if(this.table3.getdataListParm.name == 'getprocessAnalysisHL'){
|
|
|
// // hlwc1,hlwc2,hlzq1,hlzq2,slwc1,slwc2,slzq1,slzq2,ccys
|
|
@@ -861,6 +873,7 @@ export default {
|
|
|
this.table3.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
this.table3.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
this.table3.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table3.getdataListParm.parammaps.error = '有误差'
|
|
|
}
|
|
|
if(this.table4.getdataListParm.name == 'getprocessAnalysisSL'){
|
|
|
this.table4.getdataListParm.parammaps.hlwc1 = this.hlwc1
|
|
@@ -871,6 +884,18 @@ export default {
|
|
|
this.table4.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
this.table4.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
this.table4.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table4.getdataListParm.parammaps.error = '有误差'
|
|
|
+ }
|
|
|
+ if(this.table.getdataListParm.name == 'getprocessAnalysis'){
|
|
|
+ this.table.getdataListParm.parammaps.hlwc1 = this.hlwc1
|
|
|
+ this.table.getdataListParm.parammaps.hlwc2 = this.hlwc2
|
|
|
+ this.table.getdataListParm.parammaps.hlzq1 = this.hlzq1
|
|
|
+ this.table.getdataListParm.parammaps.hlzq2 = this.hlzq2
|
|
|
+ this.table.getdataListParm.parammaps.slwc1 = this.slwc1
|
|
|
+ this.table.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
+ this.table.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
+ this.table.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table.getdataListParm.parammaps.error = '有误差'
|
|
|
}
|
|
|
}else{
|
|
|
this.table3.getdataListParm.parammaps.hlwc1 = ''
|
|
@@ -889,6 +914,9 @@ export default {
|
|
|
this.table4.getdataListParm.parammaps.slwc2 = ''
|
|
|
this.table4.getdataListParm.parammaps.slzq1 = ''
|
|
|
this.table4.getdataListParm.parammaps.slzq2 = ''
|
|
|
+ this.table.getdataListParm.parammaps.error = ''
|
|
|
+ this.table3.getdataListParm.parammaps.error = ''
|
|
|
+ this.table4.getdataListParm.parammaps.error = ''
|
|
|
}
|
|
|
this.table.getdataListParm.offset = 1
|
|
|
this.getList()
|
|
@@ -1299,14 +1327,17 @@ export default {
|
|
|
// console.log(this.table.getdataListParm.parammaps.ccys,'===')
|
|
|
if(this.ccys == true){
|
|
|
if(this.table3.getdataListParm.name !== 'getprocessAnalysisHL'){
|
|
|
- this.hlwc1 = undefined
|
|
|
- this.hlwc2 = undefined
|
|
|
- this.hlzq1 = undefined
|
|
|
- this.hlzq2 = undefined
|
|
|
- this.slwc1 = undefined
|
|
|
- this.slwc2 = undefined
|
|
|
- this.slzq1 = undefined
|
|
|
- this.slzq2 = undefined
|
|
|
+ this.hlwc1 = undefined
|
|
|
+ this.hlwc2 = undefined
|
|
|
+ this.hlzq1 = undefined
|
|
|
+ this.hlzq2 = undefined
|
|
|
+ this.slwc1 = undefined
|
|
|
+ this.slwc2 = undefined
|
|
|
+ this.slzq1 = undefined
|
|
|
+ this.slzq2 = undefined
|
|
|
+ this.table3.getdataListParm.parammaps.error = ''
|
|
|
+ this.table4.getdataListParm.parammaps.error = ''
|
|
|
+ this.table.getdataListParm.parammaps.error = ''
|
|
|
}
|
|
|
if(this.table3.getdataListParm.name == 'getprocessAnalysisHL'){
|
|
|
// // hlwc1,hlwc2,hlzq1,hlzq2,slwc1,slwc2,slzq1,slzq2,ccys
|
|
@@ -1318,6 +1349,7 @@ export default {
|
|
|
this.table3.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
this.table3.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
this.table3.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table3.getdataListParm.parammaps.error = '有误差'
|
|
|
}
|
|
|
if(this.table4.getdataListParm.name == 'getprocessAnalysisSL'){
|
|
|
this.table4.getdataListParm.parammaps.hlwc1 = this.hlwc1
|
|
@@ -1328,8 +1360,22 @@ export default {
|
|
|
this.table4.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
this.table4.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
this.table4.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table4.getdataListParm.parammaps.error = '有误差'
|
|
|
+ }
|
|
|
+ if(this.table.getdataListParm.name == 'getprocessAnalysis'){
|
|
|
+ this.table.getdataListParm.parammaps.hlwc1 = this.hlwc1
|
|
|
+ this.table.getdataListParm.parammaps.hlwc2 = this.hlwc2
|
|
|
+ this.table.getdataListParm.parammaps.hlzq1 = this.hlzq1
|
|
|
+ this.table.getdataListParm.parammaps.hlzq2 = this.hlzq2
|
|
|
+ this.table.getdataListParm.parammaps.slwc1 = this.slwc1
|
|
|
+ this.table.getdataListParm.parammaps.slwc2 = this.slwc2
|
|
|
+ this.table.getdataListParm.parammaps.slzq1 = this.slzq1
|
|
|
+ this.table.getdataListParm.parammaps.slzq2 = this.slzq2
|
|
|
+ this.table.getdataListParm.parammaps.error = '有误差'
|
|
|
}
|
|
|
this.getList()
|
|
|
+ }else{
|
|
|
+ this.table.getdataListParm.parammaps.error = ''
|
|
|
}
|
|
|
}
|
|
|
}
|