Commit 3fb33185 by wusiyi

fix: 待排单右键功能

parent 028a8849
...@@ -2465,7 +2465,8 @@ const rightChange = async (code: string) => { ...@@ -2465,7 +2465,8 @@ const rightChange = async (code: string) => {
const flat = const flat =
status.value !== 'IN_PRODUCTION' && status.value !== 'IN_PRODUCTION' &&
status.value !== 'PICKING' && status.value !== 'PICKING' &&
status.value !== 'TO_BE_REPLENISHMENT' status.value !== 'TO_BE_REPLENISHMENT' &&
status.value !== 'TO_BE_ARRANGE'
if (code === 'select-all') { if (code === 'select-all') {
if (flat) { if (flat) {
tableRef.value?.toggleAllSelection() tableRef.value?.toggleAllSelection()
......
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