Commit 2d577754 by zhuzhequan

bug修复

parent e97691dc
......@@ -910,7 +910,7 @@
</el-dialog>
<right-menu
ref="rightMenuRef"
:show_copy_shop_number="['IN_PRODUCTION', 'WAIT_SHIPMENT'].includes(status)"
:show_copy_shop_number="['IN_PRODUCTION','TO_BE_CONFIRMED', 'WAIT_SHIPMENT'].includes(status)"
@change="rightChange"
/>
<fastProduction
......@@ -1098,7 +1098,7 @@ const handleCurrentChange = (page:number)=>{
loadDiffList()
}
const rightChange = async (code: string) => {
const flag = ['IN_PRODUCTION', 'WAIT_SHIPMENT'].includes(status.value)
const flag = ['IN_PRODUCTION','TO_BE_CONFIRMED', 'WAIT_SHIPMENT'].includes(status.value)
if (code === 'check_all') {
if (flag) {
selection.value = JSON.parse(JSON.stringify(CardOrderList.value))
......
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