zck hace 1 día
padre
commit
9e6cc3e86a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 面料入库时间'),