Browse Source

7月17日杨青

杨青 1 year ago
parent
commit
365f7b8904

+ 13 - 1
src/router/modules/weight_sign.js View File

61
       icon: 'Contextowner',
61
       icon: 'Contextowner',
62
       noCache: true
62
       noCache: true
63
     }
63
     }
64
-  }]
64
+  },
65
+   // 测试
66
+  //  {
67
+  //   path: '/ceshi',
68
+  //   component: () => import('@/xt_pages/sign/ceshi'),
69
+  //   name: 'ceshi',
70
+  //   meta: {
71
+  //     title: '排班测试',
72
+  //     icon: 'ceshi',
73
+  //     noCache: true
74
+  //   }
75
+  // },
76
+]
65
 }
77
 }

+ 4 - 1
src/xt_pages/outpatientDoctorStation/template/printFive.vue View File

41
           </div>
41
           </div>
42
           <div class="prescriptionBox" style="border-top: 1px solid #000;border-bottom: 1px solid #000;">
42
           <div class="prescriptionBox" style="border-top: 1px solid #000;border-bottom: 1px solid #000;">
43
               <div class="Rp">Rp:</div>
43
               <div class="Rp">Rp:</div>
44
-              <div class="drugsBox" v-for="(it,index) in item.advices" :key="index">
44
+              <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
45
+                :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
46
+              >
45
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
47
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
46
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
48
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
47
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
49
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
103
       return {
105
       return {
104
         doctorList:[],
106
         doctorList:[],
105
         advicePrint:{},
107
         advicePrint:{},
108
+        yi:4,
106
         patient:{},
109
         patient:{},
107
         tableData:[],
110
         tableData:[],
108
         prescriptionInfo:[],
111
         prescriptionInfo:[],

+ 4 - 1
src/xt_pages/outpatientDoctorStation/template/printFour.vue View File

21
           </div>
21
           </div>
22
           <div class="prescriptionBox">
22
           <div class="prescriptionBox">
23
               <div class="Rp">Rp:</div>
23
               <div class="Rp">Rp:</div>
24
-              <div class="drugsBox" v-for="(it,index) in item.advices" :key="index">
24
+              <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
25
+                :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
26
+              >
25
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
27
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
26
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
28
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
27
                   <div style="margin-left:100px;"><span>{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</span></div>
29
                   <div style="margin-left:100px;"><span>{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</span></div>
84
       return {
86
       return {
85
         doctorList:[],
87
         doctorList:[],
86
         advicePrint:{},
88
         advicePrint:{},
89
+        yi:4,
87
         patient:{},
90
         patient:{},
88
         tableData:[],
91
         tableData:[],
89
         prescriptionInfo:[],
92
         prescriptionInfo:[],

+ 6 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

52
             临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
52
             临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
53
           </div>
53
           </div>
54
         </div>
54
         </div>
55
-        <div class="prescriptionBox">
55
+        <div class="prescriptionBox" >
56
           <div class="Rp">Rp:</div>
56
           <div class="Rp">Rp:</div>
57
           <div
57
           <div
58
             class="drugsBox"
58
             class="drugsBox"
59
             v-for="(it, index) in item.advices"
59
             v-for="(it, index) in item.advices"
60
             :key="index"
60
             :key="index"
61
+            :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
61
           >
62
           >
63
+          <!-- class="drugsBox"  item.advices.length>=5 ? 'danzhang' : 'drugsBox'  'page-break-after':item.advices.length>=3&& item.advices[2]?'always':'auto'-->
62
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
64
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
63
             <div class="drugsOne">
65
             <div class="drugsOne">
64
               <span style="font-weight: bold">{{ index + 1 + "." }}</span
66
               <span style="font-weight: bold">{{ index + 1 + "." }}</span
79
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
81
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
80
             </div>
82
             </div>
81
           </div>
83
           </div>
84
+
82
           <div
85
           <div
83
             class="drugsBox"
86
             class="drugsBox"
84
             v-for="(it, i) in item.additionalcharge"
87
             v-for="(it, i) in item.additionalcharge"
113
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
116
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
114
             </div>
117
             </div>
115
           </div>
118
           </div>
119
+          
116
           <div
120
           <div
117
             class="drugsBox"
121
             class="drugsBox"
118
             v-for="(it, i) in item.additionalcharge"
122
             v-for="(it, i) in item.additionalcharge"
222
       doc_name:"",
226
       doc_name:"",
223
       doctorList: [],
227
       doctorList: [],
224
       advicePrint: {},
228
       advicePrint: {},
229
+      yi:4,
225
       patient: {},
230
       patient: {},
226
       tableData: [],
231
       tableData: [],
227
       prescriptionInfo: [],
232
       prescriptionInfo: [],

+ 2 - 0
src/xt_pages/outpatientDoctorStation/template/printSix.vue View File

72
             class="drugsBox"
72
             class="drugsBox"
73
             v-for="(it, index) in item.advices"
73
             v-for="(it, index) in item.advices"
74
             :key="index"
74
             :key="index"
75
+            :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
75
           >
76
           >
76
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
77
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
77
             <div class="drugsOne">
78
             <div class="drugsOne">
234
     return {
235
     return {
235
       doctorList: [],
236
       doctorList: [],
236
       advicePrint: {},
237
       advicePrint: {},
238
+      yi:4,
237
       patient: {},
239
       patient: {},
238
       tableData: [],
240
       tableData: [],
239
       prescriptionInfo: [],
241
       prescriptionInfo: [],

+ 2 - 0
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

147
                 pageIndex * 5 + item.pageArr[pageIndex]
147
                 pageIndex * 5 + item.pageArr[pageIndex]
148
               )"
148
               )"
149
               :key="index"
149
               :key="index"
150
+              :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
150
             >
151
             >
151
               <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
152
               <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
152
               <div class="drugsOne">
153
               <div class="drugsOne">
285
       operatorMaps: {},
286
       operatorMaps: {},
286
       doctorList: [],
287
       doctorList: [],
287
       advicePrint: {},
288
       advicePrint: {},
289
+      yi:4,
288
       patient: {},
290
       patient: {},
289
       tableData: [],
291
       tableData: [],
290
       prescriptionInfo: [],
292
       prescriptionInfo: [],

+ 2 - 1
src/xt_pages/outpatientDoctorStation/treatPrint.vue View File

15
       <div class='dialysisPage' style="padding-top:40px;">
15
       <div class='dialysisPage' style="padding-top:40px;">
16
         <!-- 此下条为本地开发下页面 -->
16
         <!-- 此下条为本地开发下页面 -->
17
         <!-- <printTwo v-if="org_id == 4" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo> -->
17
         <!-- <printTwo v-if="org_id == 4" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo> -->
18
-        <printOne v-if="org_id != 10138 && org_id != 10278 && org_id !=4&& org_id !=0" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
18
+        <!-- org_id != 10138 && org_id != 10278 && org_id !=4&& org_id !=0 -->
19
+        <printOne v-if="org_id != 10138 && org_id != 10278 && org_id !=4" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
19
         <printTwo v-else v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printTwo>
20
         <printTwo v-else v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printTwo>
20
       </div>
21
       </div>
21
   </div>
22
   </div>

+ 8 - 8
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue View File

15
 
15
 
16
             <div class="printTitle">{{orgname}}</div>
16
             <div class="printTitle">{{orgname}}</div>
17
             <div class="printTitle">处方、治疗单</div>
17
             <div class="printTitle">处方、治疗单</div>
18
-
19
-            <div class="infoTitle">
20
-                <div>门诊编号:</div>
21
-                <div>电脑号:</div>
18
+<!-- class="infoTitle" -->
19
+            <div style="display: flex; margin-top: 10px; line-height: 24px;padding: 0 10px;">
20
+                <div style="width: 300px;">门诊编号:</div>
21
+                <div style="width: 300px;">电脑号:</div>
22
             </div>
22
             </div>
23
 
23
 
24
             <div class="infoMain">
24
             <div class="infoMain">
75
                 </table>
75
                 </table>
76
             </div>
76
             </div>
77
 
77
 
78
-            <div class="infoTitle">
79
-                <div>开单医生:{{item.doctor?item.doctor:''}}</div>
80
-                <div>签章:</div>
78
+            <div style="display: flex; margin-top: 10px; line-height: 24px;padding: 0 10px;">
79
+                <div style="width: 300px;">开单医生:{{item.doctor?item.doctor:''}}</div>
80
+                <div style="width: 300px;">签章:</div>
81
             </div>
81
             </div>
82
 
82
 
83
             <div class="actionBar">
83
             <div class="actionBar">
458
 
458
 
459
     .infoTitle {
459
     .infoTitle {
460
         display: flex;
460
         display: flex;
461
-        border-bottom: 2px solid #000;
461
+        // border-bottom: 2px solid #000;
462
         margin-top: 10px;
462
         margin-top: 10px;
463
         line-height: 24px;
463
         line-height: 24px;
464
         padding: 0 10px;
464
         padding: 0 10px;

+ 13 - 10
src/xt_pages/outpatientDoctorStation/treatTemplate/printTwo.vue View File

32
           >精二</span
32
           >精二</span
33
         >
33
         >
34
       </div>
34
       </div>
35
-      <div style="display: flex">
35
+      <div style="display: flex;border: none;">
36
         <div style="width: 33%; display: flex">
36
         <div style="width: 33%; display: flex">
37
           费别:
37
           费别:
38
           <span class="under_line">
38
           <span class="under_line">
58
           }}</span>
58
           }}</span>
59
         </div>
59
         </div>
60
       </div>
60
       </div>
61
-
62
-      <div class="infoTitle">
63
-        <div>
61
+<!-- class="infoTitle" -->
62
+      <div style="display: flex;margin-top: 10px;line-height: 24px;" >
63
+        <div style="width: 200px;">
64
           姓名:{{
64
           姓名:{{
65
             item.patient.name
65
             item.patient.name
66
               ? item.patient.name.indexOf("(") > -1
66
               ? item.patient.name.indexOf("(") > -1
72
               : ""
72
               : ""
73
           }}
73
           }}
74
         </div>
74
         </div>
75
-        <div>
75
+        <div style="width: 200px;">
76
           性别:
76
           性别:
77
           <span v-if="item.patient.gender == 1">男</span>
77
           <span v-if="item.patient.gender == 1">男</span>
78
           <span v-if="item.patient.gender == 2">女</span>
78
           <span v-if="item.patient.gender == 2">女</span>
79
         </div>
79
         </div>
80
-        <div>
80
+        <div style="width: 200px;">
81
           年龄:{{
81
           年龄:{{
82
             getNewAge(item.patient.birthday)
82
             getNewAge(item.patient.birthday)
83
               ? getNewAge(item.patient.birthday)
83
               ? getNewAge(item.patient.birthday)
408
       this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
408
       this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
409
 
409
 
410
       const style =
410
       const style =
411
-        "@media print {.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;margin-top:10px;line-height: 1px;padding:0 10px;}.infoTitle p{width: 200px;}.otherInfo{display: flex;margin-top:10px;padding:0 10px;}.otherInfo span{display:inline-block;}.recordTitle{display: flex;margin-top:10px;line-height: 24px;padding:0 10px;border-bottom: 2px solid #000;}.recordTitle p{width: 200px;}}";
412
-      printJS({
411
+        // "@media print {.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitles{display: flex;margin-top:10px;line-height: 1px;padding:0 10px;}.infoTitles p{width: 200px;}.otherInfo{display: flex;margin-top:10px;padding:0 10px;}.otherInfo span{display:inline-block;}.recordTitle{display: flex;margin-top:10px;line-height: 24px;padding:0 10px;border-bottom: 2px solid #000;}.recordTitle p{width: 200px;}}";
412
+        "@media print {.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitles{display: flex;margin-top:10px;line-height: 1px;padding:0 10px;border:none}.infoTitles div{width: 200px;}.otherInfo{display: flex;margin-top:10px;padding:0 10px;}.otherInfo span{display:inline-block;}.recordTitle{display: flex;margin-top:10px;line-height: 24px;padding:0 10px;border-bottom: 2px solid #000;}.recordTitle p{width: 200px;}}";
413
+        printJS({
413
         printable: "prescription-print",
414
         printable: "prescription-print",
414
         type: "html",
415
         type: "html",
415
         style: style,
416
         style: style,
736
   font-weight: bold;
737
   font-weight: bold;
737
   margin-bottom: 10px;
738
   margin-bottom: 10px;
738
 }
739
 }
739
-.infoTitle {
740
+.infoTitles {
740
   display: flex;
741
   display: flex;
741
   margin-top: 10px;
742
   margin-top: 10px;
742
   line-height: 24px;
743
   line-height: 24px;
744
+  border: none;
743
 }
745
 }
744
-.infoTitle div {
746
+.infoTitles div {
745
   width: 200px;
747
   width: 200px;
748
+  border: none;
746
 }
749
 }
747
 .infoMain {
750
 .infoMain {
748
   display: flex;
751
   display: flex;

+ 22 - 9
src/xt_pages/sign/Contextowner.vue View File

11
             >
11
             >
12
         </div>
12
         </div>
13
         <!-- 全屏状态 -->
13
         <!-- 全屏状态 -->
14
-        <div id="fullscreenbroad" v-show="dialogTableVisible">
14
+        <!-- <div id="fullscreenbroad" v-show="dialogTableVisible">
15
             <el-row class="fullRow">
15
             <el-row class="fullRow">
16
                 <el-button
16
                 <el-button
17
                 @click="openSetting"
17
                 @click="openSetting"
61
                 
61
                 
62
              </div>
62
              </div>
63
         
63
         
64
-        </div>
64
+        </div> -->
65
         <div class="app-container">
65
         <div class="app-container">
66
             <div class="page_lineUp">
66
             <div class="page_lineUp">
67
                 <div class="lineUpTitle">
67
                 <div class="lineUpTitle">
205
             }
205
             }
206
             else{
206
             else{
207
                 console.log('执行22223333')
207
                 console.log('执行22223333')
208
-                this.page = 1
208
+                // this.page = 4
209
+                const counts = this.deviceNumberList.length;
210
+                console.log('sdfasdfdas',Math.ceil(counts / 6));
211
+                
212
+                if(this.page <= Math.ceil(counts / 6)){
213
+                  console.log('执行444444444',this.page)
214
+                  this.page ++
215
+                }else{
216
+                  console.log('执行55555555',this.page)
217
+                  this.page = 1
218
+                }
219
+                // this.page++
209
                 this.getlist()
220
                 this.getlist()
210
                 setTimeout(() => {
221
                 setTimeout(() => {
211
                     // this.websocketMess();
222
                     // this.websocketMess();
212
                     this.lineUpList
223
                     this.lineUpList
213
                 }, 1000);
224
                 }, 1000);
214
                 
225
                 
226
+                
215
             }
227
             }
216
             console.log('切换时间',this.queueConfig)
228
             console.log('切换时间',this.queueConfig)
217
         }, 1000 * parseInt(this.queueConfig.qhsj));
229
         }, 1000 * parseInt(this.queueConfig.qhsj));
261
                             this.waitDoctorList = res.data.waitDoctorList
273
                             this.waitDoctorList = res.data.waitDoctorList
262
                             this.upPatientList = res.data.upPatientList
274
                             this.upPatientList = res.data.upPatientList
263
                             this.count = res.data.patientQueueList.count
275
                             this.count = res.data.patientQueueList.count
276
+                           
264
                             // this.lineUpList.map(item => {
277
                             // this.lineUpList.map(item => {
265
                             //     item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
278
                             //     item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
266
                             //     // item.start_time = moment(item.start_time * 1000).format('HH:mm')
279
                             //     // item.start_time = moment(item.start_time * 1000).format('HH:mm')
268
                         }
281
                         }
269
                     }else if(res.channel == 'queue/queuelist'){
282
                     }else if(res.channel == 'queue/queuelist'){
270
                         this.lineUpList = res.data.patientQueueList.data
283
                         this.lineUpList = res.data.patientQueueList.data
284
+                        
271
                         this.count = res.data.patientQueueList.count
285
                         this.count = res.data.patientQueueList.count
272
                         // this.lineUpList.map(item => {
286
                         // this.lineUpList.map(item => {
273
                         //     item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
287
                         //     item.create_time = moment(item.create_time * 1000).format('HH:mm:ss')
567
                this.patientList = patients
581
                this.patientList = patients
568
 
582
 
569
                this.deviceNumberList =  response.data.data.devicenumber
583
                this.deviceNumberList =  response.data.data.devicenumber
570
-
584
+              //  this.count = response.data.data.devicenumber 
571
 
585
 
572
              }
586
              }
573
           })  
