From ea41b35a287f6ad6757ddf527743c33ad870f169 Mon Sep 17 00:00:00 2001
From: chc0125 <844857777@qq.com>
Date: Fri, 28 Feb 2025 11:22:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/task.js | 8 ++++
src/views/system/stock/index.vue | 64 +++++++++++++++++++++++++++++++-
2 files changed, 71 insertions(+), 1 deletion(-)
diff --git a/src/api/system/task.js b/src/api/system/task.js
index 2b736d7..c11d045 100644
--- a/src/api/system/task.js
+++ b/src/api/system/task.js
@@ -42,3 +42,11 @@ export function delTask(taskId) {
method: 'delete'
})
}
+
+export function taskOutRequest(data) {
+ return request({
+ url: '/app/task/createOutRequest',
+ method: 'post',
+ data: data
+ })
+}
diff --git a/src/views/system/stock/index.vue b/src/views/system/stock/index.vue
index b7d45c1..790dbce 100644
--- a/src/views/system/stock/index.vue
+++ b/src/views/system/stock/index.vue
@@ -162,6 +162,17 @@
v-hasPermi="['app:stock:export']"
>导出
+
+ 物料出库
+
@@ -216,6 +227,23 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -281,6 +309,7 @@