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