| | |
| | | n.arrival_date AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@IQC.type} AS qcType, |
| | | l.item_id AS itemId, |
| | | NULL AS batchCode, |
| | | l.arrival_quantity AS quantity, |
| | | n.vendor_id AS vendorId, |
| | | NULL AS workOrderId, |
| | |
| | | r.receipt_date AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@IQC.type} AS qcType, |
| | | rl.item_id AS itemId, |
| | | NULL AS batchCode, |
| | | rl.quantity AS quantity, |
| | | r.vendor_id AS vendorId, |
| | | NULL AS workOrderId, |
| | |
| | | pf.feedback_time AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@IPQC.type} AS qcType, |
| | | ppl.item_id AS itemId, |
| | | ppl.batch_code AS batchCode, |
| | | ppl.quantity AS quantity, |
| | | NULL AS vendorId, |
| | | pf.work_order_id AS workOrderId, |
| | |
| | | s.sales_date AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@OQC.type} AS qcType, |
| | | sl.item_id AS itemId, |
| | | NULL AS batchCode, |
| | | sl.quantity AS quantity, |
| | | NULL AS vendorId, |
| | | NULL AS workOrderId, |
| | |
| | | ri.return_date AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@RQC.type} AS qcType, |
| | | ril.item_id AS itemId, |
| | | NULL AS batchCode, |
| | | ril.quantity AS quantity, |
| | | NULL AS vendorId, |
| | | ri.work_order_id AS workOrderId, |
| | |
| | | r.return_date AS recordTime, |
| | | ${@cn.iocoder.yudao.module.mes.enums.qc.MesQcTypeEnum@RQC.type} AS qcType, |
| | | rl.item_id AS itemId, |
| | | NULL AS batchCode, |
| | | rl.quantity AS quantity, |
| | | NULL AS vendorId, |
| | | NULL AS workOrderId, |