|
@ -476,10 +476,11 @@ |
|
|
}) |
|
|
}) |
|
|
// calcHandleQty(this.detailSource); |
|
|
// calcHandleQty(this.detailSource); |
|
|
this.detailSource[0].subList.sort(compareDesc('scanDate')); //按扫描信息排序 |
|
|
this.detailSource[0].subList.sort(compareDesc('scanDate')); //按扫描信息排序 |
|
|
this.continueScan() |
|
|
|
|
|
this.$forceUpdate() |
|
|
this.$forceUpdate() |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
this.continueScan() |
|
|
} else if (result.label.labelType == "PurchaseLabel") { |
|
|
} else if (result.label.labelType == "PurchaseLabel") { |
|
|
// debugger |
|
|
// debugger |
|
|
var packingNumber = result.package.number; |
|
|
var packingNumber = result.package.number; |
|
@ -578,8 +579,9 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
this.continueScan() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} catch (e) { |
|
|
} catch (e) { |
|
|
this.showErrorMessage(e.message) |
|
|
this.showErrorMessage(e.message) |
|
|
} |
|
|
} |
|
|