587
           })  
793
         padding:10px;
807
         padding:10px;
794
     }
808
     }
795
     .lineUpMainLeft{
809
     .lineUpMainLeft{
796
-        height: 60%;
810
+        height: 8%;
797
         border-radius: 15px;
811
         border-radius: 15px;
798
         display: flex;
812
         display: flex;
799
         flex-direction: column;
813
         flex-direction: column;
831
         .lineUpListOne{
845
         .lineUpListOne{
832
             height:16%;
846
             height:16%;
833
             padding: 0.5%;
847
             padding: 0.5%;
834
-            // 
835
-            // display: flex;
836
-            // justify-content: space-between;
848
+            display: flex;
849
+            justify-content: space-between;
837
             align-items: center;
850
             align-items: center;
838
             color:#1C6895;
851
             color:#1C6895;
839
             >p{
852
             >p{
840
-                
841
                 width:25%;
853
                 width:25%;
842
                 text-align: center;
854
                 text-align: center;
843
                 display: inline-block;
855
                 display: inline-block;
856
+                padding: 5px 0px;
844
             }
857
             }
845
         }
858
         }
846
     }
859
     }

+ 3 - 2
src/xt_pages/user/evaluationtool/Fallassessment.vue View File

387
           title="内容详情"
387
           title="内容详情"
