From 26b21b78fe2f56fd43cf2dc307b5599ede6d413d Mon Sep 17 00:00:00 2001
From: kkk-ops <1050738955@qq.com>
Date: Thu, 18 Dec 2025 23:33:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/erp/stock/check/StockCheckForm.vue | 4 ++--
.../check/components/StockCheckItemForm.vue | 10 ++++----
src/views/erp/stock/check/index.vue | 10 ++++----
src/views/erp/stock/move/StockMoveForm.vue | 6 ++---
.../move/components/StockMoveItemForm.vue | 10 ++++----
src/views/erp/stock/move/index.vue | 23 +++++++++----------
src/views/erp/stock/stock/index.vue | 6 +++--
7 files changed, 35 insertions(+), 34 deletions(-)
diff --git a/src/views/erp/stock/check/StockCheckForm.vue b/src/views/erp/stock/check/StockCheckForm.vue
index 9e7f6739..79cf747b 100644
--- a/src/views/erp/stock/check/StockCheckForm.vue
+++ b/src/views/erp/stock/check/StockCheckForm.vue
@@ -1,5 +1,5 @@
-
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/erp/stock/check/index.vue b/src/views/erp/stock/check/index.vue
index 29f7b6fa..22e46e91 100644
--- a/src/views/erp/stock/check/index.vue
+++ b/src/views/erp/stock/check/index.vue
@@ -88,7 +88,7 @@
/>
-
+
搜索
重置
@@ -140,14 +140,14 @@
@selection-change="handleSelectionChange"
>
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/erp/stock/move/index.vue b/src/views/erp/stock/move/index.vue
index 92a093ea..d3beaddb 100644
--- a/src/views/erp/stock/move/index.vue
+++ b/src/views/erp/stock/move/index.vue
@@ -9,10 +9,10 @@
:inline="true"
label-width="68px"
>
-
+
-
+
搜索
重置
@@ -138,16 +138,15 @@
:show-overflow-tooltip="true"
@selection-change="handleSelectionChange"
>
-
-
-
+
+
+
-
+
-
+
{
const handleUpdateStatus = async (id: number, status: number) => {
try {
// 审批的二次确认
- await message.confirm(`确定${status === 20 ? '审批' : '反审批'}该调度单吗?`)
+ await message.confirm(`确定${status === 20 ? '审批' : '反审批'}该调拨单吗?`)
// 发起审批
await StockMoveApi.updateStockMoveStatus(id, status)
message.success(`${status === 20 ? '审批' : '反审批'}成功`)
@@ -332,7 +331,7 @@ const handleExport = async () => {
// 发起导出
exportLoading.value = true
const data = await StockMoveApi.exportStockMove(queryParams)
- download.excel(data, '库存调度单.xls')
+ download.excel(data, '库存调拨单.xls')
} catch {
} finally {
exportLoading.value = false
diff --git a/src/views/erp/stock/stock/index.vue b/src/views/erp/stock/stock/index.vue
index 81f164f8..ff03f29f 100644
--- a/src/views/erp/stock/stock/index.vue
+++ b/src/views/erp/stock/stock/index.vue
@@ -79,8 +79,10 @@
-
+
+
+
-
+