From 7a367f6e6b3c8e583505b4a229810a5497f69b79 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 20 三月 2026 14:10:40 +0800
Subject: [PATCH] feat:1.供应商管理(字段修改) 2.销售台账/采购台账(去掉项目名称)
---
src/views/salesManagement/returnOrder/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/salesManagement/returnOrder/index.vue b/src/views/salesManagement/returnOrder/index.vue
index 1165ed3..a5aa019 100644
--- a/src/views/salesManagement/returnOrder/index.vue
+++ b/src/views/salesManagement/returnOrder/index.vue
@@ -95,7 +95,7 @@
cancelButtonText: "鍙栨秷",
type: "warning",
}).then(() => {
- returnManagementDel({ ids: String(row.id) }).then(() => {
+ returnManagementDel({ ids: [row.id] }).then(() => {
proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛");
getList();
});
@@ -252,12 +252,13 @@
return;
}
ids = selectedRows.value.map(i => i.id);
+ console.log(ids);
ElMessageBox.confirm("閫変腑鐨勫唴瀹瑰皢琚垹闄わ紝鏄惁纭鍒犻櫎锛�", "鍒犻櫎鎻愮ず", {
confirmButtonText: "纭",
cancelButtonText: "鍙栨秷",
type: "warning",
}).then(() => {
- returnManagementDel({ ids: ids.join(",") }).then(() => {
+ returnManagementDel( ids ).then(() => {
proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛");
getList();
});
--
Gitblit v1.9.3