wms采购提单-送货单提单--修改2

master
mengjiao 7 months ago
parent d16214e62c
commit 183e40745f

@ -670,6 +670,7 @@
material_code Material_Code,
material_name Material_Desc,
unit Unit,
factory_code Site_code,
SUM ( quantity ) AS Plan_Number
FROM
[dbo].[mes_prepare_detail] -- 筛选出 recoil 列为 'x' 的行
@ -682,6 +683,7 @@
need_date,
material_code,
material_name,
factory_code,
unit
</select>
</mapper>

Loading…
Cancel
Save