Browse Source

2023-07-19 设备和质量修改

java8
杨奉源 3 years ago
parent
commit
b6b15badf8
  1. 1
      src/views/modules/eam/eamFeedBack.vue
  2. 6
      src/views/modules/qc/IQCResultEntry.vue

1
src/views/modules/eam/eamFeedBack.vue

@ -606,7 +606,6 @@
})
json += "}"
let s = eval("(" + json + ")")
return s
},
// end

6
src/views/modules/qc/IQCResultEntry.vue

@ -403,7 +403,7 @@
searchData: {
site: this.$store.state.user.site,
inspectionNo: '',
inspectionTypeNo:'103',
inspectionTypeNo:'105',
isQualified: '',
startDate: '',
endDate: '',
@ -434,7 +434,7 @@
sampleQuantity: '',
detailCodeNo:'',
detailCodeDesc:'',
inspectionTypeNo:'103',
inspectionTypeNo:'105',
inspectionTypeName:'IQC',
inspectorNo:'',
inspectorName:'',
@ -960,7 +960,7 @@
this.searchData = {
site: this.$store.state.user.site,
inspectionNo: '',
inspectionTypeNo:'103',
inspectionTypeNo:'105',
isQualified: '',
startDate: '',
endDate: '',

Loading…
Cancel
Save