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;