WXL (wul)
2 天以前 30a30cc63f9872790a6fd3e2e6978518adbcdecb
测试完成
已修改7个文件
59 ■■■■■ 文件已修改
src/components/CallButton/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/ClickCall copy.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/questionnaire/compilequer/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/AwaitingAdmission.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/ExternalPatient.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/CallButton/index.vue
@@ -163,7 +163,7 @@
        this.startCallsetState();
      } catch (error) {
        console.error("获取分机号失败:", error);
        this.updateStatus("failed", "获取分机号失败");
        // this.updateStatus("failed", "获取分机号失败");
      }
    },
    async startCallsetState() {
src/views/followvisit/discharge/ClickCall copy.vue
@@ -181,7 +181,7 @@
        this.startCallsetState();
      } catch (error) {
        console.error("获取座席号失败:", error);
        this.updateStatus("failed", "获取座席号失败");
        // this.updateStatus("failed", "获取座席号失败");
      }
    },
    //使用座席号
src/views/followvisit/record/detailpage/index.vue
@@ -1190,21 +1190,21 @@
      selectedTag: "",
      tagOptions: [
        {
          value: '0',
          value: "0",
          label: "正常",
          type: "normal",
          color: "#7ff5e1",
          description: "患者情况正常,无需特别关注",
        },
        {
          value: '1',
          value: "1",
          label: "异常",
          type: "abnormal",
          color: "#f75c5c",
          description: "患者存在异常情况,需要重点关注",
        },
        {
          value: '2',
          value: "2",
          label: "警告",
          type: "warning",
          color: "#fbfb4a",
@@ -1609,11 +1609,15 @@
        var objs = item.svyTaskTemplateTargetoptions.find(
          (items) => items.optioncontent == item.scriptResult
        );
        if (obj) {
          if (objs.isabnormal) {
        if (objs) {
          if (excep != 1 && objs.isabnormal) {
            excep = objs.isabnormal;
            this.selectedTag = objs.isabnormal;
          }
        }
        console.log(excep, "excep");
        let obj = {
          asrtext: null,
          patid: this.patid,
@@ -1792,7 +1796,8 @@
    },
    yuyingetdetail() {
      const dataToSubmit = JSON.parse(JSON.stringify(this.tableDatatop));
      console.log(dataToSubmit, "dataToSubmit");
      return;
      dataToSubmit.forEach((item, index) => {
        // 对拷贝的数据进行操作,不影响原始的 scriptResult 数组
        item.scriptResult = item.scriptResult.join("&");
@@ -2101,8 +2106,6 @@
    },
    // 新增的切换选中/取消选中方法
    handleRadioToggle(questionItem, index, options, optionValue) {
      console.log(questionItem, optionValue, 999);
      // 如果点击的是当前已选中的选项,则取消选中
      if (questionItem.scriptResult === optionValue) {
        questionItem.scriptResult = ""; // 清空选中值
@@ -2760,7 +2763,7 @@
  margin: 0 10px 20px 10px;
  /* 当缩放比例大于100%或屏幕宽度较小时改为上下排列 */
  @media screen and  (min-resolution: 1.5dppx) {
  @media screen and (min-resolution: 1.5dppx) {
    flex-direction: column;
    .call-action,
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -719,9 +719,9 @@
                            <el-option
                              :value="2"
                              label="警告"
                              :style="{ color: '#fbfb4a' }"
                              :style="{ color: '#FFBA00' }"
                            >
                              <span style="color: #fbfb4a">● 警告</span>
                              <span style="color: #FFBA00">● 警告</span>
                            </el-option>
                            <el-option
                              :value="1"
src/views/patient/patient/AwaitingAdmission.vue
@@ -320,23 +320,6 @@
            width="120"
          />
          <el-table-column
            label="是否存在任务"
            align="center"
            key="serverState"
            prop="serverState"
            width="100"
          >
            <template slot-scope="scope">
              <span
                :style="{
                  color: scope.row.serverState == 1 ? 'green' : 'gray',
                }"
              >
                {{ scope.row.serverState == 1 ? "是" : "无" }}
              </span>
            </template>
          </el-table-column>
          <el-table-column
            label="操作"
            fixed="right"
            align="center"
src/views/patient/patient/ExternalPatient.vue
@@ -384,7 +384,7 @@
        </el-row>
        <el-row v-if="!amendtag">
          <el-col :span="8">
            <el-form-item label="民族" prop="name">
            <el-form-item label="民族" prop="nation">
              <el-input
                v-model="form.nation"
                placeholder="请输入民族"
@@ -393,7 +393,7 @@
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="籍贯" prop="age">
            <el-form-item label="籍贯" prop="nativePlace">
              <el-input
                v-model="form.nativePlace"
                placeholder="请输入籍贯"
@@ -414,7 +414,7 @@
        <el-row v-if="!amendtag">
          <el-col :span="12">
            <el-form-item label="出生地" prop="idcardno">
            <el-form-item label="出生地">
              <el-input
                v-model="form.birthplace"
                placeholder="国、省、地市、区县、街道等详细信息"
@@ -422,7 +422,7 @@
              />
            </el-form-item> </el-col
          ><el-col :span="12">
            <el-form-item label="居住地" prop="idcardno">
            <el-form-item label="居住地">
              <el-input
                v-model="form.placeOfResidence"
                placeholder="国、省、地市、区县、街道等详细信息"
vue.config.js
@@ -37,8 +37,9 @@
      [process.env.VUE_APP_BASE_API]: {
        // target: `https://www.health-y.cn/lssf`,
        // target: `http://192.168.100.127:8095`,
        // target: `http://192.168.100.10:8094`,
        target:`http://localhost:8095`,
        // target: `http://192.168.100.10:8094`,//省立同德
        target: `http://192.168.100.10:8095`,//新华
        // target:`http://localhost:8095`,
        // target:`http://35z1t16164.qicp.vip`,
        // target: `http://192.168.100.193:8095`,
        // target: `http://192.168.101.166:8093`,