Explorar el Código

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

csx hace 3 años
padre
commit
8fe9e41d2f

+ 0 - 2
src/xt_pages/qcd/basicInformationAnalysis.vue Ver fichero

@@ -52,7 +52,6 @@
52 52
           align="right"
53 53
           format="yyyy-MM-dd"
54 54
           value-format="yyyy-MM-dd"
55
-          :picker-options="pickerOptions"
56 55
         ></el-date-picker>
57 56
         <span class>-</span>
58 57
         <el-date-picker
@@ -66,7 +65,6 @@
66 65
           align="right"
67 66
           format="yyyy-MM-dd"
68 67
           value-format="yyyy-MM-dd"
69
-          :picker-options="pickerOptions"
70 68
         ></el-date-picker>
71 69
       </div>
72 70
 

+ 3 - 5
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue Ver fichero

@@ -46,7 +46,6 @@
46 46
             :editable="false"
47 47
             style="width: 150px;"
48 48
             type="date"
49
-            :picker-options="pickerOptions"
50 49
             placeholder="选择日期时间"
51 50
             align="right"
52 51
             format="yyyy-MM-dd"
@@ -58,7 +57,6 @@
58 57
             prefix-icon="el-icon-date"
59 58
             @change="changeEndTime"
60 59
             :editable="false"
61
-            :picker-options="pickerOptions"
62 60
             style="width: 150px;"
63 61
             type="date"
64 62
             placeholder="选择日期时间"
@@ -70,13 +68,13 @@
70 68
         <el-container>
71 69
           <div style="width:160px">
72 70
             <div class="tableTitle">患者列表</div>
73
-            
71
+
74 72
 
75 73
             <el-table :data="patientsData" ref="table" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
76 74
                       :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
77 75
                       highlight-current-row
78 76
                       @current-change="handleChange">
79
-              <el-table-column prop="dialysis_no" label="透析号" width="70" align="center"> 
77
+              <el-table-column prop="dialysis_no" label="透析号" width="70" align="center">
80 78
                 <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
81 79
               </el-table-column>
82 80
               <el-table-column prop="name" label="姓名" width="90" align="center">
@@ -296,7 +294,7 @@
296 294
                       { offset: 1, color: colorList[index][1] }
297 295
                     ])
298 296
                   },
299
-                  lineStyle:{ 
297
+                  lineStyle:{
300 298
                     color:'#409eff' //改变折线颜色
301 299
                   },
302 300
                   barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails.vue Ver fichero

@@ -48,7 +48,6 @@
48 48
                 :editable="false"
49 49
                 style="width: 150px;"
50 50
                 type="date"
51
-                :picker-options="pickerOptions"
52 51
                 placeholder="选择日期时间"
53 52
                 align="right"
54 53
                 format="yyyy-MM-dd"
@@ -60,7 +59,6 @@
60 59
                 prefix-icon="el-icon-date"
61 60
                 @change="changeEndTime"
62 61
                 :editable="false"
63
-                :picker-options="pickerOptions"
64 62
                 style="width: 150px;"
65 63
                 type="date"
66 64
                 placeholder="选择日期时间"
@@ -72,7 +70,7 @@
72 70
         <el-container>
73 71
           <div style="width:160px">
74 72
             <div class="tableTitle">患者列表</div>
75
-            
73
+
76 74
 
77 75
             <el-table ref="table" :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
78 76
                       :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
@@ -88,7 +86,7 @@
88 86
 
89 87
           </div>
90 88
           <div class="containerRight" style="flex:1;overflow: hidden">
91
-            
89
+
92 90
             <div class="tableTitle">指标趋势<span style="font-weight:normal">&nbsp;&nbsp;(当前患者: {{patient_name}})</span></div>
93 91
             <div>
94 92
               <line-chart :options="chart"></line-chart>

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue Ver fichero

@@ -46,7 +46,6 @@
46 46
             :editable="false"
47 47
             style="width: 150px;"
48 48
             type="date"
49
-            :picker-options="pickerOptions"
50 49
             placeholder="选择日期时间"
51 50
             align="right"
52 51
             format="yyyy-MM-dd"
@@ -58,7 +57,6 @@
58 57
             prefix-icon="el-icon-date"
59 58
             @change="changeEndTime"
60 59
             :editable="false"
61
-            :picker-options="pickerOptions"
62 60
             style="width: 150px;"
63 61
             type="date"
64 62
             placeholder="选择日期时间"
@@ -70,7 +68,7 @@
70 68
         <el-container>
71 69
           <div style="width:160px">
72 70
             <div class="tableTitle">患者列表</div>
73
-            
71
+
74 72
 
75 73
             <el-table ref="table" :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
76 74
                       :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
@@ -321,7 +319,7 @@
321 319
                       { offset: 1, color: colorList[index][1] }
322 320
                     ])
323 321
                   },
