|
@@ -584,7 +584,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const unreceived = this.selection.find(
|
|
const unreceived = this.selection.find(
|
|
|
- (item) => item.approvalStatus == 2 && (item.sendStatus != 2 && item.sendStatus != 8)
|
|
|
|
|
|
|
+ (item) => item.approvalStatus == 2 && (item.sendStatus != 2 && item.sendStatus != 8 && item.sendStatus != 4)
|
|
|
);
|
|
);
|
|
|
if (unreceived) {
|
|
if (unreceived) {
|
|
|
return this.$message.warning(`请先收货再${actionText}`);
|
|
return this.$message.warning(`请先收货再${actionText}`);
|