From d2aa7e2f89f30cbb96aea6c171e764c0cb3669f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com>
Date: Tue, 29 Oct 2024 14:34:18 +0800
Subject: [PATCH] =?UTF-8?q?mycomponents/query=20mycomponents/receive=20?=
=?UTF-8?q?=E6=96=87=E4=BB=B6=E8=BF=81=E7=A7=BB=208/8-10/25?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/mycomponents/query/balanceQuery.vue | 211 ++++++++++++++++++
src/mycomponents/query/showListItem.vue | 84 +++++++
src/mycomponents/receive/receiveBottom.vue | 49 ++++
src/mycomponents/receive/receiveNumber.vue | 36 +++
src/mycomponents/receive/receiveStatus.vue | 46 ++++
src/mycomponents/receive/receiveTop.vue | 41 ++++
.../receive/recordComDetailCard.vue | 91 ++++++++
.../receive/recordComMainCard.vue | 41 ++++
8 files changed, 599 insertions(+)
create mode 100644 src/mycomponents/query/balanceQuery.vue
create mode 100644 src/mycomponents/query/showListItem.vue
create mode 100644 src/mycomponents/receive/receiveBottom.vue
create mode 100644 src/mycomponents/receive/receiveNumber.vue
create mode 100644 src/mycomponents/receive/receiveStatus.vue
create mode 100644 src/mycomponents/receive/receiveTop.vue
create mode 100644 src/mycomponents/receive/recordComDetailCard.vue
create mode 100644 src/mycomponents/receive/recordComMainCard.vue
diff --git a/src/mycomponents/query/balanceQuery.vue b/src/mycomponents/query/balanceQuery.vue
new file mode 100644
index 00000000..3e138217
--- /dev/null
+++ b/src/mycomponents/query/balanceQuery.vue
@@ -0,0 +1,211 @@
+
+
+
+
+
+ 库存查询
+
+
+
+
+
+ 物料号:
+
+
+
+
+
+
+
+
+
+
+ ({{index+1}}) 物料代码 : {{item.code}}
+
+
+ 名称 : {{item.name}}
+
+
+ 描述1 : {{item.desc1}}
+
+
+ 描述2 : {{item.desc1}}
+
+
+
+
+
+
+
+
+
+ 批次
+ 库位
+ 状态
+ 数量
+
+
+
+ {{item.batch}}
+ {{item.locationCode}}
+ {{statusDesc(item.inventoryStatus)}}
+ {{item.totalQty}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/query/showListItem.vue b/src/mycomponents/query/showListItem.vue
new file mode 100644
index 00000000..b0d21c0c
--- /dev/null
+++ b/src/mycomponents/query/showListItem.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+ Go
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/receive/receiveBottom.vue b/src/mycomponents/receive/receiveBottom.vue
new file mode 100644
index 00000000..5559629b
--- /dev/null
+++ b/src/mycomponents/receive/receiveBottom.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ {{dataContent.creator}}
+
+
+
+ {{formatDate(dataContent.createTime)}}
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/receive/receiveNumber.vue b/src/mycomponents/receive/receiveNumber.vue
new file mode 100644
index 00000000..94a38499
--- /dev/null
+++ b/src/mycomponents/receive/receiveNumber.vue
@@ -0,0 +1,36 @@
+
+
+
+ {{number}}
+
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/receive/receiveStatus.vue b/src/mycomponents/receive/receiveStatus.vue
new file mode 100644
index 00000000..9694538c
--- /dev/null
+++ b/src/mycomponents/receive/receiveStatus.vue
@@ -0,0 +1,46 @@
+
+
+
+ {{ receiveStatusInfo.label}}
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/receive/receiveTop.vue b/src/mycomponents/receive/receiveTop.vue
new file mode 100644
index 00000000..4fc902fe
--- /dev/null
+++ b/src/mycomponents/receive/receiveTop.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/receive/recordComDetailCard.vue b/src/mycomponents/receive/recordComDetailCard.vue
new file mode 100644
index 00000000..0a0fe46e
--- /dev/null
+++ b/src/mycomponents/receive/recordComDetailCard.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/receive/recordComMainCard.vue b/src/mycomponents/receive/recordComMainCard.vue
new file mode 100644
index 00000000..34f3c6e0
--- /dev/null
+++ b/src/mycomponents/receive/recordComMainCard.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file