guoyujie
2025-12-04 eba3314826d53ff0f7e5679d185baaff84e50354
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')
  }