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
e46e5441
Commit
e46e5441
authored
Aug 17, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 快捷质检ui修复
parent
27425159
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
src/views/order/components/FastProduction.vue
+7
-8
src/views/order/factoryOrderNew/component/QualityFailDialog.vue
+2
-0
No files found.
src/views/order/components/FastProduction.vue
View file @
e46e5441
...
...
@@ -333,7 +333,13 @@
{{
sureButtonText
}}
</el-button>
<div
class=
"check"
>
<el-checkbox
v-model=
"isAutoSure"
>
自动完成上一单
</el-checkbox>
<el-checkbox
v-model=
"isAutoSure"
>
{{
fastKey
===
'qualityScan'
?
'自动质检通过上一单'
:
'自动完成上一单'
}}
</el-checkbox>
</div>
</div>
<div
v-if=
"fastKey === 'qualityScan'"
class=
"btn-down"
>
...
...
@@ -1121,13 +1127,6 @@ const trackCodeInput = async () => {
}
const
onOpened
=
()
=>
{
trackingNumberRef
.
value
&&
trackingNumberRef
.
value
.
focus
()
if
(
!
isAutoSure
.
value
&&
[
'qualityScan'
].
includes
(
props
.
fastKey
))
{
ElMessageBox
.
confirm
(
'请注意自动完成上一单未勾选'
,
'提示'
,
{
type
:
'warning'
,
confirmButtonText
:
'跳过提示'
,
cancelButtonText
:
'取消'
,
}).
catch
(()
=>
{})
}
}
// function setProductMark(productMark: string) {
// if (!productMark) return ''
...
...
src/views/order/factoryOrderNew/component/QualityFailDialog.vue
View file @
e46e5441
...
...
@@ -45,6 +45,8 @@
<ElInput
v-model=
"form.qualityIssues"
placeholder=
"请输入不通过原因"
maxlength=
"50"
show-word-limit
clearable
/>
</ElFormItem>
...
...
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