廖井涛
2025-09-17 75f2936851cbccd4ed630317bbc99476d9dcf29d
north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue
@@ -27,6 +27,9 @@
  { label: t('ingredientsStock.materialReturnType'),
    value: "returningType",
  },
  { label: t('productStock.inventoryArea'),
    value: "region",
  },
  /*{ label: t('ingredients.originalFilm'),
    value: "originalFilm",
  },
@@ -63,6 +66,9 @@
  else if(basic.value.operateType[0]==='returningType'){
    basic.value.type=t('ingredientsStock.materialReturnType')
  }
  else if(basic.value.operateType[0]==='region'){
    basic.value.type=t('productStock.inventoryArea')
  }
  /*else if(basic.value.operateType[0]==='originalFilm'){
    basic.value.type=t('ingredients.originalFilm')
  }