|
@@ -465,6 +465,16 @@ export default {
|
|
|
})
|
|
})
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
+ if (
|
|
|
|
|
+ this.selectCheckData.filter((t) => t.shi_fou_guo_shen_ !== '已完成')
|
|
|
|
|
+ ) {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ showClose: true,
|
|
|
|
|
+ message: '选中的数据中存在已完成数据,请检查!',
|
|
|
|
|
+ type: 'warning'
|
|
|
|
|
+ })
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
for (const item of this.selectCheckData) {
|
|
for (const item of this.selectCheckData) {
|
|
|
if (item.shi_fou_guo_shen_ !== '已完成') {
|
|
if (item.shi_fou_guo_shen_ !== '已完成') {
|
|
|
receiverId += item.nei_shen_yuan_ + ','
|
|
receiverId += item.nei_shen_yuan_ + ','
|