|
@ -284,7 +284,6 @@ |
|
|
getManagementPrecisions(itemCodes, locationCode, res => { |
|
|
getManagementPrecisions(itemCodes, locationCode, res => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.managementList = res.list; |
|
|
this.managementList = res.list; |
|
|
console.log("自动提交submitJob") |
|
|
|
|
|
this.submitJob(); |
|
|
this.submitJob(); |
|
|
} else { |
|
|
} else { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
@ -463,8 +462,11 @@ |
|
|
} else { |
|
|
} else { |
|
|
tempHandleQty = 0 |
|
|
tempHandleQty = 0 |
|
|
} |
|
|
} |
|
|
str += |
|
|
if (batch.qty != 0) { |
|
|
`包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n` |
|
|
str += |
|
|
|
|
|
`包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n` |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
@ -477,14 +479,14 @@ |
|
|
this.$refs.comMessage.showQuestionMessage1(str, 'red', res => { |
|
|
this.$refs.comMessage.showQuestionMessage1(str, 'red', res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
this.$throttle(this.submit,2000,this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
} else { |
|
|
} else { |
|
|
this.scanPopupGetFocus() |
|
|
this.scanPopupGetFocus() |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} else { |
|
|
} else { |
|
|
//防止重复点击 |
|
|
//防止重复点击 |
|
|
this.$throttle(this.submit,2000,this)() |
|
|
this.$throttle(this.submit, 2000, this)() |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|