Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
16022fac
Commit
16022fac
authored
Jun 13, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验单修复bug
parent
60dacb91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
components/ScanInput/index.vue
+2
-2
addDialog.vue
pages/mes/qc/components/addDialog.vue
+2
-1
index.vue
pages/mes/qc/index.vue
+1
-1
No files found.
components/ScanInput/index.vue
View file @
16022fac
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
// }
// }
},
},
search
()
{
search
()
{
if
(
this
.
search
)
return
if
(
this
.
disabled
)
return
var
me
=
this
;
var
me
=
this
;
if
(
me
.
value
===
''
)
{
if
(
me
.
value
===
''
)
{
uni
.
showToast
({
uni
.
showToast
({
...
@@ -54,7 +54,7 @@ export default {
...
@@ -54,7 +54,7 @@ export default {
me
.
$emit
(
'serach'
,
me
.
value
)
me
.
$emit
(
'serach'
,
me
.
value
)
},
},
clickscan
()
{
clickscan
()
{
if
(
this
.
search
)
return
if
(
this
.
disabled
)
return
var
me
=
this
;
var
me
=
this
;
if
(
me
.
hasscanbtn
)
{
if
(
me
.
hasscanbtn
)
{
uni
.
navigateTo
({
uni
.
navigateTo
({
...
...
pages/mes/qc/components/addDialog.vue
View file @
16022fac
...
@@ -144,6 +144,7 @@
...
@@ -144,6 +144,7 @@
},
},
created
()
{
created
()
{
this
.
visable
=
true
this
.
visable
=
true
console
.
log
(
'qqq'
,
this
.
dict
.
type
.
mes_qc_result
)
},
},
watch
:
{
watch
:
{
visable
(){
visable
(){
...
@@ -338,7 +339,7 @@
...
@@ -338,7 +339,7 @@
}
}
.btnbox
{
.btnbox
{
//
display
:
flex
;
//
display
:
flex
;
margin-bottom
:
4
0
rpx
;
margin-bottom
:
2
0
rpx
;
padding-left
:
40
rpx
;
padding-left
:
40
rpx
;
.u-btn
{
.u-btn
{
width
:
150
rpx
;
width
:
150
rpx
;
...
...
pages/mes/qc/index.vue
View file @
16022fac
...
@@ -908,7 +908,7 @@ export default {
...
@@ -908,7 +908,7 @@ export default {
.btnbox
{
.btnbox
{
// display:flex;
// display:flex;
margin-bottom
:
4
0rpx
;
margin-bottom
:
2
0rpx
;
padding-left
:
40rpx
;
padding-left
:
40rpx
;
.u-btn
{
.u-btn
{
width
:
150rpx
;
width
:
150rpx
;
...
...
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