Commit 6a235918 by wusiyi

feat: podus 新增排版按钮

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