WXL
2 天以前 30e7ca11b36177cdaea2839aa5146c180ce53197
测试完成
已修改4个文件
66 ■■■■■ 文件已修改
src/views/followvisit/tasklist/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/education/compilequer/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/education/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/Missioncreation.vue 49 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue
@@ -688,8 +688,6 @@
    /** 查询任务列表 */
    getList() {
      this.loading = true;
      console.log(this.topqueryParams.type);
      this.topqueryParams.serviceType = Number(this.tasktopic);
      if (
        this.tasktopic == 2 ||
@@ -785,6 +783,8 @@
      this.topqueryParams.pageNum = 1;
      if (this.tasktopic == 4) {
        this.topqueryParams.type = 3;
      }else{
        this.topqueryParams.type = 2;
      }
      // this.topqueryParams.type = '';
      this.getList();
src/views/knowledge/education/compilequer/index.vue
@@ -919,9 +919,6 @@
    beforeEditorUpload(res, file) {
      //显示上传动画
      this.quillUpdateImg = true;
      //  const res1 = await uploadImage()
      // console.log(res1,'=====');
      // this.$emit('before',res, file)
      console.log(res);
      console.log(file);
    },
@@ -1018,6 +1015,8 @@
        });
    },
    Getmissioncontent(url) {
      console.log(111,url);
      axios
        .get(url)
        .then((response) => {
src/views/knowledge/education/index.vue
@@ -144,7 +144,7 @@
                  icon="el-icon-plus"
                  size="medium"
                  @click="handleAdd"
                  v-hasPermi="['system:user:add']"
                  >新增</el-button
                >
              </el-col>
@@ -157,7 +157,7 @@
                  size="medium"
                  :disabled="multiple"
                  @click="handleDelete"
                  v-hasPermi="['system:user:remove']"
                  >删除</el-button
                >
              </el-col>
@@ -326,7 +326,7 @@
                    size="medium"
                    type="text"
                    @click="Vieweducation(scope.row)"
                    v-hasPermi="['system:user:edit']"
                    ><span class="button-textck"
                      ><i class="el-icon-edit"></i>预览</span
                    ></el-button
@@ -335,7 +335,7 @@
                    size="medium"
                    type="text"
                    @click="handleUpdate(scope.row)"
                    v-hasPermi="['system:user:edit']"
                    ><span class="button-textxg"
                      ><i class="el-icon-edit"></i>修改</span
                    ></el-button
src/views/patient/propaganda/Missioncreation.vue
@@ -390,7 +390,6 @@
                        icon="el-icon-upload2"
                        size="medium"
                        @click="handleImport"
                        >导入</el-button
                      >
                    </el-col>
@@ -592,10 +591,12 @@
          <el-table-column prop="serial" label="患者id"> </el-table-column>
          <el-table-column prop="name" label="姓名"> </el-table-column>
          <el-table-column prop="sex" label="性别"> </el-table-column>
          <el-table-column prop="idcardno" width="300" label="证件号码"> </el-table-column>
          <el-table-column prop="idcardno" width="300" label="证件号码">
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="telcode" width="200" label="联系方式"> </el-table-column>
          <el-table-column prop="createTime"  width="200" label="创建日期">
          <el-table-column prop="telcode" width="200" label="联系方式">
          </el-table-column>
          <el-table-column prop="createTime" width="200" label="创建日期">
          </el-table-column>
        </el-table>
        <!-- <pagination
@@ -1094,6 +1095,11 @@
        this.$modal.msgError("未选择模板");
        return;
      }
      if (this.form.deptcode || this.form.leavehospitaldistrictcode) {
      } else {
        this.$modal.msgError("请选择科室或病区");
        return;
      }
      const filteredArray = this.variableList.filter(
        (item) =>
          item.name !== "姓名" && item.name !== "电话" && item.name !== "地址"
@@ -1104,7 +1110,7 @@
        this.form.isoperation = 2;
      } else {
        this.form.isoperation = 1;
        this.form.sendState=1;
        this.form.sendState = 1;
      }
      if (!this.form.type) {
        this.form.type = this.$route.query.type;
@@ -1256,7 +1262,7 @@
    handleExport() {},
    // 选择患者表数据
    handleSelectionChange(selection,type) {
    handleSelectionChange(selection, type) {
      console.log("多选患者");
      this.SelectPatientslist = selection;
      this.multiple = !selection.length;
@@ -1271,8 +1277,8 @@
            item.sfzh = item.idcardno;
          }
          if (type) {
            item.hospType=type
          }else{
            item.hospType = type;
          } else {
            item.hospType = this.patientqueryParams.allhosp;
          }
          this.overallCase.push(item);
@@ -1520,16 +1526,19 @@
    previewFn() {
      this.Tasktemplate.id = null;
      this.Tasktemplate.templateid = this.libId;
      this.Tasktemplate.isoperation = 1;
      TaskQuestioncomit(this.Tasktemplate).then((response) => {
        console.log(response);
        this.previewtf = false;
        this.form.templateid = response.data;
        this.form.libtemplateid = this.libId;
        this.form.templatename = this.libName;
        this.$modal.msgSuccess("选择模板成功");
      });
      this.form.templateid = this.libId;
      this.form.templatename = this.libName;
      this.$modal.msgSuccess("选择模板成功");
      this.previewtf = false;
      // this.Tasktemplate.isoperation = 1;
      // TaskQuestioncomit(this.Tasktemplate).then((response) => {
      //   console.log(response);
      //   this.previewtf = false;
      //   this.form.templateid = response.data;
      //   this.form.libtemplateid = this.libId;
      //   this.form.templatename = this.libName;
      // });
    },
    // 处理服务形式
    formatFn(type) {
@@ -1583,9 +1592,9 @@
        this.$refs.upload.submit();
        this.dractive++;
      } else if (this.dractive == 2) {
        this.handleSelectionChange(this.uploadingData,4);
        this.handleSelectionChange(this.uploadingData, 4);
        this.upload.open = false;
        this.dractive = 1
        this.dractive = 1;
      }
    },