Parcourir la source

物资编码名称修改

wangyani il y a 11 mois
Parent
commit
09a0b77730
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/mes/material/typeofmaterial/index.vue

+ 1 - 1
src/views/mes/material/typeofmaterial/index.vue

@@ -553,7 +553,7 @@ export default {
     //自动生成编码
     handleAutoGenChange(autoGenFlag) {
       if (autoGenFlag) {
-        genCode("WUZI_TYPE_CODE").then((response) => {
+        genCode("MATERIALS_TYPE_CODE").then((response) => {
           this.form.materialsTypeCode = response;
         });
       } else {