From ba31daf71e690a5c561a3ffc208404682e95a101 Mon Sep 17 00:00:00 2001
From: mengjiao <3338049200@qq,com>
Date: Mon, 13 Jan 2025 14:24:25 +0800
Subject: [PATCH] =?UTF-8?q?wms=E6=88=90=E5=93=81=E5=87=BA=E5=BA=93?=
=?UTF-8?q?=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/wms/detailed.js | 9 +-
src/views/wms/detailedRecords/index.vue | 505 ++++++++++++++++++++++++
2 files changed, 513 insertions(+), 1 deletion(-)
create mode 100644 src/views/wms/detailedRecords/index.vue
diff --git a/src/api/wms/detailed.js b/src/api/wms/detailed.js
index ebd1b1d..9eae922 100644
--- a/src/api/wms/detailed.js
+++ b/src/api/wms/detailed.js
@@ -7,8 +7,15 @@ export function listDetailed(query) {
method: 'get',
params: query
});
-}
+}//
// 查询成品库存明细列表
+export function ListRecords(query) {
+ return request({
+ url: '/wms/detailed/ListRecords',
+ method: 'get',
+ params: query
+ });
+}//ListRecords
export function listDetailedunt(query) {
return request({
url: '/wms/detailed/listunt',
diff --git a/src/views/wms/detailedRecords/index.vue b/src/views/wms/detailedRecords/index.vue
new file mode 100644
index 0000000..5b1dd28
--- /dev/null
+++ b/src/views/wms/detailedRecords/index.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatProductCode(scope.row.productCode) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+