zck 2 일 전
부모
커밋
9e6cc3e86a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/OrderSuperLoss.php

+ 1 - 0
application/api/controller/OrderSuperLoss.php

@@ -101,6 +101,7 @@ class OrderSuperLoss extends Api
                 'g.工单入仓数量 as 入库数量',
                 'g.款式',
                 'g.客户编号 as 客人编号',
+                'g.辅料计划入库时间 as 辅料计划入库时间',
 
                 // 面料入库时间 - 使用子查询避免重复
                 \think\Db::raw('(SELECT MIN(rq) FROM 库存_出入库明细 WHERE order_id = g.订单编号 AND name = "入库") as 面料入库时间'),