Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
5fcaa32f
Commit
5fcaa32f
authored
Sep 05, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
45dc96a7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
15 deletions
+16
-15
equipmenCheckNo.vue
...ts/JobResponseInTestProcess/component/equipmenCheckNo.vue
+3
-2
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+6
-6
outSourceCheckNo.vue
...s/JobResponseInTestProcess/component/outSourceCheckNo.vue
+6
-6
index.vue
...nents/components/WarehousingConfirmationConfirm/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/equipmenCheckNo.vue
View file @
5fcaa32f
...
...
@@ -123,6 +123,7 @@
<el-form-item
label-width=
"100px"
label=
"不合格数"
prop=
"noPassAmount"
>
<el-input-number
v-model=
"form.noPassAmount"
style=
"width: 120px"
clearable
:min=
"0"
placeholder=
"不合格数"
...
...
@@ -369,11 +370,11 @@ export default {
<
style
lang=
'scss'
>
.equipmen-checkNo
{
.el-select
{
width
:
220px
//
width: 220px
}
.el-input
{
width
:
220px
//
width: 220px
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
5fcaa32f
...
...
@@ -948,11 +948,11 @@ export default {
</
script
>
<
style
lang=
'scss'
>
.material-checkNo
{
.el-select
{
width
:
220px
}
.el-input
{
width
:
220px
}
//
.el-select {
//
width: 220px
//
}
//
.el-input {
//
width: 220px
//
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/outSourceCheckNo.vue
View file @
5fcaa32f
...
...
@@ -338,11 +338,11 @@ export default {
</
script
>
<
style
lang=
'scss'
>
.outSource-checkNo
{
.el-select
{
width
:
220px
}
.el-input
{
width
:
220px
}
//
.el-select {
//
width: 220px
//
}
//
.el-input {
//
width: 220px
//
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/WarehousingConfirmationConfirm/index.vue
View file @
5fcaa32f
...
...
@@ -420,7 +420,7 @@ export default {
this
.
$utils
.
showMessageWarning
(
'打印标签需要先选择库位'
)
return
}
JobResponseInStorageEntryId
=
this
.
extWorkUnitNam
e
JobResponseInStorageEntryId
=
row
.
extWorkUnit
.
extcod
e
this
.
printConfig
=
Object
.
assign
({},
this
.
printConfig
,
{
visible
:
true
})
...
...
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