WXL
2025-01-08 c1139d1a4d4de8762ee58cac7c218bcb4d091f7e
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -75,6 +75,7 @@
                      v-for="(item, index) in checkboxlist"
                      :key="index"
                      :label="item.value"
                      :disabled="!item.disabled"
                    >
                      {{ item.label }}</el-checkbox
                    >
@@ -1163,6 +1164,12 @@
        sendType: [
          { required: true, message: "发送设置不能为空", trigger: "blur" },
        ],
        deptcode: [
          { required: true, message: "适用科室不能为空", trigger: "blur" },
        ],
        leavehospitaldistrictcode: [
          { required: true, message: "适用病区不能为空", trigger: "blur" },
        ],
      },
      // 科室院区查询入参
      queryParamsdept: {
@@ -1249,9 +1256,15 @@
            label: "纸质",
          },
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
            label: "微信公众号",
          },
          { label: "微信小程序", value: 6 },
        ];
      } else if (this.form.serviceType == 6) {
        this.checkboxlist = [
@@ -1262,6 +1275,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1294,6 +1308,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1304,7 +1319,7 @@
            label: "微信小程序",
          },
        ];
      } else if (this.form.serviceType == 2 || this.form.serviceType == 3) {
      } else if (this.form.serviceType == 2 || this.form.serviceType == 3|| this.form.serviceType == 5|| this.form.serviceType == 4) {
        this.checkboxlist = [
          {
            value: "1",
@@ -1317,6 +1332,7 @@
          {
            value: "4",
            label: "短信",
            disabled:true,
          },
          {
            value: "5",
@@ -1360,6 +1376,7 @@
          xh: 1,
        },
      ];
      if (this.checkList[0]) {
        this.form.preachform = this.checkList.join(",");
      } else {
@@ -1402,6 +1419,12 @@
      this.form.leavehospitaldistrictcodes = store.getters.belongWards.map(
        (obj) => obj.districtCode
      );
      console.log(this.form.longTask);
      console.log(this.form.preachform);
      if (this.form.longTask && this.form.preachform == 6) {
        this.form.patCycle = 1;
      }
      Editsingletask(this.form).then((res) => {
        if (res.code == 200) {
          if (this.form.taskid) {
@@ -1422,12 +1445,15 @@
      getTaskQuestioncomit(this.form.templateid).then((res) => {
        if (res.code == 200) {
          this.objyl = res.data;
          if (this.objyl.taskid = data.taskId) {
          this.objyl.isoperation = 1;
          }else{
          this.objyl.isoperation = 2;
          if (this.objyl.taskid == data.taskId) {
            this.objyl.isoperation = 2;
          } else {
            this.objyl.isoperation = 1;
          }
          this.objyl.taskid = data.taskId;
          if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
      }
          TaskQuestioncomit(this.objyl).then((response) => {
            this.previewtf = false;
            this.form.libtemplateid = this.objyl.svyid;
@@ -1538,7 +1564,11 @@
      this.overallCase.forEach((item) => {
        this.allpids.push(item.patid);
      });
      if (this.patientqueryParams.allhosp == 1) {
      if (
        this.patientqueryParams.allhosp == 1 ||
        (this.patientqueryParams.allhosp == 1 &&
          this.patientqueryParams.cry == 1)
      ) {
        this.tableLabelhz = [
          // { label: "入院日期", width: "170", prop: "starttime" },
          { label: "出院日期", width: "150", prop: "endtime" },
@@ -1554,7 +1584,7 @@
        ];
      } else if (this.patientqueryParams.allhosp == 4) {
        this.tableLabelhz = [
        { label: "入院日期", width: "150", prop: "starttime" },
          { label: "入院日期", width: "150", prop: "starttime" },
          { label: "患者", width: "", prop: "name" },
          { label: "身份证", width: "200", prop: "idcardno" },
          { label: "性别", width: "", prop: "sex" },
@@ -1576,6 +1606,7 @@
        this.patientqueryParams.cry = 1;
      } else if (this.patientqueryParams.allhosp == 4) {
        this.patientqueryParams.cry = 0;
        this.patientqueryParams.allhosp = "1";
      }
      // 来源判断
@@ -1757,25 +1788,25 @@
            this.$modal.msgError(res.code);
          }
        if (this.newadd) {
          this.neWaddfn();
        }
          if (this.newadd) {
            this.neWaddfn();
          }
        });
      }
    },
    // 依照新增时处理
    neWaddfn(){
      this.id=null;
      this.form.taskName='';
    neWaddfn() {
      this.id = null;
      this.form.taskName = "";
      this.form.taskid = null;
      this.overallCase=[];
      this.form.patTaskRelevances=[];
      this.daytime=[]; //日期
      this.applydaytime=[]; //计算日期
      this.time1=""; //上午时间段
      this.time2=""; //下午时间段
      this.time3=""; //晚上时间段
      this.time4=""; //晚上时间段
      this.overallCase = [];
      this.form.patTaskRelevances = [];
      this.daytime = []; //日期
      this.applydaytime = []; //计算日期
      this.time1 = ""; //上午时间段
      this.time2 = ""; //下午时间段
      this.time3 = ""; //晚上时间段
      this.time4 = ""; //晚上时间段
    },
    // 获取科室列表
    listDept() {
@@ -1904,6 +1935,9 @@
      this.objyl.isoperation = 1;
      console.log(this.objyl.id);
      if (!this.objyl.sendDay) {
        this.objyl.sendDay='5';
      }
      if (this.objyl.id) {
        deleteTaskQuestioncomit(this.objyl.id).then((res) => {