Commit 6a235918 by wusiyi

feat: podus 新增排版按钮

parent 2d1979df
......@@ -264,7 +264,14 @@
</ElFormItem>
<ElFormItem>
<span v-if="status === 'PICKING'" class="item">
<span
v-if="
status === 'PICKING' ||
status === 'TO_BE_REPLENISHMENT' ||
status === 'IN_PRODUCTION'
"
class="item"
>
<ElButton
:loading="tifDownloadLoading"
type="warning"
......@@ -273,7 +280,14 @@
TIF排版
</ElButton>
</span>
<span v-if="status === 'PICKING'" class="item">
<span
v-if="
status === 'PICKING' ||
status === 'TO_BE_REPLENISHMENT' ||
status === 'IN_PRODUCTION'
"
class="item"
>
<ElButton
:loading="pngDownloadLoading"
type="warning"
......@@ -462,7 +476,8 @@
status === 'PICKING' ||
status === 'STOCK_OUT' ||
status === 'EXCEPTION_ORDER' ||
status === 'TO_BE_REPLENISHMENT'
status === 'TO_BE_REPLENISHMENT' ||
status === 'IN_PRODUCTION'
"
class="item"
>
......
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