diff --git a/jshERP-web/src/views/material/modules/MaterialModal.vue b/jshERP-web/src/views/material/modules/MaterialModal.vue index 6ce8c25c1..0b7836f95 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 }