diff --git a/src/views/bi/material_wh_summary.vue b/src/views/bi/material_wh_summary.vue
new file mode 100644
index 00000000..26666d11
--- /dev/null
+++ b/src/views/bi/material_wh_summary.vue
@@ -0,0 +1,155 @@
+
+
+
+
+ 周区间
+
+ 查询
+
+
+
+
+ 库存量 与 安全库存上下限(个人设定)
+
+
+
+
+
+
+
+
+
+
+
+ 成品库周数据(入库=生产入库 / 出库=销售发货)
+
+
+
+
+
+
+
+
+
+
+ 原料库(棒料)周数据
+
+
+
+
+
+
+
+
+
+
+
+ 白玻 / 黑玻 周数据(外协以"外协%"工段判定)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mtm/materials_form.vue b/src/views/mtm/materials_form.vue
index 1dae8d0d..1f379f34 100644
--- a/src/views/mtm/materials_form.vue
+++ b/src/views/mtm/materials_form.vue
@@ -133,13 +133,21 @@
-
+
+
+
+
+
+
diff --git a/src/views/mtm/materials_form_gx.vue b/src/views/mtm/materials_form_gx.vue
index 4b5b1463..d2aac6d5 100644
--- a/src/views/mtm/materials_form_gx.vue
+++ b/src/views/mtm/materials_form_gx.vue
@@ -122,13 +122,21 @@
-
+
+
+
+
+
+
@@ -346,6 +354,7 @@ export default {
that.form.process = data.process;
that.form.tracking = data.tracking;
that.form.count_safe = data.count_safe;
+ that.form.count_safe_upper = data.count_safe_upper;
that.form.is_hidden = data.is_hidden;
that.form.unit_price = data.unit_price;
that.form.photo = data.photo;