| | |
| | | :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 |
| | |
| | | import { getSfStatisticsHyperlink } from "@/api/AiCentre/index"; |
| | | |
| | | export default { |
| | | name: "FollowUpStatistics", |
| | | name: "Percentage", |
| | | components: { |
| | | FirstFollowUp, |
| | | SecondFollowUp, |
| | |
| | | queryParams: { |
| | | serviceType: [2], |
| | | dateRange: this.getLastMonthRange(), |
| | | dateRangecy: [], |
| | | statisticaltype: 1, |
| | | leavehospitaldistrictcodes: ["all"], |
| | | deptcodes: [], |
| | |
| | | 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) { |