WXL
2025-01-08 c1139d1a4d4de8762ee58cac7c218bcb4d091f7e
测试完成
已修改12个文件
106 ■■■■ 文件已修改
dist (2).zip 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/external.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/questionbank/particulars/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/questionnaire/compilequer/index.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/QuestionnaireTask.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/taskub.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist (2).zip
Binary files differ
dist.zip
Binary files differ
src/api/AiCentre/external.js
@@ -9,10 +9,10 @@
    data: data
  });
}
// 删除通用模板s
// 短链接解析
export function geturlinfo(id) {
  return request({
    url: "/outPath/getInfoByParam",
    url: "/smartor/outPath/getInfoByParam",
    method: 'post',
    params: {param:id}
  });
@@ -47,7 +47,7 @@
// 提交问卷(内)
export function getsearchrResult(data) {
  return request({
    url: "/subtaskAnswer/selectPatQuestionResult",
    url: "/smartor/subtaskAnswer/selectPatQuestionResult",
    method: "post",
    data: data
  });
src/views/followvisit/tasklist/index.vue
@@ -69,7 +69,7 @@
      <el-row :gutter="10" class="mb8">
        <el-col :span="1.5">
          <el-select
            @change="handleQuery"
            @change="handleQuerytask"
            v-model="tasktopic"
            placeholder="请选择服务类型"
          >
@@ -782,6 +782,11 @@
      this.resetForm("form");
    },
    /** 搜索按钮操作 */
    handleQuerytask() {
      this.topqueryParams.pageNum = 1;
      // this.topqueryParams.type = '';
      this.getList();
    },
    handleQuery() {
      this.topqueryParams.pageNum = 1;
      this.getList();
src/views/knowledge/questionbank/particulars/index.vue
@@ -340,7 +340,7 @@
      </div>
      <div v-if="Editprogress == 2">
        <el-card class="box-card">
          <el-form :inline="true" :model="topicobj" class="demo-form-inline">
          <el-form :inline="true" ref="topicobj" :model="topicobj" class="demo-form-inline">
            <div class="headline">
              指标设置详情
              <span v-if="topicobj.targetname" style="margin-left: 30px"
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -1539,21 +1539,22 @@
      });
      this.tempDetpRelevanceslist = [];
      this.tempbelongWards = [];
      depthospgetsonlist(this.queryParamsdept).then((res) => {
        if (res.code == 200) {
          let arr = res.rows;
          arr.forEach((item) => {
            if (item.deptType == 1) {
              this.deptlist.push(item);
              this.tempDetpRelevanceslist.push(item.deptCode);
            } else if (item.deptType == 2) {
              this.hosplist.push(item);
              this.tempbelongWards.push(item.deptCode);
            }
          });
        }
      });
      if (this.queryParamsdept.tempid) {
        depthospgetsonlist(this.queryParamsdept).then((res) => {
          if (res.code == 200) {
            let arr = res.rows;
            arr.forEach((item) => {
              if (item.deptType == 1) {
                this.deptlist.push(item);
                this.tempDetpRelevanceslist.push(item.deptCode);
              } else if (item.deptType == 2) {
                this.hosplist.push(item);
                this.tempbelongWards.push(item.deptCode);
              }
            });
          }
        });
      }
    },
    // 获取科室树
    getDeptTree() {
src/views/login.vue
@@ -37,7 +37,7 @@
        </el-input>
      </el-form-item>
      <!-- 丽===================水 -->
      <el-form-item prop="guid">
      <!-- <el-form-item prop="guid">
        <el-select style="width: 100%;" v-model="loginForm.guid"  placeholder="请选择院区">
          <el-option
            v-for="item in options"
@@ -48,7 +48,7 @@
          </el-option>
          <i slot="prefix" class="el-icon-mobile"></i>
        </el-select>
      </el-form-item>
      </el-form-item> -->
      <!-- <el-form-item prop="code" v-if="captchaEnabled">
        <el-input
          v-model="loginForm.code"
@@ -126,7 +126,7 @@
        password: [
          { required: true, trigger: "blur", message: "请输入您的密码" },
        ],
        guid: [{ required: true, trigger: "blur", message: "请选择院区" }],
        // guid: [{ required: true, trigger: "blur", message: "请选择院区" }],
      },
      loading: false,
      // 验证码开关
