|
@@ -755,9 +755,9 @@ export default {
|
|
|
return this.$message.warning("请选择要删除的数据");
|
|
return this.$message.warning("请选择要删除的数据");
|
|
|
}
|
|
}
|
|
|
for (let item of this.selectionList) {
|
|
for (let item of this.selectionList) {
|
|
|
- if (item.isChecked == 1) {
|
|
|
|
|
- return this.$message.error("已对账数据,不允许删除");
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (item.isChecked == 1) {
|
|
|
|
|
+ // return this.$message.error("已对账数据,不允许删除");
|
|
|
|
|
+ // }
|
|
|
if (item.isSignfor == 1) {
|
|
if (item.isSignfor == 1) {
|
|
|
return this.$message.error("已签收数据,不允许删除");
|
|
return this.$message.error("已签收数据,不允许删除");
|
|
|
}
|
|
}
|