소스 검색

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

csx 3 년 전
부모
커밋
8fe9e41d2f

+ 0 - 2
src/xt_pages/qcd/basicInformationAnalysis.vue 파일 보기

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

+ 3 - 5
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue 파일 보기

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

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails.vue 파일 보기

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

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/indicatorControlAnalysis/patientInspectionDetail.vue 파일 보기

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

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/process.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/indicatorControlAnalysis/weight.vue 파일 보기

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

+ 2 - 4
src/xt_pages/qcd/indicatorControlAnalysis/weightDetails.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/officesControlAnalysis/time.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/patientComplianceDetails.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/patientControlAnalysis.vue 파일 보기

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

+ 4 - 6
src/xt_pages/qcd/processIndicators.1.vue 파일 보기

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

+ 0 - 1
src/xt_pages/qcd/treatmentControlAnalysis/components/CheckPersonal.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/workAnalysis/doctor.vue 파일 보기

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

+ 0 - 2
src/xt_pages/qcd/workAnalysis/nurse.vue 파일 보기

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