WXL (wul)
6 天以前 d90b45d7e9e38e34c044b772006004f2a4cb8b8e
src/views/sfstatistics/percentage/index.vue
@@ -83,6 +83,19 @@
            :picker-options="pickerOptions"
          />
        </el-form-item>
        <el-form-item label-width="200" label="出院时间范围" prop="userName">
          <el-date-picker
            v-model="queryParams.dateRangecy"
            value-format="yyyy-MM-dd HH:mm:ss"
            type="daterange"
            unlink-panels
            range-separator="至"
            start-placeholder="开始日期"
            end-placeholder="结束日期"
            :default-time="['00:00:00', '23:59:59']"
            :picker-options="pickerOptions"
          />
        </el-form-item>
        <el-form-item>
          <el-button
@@ -204,7 +217,7 @@
import { getSfStatisticsHyperlink } from "@/api/AiCentre/index";
export default {
  name: "FollowUpStatistics",
  name: "Percentage",
  components: {
    FirstFollowUp,
    SecondFollowUp,
@@ -225,6 +238,7 @@
      queryParams: {
        serviceType: [2],
        dateRange: this.getLastMonthRange(),
        dateRangecy: [],
        statisticaltype: 1,
        leavehospitaldistrictcodes: ["all"],
        deptcodes: [],
@@ -361,7 +375,12 @@
        this.queryParams.dateRange[0]
      );
      this.queryParams.endTime = this.parseTime(this.queryParams.dateRange[1]);
      this.queryParams.hospitalStartTime = this.parseTime(
        this.queryParams.dateRangecy[0]
      );
      this.queryParams.hospitalEndTime = this.parseTime(
        this.queryParams.dateRangecy[1]
      );
      if (this.queryParams.statisticaltype == 1) {
        this.queryParams.deptcodes = [];
      } else if (this.queryParams.statisticaltype == 2) {