|
|
|
@ -205,8 +205,8 @@ export default { |
|
|
|
getRework(this.saveRework).then(({data})=>{ |
|
|
|
if (data && data.code === 0){ |
|
|
|
this.saveRework = data.row; |
|
|
|
this.seqNoReworkRecordDialog = false; |
|
|
|
this.reportWorkDialog = true |
|
|
|
this.seqNoReworkRecordDialog = false; |
|
|
|
}else { |
|
|
|
this.$alert(data.msg, '错误信息', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
@ -239,7 +239,7 @@ export default { |
|
|
|
<el-button type="primary" @click="startReworkRecordDialog = false">取消</el-button> |
|
|
|
</el-footer> |
|
|
|
</el-dialog> |
|
|
|
<el-dialog title="派工单返修" @close="closeStartReworkRecordDialog" :visible.sync="seqNoReworkRecordDialog" :close-on-click-modal="false" width="13%"> |
|
|
|
<el-dialog title="派工单返修" :visible.sync="seqNoReworkRecordDialog" :close-on-click-modal="false" width="13%"> |
|
|
|
<el-form :model="saveRework" label-position="top" @submit.native.prevent> |
|
|
|
<el-form-item label="派工单号" prop="seqNo"> |
|
|
|
<el-input type="number" v-model="saveRework.seqNo" @keydown.native.enter="getRework"></el-input> |
|
|
|
|