Browse Source

2024/1/19 返工返修记录

master
zelian_wu 2 years ago
parent
commit
609cca71f7
  1. 4
      src/views/modules/production/reworkRecord.vue

4
src/views/modules/production/reworkRecord.vue

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

Loading…
Cancel
Save