WXL (wul)
2 天以前 0bda1b9d250dad7fe556b744bf8d74d61c18dfa8
src/views/followvisit/record/detailpage/index.vue
@@ -1173,8 +1173,12 @@
          value: "5",
        },
        {
          label: "其他情况不宜随访",
          label: "不宜随访被过滤",
          value: "6",
        },
        {
          label: "其他",
          value: "7",
        },
      ],
      tableDatatop: [], //题目表
@@ -1762,12 +1766,12 @@
        return;
      }
      this.currentPhoneNumber = phone;
      // 呼叫判断
      // 是否景宁呼叫
      if (this.orgname == "景宁畲族自治县人民医院") {
        this.CaldialogVisible = true;
        return;
      }
// 下方是中医院呼叫
      this.callType = type;
      this.callStatus = "calling";
@@ -2058,7 +2062,7 @@
        visitCount: 2,
        leaveldeptcodes: [this.form.deptcode],
      }).then((res) => {
        if (res.rows[0].serviceSubtaskList) {
        if (res.rows[0].serviceSubtaskList.length) {
          if (
            res.rows[0].serviceSubtaskList[0].sendstate != 5 &&
            res.rows[0].serviceSubtaskList[0].sendstate != 6