1.优化作业计划执行,调整理料间垛位及显示内容

2.修改pc端作业计划执行各工序数据查看逻辑,以上道序完工为依据下道序才能看到可操作数据
3.修正上料理料完成后垛位未更新的bug
master
董哲奇 8 months ago
parent 065b3fca25
commit e39ec92547

@ -392,7 +392,7 @@ public class DmYdjh implements Serializable {
//7预留其他工序 //7预留其他工序
//坡口,曲面,打磨 //坡口,曲面,打磨
PK("81"), QM("82"),DM("83"), PK("81"),PKFK("82"), QM("83"),QMFK("84"),DM("85"),DMFK("86"),
WC("99")//完成 WC("99")//完成
; ;
@Getter @Getter

@ -42,6 +42,6 @@
<where> <where>
<if test="type!=null and type!=''">a.type = #{type}</if> <if test="type!=null and type!=''">a.type = #{type}</if>
</where> </where>
order by a.tzbh,ceng order by a.id,ceng
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save