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

master
mengjiao 7 months ago
parent d16214e62c
commit 183e40745f

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

Loading…
Cancel
Save