| | |
| | | ElMessage.error(t('mainIngredientStock.pleaseMaterialRequisitionPersonnel')) |
| | | return |
| | | } |
| | | const materialRequisitionTeam = titleUploadData.value.materialRequisitionTeam |
| | | /*const materialRequisitionTeam = titleUploadData.value.materialRequisitionTeam |
| | | if(materialRequisitionTeam === null || materialRequisitionTeam === undefined || materialRequisitionTeam === ''){ |
| | | ElMessage.error(t('mainIngredientStock.pleaseMaterialRequisitionTeam')) |
| | | return |
| | | } |
| | | const orderId = titleUploadData.value.orderId |
| | | }*/ |
| | | /*const orderId = titleUploadData.value.orderId |
| | | if(orderId === null || orderId === undefined || orderId === ''){ |
| | | ElMessage.error(t('mainIngredientStock.pleaseOrderId')) |
| | | return |
| | | } |
| | | }*/ |
| | | |
| | | |
| | | |