Commit b20ff136 by zhuzhequan

Merge branch 'dev' into 'master'

Dev

See merge request !98
parents 0741ccdd 557a5411
...@@ -2323,7 +2323,7 @@ const printManuscript = async () => { ...@@ -2323,7 +2323,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