388
           :visible.sync="dialogVisible"
388
           :visible.sync="dialogVisible"
389
           width="50%"
389
           width="50%"
390
-          :before-close="handleClose"
390
+          
391
           class="status_change">
391
           class="status_change">
392
           <div>
392
           <div>
393
               <Falloutbedprint></Falloutbedprint>
393
               <Falloutbedprint></Falloutbedprint>
438
       methods: {
438
       methods: {
439
         add(){
439
         add(){
440
           this.centerDialogVisible =true
440
           this.centerDialogVisible =true
441
-        }
441
+        },
442
+        
442
       }
443
       }
443
     }
444
     }
444
   </script>
445
   </script>

+ 2 - 0
src/xt_pages/user/evaluationtool/dailyLife.vue View File

402
         return{
402
         return{
403
             patientID:0,
403
             patientID:0,
404
             value:'',
404
             value:'',
405
+            input:'',
406
+            value1:'',
405
             options:[],
407
             options:[],
406
         }
408
         }
407
     }
409
     }

+ 1 - 1
src/xt_pages/user/evaluationtool/pediatricFallAssessment.vue View File

205
                 title="内容详情"
205
                 title="内容详情"
206
                 :visible.sync="dialogVisible"
206
                 :visible.sync="dialogVisible"
207
                 width="50%"
207
                 width="50%"
208
-                :before-close="handleClose"
208
+                
209
                 class="status_change">
209
                 class="status_change">
210
                 <div>
210
                 <div>
211
                     <Falloutbedprint></Falloutbedprint>
211
                     <Falloutbedprint></Falloutbedprint>