廖井涛
6 天以前 a660db06773007b1be690e0674829c00a57aeb7b
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",
  },
@@ -62,6 +65,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')
@@ -115,7 +121,7 @@
<template>
  <div>
    <el-row>
      <el-col :span="4">{{$t('orderBasicData.basicType')}}:</el-col>
      <el-col :span="4">{{$t('orderBasicData.page.searchOrderBasicData')}}:</el-col>
      <el-col :span="12">
        <el-cascader
            v-model="basic.operateType"