Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
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
wangweidong
patzn-cloud-web-back-soil
Commits
7241309b
Commit
7241309b
authored
Jan 26, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了打印标签
parent
12816a03
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Preparation.vue
pages/soil-sample-manage/sample-preparation/Preparation.vue
+1
-1
WaitScan.vue
...-manage/sample-receive/entrust-sample-manage/WaitScan.vue
+1
-1
No files found.
pages/soil-sample-manage/sample-preparation/Preparation.vue
View file @
7241309b
...
@@ -460,7 +460,7 @@ export default {
...
@@ -460,7 +460,7 @@ export default {
)
)
if
(
result
)
{
if
(
result
)
{
for
(
let
i
=
0
;
i
<
result
.
records
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
result
.
records
.
length
;
i
++
)
{
if
(
result
.
records
[
i
].
type
.
display
===
'
打印上机
标签'
)
{
if
(
result
.
records
[
i
].
type
.
display
===
'
土工样品
标签'
)
{
this
.
labelCode
=
result
.
records
[
i
].
code
this
.
labelCode
=
result
.
records
[
i
].
code
}
}
}
}
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitScan.vue
View file @
7241309b
...
@@ -349,7 +349,7 @@ export default {
...
@@ -349,7 +349,7 @@ export default {
)
)
if
(
result
)
{
if
(
result
)
{
for
(
let
i
=
0
;
i
<
result
.
records
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
result
.
records
.
length
;
i
++
)
{
if
(
result
.
records
[
i
].
type
.
display
===
'
打印前处理标签
'
)
{
if
(
result
.
records
[
i
].
type
.
display
===
'
土工样品标识卡
'
)
{
this
.
labelCode
=
result
.
records
[
i
].
code
this
.
labelCode
=
result
.
records
[
i
].
code
}
}
}
}
...
...
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