| components/WorkOrderPrint.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderPrint.vue
@@ -295,7 +295,6 @@ this.$post({ url: "/Womdaa/GetByBillNoBG", data: { billNo: this.orderNo, machineNo: this.machineNo || null } }) }).then(res => { const list = res?.data?.tbBillList || res?.data || []; this.reportingHistory = list.map(r => {