diff --git a/src/views/Query/StockQuery/UnDoInfo/index.vue b/src/views/Query/StockQuery/UnDoInfo/index.vue
index 7f4f7c1..6802c9e 100644
--- a/src/views/Query/StockQuery/UnDoInfo/index.vue
+++ b/src/views/Query/StockQuery/UnDoInfo/index.vue
@@ -136,7 +136,8 @@ const state = reactive({
{ value: '自动转库', label: '自动转库' },
{ value: 'QMS质检', label: '质检结果' },
{ value: 'FGStockIn', label: '成品入库' },
- { value: '无来源转库', label: '转现场仓及无来源转库' }
+ { value: '无来源转库', label: '转现场仓及无来源转库' },
+ { value: '生产领料出库', label: '备货出库-直接领料出库' }
],
page: {
pageNum: 1,
diff --git a/src/views/auxiliaryManage/auxiliaryOut/index.vue b/src/views/auxiliaryManage/auxiliaryOut/index.vue
index 61c8150..7018e18 100644
--- a/src/views/auxiliaryManage/auxiliaryOut/index.vue
+++ b/src/views/auxiliaryManage/auxiliaryOut/index.vue
@@ -64,6 +64,9 @@