| | |
| | | { label: t('ingredientsStock.materialReturnType'), |
| | | value: "returningType", |
| | | }, |
| | | { label: t('productStock.inventoryArea'), |
| | | value: "region", |
| | | }, |
| | | /*{ label: t('ingredients.originalFilm'), |
| | | value: "originalFilm", |
| | | }, |
| | |
| | | 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') |
| | | } |