配件申请单左下角添加【入库单】按钮,点击后,跳转到采购单列表,列出配件申请单关联的所有采购单,能点击入库,查看入库单详情
This commit is contained in:
parent
21ae569ccd
commit
9f28180481
@ -90,6 +90,9 @@
|
||||
<if test="map.mainId != null and map.mainId != ''">
|
||||
and so.main_id = #{map.mainId}
|
||||
</if>
|
||||
<if test="map.twId != null and map.twId != ''">
|
||||
and so.tw_id = #{map.twId}
|
||||
</if>
|
||||
order by so.create_time desc
|
||||
</select>
|
||||
<select id="selectCountNum" resultType="java.lang.Integer">
|
||||
|
Loading…
Reference in New Issue
Block a user