diff --git a/src/views/productionDisposition/hearingDialog.vue b/src/views/productionDisposition/hearingDialog.vue
index 7319a29..dc691f1 100644
--- a/src/views/productionDisposition/hearingDialog.vue
+++ b/src/views/productionDisposition/hearingDialog.vue
@@ -43,7 +43,7 @@
-
+
@@ -176,7 +176,7 @@
*问题大类
-
@@ -189,7 +189,7 @@
+ :disabled="!scope.row.ngType3Id || type == 'view'" >
@@ -396,6 +396,16 @@ export default {
changeType(val){
console.log('val---------------------',val)
},
+ submit(val){
+ this.detailInfo.bizType = this.testType == 1 ? 3 : this.testType == 2 ? this.disposalType == 1 ? 1 : 2 : ''
+ this.detailInfo.isBatProblem = this.checkList.includes('isBatProblem') ? 1 : 0
+ this.detailInfo.isClassicProblem = this.checkList.includes('isClassicProblem') ? 1 : 0
+ this.detailInfo.isLowError = this.checkList.includes('isLowError') ? 1 : 0
+ this.detailInfo.isQualityProblem = this.checkList.includes('isQualityProblem') ? 1 : 0
+ this.detailInfo.faultList = this.faultList
+ this.detailInfo.dutyList = this.dutyList
+ console.log('detail---------------------',this.detailInfo)
+ },
// 内部审理提交
submitInside(){
// if(this.disposalType == 1){
diff --git a/src/views/productionTesting/productionQuality.vue b/src/views/productionTesting/productionQuality.vue
index f1519e4..1ed9f16 100644
--- a/src/views/productionTesting/productionQuality.vue
+++ b/src/views/productionTesting/productionQuality.vue
@@ -918,7 +918,7 @@ export default {
gaugeValue7: null,
gaugeValue8: null
};
- this.thicknessData = []
+
// if()
let tmp = this.expandedRowKeys.find(item => item == row.id);
if (!tmp) {
@@ -926,6 +926,7 @@ export default {
}
this.isStart = !this.isStart;
if(this.isStart){
+ this.thicknessData = []
this.startTime = dateFormat(new Date(),'yyyy-MM-dd hh:mm:ss')
this.firstInterval = setInterval(() =>{
this.getThickness(0,true,dateFormat(new Date(),'yyyy-MM-dd hh:mm:ss'),itemDetail)