324
-                  lineStyle:{ 
322
+                  lineStyle:{
325 323
                     color:'#409eff' //改变折线颜色
326 324
                   },
327 325
                   barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形

+ 0 - 2
src/xt_pages/qcd/indicatorControlAnalysis/patientInspectionDetail.vue Ver fichero

@@ -57,7 +57,6 @@
57 57
           align="right"
58 58
           format="yyyy-MM-dd"
59 59
           value-format="yyyy-MM-dd"
60
-          :picker-options="pickerOptions"
61 60
         ></el-date-picker>
62 61
         <span v-if="stateType == 5"
63 62
               class>-</span>
@@ -73,7 +72,6 @@
73 72
           align="right"
74 73
           format="yyyy-MM-dd"
75 74
           value-format="yyyy-MM-dd"
76
-          :picker-options="pickerOptions"
77 75
         ></el-date-picker>
78 76
       </div>
79 77
       <el-container>

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/process.vue Ver fichero

@@ -47,7 +47,6 @@
47 47
             :editable="false"
48 48
             style="width: 150px;"
49 49
             type="date"
50
-            :picker-options="pickerOptions"
51 50
             placeholder="选择日期时间"
52 51
             align="right"
53 52
             format="yyyy-MM-dd"
@@ -59,7 +58,6 @@
59 58
             prefix-icon="el-icon-date"
60 59
             @change="changeEndTime"
61 60
             :editable="false"
62
-            :picker-options="pickerOptions"
63 61
             style="width: 150px;"
64 62
             type="date"
65 63
             placeholder="选择日期时间"
@@ -72,7 +70,7 @@
72 70
           <div style="width:160px">
73 71
 
74 72
             <div class="tableTitle">患者列表</div>
75
-            
73
+
76 74
 
77 75
             <el-table ref="table" :data="patientsData" border style="width: 100%;" height="500"
78 76
                       :row-style="{ color: '#303133' }"
@@ -413,7 +411,7 @@
413 411
                       { offset: 1, color: colorList[index][1] }
414 412
                     ])
415 413
                   },
