WXL
4 天以前 f37b47903b2df3fb44f06f09ac15364fc1372819
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -768,17 +768,7 @@
              <el-form-item label="问卷名称">
                <el-input v-model="topqueryParams.svyname"></el-input>
              </el-form-item>
              <!-- <el-form-item label="适用形式" prop="status">
                <el-select v-model="topqueryParams.topica" placeholder="请选择">
                  <el-option
                    v-for="item in taskoptions"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </el-select>
              </el-form-item> -->
              <el-form-item>
                <el-button
                  type="primary"
@@ -1498,9 +1488,7 @@
        this.allpids.push(item.patid);
      });
      if (
        (this.patientqueryParams.allhosp == 1 &&
          !this.patientqueryParams.zsallhosp) ||
        this.patientqueryParams.zsallhosp == 1
        this.patientqueryParams.allhosp == 1
      ) {
        this.tableLabelhz = [
          // { label: "入院日期", width: "170", prop: "starttime" },
@@ -1516,8 +1504,7 @@
          { label: "病区", width: "150", prop: "leavehospitaldistrictname" },
        ];
      } else if (
        this.patientqueryParams.allhosp == 4 ||
        this.patientqueryParams.zsallhosp == 4
        this.patientqueryParams.allhosp == 4
      ) {
        this.tableLabelhz = [
          { label: "入院日期", width: "150", prop: "starttime" },
@@ -1540,45 +1527,18 @@
      // 科室还是病区
      if (this.patientqueryParams.searchscope == 1) {
        this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.patientqueryParams.leavehospitaldistrictcodes = [];
      } else if (this.patientqueryParams.searchscope == 2) {
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.belongWards.map((obj) => obj.districtCode);
        this.patientqueryParams.leaveldeptcodes = [];
      } else {
        this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      // 出院还是入院
      if (
        (this.patientqueryParams.allhosp == 1 &&
          !this.patientqueryParams.zsallhosp) ||
        this.patientqueryParams.zsallhosp == 1
      ) {
        this.patientqueryParams.cry = 1;
      if (this.patientqueryParams.allhosp == 1) {
        this.patientqueryParams.hospitaldistrictcodes = [];
        this.patientqueryParams.deptcodes = [];
        this.patientqueryParams.zsallhosp = "1";
      } else if (
        this.patientqueryParams.allhosp == 4 ||
        this.patientqueryParams.zsallhosp == 4
      ) {
      } else if (this.patientqueryParams.allhosp == 4) {
        this.patientqueryParams.deptcodes =
          this.patientqueryParams.leaveldeptcodes;
        this.patientqueryParams.hospitaldistrictcodes =
          this.patientqueryParams.leavehospitaldistrictcodes;
        this.patientqueryParams.leavehospitaldistrictcodes = [];
        this.patientqueryParams.leaveldeptcodes = [];
        this.patientqueryParams.cry = 0;
        this.patientqueryParams.allhosp = "1";
        this.patientqueryParams.zsallhosp = "4";
      }
      getTaskpatientQC(this.patientqueryParams).then((response) => {
@@ -1665,25 +1625,27 @@
    getList() {},
    handleQuery() {
      // 获取外部患者
      console.log(this.patientqueryParams.allhosp, "aaalll");
      if (this.patientqueryParams.allhosp == 6) {
        this.Externallist();
        console.log();
        return;
      }
      if (this.patientqueryParams.topica == 0) {
      if (this.patientqueryParams.searchscope == 1) {
        this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.patientqueryParams.leavehospitaldistrictcodes = [];
      } else if (this.patientqueryParams.searchscope == 2) {
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
      } else if (this.patientqueryParams.topica == 1) {
        this.patientqueryParams.leavehospitaldistrictcodes = null;
        this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes;
      } else if (this.patientqueryParams.topica == 2) {
          store.getters.belongWards.map((obj) => obj.districtCode);
        this.patientqueryParams.leaveldeptcodes = [];
      } else {
        this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.patientqueryParams.leavehospitaldistrictcodes =
          store.getters.leavehospitaldistrictcodes;
        this.patientqueryParams.leaveldeptcodes = null;
          store.getters.belongWards.map((obj) => obj.districtCode);
      }
      if (
@@ -1696,7 +1658,6 @@
        !this.patientqueryParams.leaveldeptcodes[0]
      )
        this.patientqueryParams.leaveldeptcodes = null;
      console.log(this.patientqueryParams.allhosp, "bbblll");
      this.handleAddpatient();
    },
    // 获取外部患者导入列表