Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
6a235918
Commit
6a235918
authored
Jul 14, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: podus 新增排版按钮
parent
2d1979df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
src/views/order/podUs/index.vue
+18
-3
No files found.
src/views/order/podUs/index.vue
View file @
6a235918
...
@@ -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"
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment