配件申请单左下角添加【入库单】按钮,点击后,跳转到采购单列表,列出配件申请单关联的所有采购单,能点击入库,查看入库单详情

This commit is contained in:
xiaofajia 2024-11-26 10:33:53 +08:00
parent 21ae569ccd
commit 9f28180481

View File

@ -90,6 +90,9 @@
<if test="map.mainId != null and map.mainId != ''"> <if test="map.mainId != null and map.mainId != ''">
and so.main_id = #{map.mainId} and so.main_id = #{map.mainId}
</if> </if>
<if test="map.twId != null and map.twId != ''">
and so.tw_id = #{map.twId}
</if>
order by so.create_time desc order by so.create_time desc
</select> </select>
<select id="selectCountNum" resultType="java.lang.Integer"> <select id="selectCountNum" resultType="java.lang.Integer">