Commit e596160f authored by Damon's avatar Damon

完工信息-扫描组件

parent 425b2e38
...@@ -64,5 +64,7 @@ ...@@ -64,5 +64,7 @@
} }
.input-item{ .input-item{
background: #F4F5F7; background: #F4F5F7;
border-radius: 12rpx;
padding-left: 20rpx;
} }
</style> </style>
...@@ -467,6 +467,7 @@ ...@@ -467,6 +467,7 @@
formType = 'location' formType = 'location'
break break
case 'scan': case 'scan':
case 'machine_code':
formType = 'scan' formType = 'scan'
break break
case 'picker': case 'picker':
......
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