报工损耗添加物料,精确到半成品

master
zhaoxiaolin 10 months ago
parent e0be502d8f
commit fc21de5529

@ -93,6 +93,9 @@
where workorder_code = #{parentOrder} or parent_order = #{parentOrder} and del_flag='0'
)
</if>
<if test='productType == "bcp"'>
and bp.product_code like '00000004%'
</if>
</select>
<select id="getTeamList" resultType="com.op.system.api.domain.mes.BaseTeamTDTO">
select Team_Code teamCode,

Loading…
Cancel
Save