Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiangyang-PDA
Project
Project
Details
Activity
Releases
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
xujian
xiangyang-PDA
Commits
770cf44a
Commit
770cf44a
authored
Apr 02, 2026
by
wangwenjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
87d832fc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/views/ManualOperation/ScanBarcodes/index.vue
+3
-3
index.vue
src/views/ManualOperation/ScanResults/index.vue
+2
-1
No files found.
src/views/ManualOperation/ScanBarcodes/index.vue
View file @
770cf44a
...
...
@@ -34,7 +34,7 @@
<p
class=
"info-row"
>
<span
class=
"Titles"
>
机台号:
</span>
<span
class=
"Conts"
>
{{ item.boxBarProductLineDevice
Cod
e }}
</span>
<span
class=
"Conts"
>
{{ item.boxBarProductLineDevice
Nam
e }}
</span>
</p>
<p
class=
"info-row"
>
<span
class=
"Titles"
>
关联时间:
</span>
...
...
@@ -79,9 +79,9 @@ export default {
this
.
queryQrCode
(
qrCode
);
});
ScanOverlay
.
show
(
'请扫描二维码'
)
// this.queryQrCode("HTTPS://Y2WM.CN/99.1000.1/AC1018057002R
0AX2ZLRVEL4EKAQ40D9M
");
// this.queryQrCode("HTTPS://Y2WM.CN/99.1000.1/AC1018057002R
ZXHCOTISPLXZLXNEDGAC
");
// setTimeout(()=>{
// this.queryQrCode("HTTPS://Y2WM.CN/99.1000.1/AC1018057002R
ZKUOKW5NJADMC7TXYK6R
");
// this.queryQrCode("HTTPS://Y2WM.CN/99.1000.1/AC1018057002R
CMCCET9NYLAYVIS6FIPX
");
// },5000)
},
data
()
{
...
...
src/views/ManualOperation/ScanResults/index.vue
View file @
770cf44a
...
...
@@ -215,6 +215,7 @@ export default {
qrCode
:
resData
.
qrCode
||
""
,
relationTime
:
resData
.
relationTime
||
""
,
barPieceProductLineDeviceCode
:
resData
.
barPieceProductLineDeviceCode
||
""
,
barPieceProductLineDeviceName
:
resData
.
barPieceProductLineDeviceName
||
""
,
barPieceProductLineName
:
resData
.
barPieceProductLineName
||
""
,
num
:
resData
.
childrenList
.
length
||
""
,
childrenList
:
resData
.
childrenList
||
[]
...
...
@@ -282,7 +283,7 @@ export default {
// 检查条码是否属于当前选择的机台号
const
scannedItem
=
this
.
data
.
childrenList
.
find
(
item
=>
item
.
qrCode
===
scannedQrCode
&&
item
.
boxBarProductLineDevice
Cod
e
===
this
.
fieldValue
item
.
boxBarProductLineDevice
Nam
e
===
this
.
fieldValue
);
if
(
!
scannedItem
)
{
...
...
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