Browse Source

2026-03-05

检验单详情里点击【上传文件】时会先调用【应用】保存
master
fengyuan_yang 1 month ago
parent
commit
10873eab58
  1. 4
      src/views/modules/qc/FQCResultEntry.vue
  2. 4
      src/views/modules/qc/IPQCResultEntry.vue
  3. 4
      src/views/modules/qc/IQCResultEntry.vue
  4. 4
      src/views/modules/qc/OQCResultEntry.vue
  5. 4
      src/views/modules/yieldReport/com_process_inspection.vue

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

@ -3708,6 +3708,10 @@
// //
uploadImageModal (row) { uploadImageModal (row) {
//
if (this.detailData.state === '待检验') {
this.Transfer('1')
}
let currentData = { let currentData = {
site: this.detailData.site, site: this.detailData.site,
buNo: this.detailData.buNo, buNo: this.detailData.buNo,

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

@ -3667,6 +3667,10 @@
// //
uploadImageModal (row) { uploadImageModal (row) {
//
if (this.detailData.state === '待检验') {
this.Transfer('1')
}
let currentData = { let currentData = {
site: this.detailData.site, site: this.detailData.site,
buNo: this.detailData.buNo, buNo: this.detailData.buNo,

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

@ -2807,6 +2807,10 @@
// //
uploadImageModal (row) { uploadImageModal (row) {
//
if (this.detailData.state === '待检验') {
this.Transfer('1')
}
let currentData = { let currentData = {
site: this.detailData.site, site: this.detailData.site,
buNo: this.detailData.buNo, buNo: this.detailData.buNo,

4
src/views/modules/qc/OQCResultEntry.vue

@ -2540,6 +2540,10 @@
// //
uploadImageModal (row) { uploadImageModal (row) {
//
if (this.detailData.state === '待检验') {
this.Transfer('1')
}
let currentData = { let currentData = {
site: this.detailData.site, site: this.detailData.site,
buNo: this.detailData.buNo, buNo: this.detailData.buNo,

4
src/views/modules/yieldReport/com_process_inspection.vue

@ -2560,6 +2560,10 @@ export default {
// //
uploadImageModal(row) { uploadImageModal(row) {
//
if (this.detailData.state === '待检验') {
this.Transfer('1')
}
let currentData = { let currentData = {
site: this.detailData.site, site: this.detailData.site,
buNo: this.detailData.buNo, buNo: this.detailData.buNo,

Loading…
Cancel
Save