|
|
|
@ -88,13 +88,10 @@ |
|
|
|
yo.PART_VERSION AS partVersion, |
|
|
|
yo.PART_VERSION AS partVersion, |
|
|
|
yo.ID AS yoId, |
|
|
|
yo.ID AS yoId, |
|
|
|
yo.PART_CODE AS prodCode, |
|
|
|
yo.PART_CODE AS prodCode, |
|
|
|
dp.HARDNESS AS hardness, |
|
|
|
|
|
|
|
dp.CRAFT_WAY AS process, |
|
|
|
|
|
|
|
wo.TEST_QTY as orderCheckQty, |
|
|
|
wo.TEST_QTY as orderCheckQty, |
|
|
|
wo.LOSS_QTY as orderLossQty, |
|
|
|
wo.LOSS_QTY as orderLossQty, |
|
|
|
wo.SCRAP_QTY as orderScrapQty, |
|
|
|
wo.SCRAP_QTY as orderScrapQty, |
|
|
|
wo.CARD_NO AS cardNo, |
|
|
|
wo.CARD_NO AS cardNo, |
|
|
|
dp.KEY_INFO as keyInfo, |
|
|
|
|
|
|
|
dp.REMARKS as remark |
|
|
|
dp.REMARKS as remark |
|
|
|
FROM QA_INSPECTION_TASK t |
|
|
|
FROM QA_INSPECTION_TASK t |
|
|
|
-- 车间作业计划 wp |
|
|
|
-- 车间作业计划 wp |
|
|
|
|