| | |
| | | <el-col :span="6"> |
| | | <el-form-item prop="processLeader.name" label="过程控制负责人"> |
| | | <el-input |
| | | v-model="state.formData.processLeader.name" |
| | | v-model.trim="state.formData.processLeader.name" |
| | | size="large" |
| | | placeholder="请选择过程控制负责人" |
| | | @focus="openExperts('过程控制负责人')" |
| | |
| | | <el-table-column label="不符合描述" header-align="center" class-name="small-padding fixed-width" width="700"> |
| | | <template #default="scope"> |
| | | <el-input |
| | | v-model="scope.row.reason" |
| | | v-model.trim="scope.row.reason" |
| | | size="large" |
| | | :disabled="scope.row.status == 1" |
| | | placeholder="如不符合,请填写不符合描述" |
| | |
| | | </el-table> |
| | | <el-form-item prop="suggestions" label="存在问题及建议"> |
| | | <el-input |
| | | v-model="state.formData.suggestions" |
| | | v-model.trim="state.formData.suggestions" |
| | | :autosize="{ minRows: 6 }" |
| | | maxlength="500" |
| | | show-word-limit |
| | |
| | | {id: 9, content: '技术负责人审核', status: 1, key:'isTechnolgyAudit', reasonKey: 'technolgyAuditDes', reason: ''}, |
| | | {id: 6, content: '评价报告外审意见', status: 1, key:'isExteriorAudit', reasonKey: 'exteriorAuditDes', reason: ''}, |
| | | {id: 7, content: '评价项目网上信息公开', status: 1, key:'isOpenInformation', reasonKey: 'openInformationDes', reason: ''}, |
| | | {id: 8, content: '二维码的使用', status: 1, key:'isUseQrcode', reasonKey: 'useQrcodeDes', reason: ''}, |
| | | // {id: 8, content: '二维码的使用', status: 1, key:'isUseQrcode', reasonKey: 'useQrcodeDes', reason: ''}, |
| | | {id: 9, content: '报告归档材料完整性', status: 1, key:'isFullMaterials', reasonKey: 'fullMaterialsDes', reason: ''} |
| | | ], |
| | | uploadUrl: import.meta.env.VITE_APP_BASE_API + '/manage/accessory-file/uploadFile', |