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
71042b4c
Commit
71042b4c
authored
Aug 02, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 禁用逻辑修改
parent
e4727964
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
src/views/order/podUs/index.vue
+12
-4
No files found.
src/views/order/podUs/index.vue
View file @
71042b4c
...
@@ -512,7 +512,9 @@
...
@@ -512,7 +512,9 @@
status === 'PICKING' ||
status === 'PICKING' ||
status === 'IN_PRODUCTION'
status === 'IN_PRODUCTION'
"
"
:disabled=
"selection.length === 0"
:disabled=
"
selection.length === 0 && cardSelection.length === 0
"
@
click=
"rejectOrder('TO_BE_CONFIRMED')"
@
click=
"rejectOrder('TO_BE_CONFIRMED')"
>
待确认
</ElDropdownItem
>
待确认
</ElDropdownItem
>
>
...
@@ -522,19 +524,25 @@
...
@@ -522,19 +524,25 @@
status === 'TO_BE_ARRANGE' ||
status === 'TO_BE_ARRANGE' ||
status === 'PICKING'
status === 'PICKING'
"
"
:disabled=
"selection.length === 0"
:disabled=
"
selection.length === 0 && cardSelection.length === 0
"
@
click=
"rejectOrder('CREATE_LOGISTICS')"
@
click=
"rejectOrder('CREATE_LOGISTICS')"
>
待创建物流
</ElDropdownItem
>
待创建物流
</ElDropdownItem
>
>
<ElDropdownItem
<ElDropdownItem
v-if=
"status === 'PICKING' || status === 'IN_PRODUCTION'"
v-if=
"status === 'PICKING' || status === 'IN_PRODUCTION'"
:disabled=
"selection.length === 0"
:disabled=
"
selection.length === 0 && cardSelection.length === 0
"
@
click=
"rejectOrder('TO_BE_ARRANGE')"
@
click=
"rejectOrder('TO_BE_ARRANGE')"
>
待排单
</ElDropdownItem
>
待排单
</ElDropdownItem
>
>
<ElDropdownItem
<ElDropdownItem
v-if=
"status === 'IN_PRODUCTION'"
v-if=
"status === 'IN_PRODUCTION'"
:disabled=
"selection.length === 0"
:disabled=
"
selection.length === 0 && cardSelection.length === 0
"
@
click=
"rejectOrder('PICKING')"
@
click=
"rejectOrder('PICKING')"
>
待拣胚
</ElDropdownItem
>
待拣胚
</ElDropdownItem
>
>
...
...
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