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