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 += "}" json += "}"
let s = eval("(" + json + ")") let s = eval("(" + json + ")")
return s return s
}, },
// end // end

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

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

Loading…
Cancel
Save