|
|
@@ -373,6 +373,7 @@ const _handlerScan=(code)=> {
|
|
|
if(res.data.length>0){
|
|
|
const combineSkuMap=toMap(res.data,'barcode')
|
|
|
const matchedSkuList=barcodeCombine(modelLocative.list,combineSkuMap)
|
|
|
+ console.log(matchedSkuList,"matchedSkuList")
|
|
|
if(matchedSkuList.length>0){
|
|
|
if(matchedSkuList.length==res.data.length){
|
|
|
matchedSku.value=matchedSkuList
|
|
|
@@ -388,7 +389,7 @@ const _handlerScan=(code)=> {
|
|
|
scanError()
|
|
|
showDialog({
|
|
|
title:'温馨提示',
|
|
|
- message:'组合商品与拣货任务匹配,请检查组合商品配置!'
|
|
|
+ message:'组合商品与拣货任务不匹配,请检查组合商品配置!'
|
|
|
})
|
|
|
}
|
|
|
}else {
|
|
|
@@ -438,9 +439,9 @@ const jumpLoading=ref(false);
|
|
|
const onCount=(item,type)=>{
|
|
|
const data=JSON.parse(JSON.stringify(item))
|
|
|
data.operationTime=formatDateTime(new Date())
|
|
|
+ data.container=containerNo.value
|
|
|
const params=[data]
|
|
|
if(type==0){
|
|
|
- data.container=containerNo.value
|
|
|
data.quantity=data.count
|
|
|
}else {
|
|
|
data.quantity=0
|
|
|
@@ -624,7 +625,7 @@ const onRefresh = () => {
|
|
|
.code
|
|
|
height: 67px
|
|
|
padding: 5px 10px
|
|
|
- background: #f2f8fe
|
|
|
+ background: #e9f4ff
|
|
|
box-sizing: border-box
|
|
|
|
|
|
.code-title
|
|
|
@@ -645,7 +646,7 @@ const onRefresh = () => {
|
|
|
.code-input
|
|
|
font-size: 16px
|
|
|
font-weight: bold
|
|
|
- background: #f2f8fe
|
|
|
+ background: #e9f4ff
|
|
|
padding: 2px 10px
|
|
|
border-bottom: 2px solid #0077ff
|
|
|
|
|
|
@@ -653,7 +654,7 @@ const onRefresh = () => {
|
|
|
overflow: scroll
|
|
|
|
|
|
.left
|
|
|
- background: #f2f8fe
|
|
|
+ background: #e9f4ff
|
|
|
padding: 2px 10px
|
|
|
height: 80vh
|
|
|
overflow: scroll
|
|
|
@@ -684,7 +685,7 @@ const onRefresh = () => {
|
|
|
overflow: scroll
|
|
|
box-sizing: border-box
|
|
|
text-align: left
|
|
|
- padding: 2px 5px
|
|
|
+ padding: 2px 0
|
|
|
background: #fff
|
|
|
.right-list
|
|
|
padding: 10px
|