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
87d832fc
Commit
87d832fc
authored
Apr 02, 2026
by
jwf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口对接
parent
0ae7f5e7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
29 deletions
+29
-29
index.vue
src/views/ManualOperation/QueryResults/index.vue
+21
-21
index.vue
src/views/ManualOperation/ScanResults/index.vue
+3
-3
index.vue
src/views/ManualOperation/SearchResults/index.vue
+5
-5
No files found.
src/views/ManualOperation/QueryResults/index.vue
View file @
87d832fc
...
...
@@ -48,7 +48,7 @@
<span
class=
"colors"
>
条码数:50
</span>
</p>
<p
class=
"item-row item-footer-row"
>
<span
class=
"colors"
>
机台号:{{ item.barPieceProductLineDevice
Cod
e || '-' }}
</span>
<span
class=
"colors"
>
机台号:{{ item.barPieceProductLineDevice
Nam
e || '-' }}
</span>
</p>
</div>
</div>
...
...
@@ -74,7 +74,7 @@
<span
class=
"colors"
>
盒码数:10
</span>
</p>
<p
class=
"item-row item-footer-row"
>
<span
class=
"colors"
>
机台号:{{ item.boxBarProductLineDevice
Cod
e || '-' }}
</span>
<span
class=
"colors"
>
机台号:{{ item.boxBarProductLineDevice
Nam
e || '-' }}
</span>
</p>
</div>
</div>
...
...
@@ -100,7 +100,7 @@
<span
class=
"colors"
>
盒码数:50
</span>
</p>
<p
class=
"item-row item-footer-row"
>
<span
class=
"colors"
>
机台号:{{ item.boxBarProductLineDevice
Cod
e || '-' }}
</span>
<span
class=
"colors"
>
机台号:{{ item.boxBarProductLineDevice
Nam
e || '-' }}
</span>
</p>
</div>
</div>
...
...
src/views/ManualOperation/ScanResults/index.vue
View file @
87d832fc
...
...
@@ -25,7 +25,7 @@
</p>
<p
class=
"info-item"
>
<span
class=
"total-count"
>
机台号:
</span>
<span>
{{ data.barPieceProductLineDevice
Cod
e }}
</span>
<span>
{{ data.barPieceProductLineDevice
Nam
e }}
</span>
</p>
<p
class=
"info-item"
>
<span
class=
"total-count"
>
总条数:
</span>
...
...
@@ -175,7 +175,7 @@ export default {
}
// 过滤掉 boxBarProductLineDeviceCode 为空/undefined 的项,再去重
const
numList
=
this
.
data
.
childrenList
.
map
(
item
=>
item
.
boxBarProductLineDevice
Cod
e
)
.
map
(
item
=>
item
.
boxBarProductLineDevice
Nam
e
)
.
filter
(
code
=>
code
&&
code
.
trim
()
!==
""
);
// 过滤空值
const
uniqueNums
=
Array
.
from
(
new
Set
(
numList
));
// 去重后仍为空,返回兜底提示
...
...
src/views/ManualOperation/SearchResults/index.vue
View file @
87d832fc
...
...
@@ -50,7 +50,7 @@
</p>
<p
class=
"info-item"
>
<span
class=
"total-count"
>
机台号:
</span>
<span>
{{ item.
boxBarProductLineDeviceCod
e }}
</span>
<span>
{{ item.
type === 30 ? item.barPieceProductLineDeviceName : item.boxBarProductLineDeviceNam
e }}
</span>
</p>
</div>
<div
class=
"code-info-row"
>
...
...
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