WXL
2024-04-12 a46348ad86f5df632c58bed5866a70f798b75d5e
测试完成
已修改5个文件
已重命名1个文件
已复制1个文件
112 ■■■■ 文件已修改
src/api/AiCentre/SingleTask.js 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/monitor/job.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue 37 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/LinkMission/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/LinkQuestionnaire/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 48 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/SingleTask.js
@@ -19,7 +19,7 @@
    // æŸ¥è¯¢å®£æ•™ä»»åŠ¡è¯¦æƒ…åˆ—è¡¨
    export function gethetaskinfo(Id) {
    return request({
      url: "/smartor/hetask/getInfo" + Id,
      url: "/smartor/hetask/getInfo/" + Id,
      method: "get",
    });
  }
@@ -55,7 +55,7 @@
      data: data,
    });
  }
    // æ–°å¢žæˆ–修改删除单一任务
    // å•一任务列表
    export function getTasklist(data) {
      return request({
        url: "/smartor/taskcall/list",
@@ -63,3 +63,11 @@
        data: data,
      });
    }
    // å•一任务详情
    export function getTaskInfo(data) {
      return request({
        url: "/smartor/taskcall/queryTaskByCondition",
        method: "post",
        data: data,
      });
    }
src/api/monitor/job.js
@@ -50,7 +50,7 @@
    status
  }
  return request({
    url: '/monitor/job/changeStatus/edit',
    url: '/monitor/job/changeStatus',
    method: 'post',
    data: data
  })
@@ -64,7 +64,7 @@
    jobGroup
  }
  return request({
    url: '/monitor/job/run/edit',
    url: '/monitor/job/run',
    method: 'post',
    data: data
  })
src/views/followvisit/tasklist/index.vue
@@ -173,7 +173,7 @@
          prop="nickName"
        />
        <el-table-column
        <!-- <el-table-column
          label="审核人"
          align="center"
          key="create_by"
@@ -191,7 +191,7 @@
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.create_time) }}</span>
          </template>
        </el-table-column>
        </el-table-column> -->
        <el-table-column
          label="创建人"
          align="center"
@@ -251,25 +251,12 @@
              size="medium"
              type="text"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['system:user:edit']"
              ><span class="button-xq"
                ><i class="el-icon-s-data"></i>详情</span
              ></el-button
            >
            <!-- <el-button
              size="medium"
              type="text"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['system:user:edit']"
              ><span class="button-bb"
                ><i class="el-icon-s-order"></i>报表</span
              ></el-button
            > -->
            <el-button
              size="medium"
              type="text"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['system:user:edit']"
            <el-button size="medium" type="text" @click="deletefn(scope.row)"
              ><span class="button-sc"
                ><i class="el-icon-delete"></i>删除</span
              ></el-button
