WXL
2024-12-31 b1d81d016019a2c59e445dd6752c9134e184c8c4
src/views/patient/propaganda/particty.vue
@@ -398,25 +398,8 @@
                    </el-col>
                    <el-col :span="1.5">
                      <div v-if="form.longTask">
                        <el-tooltip
                          class="item"
                          effect="dark"
                          content="长期任务不支持手动添加患者!"
                          placement="top-start"
                        >
                          <el-button
                            type="primary"
                            plain
                            disabled
                            icon="el-icon-plus"
                            size="medium"
                            @click="handleQuery"
                            >新增</el-button
                          >
                        </el-tooltip>
                      </div>
                      <div v-else>
                        <el-button
                          type="primary"
                          plain
@@ -426,7 +409,7 @@
                          @click="handleQuery"
                          >新增</el-button
                        >
                      </div>
                    </el-col>
                    <!-- <el-col :span="1.5">
@@ -1194,7 +1177,6 @@
      ],
      // 科室/病区
      belongWards: [],
      belongWards: [],
      deptlist: [],
      hosplist: [],
      tempDetpRelevanceslist: [], //科室数据
@@ -1220,6 +1202,7 @@
        tempid: "",
        type: 2,
      },
      belongDepts:[],
      quote: false,
      serviceType: null,
    };
@@ -1517,6 +1500,9 @@
          this.objyl = res.data;
          this.objyl.isoperation = 2;
          this.objyl.taskid = data.taskId;
          this.objyl.sendDay='5',
          console.log(this.objyl.sendDay,'this.objyl.sendDay');
          Taskparticty(this.objyl).then((response) => {
            this.previewtf = false;
            this.form.libtemplateid = this.objyl.id;
@@ -1541,7 +1527,7 @@
          if (res.code == 200) {
            this.objyl = res.data;
            if (this.form.longTask) {
              this.objyl.longTemp = 5;
              this.objyl.sendDay = 5;
            }
            this.queryParamsdept.type = 2;
            this.queryParamsdept.tempid = row.id;
@@ -1994,6 +1980,7 @@
      if (this.form.id) {
        this.objyl.taskid = this.form.id;
      }
      this.objyl.sendDay='5';
      if (this.form.templateid) {
        deleteTaskparticty(this.form.templateid).then((res) => {
          if (res.code == 200) {