From cc69fa8cca430818626dd1097ed6773d98586f5e Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 14 Jul 2026 15:21:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=89=A9=E6=96=99=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=89=E5=85=A8=E5=BA=93=E5=AD=98=E4=B8=8A?= =?UTF-8?q?=E9=99=90,=20=E6=96=B0=E5=A2=9E=E4=BB=93=E5=BA=93=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=B1=87=E6=80=BB=E6=8A=A5=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/views/bi/material_wh_summary.vue | 155 +++++++++++++++++++++++++++ src/views/mtm/materials_form.vue | 10 +- src/views/mtm/materials_form_gx.vue | 11 +- 3 files changed, 174 insertions(+), 2 deletions(-) create mode 100644 src/views/bi/material_wh_summary.vue 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;