|
@@ -376,7 +376,7 @@ const _handlerScan=(code)=> {
|
|
|
showConfirmDialog({
|
|
showConfirmDialog({
|
|
|
title: '温馨提示',
|
|
title: '温馨提示',
|
|
|
message:
|
|
message:
|
|
|
- `当前条码《${activeBarcode.barcode}》已经拣货成功是否确认重复提交?`,
|
|
|
|
|
|
|
+ `当前商品(${activeBarcode.barcode})已完成拣货\n是否再次提交?`,
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
activeBarcode.count=activeBarcode.expectedQuantity
|
|
activeBarcode.count=activeBarcode.expectedQuantity
|