|
@ -245,10 +245,10 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
// if (asnObj) { |
|
|
if (asnObj) { |
|
|
// this.showMessage("此ASN关联的采购收货任务已扫描") |
|
|
this.showMessage(`ASN单号【${asnNumber}】已经扫描`) |
|
|
// return; |
|
|
return; |
|
|
// } |
|
|
} |
|
|
// 承接任务 // 如果任务状态是待处理的情况需要承接 |
|
|
// 承接任务 // 如果任务状态是待处理的情况需要承接 |
|
|
if (resultList[0].status == '1') { |
|
|
if (resultList[0].status == '1') { |
|
|
await this.handleTakePurchaseReceiptJob(resultList[0].masterId, () => { |
|
|
await this.handleTakePurchaseReceiptJob(resultList[0].masterId, () => { |
|
|