Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
cfd5673f50
1 changed files with 21 additions and 0 deletions
  1. 21 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 21 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

5
         </div>
5
         </div>
6
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
6
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
7
             <div class="mainLeft">
7
             <div class="mainLeft">
8
+
9
+
10
+                <el-date-picker
11
+                        v-model="record_date"
12
+                        prefix-icon="el-icon-date"
13
+                        @change="changeTimeTwo"
14
+                        :editable="false"
15
+                        style="width: 100%;"
16
+                        type="date"
17
+                        :picker-options="pickerOptions"
18
+                        placeholder="选择开始时间"
19
+                        align="right"
20
+                        format="yyyy-MM-dd"
21
+                        value-format="yyyy-MM-dd">
22
+                </el-date-picker>
23
+
24
+
25
+
8
                 <div class="mainCell" style="justify-content: space-between;">
26
                 <div class="mainCell" style="justify-content: space-between;">
9
                     <p style="font-size:14px;">未就诊:<span>{{cal_one}}</span>人</p>
27
                     <p style="font-size:14px;">未就诊:<span>{{cal_one}}</span>人</p>
10
                     <p style="font-size:14px;">已就诊:<span>{{cal_two}}</span>人</p>
28
                     <p style="font-size:14px;">已就诊:<span>{{cal_two}}</span>人</p>
398
       }
416
       }
399
     },
417
     },
400
     methods: {
418
     methods: {
419
+      changeTimeTwo() {
420
+        this.getList()
421
+      },
401
       openPrint() {
422
       openPrint() {
402
         // this.centerDialogVisible = true
423
         // this.centerDialogVisible = true
403
         this.getPrescriptionList(this.patientInfo.id)
424
         this.getPrescriptionList(this.patientInfo.id)