Procházet zdrojové kódy

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

csx před 3 roky
rodič
revize
cfd5673f50

+ 21 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Zobrazit soubor

@@ -5,6 +5,24 @@
5 5
         </div>
6 6
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
7 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 26
                 <div class="mainCell" style="justify-content: space-between;">
9 27
                     <p style="font-size:14px;">未就诊:<span>{{cal_one}}</span>人</p>
10 28
                     <p style="font-size:14px;">已就诊:<span>{{cal_two}}</span>人</p>
@@ -398,6 +416,9 @@
398 416
       }
399 417
     },
400 418
     methods: {
419
+      changeTimeTwo() {
420
+        this.getList()
421
+      },
401 422
       openPrint() {
402 423
         // this.centerDialogVisible = true
403 424
         this.getPrescriptionList(this.patientInfo.id)