qinxianzhangyao
2024-05-27 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5
src/views/doctor/check/index.vue
@@ -10,7 +10,7 @@
          @blur="hb" @keyup.enter.native="submitForm"></el-input>
      </el-form-item>
      <el-form-item>
        <el-button size="mini" type="primary" @click="submitForm">搜索</el-button>
        <el-button size="mini" type="primary" @click="submitForm" style="margin-right:15px;">搜索</el-button>
        <el-button size="mini" @click="resetQuery">重置</el-button>
      </el-form-item>
    </el-form>
@@ -358,10 +358,10 @@
                </td>
                <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2">
                  <div style="margin: 0 0px 10px 15px">
                    <el-button type="primary" @click="propoChange"
                    <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px"
                      >快捷建议</el-button
                    >
                    <el-button type="primary" @click="proposalChange"
                    <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px"
                      >生成建议</el-button
                    >
                  </div>
@@ -490,10 +490,10 @@
              </tr>
              <tr style="border: 1px solid #dfe6ec; border-collapse: collapse">
                <div style="margin: 0 0px 10px 15px">
                    <el-button type="primary" @click="propoChange" class="height:100px"
                    <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px"
                      >快捷建议</el-button
                    >
                    <el-button type="primary" @click="proposalChange"
                    <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px"
                      >生成建议</el-button
                    >
                  </div>
@@ -587,7 +587,7 @@
      </span>
    </el-dialog>
    <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" />
    <createproposal ref="createproposal" :creatobj="creatobj" :textarea1="proParentList.remark" />
    <createproposal ref="createproposal" :creatobj="creatobj" />
  </div>
</template>
@@ -801,7 +801,7 @@
    // 小结获取备注
    sel(val) {
      if (this.proParentList.xiaoJie.length != 0) {
        this.proParentList.remark = "";
        // this.proParentList.remark = "";
        this.deptAdviceList.forEach((item) => {
          this.ids = item.id;
          val.forEach((item1) => {