Commit 0c46e0fa by wusiyi

fix: 修改配货分拣和配货打单按钮展示

parent 55ac58ec
...@@ -632,15 +632,15 @@ ...@@ -632,15 +632,15 @@
>补胚失败</ElButton >补胚失败</ElButton
> >
</span> </span>
<span v-if="status === 'IN_PRODUCTION' && isEnableSorting" class="item"> <span
v-if="status === 'PENDING_PACKING' && isEnableSorting"
class="item"
>
<ElButton type="primary" @click="handleInventorySorting"> <ElButton type="primary" @click="handleInventorySorting">
配货分拣 配货分拣
</ElButton> </ElButton>
</span> </span>
<span <span v-if="status === 'PENDING_PACKING'" class="item">
v-if="status === 'PENDING_PACKING' || !isEnableSorting"
class="item"
>
<ElButton type="success" @click="handleSeedingWall('print')" <ElButton type="success" @click="handleSeedingWall('print')"
>配货打单</ElButton >配货打单</ElButton
> >
......
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