Commit fcd53db6 by zhuzhequan

fix:pod订单 待确认打印生产单bug修复

parent e8cb1d1c
...@@ -2318,7 +2318,7 @@ const printManuscript = async () => { ...@@ -2318,7 +2318,7 @@ const printManuscript = async () => {
}) })
} }
const ids = [] const ids = []
if (['IN_PRODUCTION', 'WAIT_SHIPMENT'].includes(status.value)) { if (['IN_PRODUCTION','TO_BE_CONFIRMED', 'WAIT_SHIPMENT'].includes(status.value)) {
ids.push( ids.push(
...selection.value.map((item: CardOrderData | PodProductList) => item.id), ...selection.value.map((item: CardOrderData | PodProductList) => item.id),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment