diff --git a/mycomponents/detail/detailBalanceInfo.vue b/mycomponents/detail/detailBalanceInfo.vue
new file mode 100644
index 00000000..ea844ea5
--- /dev/null
+++ b/mycomponents/detail/detailBalanceInfo.vue
@@ -0,0 +1,67 @@
+
+
+
+
+ 箱码 :
+ {{dataContent.packingNumber}}
+
+
+ 批次 :
+ {{dataContent.batch}}
+
+
+ 数量 :
+
+ {{Number(dataContent.qty)}}
+ {{getUnitInfo(dataContent.uom)}}
+
+
+
+ 库存状态 :
+ {{getInventoryStatusInfo(dataContent.inventoryStatus)}}
+
+
+ 来源库位 :
+ {{dataContent.fromLocationCode}}
+
+
+
+
+
+
+
diff --git a/mycomponents/detail/detailCommonInfo.vue b/mycomponents/detail/detailCommonInfo.vue
index 2211b1ed..9705aa5e 100644
--- a/mycomponents/detail/detailCommonInfo.vue
+++ b/mycomponents/detail/detailCommonInfo.vue
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,7 @@
+
+
diff --git a/mycomponents/detail/requestDetailBasicInfo.vue b/mycomponents/detail/requestDetailBasicInfo.vue
index 50cd5f75..97451a1b 100644
--- a/mycomponents/detail/requestDetailBasicInfo.vue
+++ b/mycomponents/detail/requestDetailBasicInfo.vue
@@ -1,6 +1,6 @@
-
+
@@ -8,10 +8,10 @@