Browse Source

2024.1.19 派工单号变更

java8
yuejiayang 2 years ago
parent
commit
30f5b0f2d5
  1. 3
      src/views/modules/qc/FAIResultEntry.vue
  2. 3
      src/views/modules/qc/FQCResultEntry.vue
  3. 3
      src/views/modules/qc/IPQCResultEntry.vue

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

@ -3291,7 +3291,8 @@
},
searchSeqInfo () {
let tempData = {
site: this.$store.state.user.site,
// modalData.buindex0site 2_01-Label 2
site: this.modalData.bu.at(0),
seqNo: this.seqDetailData.seqNo,
orderNo: this.seqDetailData.orderNo,
sku: this.seqDetailData.sku,

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

@ -3299,7 +3299,8 @@
},
searchSeqInfo () {
let tempData = {
site: this.$store.state.user.site,
// modalData.buindex0site 2_01-Label 2
site: this.modalData.bu.at(0),
seqNo: this.seqDetailData.seqNo,
orderNo: this.seqDetailData.orderNo,
sku: this.seqDetailData.sku,

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

@ -3361,7 +3361,8 @@
},
searchSeqInfo () {
let tempData = {
site: this.$store.state.user.site,
// modalData.buindex0site 2_01-Label 2
site: this.modalData.bu.at(0),
seqNo: this.seqDetailData.seqNo,
orderNo: this.seqDetailData.orderNo,
sku: this.seqDetailData.sku,

Loading…
Cancel
Save