416
-                  lineStyle:{ 
414
+                  lineStyle:{
417 415
                     color:'#409eff' //改变折线颜色
418 416
                   },
419 417
                   barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形

+ 0 - 2
src/xt_pages/qcd/indicatorControlAnalysis/weight.vue Ver fichero

@@ -46,7 +46,6 @@
46 46
             :editable="false"
47 47
             style="width: 150px;"
48 48
             type="date"
49
-            :picker-options="pickerOptions"
50 49
             placeholder="选择日期时间"
51 50
             align="right"
52 51
             format="yyyy-MM-dd"
@@ -58,7 +57,6 @@
58 57
             prefix-icon="el-icon-date"
59 58
             @change="changeEndTime"
60 59
             :editable="false"
61
-            :picker-options="pickerOptions"
62 60
             style="width: 150px;"
63 61
             type="date"
64 62
             placeholder="选择日期时间"

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/weightDetails.vue Ver fichero

@@ -49,7 +49,6 @@
49 49
                 :editable="false"
50 50
                 style="width: 150px;"
51 51
                 type="date"
52
-                :picker-options="pickerOptions"
53 52
                 placeholder="选择日期时间"
54 53
                 align="right"
55 54
                 format="yyyy-MM-dd"
@@ -61,7 +60,6 @@
61 60
                 prefix-icon="el-icon-date"
62 61
                 @change="changeEndTime"
63 62
                 :editable="false"
64
-                :picker-options="pickerOptions"
65 63
                 style="width: 150px;"
66 64
                 type="date"
67 65
                 placeholder="选择日期时间"
@@ -73,7 +71,7 @@
73 71
         <el-container>
74 72
           <div style="width:160px">
75 73
             <div class="tableTitle">患者列表</div>
76
-            
74
+
77 75
             <el-table ref="table" :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
78 76
                       :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
79 77
                       highlight-current-row
@@ -89,7 +87,7 @@
89 87
 
90 88
           </div>
91 89
           <div class="containerRight" style="flex:1;overflow: hidden">
92
-            
90
+
93 91
             <div class="tableTitle">指标趋势</div>
94 92
             <div>
95 93
               <line-chart :options="chart"></line-chart>

+ 0 - 2
src/xt_pages/qcd/officesControlAnalysis/time.vue Ver fichero

@@ -40,7 +40,6 @@
40 40
               align="right"
41 41
               format="yyyy-MM-dd"
42 42
               value-format="yyyy-MM-dd"
43
-              :picker-options="pickerOptions"
44 43
           ></el-date-picker>
45 44
           <span class>-</span>
46 45
           <el-date-picker
@@ -54,7 +53,6 @@
54 53
               align="right"
55 54
               format="yyyy-MM-dd"
56 55
               value-format="yyyy-MM-dd"
57
-              :picker-options="pickerOptions"
58 56
           ></el-date-picker>
59 57
         </div>
60 58
       </div>

+ 0 - 2
src/xt_pages/qcd/patientComplianceDetails.vue Ver fichero

@@ -74,7 +74,6 @@
74 74
                 align="right"
75 75
                 format="yyyy-MM-dd"
76 76
                 value-format="yyyy-MM-dd"
77
-                :picker-options="pickerOptions"
78 77
               ></el-date-picker>
79 78
               <span class>-</span>
80 79
               <el-date-picker
@@ -88,7 +87,6 @@
88 87
                 align="right"
89 88
                 format="yyyy-MM-dd"
90 89
                 value-format="yyyy-MM-dd"
91
-                :picker-options="pickerOptions"
92 90
               ></el-date-picker>
93 91
             </div>
94 92
             <div class="tableTitle">指标监控</div>

+ 0 - 2
src/xt_pages/qcd/patientControlAnalysis.vue Ver fichero

@@ -47,7 +47,6 @@
47 47
               align="right"
48 48
               format="yyyy-MM-dd"
49 49
               value-format="yyyy-MM-dd"
50
-              :picker-options="pickerOptions"
51 50
           ></el-date-picker>
52 51
           <span class>-</span>
53 52
           <el-date-picker
@@ -61,7 +60,6 @@
61 60
               align="right"
62 61
               format="yyyy-MM-dd"
63 62
               value-format="yyyy-MM-dd"
64
-              :picker-options="pickerOptions"
65 63
           ></el-date-picker>
66 64
         </div>
67 65
         <div class="cell clearfix">

+ 4 - 6
src/xt_pages/qcd/processIndicators.1.vue Ver fichero

@@ -13,7 +13,6 @@
13 13
         type="date"
14 14
         placeholder="选择日期时间"
15 15
         align="right"
16
-        :picker-options="pickerOptions"
17 16
         format="yyyy-MM-dd"
18 17
         value-format="yyyy-MM-dd"
19 18
       ></el-date-picker>
@@ -27,7 +26,6 @@
27 26
         type="date"
28 27
         placeholder="选择日期时间"
29 28
         align="right"
30
-        :picker-options="pickerOptions"
31 29
         format="yyyy-MM-dd"
32 30
         value-format="yyyy-MM-dd"
33 31
       ></el-date-picker>
@@ -204,7 +202,7 @@ export default {
204 202
           this.$message.error(response.data.msg);
205 203
           return false;
206 204
         } else {
207
-          
205
+
208 206
           this.tableData = [];
209 207
           this.tableRowData = []
210 208
 
@@ -212,7 +210,7 @@ export default {
212 210
           var references = response.data.data.references;
213 211
           for (const index in references) {
214 212
             if (references[index].project_id in this.projectOptions) {
215
-              continue;  
213
+              continue;
216 214
             }
217 215
             this.$set(this.projectOptions, references[index].project_id, references[index]);
218 216
           }
@@ -220,7 +218,7 @@ export default {
220 218
           var patients = response.data.data.patients;
221 219
           for (const index in patients) {
222 220
             if (patients[index].id in this.patientMap) {
223
-              continue;  
221
+              continue;
224 222
             }
225 223
             this.$set(this.patientMap, patients[index].id, patients[index]);
226 224
           }
@@ -374,4 +372,4 @@ export default {
374 372
     }
375 373
   }
376 374
 }
377
-</style>
375
+</style>

+ 0 - 1
src/xt_pages/qcd/treatmentControlAnalysis/components/CheckPersonal.vue Ver fichero

@@ -49,7 +49,6 @@
49 49
         align="right"
50 50
         format="yyyy-MM-dd"
51 51
         value-format="yyyy-MM-dd"
52
-        :picker-options="pickerOptions"
53 52
       ></el-date-picker>
54 53
     </div>
55 54
     <el-container>

+ 0 - 2
src/xt_pages/qcd/workAnalysis/doctor.vue Ver fichero

@@ -42,7 +42,6 @@
42 42
             :editable="false"
43 43
             style="width: 150px;"
44 44
             type="date"
45
-            :picker-options="pickerOptions"
46 45
             placeholder="选择日期时间"
47 46
             align="right"
48 47
             format="yyyy-MM-dd"
@@ -54,7 +53,6 @@
54 53
             prefix-icon="el-icon-date"
55 54
             @change="changeEndTime"
56 55
             :editable="false"
57
-            :picker-options="pickerOptions"
58 56
             style="width: 150px;"
59 57
             type="date"
60 58
             placeholder="选择日期时间"

+ 0 - 2
src/xt_pages/qcd/workAnalysis/nurse.vue Ver fichero

@@ -42,7 +42,6 @@
42 42
             :editable="false"
43 43
             style="width: 150px;"
44 44
             type="date"
45
-            :picker-options="pickerOptions"
46 45
             placeholder="选择日期时间"
47 46
             align="right"
48 47
             format="yyyy-MM-dd"
@@ -54,7 +53,6 @@
54 53
             prefix-icon="el-icon-date"
55 54
             @change="changeEndTime"
56 55
             :editable="false"
57
-            :picker-options="pickerOptions"
58 56
             style="width: 150px;"
59 57
             type="date"
60 58
             placeholder="选择日期时间"