| | |
| | | </span> |
| | | </template> |
| | | </el-dialog> |
| | | <Material ref="showRef"/> |
| | | <EmergencySupplies ref="showRef" @SearchUser="onUser"/> |
| | | <userSelections ref="userRef"/> |
| | | </div> |
| | | </template> |
| | |
| | | Search, |
| | | FullScreen |
| | | } from '@element-plus/icons-vue' |
| | | import Material from '/@/components/material/index.vue' |
| | | import EmergencySupplies from '/@/components/emergencySupplies/index.vue' |
| | | import UserSelections from "/@/components/userSelections/index.vue" |
| | | import {emergencyMaterialsInspectionApi} from "/@/api/emergencyMaterialsInspection"; |
| | | |
| | |
| | | name: 'inspect', |
| | | components: { |
| | | UserSelections, |
| | | Material, |
| | | EmergencySupplies, |
| | | }, |
| | | setup(props, { emit }) { |
| | | const isShowDialog = ref(false) |
| | |
| | | const daiInpt=()=>{ |
| | | showRef.value.openDailog() |
| | | } |
| | | const onUser = (e:any) => { |
| | | ruleForm.value.suppliesId=e.id |
| | | }; |
| | | // 编写人弹窗 |
| | | const userRef = ref(); |
| | | const openUser = () => { |
| | |
| | | value1, |
| | | daiInpt, |
| | | showRef, |
| | | onUser, |
| | | ruleFormRef, |
| | | submitForm, |
| | | openUser, |