Browse Source

2025-04-03

qc取消审核
java8
fengyuan_yang 10 months ago
parent
commit
5cc0f5dd94
  1. 1
      src/views/modules/qc/FAIResultEntry.vue
  2. 1
      src/views/modules/qc/FQCResultEntry.vue
  3. 1
      src/views/modules/qc/IPQCResultEntry.vue
  4. 1
      src/views/modules/qc/PQCResultEntry.vue

1
src/views/modules/qc/FAIResultEntry.vue

@ -1028,6 +1028,7 @@
submit_flag: '', submit_flag: '',
inspectionResult: '', inspectionResult: '',
submitList: [], submitList: [],
updateBy: this.$store.state.user.name,
type: 'fai' type: 'fai'
}, },
tagNo: '', tagNo: '',

1
src/views/modules/qc/FQCResultEntry.vue

@ -1004,6 +1004,7 @@
submit_flag: '', submit_flag: '',
inspectionResult: '', inspectionResult: '',
submitList: [], submitList: [],
updateBy: this.$store.state.user.name,
type: 'fqc' type: 'fqc'
}, },
tagNo: '', tagNo: '',

1
src/views/modules/qc/IPQCResultEntry.vue

@ -1025,6 +1025,7 @@
submit_flag: '', submit_flag: '',
inspectionResult: '', inspectionResult: '',
submitList: [], submitList: [],
updateBy: this.$store.state.user.name,
type: 'ipqc' type: 'ipqc'
}, },
tagNo:'', tagNo:'',

1
src/views/modules/qc/PQCResultEntry.vue

@ -1002,6 +1002,7 @@ export default {
submit_flag: '', submit_flag: '',
inspectionResult: '', inspectionResult: '',
submitList: [], submitList: [],
updateBy: this.$store.state.user.name,
type: 'pqc' type: 'pqc'
}, },
tagNo:'', tagNo:'',

Loading…
Cancel
Save