From b9273f44acb0fb61b97944c57c2e86cb6ab4d150 Mon Sep 17 00:00:00 2001
From: zhangdi <15053473693@163.com>
Date: Thu, 25 Dec 2025 16:58:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E5=85=A5=E5=BA=93=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/secondOrder/inbound.js | 9 ++
src/views/secondOrder/components/inDialog.vue | 98 +++++--------------
src/views/secondOrder/inbound.vue | 35 +------
3 files changed, 35 insertions(+), 107 deletions(-)
diff --git a/src/api/secondOrder/inbound.js b/src/api/secondOrder/inbound.js
index 4da9d0a..40fb349 100644
--- a/src/api/secondOrder/inbound.js
+++ b/src/api/secondOrder/inbound.js
@@ -23,3 +23,12 @@ export const getDetails = (params) => {
params: params,
})
}
+
+// 入库单提交
+export const submit = (data) => {
+ return request({
+ url: '/smartpark/twoPutStorage/submit',
+ method: 'post',
+ data: data,
+ })
+}
diff --git a/src/views/secondOrder/components/inDialog.vue b/src/views/secondOrder/components/inDialog.vue
index 1588fca..48fd940 100644
--- a/src/views/secondOrder/components/inDialog.vue
+++ b/src/views/secondOrder/components/inDialog.vue
@@ -67,83 +67,27 @@
-
+
-
+
-
-
-
-
-
-
+
+
- 入库账目表格:
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.materialName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+