qx
2025-05-08 456ae4c82aed80e28e5b2d40339632b90c74222f
Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region
2个文件已修改
28 ■■■■ 已修改文件
src/views/doctor/check/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue
@@ -36,8 +36,7 @@
          </template>
        </el-table-column>
        <el-table-column label="出生日期" align="center" prop="cusBrithday" width="100px" />
        <el-table-column label="套餐名称" align="center" prop="pacName" width="100px" />
        <!-- <el-table-column label="电话" align="center" prop="cusPhone" width="100px" /> -->
        <el-table-column label="电话" align="center" prop="cusPhone" width="100px" />
        <el-table-column label="体检类型" align="center" prop="tjType" width="80px" />
        <el-table-column label="登记时间" align="center" prop="tjTime" width="160px">
        </el-table-column>
@@ -1002,6 +1001,7 @@
    // 输入确认时更新 BMI
    handleInputConfirm(row, params) {
      console.log(row, params, 55555)
      // 如果有 params 且为空,取消异常状态并清空相关字段
      if (params && params.length === 0) {
        row.exceptionDesc = false;
src/views/doctor/checkAll/index.vue
@@ -226,7 +226,16 @@
                </table>
              </div>
            </div>
            <div class="section-title">职业病总检</div>
<el-form ref="numberValidateForm" label-width="80px" class="demo-ruleForm">
  <el-form-item label="检查结论">
    <el-input type="textarea" placeholder="请输入内容" v-model="textarea1" :rows="3" style="width: 96%"></el-input>
  </el-form-item>
  <el-form-item label="体检结果">
    <el-input type="textarea" placeholder="请输入内容" v-model="res" :rows="3" style="width: 96%"></el-input>
  </el-form-item>
</el-form>
            <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'">
              <el-button type="primary" @click="propoChange">快捷建议</el-button>
              <el-button type="primary" @click="proposalChange">生成建议</el-button>
@@ -787,6 +796,7 @@
  name: "checkAll",
  data() {
    return {
      res: '未发现目标性疾病',
      selectedAdvice: null,
      activeAdviceIndex: 0,
      advicerulesList: [],
@@ -2332,7 +2342,17 @@
    }
  }
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  background-color: #f5f7fa;
  padding: 10px 15px;
  border-left: 4px solid #409eff; /* 左侧蓝色边条,增强视觉效果 */
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.dialog-pager {
  display: flex;
  justify-content: center;