diff --git a/hw-modules/hw-wms/src/main/resources/mapper/wms/WmsRawInstockMapper.xml b/hw-modules/hw-wms/src/main/resources/mapper/wms/WmsRawInstockMapper.xml
index 8f9a68a0..231f8e95 100644
--- a/hw-modules/hw-wms/src/main/resources/mapper/wms/WmsRawInstockMapper.xml
+++ b/hw-modules/hw-wms/src/main/resources/mapper/wms/WmsRawInstockMapper.xml
@@ -205,8 +205,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and wri.apply_by like concat('%', #{applyBy}, '%')
and mbmi.material_code like concat('%', #{materialCode}, '%')
and mbmi.material_name like concat('%', #{materialName}, '%')
-
-
+ and wri.erp_status = #{erpStatus}
order by wri.apply_date desc
diff --git a/hw-ui/src/views/wms/info/rawinstock/index.vue b/hw-ui/src/views/wms/info/rawinstock/index.vue
index a00a9e30..35c1435f 100644
--- a/hw-ui/src/views/wms/info/rawinstock/index.vue
+++ b/hw-ui/src/views/wms/info/rawinstock/index.vue
@@ -76,6 +76,21 @@
@keyup.enter.native="handleQuery"
/>
+
+
+
+
+
搜索
重置