@@ -352,7 +339,7 @@
  resetUserPwd,
  changeUserStatus,
} from "@/api/system/user";
import { getTasklist, getlibrarylist } from "@/api/AiCentre/index";
import { getTasklist, getTaskInfo } from "@/api/AiCentre/index";
import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
@@ -527,7 +514,7 @@
      // æŸ¥è¯¢å‚æ•°
      topqueryParams: {
        pageNum: 1,
        pageSize: 1000,
        pageSize: 10,
        userName: undefined,
        tagid: undefined,
        topic: undefined,
@@ -721,9 +708,6 @@
    },
    /** æ–°å¢žæŒ‰é’®æ“ä½œ */
    handleAdd() {
      // this.$router.push({
      //   path: "/followvisit/tasklist/FollowupDetails/",
      // });
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: this.tasktopic },
@@ -731,16 +715,13 @@
    },
    /** ä¿®æ”¹æŒ‰é’®æ“ä½œ */
    handleUpdate(row) {
      // const userId = row.userId || this.ids;
      // this.$router.push({
      //   path: "/followvisit/tasklist/FollowupDetails/",
      //   query: { id: row.id },
      // });
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 2 },
        query: { type: row.type, id: row.taskid },
      });
    },
    // åˆ é™¤ä»»åŠ¡
    deletefn(){},
    /** é‡ç½®å¯†ç æŒ‰é’®æ“ä½œ */
    handleResetPwd(row) {
      this.$prompt('请输入"' + row.userName + '"的新密码', "提示", {
src/views/patient/LinkMission/index.vue
copy from src/views/patient/review/index.vue copy to src/views/patient/LinkMission/index.vue
Îļþ´Ó src/views/patient/review/index.vue ¸´ÖÆ
@@ -1,5 +1,5 @@
<template>
  <div>复查通知</div>
  <div>宣教链接页</div>
</template>
<script>
src/views/patient/LinkQuestionnaire/index.vue
ÎļþÃû´Ó src/views/patient/review/index.vue ÐÞ¸Ä
@@ -1,5 +1,5 @@
<template>
  <div>复查通知</div>
  <div>问卷链接页</div>
</template>
<script>
src/views/patient/propaganda/particty.vue
@@ -69,6 +69,7 @@
                      >
                      <el-time-picker
                        is-range
                        arrow-control
                        @change="changeTime"
                        v-model="time1"
                        range-separator="至"
@@ -85,6 +86,7 @@
                      >
                      <el-time-picker
                        is-range
                        arrow-control
                        @change="changeTime"
                        v-model="time2"
                        range-separator="至"
@@ -101,6 +103,7 @@
                      >
                      <el-time-picker
                        is-range
                        arrow-control
                        @change="changeTime"
                        v-model="time3"
                        range-separator="至"
@@ -641,7 +644,7 @@
  getlibrarylist,
  getFollowuplist,
  getQtemplatelist,
  edithetask,
  getTaskInfo,
  addhetask,
  gethetaskinfo,
  delhetaskinfo,
@@ -824,8 +827,7 @@
  created() {
    this.id = this.$route.query.id;
    this.form.type = this.$route.query.type;
    this.Addsubtask();
    this.Getsubtask();
    this.Getdetails();
    this.Acquisitiontype();
  },
@@ -952,13 +954,12 @@
      console.log(filteredArray, "存前变量");
      this.form.textParam = this.convertFormat2ToFormat1(filteredArray);
      if (this.form.id) {
        this.form.isoperation = 2;
      } else {
        this.form.isoperation = 1;
      }
      Editsingletask(this.form).then((response) => {
      Editsingletask(this.form).then((res) => {
        if (res.code == 200) {
          if (this.form.id) {
            this.$modal.msgSuccess("新增成功");
@@ -1077,12 +1078,22 @@
    Acknowledgereference() {
      this.quote = true;
    },
    // æ–°å¢žå­ä»»åŠ¡
    Addsubtask() {
      this.topqueryParams.pguid = 2;
      // addsvr_prjtask(this.topqueryParams).then((res) => {
      //   console.log(res);
      // });
    // èŽ·å–è¯¦æƒ…
    Getdetails() {
      if (this.id) {
        getTaskInfo({ taskid: this.id }).then((res) => {
          const filteredArray = "";
          if (res.code == 200) {
            this.form = res.data;
            this.checkList = this.form.serviceform.split(",");
            filteredArray = this.convertFormat1ToFormat2(this.form.textParam);
            this.variableList = this.transitionList.concat(filteredArray);
          } else {
            this.$modal.msgError(res.code);
          }
          console.log(res);
        });
      }
    },
    // æ–°å¢žæ´¾é€æ‚£è€…
    AddDispatchpatients() {
@@ -1093,16 +1104,6 @@
      this.dialogVisiblepatient = false;
    },
    // æŸ¥è¯¢å­ä»»åŠ¡åˆ—è¡¨
    Getsubtask() {
      this.topqueryParams.pguid = 2;
      console.log(this.topqueryParams, "aa");
      messagelistpatient(this.topqueryParams).then((res) => {
        this.userList = res.rows;
        this.total = res.total;
        console.log(this.userList, "ss");
      });
    },
    // å˜é‡---------------
    variableEdit(index, row) {
      console.log(index, row);
@@ -1168,6 +1169,11 @@
        }
      }
      this.form.sendTimeslot = combinedData;
      // å±•示数据临时存储日期、早、中、晚
      this.form.sendlimitabegin = this.daytime.join(",");
      this.form.sendlimitaend = this.time1.join(",");
      this.form.sendlimitnbegin = this.time2.join(",");
      this.form.sendlimitnend = this.time3.join(",");
      console.log(combinedData, "combinedData");
    },
  },
src/views/repositoryai/templateku/configurat/index.vue
@@ -1197,7 +1197,7 @@
      this.getaddtopiclist();
    },
    getaddtopiclist() {
      console.log(11);
      console.log(12);
      this.drawer = true;
      getverbaltricklist(this.queryParams).then((res) => {
        this.loading = false;
@@ -1236,11 +1236,12 @@
        this.topicobj = row;
      } else {
        getverbaltrick({ id: row.id }).then((res) => {
          if (res.code == 200) {
          if (res.data) {
            this.topicobj = res.data;
            console.log(res.data, "topicobj");
          } else {
            console.log("没找到");
            this.topicobj = row;
            console.log("没找到选项,请查看问题库是否正确配置");
          }
        });
      }