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
79c99ce2
Commit
79c99ce2
authored
Aug 14, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:订单流程配置 #1011236
parent
9c2f8061
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
src/views/order/factoryOrderFlowConfig/index.vue
+16
-2
No files found.
src/views/order/factoryOrderFlowConfig/index.vue
View file @
79c99ce2
<
template
>
<div
class=
"page card h-100 flex-gap-10 overflow-hidden flex flex-column"
>
<div
class=
"flow-config-container"
>
<div
class=
"flow-steps"
>
<div
v-for=
"item in showFlowConfigList"
...
...
@@ -9,11 +10,12 @@
{{
item
.
name
}}
</div>
</div>
<div
class=
"
flex-1 mt-10"
>
<div
class=
"step-button
flex-1 mt-10"
>
<el-checkbox
v-model=
"draftSkipInspect"
>
跳过质检流程 (跳过后生产完成到待配货状态)
</el-checkbox>
</div>
</div>
<div
class=
"footer-actions"
>
<el-button
type=
"primary"
@
click=
"updateConfig"
>
保存
</el-button>
</div>
...
...
@@ -38,7 +40,7 @@ const factoryOrderFlowConfig = ref<FactoryOrderFlowConfig>()
const
draftSkipInspect
=
ref
(
false
)
const
showFlowConfigList
=
computed
(()
=>
factoryOrderFlowConfig
.
value
?.
skipQualityInspect
??
fals
e
draftSkipInspect
.
valu
e
?
flowConfigList
.
value
.
filter
((
item
)
=>
item
.
code
!==
'INSPECTION'
)
:
flowConfigList
.
value
,
)
...
...
@@ -106,9 +108,21 @@ onMounted(async () => {
</
script
>
<
style
lang=
"scss"
scoped
>
.flow-config-container
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
flex-start
;
flex
:
1
;
min-height
:
0
;
width
:
fit-content
;
margin-left
:
25%
;
margin-top
:
50px
;
}
.footer-actions
{
display
:
flex
;
justify-content
:
center
;
flex-shrink
:
0
;
}
.flow-steps
{
...
...
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