| | |
| | | let total = reactive({ |
| | | pageTotal : 0, |
| | | dataTotal : 0, |
| | | pageSize : 2 |
| | | pageSize : 10 |
| | | }) |
| | | |
| | | let filterData = ref({ |
| | |
| | | ElMessage.error("请输入数量") |
| | | return |
| | | } |
| | | const materialRequisitionTeam = titleUploadData.value.dateOfManufacture |
| | | if(materialRequisitionTeam === null || materialRequisitionTeam === undefined || materialRequisitionTeam === ''){ |
| | | ElMessage.error("请选中生产日期") |
| | | return |
| | | } |
| | | const orderId = titleUploadData.value.qualityGuaranteePeriod |
| | | if(orderId === null || orderId === undefined || orderId === ''){ |
| | | ElMessage.error("请输入保质期") |
| | | return |
| | | const dateOfManufacture= titleUploadData.value.dateOfManufacture |
| | | if(dateOfManufacture === null || dateOfManufacture === undefined || dateOfManufacture === ''){ |
| | | titleUploadData.value.dateOfManufacture=null |
| | | } |
| | | |
| | | const inventoryArea = titleUploadData.value.inventoryArea |