diff --git a/src/mycomponents/qty/countQtyEdit.vue b/src/mycomponents/qty/countQtyEdit.vue
new file mode 100644
index 00000000..1d1cbce2
--- /dev/null
+++ b/src/mycomponents/qty/countQtyEdit.vue
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
+ 标包个数 :
+
+
+
+
+ {{getStdPackUnitInfo(dataContent.stdPackUnit)}}
+
+
+
+
+
+
+ 标包量 :
+
+ {{Number(dataContent.stdPackQty)}}
+
+
+
+
+
+
+ 数量 :
+
+
+
+
+
+
+
+ 库存数量 :
+
+ {{Number(dataContent.balanceQty)}}
+
+
+
+
+
+ 库存状态 :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/qty/recommendQty.vue b/src/mycomponents/qty/recommendQty.vue
new file mode 100644
index 00000000..c93c003f
--- /dev/null
+++ b/src/mycomponents/qty/recommendQty.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+ {{Number(dataContent.qty)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+