style:入库单据/出库单据-列表入参取消状态字段

main
黄伟杰 2 weeks ago
parent 1c2b5e1dcd
commit 6e21cb25a8

@ -302,7 +302,6 @@ const queryParams = reactive({
productId: undefined, productId: undefined,
supplierId: undefined, supplierId: undefined,
inTime: [], inTime: [],
status: 10,
remark: undefined, remark: undefined,
inType: undefined, inType: undefined,
creator: undefined creator: undefined

@ -307,7 +307,6 @@ const queryParams = reactive({
outType: undefined, outType: undefined,
warehouseId: undefined, warehouseId: undefined,
outTime: [], outTime: [],
status: 10,
remark: undefined, remark: undefined,
creator: undefined creator: undefined
}) })

Loading…
Cancel
Save