Commit 65f7dadc authored by 刘用法's avatar 刘用法
parents 90145830 e596160f
...@@ -64,5 +64,7 @@ ...@@ -64,5 +64,7 @@
} }
.input-item{ .input-item{
background: #F4F5F7; background: #F4F5F7;
border-radius: 12rpx;
padding-left: 20rpx;
} }
</style> </style>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
return return
} }
let path = '' let path = ''
if(photo.tempPath.origin && photo.waterSetting && photo.waterSetting.has_origin){ if(photo.tempPath.origin){
// 保存原图到本地 // 保存原图到本地
path = photo.tempPath.origin path = photo.tempPath.origin
let result = await this.saveLocal(path) let result = await this.saveLocal(path)
...@@ -73,10 +73,10 @@ ...@@ -73,10 +73,10 @@
}) })
} }
} }
// if(photo.currentItem){
// photo.currentItem.imageList.unshift(photo.tempPath.mixWater)
// }
if(photo.currentItem){
photo.currentItem.imageList.unshift(photo.tempPath.mixWater)
}
// if(photo.productList && photo.productList[photo.topIndex]){ // if(photo.productList && photo.productList[photo.topIndex]){
// const topArr = photo.productList[photo.topIndex] // const topArr = photo.productList[photo.topIndex]
// if(topArr[photo.itemIndex]){ // if(topArr[photo.itemIndex]){
......
...@@ -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