src/views/patient/patient/index.vue
@@ -348,14 +348,14 @@
                      ><i class="el-icon-menu"></i>服务</span
                    ></el-button
                  > -->
                  <el-button
                  <!-- <el-button
                    size="medium"
                    type="text"
                    @click="RiskMarker(scope.row)"
                    ><span class="button-textxg"
                      ><i class="el-icon-menu"></i>风险标记</span
                    ></el-button
                  >
                  > -->
                </template>
              </el-table-column>
            </el-table>
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -75,6 +75,7 @@
                      v-for="(item, index) in checkboxlist"
                      :key="index"
                      :label="item.value"
                      :disabled="!item.disabled"
                    >
                      {{ item.label }}</el-checkbox
                    >
@@ -1163,6 +1164,12 @@
        sendType: [
          { required: true, message: "发送设置不能为空", trigger: "blur" },
        ],
        deptcode: [
          { required: true, message: "适用科室不能为空", trigger: "blur" },
        ],
        leavehospitaldistrictcode: [
          { required: true, message: "适用病区不能为空", trigger: "blur" },
        ],
      },
      // 科室院区查询入参
      queryParamsdept: {
@@ -1249,6 +1256,11 @@
            label: "纸质",
          },
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
            label: "微信公众号",
          },
@@ -1263,6 +1275,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1295,6 +1308,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1305,7 +1319,7 @@
            label: "微信小程序",
          },
        ];
      } else if (this.form.serviceType == 2 || this.form.serviceType == 3) {
      } else if (this.form.serviceType == 2 || this.form.serviceType == 3|| this.form.serviceType == 5|| this.form.serviceType == 4) {
        this.checkboxlist = [
          {
            value: "1",
@@ -1318,6 +1332,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1436,7 +1451,9 @@
            this.objyl.isoperation = 1;
          }
          this.objyl.taskid = data.taskId;
          this.objyl.sendDay='5',
          if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
      }
          TaskQuestioncomit(this.objyl).then((response) => {
            this.previewtf = false;
            this.form.libtemplateid = this.objyl.svyid;
@@ -1918,7 +1935,9 @@
      this.objyl.isoperation = 1;
      console.log(this.objyl.id);
      this.objyl.sendDay='5';
      if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
      }
      if (this.objyl.id) {
        deleteTaskQuestioncomit(this.objyl.id).then((res) => {
src/views/patient/propaganda/particty.vue
@@ -78,6 +78,7 @@
                      v-for="(item, index) in checkboxlist"
                      :key="index"
                      :label="item.value"
                      :disabled="!item.disabled"
                      @change="checkboxChange($event, item.value)"
                    >
                      {{ item.label }}</el-checkbox
@@ -1196,6 +1197,12 @@
        sendType: [
          { required: true, message: "发送设置不能为空", trigger: "blur" },
        ],
        deptcode: [
          { required: true, message: "适用科室不能为空", trigger: "blur" },
        ],
        leavehospitaldistrictcode: [
          { required: true, message: "适用病区不能为空", trigger: "blur" },
        ],
      },
      // 科室院区查询入参
      queryParamsdept: {
@@ -1315,6 +1322,11 @@
            label: "纸质",
          },
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
            label: "微信公众号",
          },
@@ -1328,6 +1340,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1360,6 +1373,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1383,6 +1397,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1500,7 +1515,9 @@
          this.objyl = res.data;
          this.objyl.isoperation = 2;
          this.objyl.taskid = data.taskId;
          this.objyl.sendDay='5',
          if (!this.objyl.sendDa) {
            this.objyl.sendDay='5';
          }
          console.log(this.objyl.sendDay,'this.objyl.sendDay');
          Taskparticty(this.objyl).then((response) => {
@@ -1980,7 +1997,9 @@
      if (this.form.id) {
        this.objyl.taskid = this.form.id;
      }
      this.objyl.sendDay='5';
      if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
      }
      if (this.form.templateid) {
        deleteTaskparticty(this.form.templateid).then((res) => {
          if (res.code == 200) {
src/views/repositoryai/templateku/configurat/index.vue
@@ -1467,6 +1467,7 @@
  illnesslistget,
  getillness,
  getgenerallist,
  depthospgetsondel
} from "@/api/AiCentre/index";
import OptionalForm from "@/components/OptionalForm"; //正则组件
import { getToken } from "@/utils/auth";
src/views/repositoryai/templateku/configurat/taskub.vue
@@ -1465,6 +1465,7 @@
  illnesslistget,
  getillness,
  getgenerallist,
  depthospgetsondel
} from "@/api/AiCentre/index";
import OptionalForm from "@/components/OptionalForm"; //正则组件
import { getToken } from "@/utils/auth";