From 922492865213990cf086ecc703607e88fb28c384 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Mon, 24 Mar 2025 23:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E7=BB=99=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E6=89=A9=E5=B1=95=E4=BF=A1=E6=81=AF=E6=8B=86=E5=88=86?= =?UTF-8?q?=E6=88=90=E6=89=A9=E5=B1=951=20=E6=89=A9=E5=B1=952=20=E6=89=A9?= =?UTF-8?q?=E5=B1=953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/material/modules/MaterialModal.vue | 50 ++++++++----------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/jshERP-web/src/views/material/modules/MaterialModal.vue b/jshERP-web/src/views/material/modules/MaterialModal.vue index 6ce8c25c..0b7836f9 100644 --- a/jshERP-web/src/views/material/modules/MaterialModal.vue +++ b/jshERP-web/src/views/material/modules/MaterialModal.vue @@ -117,6 +117,23 @@ + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -1117,15 +1111,15 @@ this.mpShort.mfrs.name = mpList[i].anotherName this.mpShort.mfrs.enabled = mpList[i].enabled } - if (mpList[i].nativeName === "自定义1") { + if (mpList[i].nativeName === "扩展1") { this.mpShort.otherField1.name = mpList[i].anotherName this.mpShort.otherField1.enabled = mpList[i].enabled } - if (mpList[i].nativeName === "自定义2") { + if (mpList[i].nativeName === "扩展2") { this.mpShort.otherField2.name = mpList[i].anotherName this.mpShort.otherField2.enabled = mpList[i].enabled } - if (mpList[i].nativeName === "自定义3") { + if (mpList[i].nativeName === "扩展3") { this.mpShort.otherField3.name = mpList[i].anotherName this.mpShort.otherField3.enabled = mpList[i].enabled }