| | |
| | | gridOption.columns.push(column) |
| | | |
| | | } |
| | | if(value.value==t('ingredients.accessories')){ |
| | | /*if(value.value==t('ingredients.accessories')){ |
| | | titleUploadData.value.inventoryOrganization=titleSelectJson.value.inventoryOrganization[1].operateTypeName |
| | | }else{ |
| | | titleUploadData.value.inventoryOrganization=titleSelectJson.value.inventoryOrganization[0].operateTypeName |
| | | } |
| | | }*/ |
| | | |
| | | getStoreWorks() |
| | | |
| | |
| | | }) |
| | | |
| | | onMounted(async ()=>{ |
| | | await select() |
| | | |
| | | if(props.data!=null){ |
| | | titleUploadData.value.dateOfManufacture=props.data.dateOfManufacture |
| | | titleUploadData.value.qualityGuaranteePeriod=props.data.qualityGuaranteePeriod |
| | |
| | | titleUploadData.value.materialCode=props.data.materialCode |
| | | titleUploadData.value.id=props.data.id |
| | | titleUploadData.value.availableQuantity=props.data.availableQuantity |
| | | titleUploadData.value.inventoryOrganization=props.data.inventoryOrganization |
| | | isDisabled=true |
| | | }else{ |
| | | await select() |
| | | isDisabled=false |
| | | value.value=t('ingredients.originalFilm') |
| | | getStoreWork() |