WXL
2025-01-15 1cb1fbf80c955986385377b5f84e8915d1e655d6
src/views/patient/propaganda/particty.vue
@@ -78,7 +78,6 @@
                      v-for="(item, index) in checkboxlist"
                      :key="index"
                      :label="item.value"
                      :disabled="!item.disabled"
                      @change="checkboxChange($event, item.value)"
                    >
                      {{ item.label }}</el-checkbox
@@ -399,18 +398,15 @@
                    </el-col>
                    <el-col :span="1.5">
                        <el-button
                          type="primary"
                          plain
                          icon="el-icon-plus"
                          size="medium"
                          :disabled="!patientqueryParams.allhosp"
                          @click="handleQuery"
                          >新增</el-button
                        >
                      <el-button
                        type="primary"
                        plain
                        icon="el-icon-plus"
                        size="medium"
                        :disabled="!patientqueryParams.allhosp"
                        @click="handleQuery"
                        >新增</el-button
                      >
                    </el-col>
                    <!-- <el-col :span="1.5">
@@ -661,7 +657,7 @@
                    </el-select> </el-form-item
                ></el-col>
              </el-row>
              <el-row>
              <!-- <el-row>
                <el-col :span="20"
                  ><el-form-item label="适用病区" prop="region">
                    <el-select
@@ -670,7 +666,7 @@
                      size="medium"
                      multiple
                      filterable
                      placeholder="请选择科室"
                      placeholder="请选择病区"
                    >
                      <el-option
                        class="ruleFormaa"
@@ -682,7 +678,7 @@
                      </el-option>
                    </el-select> </el-form-item
                ></el-col>
              </el-row>
              </el-row> -->
              <div class="xinz-infs">
                <el-form-item>
@@ -1033,6 +1029,8 @@
        pageNum: 1, //
        pageSize: 10,
        topica: 1, //0全部1科室2病区
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      },
      topicoptions: [{ children: [{ children: [] }] }],
      showSearch: true, //
@@ -1200,16 +1198,16 @@
        deptcode: [
          { required: true, message: "适用科室不能为空", trigger: "blur" },
        ],
        leavehospitaldistrictcode: [
          { required: true, message: "适用病区不能为空", trigger: "blur" },
        ],
        // leavehospitaldistrictcode: [
        //   { required: true, message: "适用病区不能为空", trigger: "blur" },
        // ],
      },
      // 科室院区查询入参
      queryParamsdept: {
        tempid: "",
        type: 2,
      },
      belongDepts:[],
      belongDepts: [],
      quote: false,
      serviceType: null,
    };
@@ -1516,9 +1514,9 @@
          this.objyl.isoperation = 2;
          this.objyl.taskid = data.taskId;
          if (!this.objyl.sendDa) {
            this.objyl.sendDay='5';
            this.objyl.sendDay = "5";
          }
          console.log(this.objyl.sendDay,'this.objyl.sendDay');
          console.log(this.objyl.sendDay, "this.objyl.sendDay");
          Taskparticty(this.objyl).then((response) => {
            this.previewtf = false;
@@ -1759,10 +1757,16 @@
      this.$modal
        .confirm('是否确认删除患者"' + row.name + '"的服务项?')
        .then(() => {
          console.log();
          let indexa = this.overallCase.indexOf(row);
          let indexb = this.form.patTaskRelevances.indexOf(row);
          this.overallCase.splice(indexa, 1);
          this.form.patTaskRelevances[indexb].isoperation = 3;
          if (!this.form.taskid) {
            this.form.patTaskRelevances.splice(indexa, 1);
          } else {
            this.form.patTaskRelevances[indexb].isoperation = 3;
          }
          this.$modal.msgSuccess("删除成功");
        });
    },
@@ -1780,6 +1784,10 @@
          store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leaveldeptcodes = null;
      }
      if (!this.patientqueryParams.leavehospitaldistrictcodes||!this.patientqueryParams.leavehospitaldistrictcodes[0])
        this.patientqueryParams.leavehospitaldistrictcodes = null;
      if (!this.patientqueryParams.leaveldeptcodes||!this.patientqueryParams.leaveldeptcodes[0])
        this.patientqueryParams.leaveldeptcodes = null;
      this.handleAddpatient();
    },
    resetQuery() {},
@@ -1998,7 +2006,7 @@
        this.objyl.taskid = this.form.id;
      }
      if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
        this.objyl.sendDay = "5";
      }
      if (this.form.templateid) {
        deleteTaskparticty(this.form.templateid).then((res) => {