|
@ -491,9 +491,9 @@ |
|
|
//扫描数量和任务数量相等,直接提交 |
|
|
//扫描数量和任务数量相等,直接提交 |
|
|
if (this.scanCount == this.subList.length) { |
|
|
if (this.scanCount == this.subList.length) { |
|
|
if(this.managementType == 'BY_BATCH'){ |
|
|
if(this.managementType == 'BY_BATCH'){ |
|
|
this.checkCount(); |
|
|
|
|
|
}else{ |
|
|
|
|
|
this.checkCountBatch(); |
|
|
this.checkCountBatch(); |
|
|
|
|
|
}else{ |
|
|
|
|
|
this.checkCount(); |
|
|
} |
|
|
} |
|
|
} else if (this.scanCount < this.subList.length) { |
|
|
} else if (this.scanCount < this.subList.length) { |
|
|
//扫描数量小于任务数量,判断是否允许部分提交 |
|
|
//扫描数量小于任务数量,判断是否允许部分提交 |
|
@ -577,7 +577,6 @@ |
|
|
}); |
|
|
}); |
|
|
var params = this.setParams() |
|
|
var params = this.setParams() |
|
|
console.log("提交" + JSON.stringify(params)) |
|
|
console.log("提交" + JSON.stringify(params)) |
|
|
return; |
|
|
|
|
|
inventoryMoveSubmit(params).then(res => { |
|
|
inventoryMoveSubmit(params).then(res => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|