From 03f65b7129ee81e573a2cfcefdd8e0636504662e Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 Jun 2025 15:44:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=89=A9=E6=96=99=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=94=B9=E5=8A=A8=EF=BC=88=E8=BE=85=E6=96=99?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=8D=E5=8F=B7=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E8=BF=9B=E5=85=A5=E8=BD=A6=E9=97=B4=E5=BA=93?= =?UTF-8?q?=E5=AD=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/materials_form_gx.vue | 16 ++++++++++++++++ src/views/mtm/materials_gx.vue | 2 ++ 2 files changed, 18 insertions(+) diff --git a/src/views/mtm/materials_form_gx.vue b/src/views/mtm/materials_form_gx.vue index 9990e240..a519a763 100644 --- a/src/views/mtm/materials_form_gx.vue +++ b/src/views/mtm/materials_form_gx.vue @@ -113,6 +113,13 @@ + + + + + + + + + + @@ -252,6 +264,9 @@ export default { }, typeChange(val) { this.getMaterial(val); + if(this.form.type == 40) { + this.form.into_wm = false; + } }, //提交 submit() { @@ -300,6 +315,7 @@ export default { that.form.is_hidden = data.is_hidden; that.form.unit_price = data.unit_price; that.form.photo = data.photo; + that.form.into_wm = data.into_wm; that.form.photo_number = data.photo_number; }else{ Object.assign(this.form, data); diff --git a/src/views/mtm/materials_gx.vue b/src/views/mtm/materials_gx.vue index ee4b0cfa..b707e949 100644 --- a/src/views/mtm/materials_gx.vue +++ b/src/views/mtm/materials_gx.vue @@ -107,6 +107,8 @@ width="80" > + +