Commit d0475806 by wusiyi

fix: 隐藏超级播种墙

parent 16efef17
...@@ -702,14 +702,14 @@ ...@@ -702,14 +702,14 @@
单件打单 单件打单
</ElButton> </ElButton>
</span> </span>
<span <!-- <span
v-if="status === 'WAIT_SHIPMENT' && isSuperFactory" v-if="status === 'WAIT_SHIPMENT' && isSuperFactory"
class="item" class="item"
> >
<ElButton type="danger" @click="printSuperPodOrder"> <ElButton type="danger" @click="printSuperPodOrder">
超级播种墙配货 超级播种墙配货
</ElButton> </ElButton>
</span> </span> -->
<span v-if="status === 'CREATE_LOGISTICS'" class="item"> <span v-if="status === 'CREATE_LOGISTICS'" class="item">
<ElButton type="warning" @click="logisticsToPicking"> <ElButton type="warning" @click="logisticsToPicking">
转至待排单 转至待排单
......
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