From 7788434c8d5f5288db3b261b3f15dc8fe6958a5a Mon Sep 17 00:00:00 2001
From: yangzifeng <2547435354@qq.com>
Date: Thu, 22 Jan 2026 08:01:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=E7=9A=84?=
=?UTF-8?q?=E7=A7=BB=E5=BA=93=E4=B8=8E=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/wisdom/stock.js | 21 ++-
src/views/wisdom/stock/index.vue | 261 +++++++++++++------------------
2 files changed, 128 insertions(+), 154 deletions(-)
diff --git a/src/api/wisdom/stock.js b/src/api/wisdom/stock.js
index 38f7849..0232806 100644
--- a/src/api/wisdom/stock.js
+++ b/src/api/wisdom/stock.js
@@ -1,13 +1,28 @@
import request from '@/utils/request'
-// 查询库存单据主列表
-export function listBill(data) {
+// 修改
+export function editStock(data) {
return request({
- url: '/wisdom/stock/bill/groups',
+ url: '/wisdom/stock/update',
method: 'post',
data: data
})
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
//明细列表
export function listStock(data) {
return request({
diff --git a/src/views/wisdom/stock/index.vue b/src/views/wisdom/stock/index.vue
index 211facf..dcad41d 100644
--- a/src/views/wisdom/stock/index.vue
+++ b/src/views/wisdom/stock/index.vue
@@ -221,8 +221,8 @@
-
-
+
+
@@ -230,8 +230,8 @@
-
-
+
+
@@ -243,29 +243,27 @@
-
-
-
-
+
+
-
+
-
+
-
+
-
+
@@ -275,10 +273,9 @@
-
-
+
@@ -287,7 +284,7 @@
-
@@ -321,41 +318,31 @@
-