Browse Source

24-04-23 出库扫描报表

master
zelian_wu 2 years ago
parent
commit
6e7702f637
  1. 2
      src/views/modules/production/reworkRecord.vue
  2. 5
      src/views/modules/production/scanForm.vue

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

@ -517,7 +517,7 @@ export default {
</el-row>
</el-form>
<div style="margin: 8px 0">
<el-button size="small" icon="el-icon-edit" type="primary" @click="startReworkRecordDialog = true"> </el-button>
<el-button size="small" icon="el-icon-edit" style="height: 24px" type="primary" @click="startReworkRecordDialog = true"> </el-button>
<el-button size="small" type="primary" @click="seqNoReworkRecordDialog = true">返修报工</el-button>
</div>
<el-table

5
src/views/modules/production/scanForm.vue

@ -186,7 +186,10 @@ export default {
flag: '',
}
if (this.isReport === false && this.total < this.notifyQty){
this.$message.warning("出货书数量未达到通知单需求数量")
this.$message.warning("扫描数量未达到通知单数量")
// this.$alert("", '', {
// confirmButtonText: '',
// });
}
this.scanLabelDetailList = [];
},

Loading…
Cancel
Save