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
afe3457d
Commit
afe3457d
authored
Apr 02, 2026
by
wangwenjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口对接
parent
799be948
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
index.vue
src/views/ManualOperation/ScanResults/index.vue
+1
-0
index.vue
src/views/ManualOperation/SearchResults/index.vue
+10
-6
No files found.
src/views/ManualOperation/ScanResults/index.vue
View file @
afe3457d
...
...
@@ -141,6 +141,7 @@ export default {
this
.
handleScannedQrCode
(
qrCode
);
}
});
ScanOverlay
.
show
(
'请扫描二维码'
)
// 测试调用:传入固定二维码,实际使用时删除这行
// this.queryQrCodeMap("HTTPS://T2DC.CN/99.1000.1/AC30938762037000169010280752062202604020016460168A00296L4DUJDGOLTNA38RAN5XBRJ7T");
},
...
...
src/views/ManualOperation/SearchResults/index.vue
View file @
afe3457d
...
...
@@ -138,11 +138,13 @@ export default {
getStatusText
(
status
)
{
switch
(
status
)
{
case
10
:
return
"
正常
"
;
return
"
行业发码
"
;
case
20
:
return
"异常"
;
return
"
关联
异常"
;
case
30
:
return
"未知"
;
return
"废码"
;
case
40
:
return
"成品下线"
;
default
:
return
"未定义"
;
}
...
...
@@ -151,11 +153,13 @@ export default {
getStatusColor
(
status
)
{
switch
(
status
)
{
case
10
:
return
"#
07C16
0"
;
// 正常-绿色
return
"#
ffba0
0"
;
// 正常-绿色
case
20
:
return
"
red
"
;
// 异常-红色
return
"
#ff4949
"
;
// 异常-红色
case
30
:
return
"yellow"
;
// 未知-黄色
return
"#13ce66"
;
// 未知-黄色
case
40
:
return
"#909399"
;
// 未知-黄色
default
:
return
"#333"
;
// 默认黑色
}
...
...
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