Commit 7241309b by lichengming

修改了打印标签

parent 12816a03
...@@ -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
} }
} }
......
...@@ -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
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment