From 6f076f6e9c0c1e250e7d826a80fe6ce5c7b424c0 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Wed, 12 Mar 2025 17:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=93=81=E6=BA=AF?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../product_source_link/details_stock.vue | 63 +++++ src/views/product_source_link/index.vue | 231 ++++++++---------- src/views/product_source_link_info/index.vue | 192 ++++++--------- 3 files changed, 240 insertions(+), 246 deletions(-) create mode 100644 src/views/product_source_link/details_stock.vue diff --git a/src/views/product_source_link/details_stock.vue b/src/views/product_source_link/details_stock.vue new file mode 100644 index 000000000..ed3598c1e --- /dev/null +++ b/src/views/product_source_link/details_stock.vue @@ -0,0 +1,63 @@ + + + \ No newline at end of file diff --git a/src/views/product_source_link/index.vue b/src/views/product_source_link/index.vue index 1bfa9adbe..84d40a204 100644 --- a/src/views/product_source_link/index.vue +++ b/src/views/product_source_link/index.vue @@ -1,148 +1,111 @@ + getLists() + \ No newline at end of file diff --git a/src/views/product_source_link_info/index.vue b/src/views/product_source_link_info/index.vue index 826c08f9f..03b5fc6db 100644 --- a/src/views/product_source_link_info/index.vue +++ b/src/views/product_source_link_info/index.vue @@ -1,128 +1,96 @@ + // 删除 + const handleDelete = async (id : number | any[]) => { + await feedback.confirm('确定要删除?') + await apiProductSourceLinkInfoDelete({ id }) + getLists() + } + getLists() + \ No newline at end of file