| | |
| | | ref="table" |
| | | border |
| | | style="margin: 20px; width: 98%" |
| | | @current-change="handleCurrentChange" |
| | | > |
| | | <!-- <template slot="empty">数据正在加载中</template> --> |
| | | <el-table-column |
| | |
| | | <el-row> |
| | | <el-col :span="18"> |
| | | <div style="margin: 10px 10px"> |
| | | <el-radio-group |
| | | <!--<el-radio-group |
| | | v-model="tjproject" |
| | | @input="radiotjprojectChange" |
| | | style="margin-left: 20px" |
| | | > |
| | | <el-radio-button label="0">体检项目</el-radio-button> |
| | | <el-radio-button label="1">化验项目</el-radio-button> |
| | | </el-radio-group> |
| | | </el-radio-group> --> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | |
| | | {{ |
| | | scope.row.standard.tjStandardGtValue + |
| | | "-" + |
| | | scope.row.standard.tjStandardLtValue |
| | | scope.row.standard.tjStandardLtValue || "/" |
| | | }} |
| | | </div> |
| | | <div v-else>{{ scope.row.stanId }}</div> |
| | | <div v-else>{{ scope.row.stanId || "/"}}</div> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <table style="width: 100%"> |
| | | <table style="width: 100%" v-if="tjproject!='1'"> |
| | | <tr |
| | | style="border: 1px solid #dfe6ec; border-collapse: collapse" |
| | | > |
| | |
| | | </table> |
| | | </div> |
| | | |
| | | <div style="margin: 0 0px 10px 15px"> |
| | | <div style="margin: 0 0px 10px 15px" v-if="tjproject!='1'"> |
| | | <el-button type="primary" @click="propoChange" |
| | | >快捷建议</el-button |
| | | > |
| | |
| | | ref="numberValidateForm" |
| | | label-width="80px" |
| | | class="demo-ruleForm" |
| | | v-if="tjproject!='1'" |
| | | > |
| | | <el-form-item label="总检建议"> |
| | | <el-input |
| | |
| | | } |
| | | }, |
| | | |
| | | handleCurrentChange(val){ |
| | | this.handleClick(val) |
| | | }, |
| | | |
| | | // 点击详情 |
| | | handleClick(row) { |
| | | this.$refs.Pre.open = false; |
| | |
| | | for (let i = 0; i < this.changedate.length; i++) { |
| | | this.remark = this.changedate[i].remark; |
| | | } |
| | | console.log( this.changedate) |
| | | this.changedate.forEach((item) => { |
| | | // this.remark = item.remark; |
| | | item.sons.forEach((item3) => { |
| | |
| | | item3.standard.tjStandardLtValue = ""; |
| | | } |
| | | }); |
| | | // item.remark = ""; |
| | | }); |
| | | } else { |
| | | this.$message({ |