Browse Source

不良修改 2022年4月2日 sxm

master
[li_she] 4 years ago
parent
commit
185568efde
  1. 1
      src/views/modules/yieldReport/otherReport/change_packaging.vue
  2. 1
      src/views/modules/yieldReport/otherReport/defectList.vue
  3. 4
      src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue
  4. 1
      src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue
  5. 1
      src/views/modules/yieldReport/otherReport/rework_inspect_report.vue

1
src/views/modules/yieldReport/otherReport/change_packaging.vue

@ -2928,6 +2928,7 @@ export default {
this.harmful.itemNo = this.scheduleData.itemNo
this.harmful.seqNo = this.scheduleData.seqNo
this.harmful.rollNo = this.scheduleData.rollNo
this.harmful.reportedBy = this.operatorData.operatorId
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)

1
src/views/modules/yieldReport/otherReport/defectList.vue

@ -150,6 +150,7 @@ export default {
this.harmful.itemNo = val.itemNo
this.harmful.seqNo = val.seqNo
this.harmful.rollNo = val.rollNo
this.harmful.reportedBy = val.operatorId
this.getDataList()
},
//

4
src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue

@ -95,7 +95,7 @@
<el-form-item style="margin-top: -12px ;">
<span slot="label" type="label" style="margin-top: -10px ;margin-left: 10px"> </span>
<el-button class="customer-bun-mid" type="primary" @click="separateRollModal"
:disabled="buttonTags.createNewRollFlag"
:disabled="buttonTags.separateRollFlag"
>
创建分卷
</el-button>
@ -2902,6 +2902,7 @@ export default {
},
//
getInspectionDefectCodeList(){
this.scheduleData.operatorId = this.operatorData.operatorId
this.$nextTick(() => {
this.$refs.defectList.init(this.scheduleData)
});
@ -2932,6 +2933,7 @@ export default {
this.harmful.itemNo = this.scheduleData.itemNo
this.harmful.seqNo = this.scheduleData.seqNo
this.harmful.rollNo = this.scheduleData.rollNo
this.harmful.reportedBy = this.operatorData.operatorId
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)

1
src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue

@ -2776,6 +2776,7 @@ export default {
this.harmful.itemNo = this.scheduleData.itemNo
this.harmful.seqNo = this.scheduleData.seqNo
this.harmful.rollNo = this.scheduleData.rollNo
this.harmful.reportedBy = this.operatorData.operatorId
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)

1
src/views/modules/yieldReport/otherReport/rework_inspect_report.vue

@ -2931,6 +2931,7 @@ export default {
this.harmful.itemNo = this.scheduleData.itemNo
this.harmful.seqNo = this.scheduleData.seqNo
this.harmful.rollNo = this.scheduleData.rollNo
this.harmful.reportedBy = this.operatorData.operatorId
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)

Loading…
Cancel
Save