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
87614119
Commit
87614119
authored
Mar 27, 2026
by
wangwenjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口对接
parent
cf9ed8a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
38 deletions
+1
-38
index.vue
src/views/ManualOperation/ScanResults/index.vue
+0
-4
index.vue
src/views/ManualOperation/SearchResults/index.vue
+1
-34
No files found.
src/views/ManualOperation/ScanResults/index.vue
View file @
87614119
...
@@ -85,10 +85,6 @@
...
@@ -85,10 +85,6 @@
<van-icon
name=
"scan"
/>
<van-icon
name=
"scan"
/>
扫码确认
扫码确认
</van-button>
</van-button>
<van-button
plain
class=
"query-btn"
type=
"default"
>
<van-icon
name=
"revoke"
/>
返回件码列表
</van-button>
</div>
</div>
</div>
</div>
</template>
</template>
...
...
src/views/ManualOperation/SearchResults/index.vue
View file @
87614119
...
@@ -67,16 +67,6 @@
...
@@ -67,16 +67,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"btn-container"
>
<van-button
plain
@
click=
"gousearch()"
style=
"background: #07C160;color: #ffffff;"
class=
"query-btn"
type=
"success"
>
<van-icon
name=
"browsing-history-o"
/>
查看件码详情
</van-button>
<van-button
plain
@
click=
"gousearch()"
class=
"query-btn query-btns"
type=
"success"
>
<van-icon
name=
"revoke"
/>
返回扫码
</van-button>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -95,34 +85,11 @@ export default {
...
@@ -95,34 +85,11 @@ export default {
let
qrCode
=
getStringByTwo
(
res
)
let
qrCode
=
getStringByTwo
(
res
)
this
.
gousearch
(
qrCode
);
this
.
gousearch
(
qrCode
);
});
});
// this.gousearch("HTTPS://Y2WM.CN/99.1000.1/AC1018057002RNML006WBJKF44NFOVEJE")//测试代码
},
},
data
()
{
data
()
{
return
{
return
{
qrCodeH
:{},
qrCodeH
:{},
data
:
[
data
:
[],
{
qrCode
:
"TM00123456789"
,
type
:
20
,
// 条码
status
:
10
,
// 正常
generateTime
:
"2024-08-29 "
,
boxBarProductLineDeviceCode
:
"BXBSB001"
,
boxBarProductLineName
:
"盒条产线"
,
codingDateStr
:
"2024-08-29"
,
BrandId
:
1
,
},
{
qrCode
:
"HM987654321098"
,
type
:
30
,
// 盒码
status
:
20
,
// 异常
generateTime
:
"2024-08-29 "
,
boxBarProductLineDeviceCode
:
"BXBSB002"
,
boxBarProductLineName
:
"盒条产线"
,
codingDateStr
:
"2024-08-29"
,
BrandId
:
1
,
},
],
};
};
},
},
methods
:
{
methods
:
{
...
...
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