Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
9841c5c0
Commit
9841c5c0
authored
Apr 09, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成B1,B2两种类型
parent
07fc2ad6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
116 additions
and
241 deletions
+116
-241
B1CheckOrders.vue
src/views/sample/chCheckOrder/CheckOrders/B1CheckOrders.vue
+58
-116
B2CheckOrders.vue
src/views/sample/chCheckOrder/CheckOrders/B2CheckOrders.vue
+58
-116
index.vue
src/views/sample/chCheckOrder/index.vue
+0
-9
No files found.
src/views/sample/chCheckOrder/CheckOrders/B1CheckOrders.vue
View file @
9841c5c0
This diff is collapsed.
Click to expand it.
src/views/sample/chCheckOrder/CheckOrders/B2CheckOrders.vue
View file @
9841c5c0
This diff is collapsed.
Click to expand it.
src/views/sample/chCheckOrder/index.vue
View file @
9841c5c0
...
@@ -759,15 +759,6 @@ export default {
...
@@ -759,15 +759,6 @@ export default {
getOcrData
(
params
).
then
(
res
=>
{
getOcrData
(
params
).
then
(
res
=>
{
this
.
ocrArray
=
res
.
data
.
resultList
this
.
ocrArray
=
res
.
data
.
resultList
this
.
lot
=
res
.
data
.
lot
this
.
lot
=
res
.
data
.
lot
// 遍历this.ocrArray 将最后一项全部改为OK for循环
for
(
let
i
=
0
;
i
<
this
.
ocrArray
.
length
;
i
++
)
{
if
(
this
.
ocrArray
[
i
].
length
>
0
)
{
if
(
i
!==
this
.
ocrArray
.
length
-
1
)
{
// 不是最后一行数据
this
.
ocrArray
[
i
][
this
.
ocrArray
[
i
].
length
-
1
]
=
'OK'
// 修改最后一个元素
}
}
}
this
.
dialogLoading
=
false
this
.
dialogLoading
=
false
}
)
}
)
}
,
}
,
...
...
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