| | |
| | | <el-date-picker v-model="yearDetailForm.date" class="date_box" format="yyyy-MM-dd" placeholder="选择日期" |
| | | size="small" type="date" value-format="yyyy-MM-dd"> |
| | | </el-date-picker> |
| | | <span>监督项目</span> |
| | | <el-input v-model="yearDetailForm.project" class="search" placeholder="请输入" size="small"></el-input> |
| | | <!-- <span>监督项目</span> --> |
| | | <!-- <el-input v-model="yearDetailForm.superviseDes" class="search" placeholder="请输入" size="small"></el-input> --> |
| | | <el-button size="small" type="primary" @click="getYearDetailPlanList">查询</el-button> |
| | | <el-button size="small" @click="clearDetail">清空</el-button> |
| | | </div> |
| | |
| | | }], |
| | | yearLoading: false, |
| | | yearDetailForm: { |
| | | date: undefined, |
| | | project: undefined |
| | | date: undefined |
| | | }, |
| | | yearDetailTableData: [], // 年明细表 |
| | | yearDeatilPage: { |
| | |
| | | // 清除明细 |
| | | clearDetail() { |
| | | this.yearDetailForm.date = undefined |
| | | this.yearDetailForm.project = undefined |
| | | this.getYearDetailPlanList() |
| | | }, |
| | | |
| | |
| | | planId: this.planId, |
| | | current: this.yearDeatilPage.curent, |
| | | size: this.yearDeatilPage.pageSize, |
| | | date: this.yearDetailForm.date, |
| | | project: this.yearDetailForm.project |
| | | date: this.yearDetailForm.date |
| | | } |
| | | }) |
| | | if (code == 200) { |
| | |
| | | }, |
| | | // 年度计划表-下载 |
| | | downLoadPost(row) { |
| | | this.$axios.get(exportSuperVisePlanApi + '?id=' + row.id,{responseType: "blob"}).then(res => { |
| | | this.$axios.post(exportSuperVisePlanApi ,{id:row.id},{responseType: "blob"}).then(res => { |
| | | this.outLoading = false |
| | | const blob = new Blob([res],{ type: 'application/msword' }); |
| | | //将Blob 对象转换成字符串 |
| | |
| | | }, |
| | | openDialog() { |
| | | this.$axios.get(this.$api.deviceScope.treeDevice).then(res => { |
| | | this.cascaderList = res.data; |
| | | this.cascaderList = res.data |
| | | }); |
| | | this.$nextTick(() => { |
| | | this.$refs['form'].clearValidate() |
| | |
| | | // 电源稳定性-打开弹框调用设备接口,查询使用的设备 |
| | | openDialog() { |
| | | this.$axios.get(this.$api.deviceScope.treeDevice).then(res => { |
| | | this.cascaderList = res.data; |
| | | this.cascaderList = res.data |
| | | }); |
| | | this.$nextTick(() => { |
| | | this.$refs['form'].clearValidate() |
| | |
| | | <el-input v-model="trainingPlan.holdingDepartment" placeholder="请输入" size="small"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="备注:"> |
| | | <el-input v-model="trainingPlan.remarks" placeholder="请输入" size="small"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </div> |
| | |
| | | label: '课时', |
| | | prop: 'classHour', |
| | | width: '100px', |
| | | }, { |
| | | }, |
| | | { |
| | | label: '备注', |
| | | prop: 'remarks', |
| | | width: '100px', |
| | | }, { |
| | | }, |
| | | { |
| | | dataType: 'action', |
| | | width: '180', |
| | | label: '操作', |
| | |
| | | }, { |
| | | label: '培训内容', |
| | | prop: 'trainingContent' |
| | | }, { |
| | | label: '培训课时', |
| | | prop: 'educationBackground' |
| | | }, { |
| | | }, |
| | | // { |
| | | // label: '培训课时', |
| | | // prop: 'educationBackground' |
| | | // }, |
| | | { |
| | | label: '课时', |
| | | prop: 'classHour' |
| | | }, { |
| | |
| | | return { |
| | | searchForm: { |
| | | name: '', |
| | | factoryManufacturer: '', |
| | | model: '', |
| | | }, |
| | | tableColumn: [ |
| | | { |
| | |
| | | :visible.sync="addDialogVisible" |
| | | width="400px"> |
| | | <el-row> |
| | | <el-col :span="24" style="margin-bottom: 16px;"> |
| | | <!-- <el-col :span="24" style="margin-bottom: 16px;"> |
| | | <div class="search_thing"> |
| | | <div class="search_label">判定规则:</div> |
| | | <div class="search_input" style="display: flex;align-items: center;"> |
| | | <!-- <el-input size="small" placeholder="请输入" clearable v-model="addInfo.rule"></el-input> --> |
| | | <el-radio-group v-model="addInfo.rule" size="small" style="width: 60%;"> |
| | | <el-radio label="不考虑不确定度">不考虑不确定度</el-radio> |
| | | <el-radio label="考虑不确定度">考虑不确定度</el-radio> |
| | |
| | | <span v-if="addInfo.rule=='考虑不确定度'"> %</span> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | </el-col> --> |
| | | <el-col :span="24" style="margin-bottom: 16px;"> |
| | | <div class="search_thing"> |
| | | <div class="search_label">综合室签名人:</div> |