Browse Source

返工返修报告:返修报工打印标签 时间取创建时间

master
赵宏斌 5 months ago
parent
commit
15af3921a6
  1. 3
      src/views/modules/production/reworkRecord.vue

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

@ -306,11 +306,10 @@ export default {
this.printDataList = data.rows
this.printDataList.forEach(item => {
item.receiveDate = this.saveRework.reworkEndDate
item.receiveDate = this.saveRework.createTime2
item.inspector = this.saveRework.operatorId
item.unitQty = this.saveRework.qtyApprove
})
this.$message.success(this.printDataList)
if (data && data.code === 0) {
printPackageLabelNoPreview(this.printDataList);
} else {

Loading…
Cancel
Save