Explorar el Código

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

28169 hace 1 año
padre
commit
7f9979a36d

+ 11 - 11
src/router/modules/weight_sign.js Ver fichero

@@ -62,16 +62,16 @@ export default {
62 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
-  // },
65
+   // 排班展示
66
+  {
67
+    path: '/Schedulingdisplay',
68
+    component: () => import('@/xt_pages/sign/Schedulingdisplay'),
69
+    name: 'Schedulingdisplay',
70
+    meta: {
71
+      title: '排班展示',
72
+      icon: 'Schedulingdisplay',
73
+      noCache: true
74
+    }
75
+  },
76 76
 ]
77 77
 }

+ 9 - 1
src/xt_pages/hospitalStation/statementPrint.vue Ver fichero

@@ -13,7 +13,7 @@
13 13
       >
14 14
     </template>
15 15
 
16
-    <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10215 || this.$store.getters.xt_user.org_id == 0">
16
+    <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10215">
17 17
       <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>
18 18
       <printOne :info="info" v-else></printOne>
19 19
     </div>
@@ -27,6 +27,12 @@
27 27
     <private-charge-print :info="info" ></private-charge-print>
28 28
     </div>
29 29
 
30
+    <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10210 || this.$store.getters.xt_user.org_id == 0">
31
+<!--      <private-charge-print :info="info" ></private-charge-print>-->
32
+<!--      <print-ten :info="info" ></print-ten>-->
33
+      <print-ten></print-ten>
34
+    </div>
35
+
30 36
 <!--    <div class='dialysisPage' style="padding-top:40px;" v-else>-->
31 37
 <!--      <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
32 38
 <!--      <printOne :info="info" v-else></printOne>-->
@@ -49,10 +55,12 @@ import printTwo from './statementTemplate/printTwo'
49 55
 import { getAllDoctorList, getAllHisPatientList } from '@/api/project/project'
50 56
 import PrivateChargePrint from '../outpatientCharges/statementTemplate/privateChargePrint'
51 57
 import HospitalSettlePrint from './settlementTemplate/hospitalSettlePrint'
58
+import PrintTen from './statementTemplate/printTen.vue'
52 59
 
53 60
 export default {
54 61
   name: 'dialysisPrintOrder',
55 62
   components: {
63
+    PrintTen,
56 64
     HospitalSettlePrint,
57 65
     PrivateChargePrint,
58 66
     BreadCrumb,

+ 378 - 0
src/xt_pages/hospitalStation/statementTemplate/printTen.vue Ver fichero

@@ -0,0 +1,378 @@
1
+<template>
2
+  <div  id="statement-print" class="statement-print"
3
+       style="position: relative;">
4
+    <div class="print-content">
5
+      <div class="print-title">
6
+        <h1 style="text-align: center;">江西省医疗保障定点机构医疗费用结算单</h1>
7
+      </div>
8
+
9
+      <div class="print-tab" style="margin: 0px auto; text-align: center;">
10
+        <div class="hospital" style="margin:0px 112px ;width: 70%;">
11
+          <!-- style="display: inline-block;margin: 10px 80px 10px 0px ;" -->
12
+          <span class="yiliao" style="display: inline-block;margin: 10px 80px 10px 0px ;">
13
+                        <span>医疗机构名称:</span>
14
+                        <span>{{info.fixmedins_name}}</span>
15
+                    </span>
16
+          <span class="yiliao" style="display: inline-block;margin: 10px 80px 10px 0px ;">
17
+                        <span>医疗机构编码:</span>
18
+                        <span>{{info.fixmedins_code}}</span>
19
+                    </span>
20
+          <span class="yiliao" style="display: inline-block;margin: 10px 80px 10px 0px ;">
21
+                        <span>医院等级:</span>
22
+                        <span  v-if="info.hosp_lv == '1'">三级特等</span>
23
+                        <span  v-else-if="info.hosp_lv == '2'">三级甲等</span>
24
+                        <span v-else-if="info.hosp_lv == '3'">三级乙等</span>
25
+                        <span v-else-if="info.hosp_lv == '4'">三级丙等</span>
26
+                        <span v-else-if="info.hosp_lv == '5'">二级甲等</span>
27
+                        <span v-else-if="info.hosp_lv == '6'">二级乙等</span>
28
+                        <span v-else-if="info.hosp_lv == '7'">二级丙等</span>
29
+                        <span  v-else-if="info.hosp_lv == '8'">一级甲等</span>
30
+                        <span v-else-if="info.hosp_lv == '9'">一级乙等</span>
31
+                        <span v-else-if="info.hosp_lv == '10'">一级丙等</span>
32
+                        <span  v-else-if="info.hosp_lv == '11'">无等级</span>
33
+                        <span  v-else></span>
34
+          </span>
35
+        </div>
36
+        <table class="jiesuan" style="border-collapse: collapse;margin: auto;">
37
+          <tr>
38
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">姓名</td>
39
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.psn_name}}</td>
40
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">性别</td>
41
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.gend == '1'">男</td>
42
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.gend == '2'">女</td>
43
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else></td>
44
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">人员类别</td>
45
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.psn_type == '11'">在职</td>
46
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1101'">职工在职</td>
47
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1102'">公务员在职</td>
48
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1103'">灵活就业人员在职</td>
49
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1160'">地方其他扩展人员</td>
50
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '12'">退休人员</td>
51
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1201'">职工退休</td>
52
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1202'">公务员退休</td>
53
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1203'">灵活就业人员退休</td>
54
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1260'">地方其他扩展人员</td>
55
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '13'">离休</td>
56
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1300'">离休人员</td>
57
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1360'">地方其他扩展人员</td>
58
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '14'">居民(未成年)</td>
59
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1401'">新生儿</td>
60
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1402'">学龄前儿童</td>
61
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1403'">中小学生</td>
62
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1404'">大学生</td>
63
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1405'">未成年(未入学)</td>
64
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '15'">居民(成年)</td>
65
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1501'">普通居民(成年)</td>
66
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '1560'">地方其他扩展身份</td>
67
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else-if="info.psn_type == '16'">居民(老年)</td>
68
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-else></td>
69
+          </tr>
70
+          <tr>
71
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">身份证号码</td>
72
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.certno}}</td>
73
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">参保险种</td>
74
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '310'">职工基本医疗保险</td>
75
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '320'">公务员医疗补助</td>
76
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '330'">大额医疗费用补助</td>
77
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '340'">离休人员医疗保障</td>
78
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '390'">城乡居民基本医疗保险</td>
79
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '392'">城乡居民大病医疗保险</td>
80
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.insutype == '510'">生育保险</td>
81
+
82
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">医疗类别</td>
83
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '11'">普通门诊</td>
84
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '12'">门诊挂号</td>
85
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '13'">急诊</td>
86
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '14'">门诊特殊病</td>
87
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '15'">门诊统筹</td>
88
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '16'">门诊慢性病</td>
89
+            <td style="border: 1px solid gray;width: 150px;height: 30px;" v-if="info.med_type == '21'">普通住院</td>
90
+
91
+          </tr>
92
+          <tr>
93
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">结算ID</td>
94
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.setl_id}}</td>
95
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">住院号</td>
96
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.number}}</td>
97
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">住院天数</td>
98
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{getDay(info.begndate,info.enddate)}}</td>
99
+          </tr>
100
+          <tr>
101
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">科室</td>
102
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{'血透'}}</td>
103
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">床号</td>
104
+            <td style="border: 1px solid gray;width: 150px;height: 30px;"></td>
105
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">参保区划</td>
106
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.insu_optins}}</td>
107
+          </tr>
108
+          <tr>
109
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">入院日期</td>
110
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.begndate ? info.begndate.split(' ')[0] : ''}}</td>
111
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">出院日期</td>
112
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.enddate ? info.enddate.split(' ')[0] : ''}}</td>
113
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">结算日期</td>
114
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.setl_time ? info.setl_time.split(' ')[0] : ''}}</td>
115
+          </tr>
116
+          <tr>
117
+            <td colspan="6" style="border: 1px solid gray;width: 150px;height: 30px;"> 费用分类情况</td>
118
+          </tr>
119
+          <tr>
120
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">项目名称</td>
121
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">总金额</td>
122
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">符合政策范围</td>
123
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">先行自付</td>
124
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">超限价</td>
125
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">自费</td>
126
+          </tr>
127
+          <tr v-if="info.bed_cost_total > 0">
128
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">床位费</td>
129
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.bed_cost_total}}</td>
130
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.bedInscpTotal}}</td>
131
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.bed_cost_part_self_total}}</td>
132
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.bed_cost_self_total}}</td>
133
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.bedSelfTotal}}</td>
134
+
135
+          </tr>
136
+
137
+          <tr v-if="info.operation_cost_total > 0">
138
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">手术费</td>
139
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.operation_cost_total}}</td>
140
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.operationInscpTotal}}</td>
141
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.operation_cost_part_self_total}}</td>
142
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.operation_cost_self_total}}</td>
143
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.operationSelfTotal}}</td>
144
+
145
+          </tr>
146
+
147
+          <tr v-if="info.check_cost_total > 0">
148
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">检查费</td>
149
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.check_cost_total}}</td>
150
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.checkInscpTotal}}</td>
151
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.check_cost_part_self_total}}</td>
152
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.check_cost_self_total}}</td>
153
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.checkSelfTotal}}</td>
154
+
155
+          </tr>
156
+
157
+          <tr v-if="info.treat_cost_total > 0">
158
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">治疗费</td>
159
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.treat_cost_total}}</td>
160
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.treatInscpTotal}}</td>
161
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.treat_cost_part_self_total}}</td>
162
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.treat_cost_self_total}}</td>
163
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.treatSelfTotal}}</td>
164
+
165
+          </tr>
166
+
167
+          <tr v-if="info.treat_cost_total > 0">
168
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">化验费</td>
169
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.laboratory_cost_total}}</td>
170
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.laboratoryInscpTotal}}</td>
171
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.laboratory_cost_part_self_total}}</td>
172
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.laboratory_cost_self_total}}</td>
173
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.laboratorySelfTotal}}</td>
174
+
175
+          </tr>
176
+
177
+
178
+          <tr v-if="info.western_medicine_cost_total > 0">
179
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">西药费</td>
180
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.western_medicine_cost_total}}</td>
181
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.westernMedicineInscpTotal}}</td>
182
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.western_medicine_cost_part_self_total}}</td>
183
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.western_medicine_cost_self_total}}</td>
184
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.westernMedicineSelfTotal}}</td>
185
+
186
+          </tr>
187
+
188
+          <tr v-if="info.material_cost_total > 0">
189
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">材料费</td>
190
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.material_cost_total}}</td>
191
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.materialInscpTotal}}</td>
192
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.material_cost_part_self_total}}</td>
193
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.material_cost_self_total}}</td>
194
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.materialSelfTotal}}</td>
195
+
196
+          </tr>
197
+          <tr v-if="info.other_cost_total > 0">
198
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">其他费</td>
199
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.other_cost_total}}</td>
200
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.otherInscpTotal}}</td>
201
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.other_cost_part_self_total}}</td>
202
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.other_cost_self_total}}</td>
203
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.otherSelfTotal}}</td>
204
+          </tr>
205
+
206
+          <tr v-if="info.chinese_traditional_medicine_cost_total > 0">
207
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">中成药</td>
208
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.chinese_traditional_medicine_cost_total}}</td>
209
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.chineseTraditionalInscpTotal}}</td>
210
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.chinese_traditional_medicine_cost_part_self_total}}</td>
211
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.chinese_traditional_medicine_cost_self_total}}</td>
212
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.chineseTraditionalSelfTotal}}</td>
213
+          </tr>
214
+
215
+          <tr>
216
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">金额合计</td>
217
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{(parseFloat(info.bed_cost_total) +
218
+              parseFloat(info.operation_cost_total) + parseFloat(info.other_cost_total) +
219
+              parseFloat(info.material_cost_total) + parseFloat(info.western_medicine_cost_total) +
220
+              parseFloat(info.chinese_traditional_medicine_cost_total) + parseFloat(info.check_cost_total) +
221
+              parseFloat(info.laboratory_cost_total) + parseFloat(info.treat_cost_total)).toFixed(2) }}
222
+            </td>
223
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{(parseFloat(info.bedInscpTotal) +
224
+              parseFloat(info.operationInscpTotal) + parseFloat(info.checkInscpTotal) +
225
+              parseFloat(info.treatInscpTotal) + parseFloat(info.laboratoryInscpTotal) +
226
+              parseFloat(info.westernMedicineInscpTotal) + parseFloat(info.materialInscpTotal) +
227
+              parseFloat(info.otherInscpTotal) + parseFloat(info.chineseTraditionalInscpTotal)).toFixed(2) }}
228
+            </td>
229
+
230
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{(parseFloat(info.bed_cost_part_self_total) +
231
+              parseFloat(info.operation_cost_part_self_total) + parseFloat(info.other_cost_part_self_total) +
232
+              parseFloat(info.material_cost_part_self_total) + parseFloat(info.western_medicine_cost_part_self_total) +
233
+              parseFloat(info.chinese_traditional_medicine_cost_part_self_total) +
234
+              parseFloat(info.check_cost_part_self_total) + parseFloat(info.laboratory_cost_part_self_total) +
235
+              parseFloat(info.treat_cost_part_self_total)).toFixed(2)}}
236
+            </td>
237
+
238
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{(parseFloat(info.bed_cost_self_total )+
239
+              parseFloat(info.operation_cost_self_total) + parseFloat(info.other_cost_self_total) +
240
+              parseFloat(info.material_cost_self_total) + parseFloat(info.western_medicine_cost_self_total) +
241
+              parseFloat(info.chinese_traditional_medicine_cost_self_total) + parseFloat(info.check_cost_self_total) +
242
+              parseFloat(info.laboratory_cost_self_total) + parseFloat(info.treat_cost_self_total)).toFixed(2)}}
243
+            </td>
244
+
245
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{(parseFloat(info.bedSelfTotal) +
246
+              parseFloat(info.operationSelfTotal) + parseFloat(info.checkSelfTotal) +
247
+              parseFloat(info.treatSelfTotal) + parseFloat(info.laboratorySelfTotal) +
248
+              parseFloat(info.westernMedicineSelfTotal) + parseFloat(info.materialSelfTotal) +
249
+              parseFloat(info.otherSelfTotal) + parseFloat(info.chineseTraditionalSelfTotal)).toFixed(2) }}
250
+            </td>
251
+
252
+          </tr>
253
+
254
+          <tr>
255
+            <td colspan="6" style="border: 1px solid gray;width: 150px;height: 30px;"> 费用结算情况</td>
256
+          </tr>
257
+          <tr>
258
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">费用总额</td>
259
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.medfee_sumamt}}</td>
260
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">统筹基金支付</td>
261
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.hifp_pay}}</td>
262
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">大病保险支付</td>
263
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.hifmi_pay}}</td>
264
+          </tr>
265
+          <tr>
266
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">医疗救助支付</td>
267
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.maf_pay}}</td>
268
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">公务员补充支付</td>
269
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.cvlserv_pay}}</td>
270
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">离休保健专项</td>
271
+            <td style="border: 1px solid gray;width: 150px;height: 30px;"></td>
272
+          </tr>
273
+          <tr>
274
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">个人账户支付</td>
275
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.acct_pay}}</td>
276
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">个人现金支付</td>
277
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.psn_cash_pay}}</td>
278
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">其他基金支付</td>
279
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.oth_pay}}</td>
280
+          </tr>
281
+          <tr>
282
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">起付线</td>
283
+            <td colspan="2" style="border: 1px solid gray;width: 150px;height: 30px;">{{info.act_pay_dedc}}</td>
284
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">医院垫付金额</td>
285
+            <td colspan="2" style="border: 1px solid gray;width: 150px;height: 30px;">{{info.hosp_part_amt}}</td>
286
+          </tr>
287
+        </table>
288
+        <div style="width: 51%; margin: 5px 100px; text-align: center;">
289
+         <span style="display: inline-block;"> 备注:其它包含军转、财政、慈善、其他商报等支付来源</span>
290
+        </div>
291
+      </div>
292
+    </div>
293
+
294
+  </div>
295
+</template>
296
+<script>
297
+import { getChargePrint } from '@/api/project/project'
298
+import { uParseTime } from '@/utils/tools'
299
+
300
+export default {
301
+data() {
302
+  return {
303
+    list: {},
304
+    prescription: [],
305
+    patient: {},
306
+    orgname: '',
307
+
308
+    result: {},
309
+    org_code: '',
310
+    patient_name: '',
311
+    doctor_code: '',
312
+    doctor_name: '',
313
+
314
+    name_arr: [],
315
+    spec_arr: [],
316
+    count_arr: [],
317
+    price_arr: [],
318
+    total_arr: []
319
+
320
+  }
321
+},
322
+props: {
323
+  paramsObj: Object,
324
+  info: {
325
+    type: Object,
326
+    default: function() {
327
+      return {}
328
+    }
329
+  },
330
+  balanceAccounts: Object
331
+},
332
+methods: {
333
+  getDay(dateString1,dateString2){
334
+    var  startDate = Date.parse(dateString1);
335
+    var  endDate = Date.parse(dateString2);
336
+    if (startDate>endDate){
337
+      return 0;
338
+    }
339
+    if (startDate==endDate){
340
+      return 1;
341
+    }
342
+    var days=(endDate - startDate)/(1*24*60*60*1000);
343
+    return  days;
344
+  },
345
+  getTime(value, temp) {
346
+    if (value != undefined) {
347
+      return uParseTime(value, temp)
348
+    }
349
+    return ''
350
+  }
351
+},
352
+mounted() {
353
+
354
+
355
+},
356
+watch: {
357
+  paramsObj: {//深度监听,可监听到对象、数组的变化
358
+    handler(val, oldVal) {
359
+
360
+
361
+    },
362
+    deep: true
363
+  }
364
+}
365
+}
366
+</script>
367
+
368
+
369
+<style lang="scss" scoped>
370
+.prescription-print {
371
+-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
372
+-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
373
+box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
374
+margin-bottom: 20px;
375
+padding: 20px 10px;
376
+}
377
+
378
+</style>

+ 7 - 7
src/xt_pages/outpatientCharges/components/chargeDialog.vue Ver fichero

@@ -78,30 +78,30 @@
78 78
         </el-radio-group>
79 79
       </el-form-item>
80 80
 
81
-      <el-form-item label="" style="width:100%;" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278 || this.$store.getters.xt_user.org.id == 0">
81
+      <el-form-item label="" style="width:100%;" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278 || this.$store.getters.xt_user.org.id == 10510">
82 82
 
83 83
         <el-checkbox-group v-model="form.pay_wayss">
84 84
           <el-checkbox :label="item.value" v-for="(item,index) in payWays" :key="item.value">{{ item.label }}</el-checkbox>
85 85
         </el-checkbox-group>
86 86
       </el-form-item>
87 87
 
88
-      <el-form-item label="现金支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
88
+      <el-form-item label="现金支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
89 89
         <el-input class="number_style" v-model="form.cash_pay" ></el-input>
90 90
       </el-form-item>
91 91
 
92
-      <el-form-item label="微信支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
92
+      <el-form-item label="微信支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
93 93
         <el-input class="number_style" v-model="form.wechat_pay" ></el-input>
94 94
       </el-form-item>
95
-      <el-form-item label="银行卡支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
95
+      <el-form-item label="银行卡支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
96 96
         <el-input class="number_style" v-model="form.band_card_pay" ></el-input>
97 97
       </el-form-item>
98
-      <el-form-item label="支付宝支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
98
+      <el-form-item label="支付宝支付金额:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
99 99
         <el-input class="number_style" v-model="form.ali_pay" ></el-input>
100 100
       </el-form-item>
101
-      <el-form-item label="积分支付:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
101
+      <el-form-item label="积分支付:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
102 102
         <el-input class="number_style" v-model="form.jifen_pay" ></el-input>
103 103
       </el-form-item>
104
-      <el-form-item label="其他说明:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 0  ">
104
+      <el-form-item label="其他说明:" v-if="this.$store.getters.xt_user.org.id == 10138 || this.$store.getters.xt_user.org.id == 10278  || this.$store.getters.xt_user.org.id == 10510  ">
105 105
         <el-input class="number_style" v-model="form.oth_desc" ></el-input>
106 106
       </el-form-item>
107 107
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1381 - 1172
src/xt_pages/outpatientCharges/statementPrint.vue


+ 38 - 44
src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue Ver fichero

@@ -1,16 +1,16 @@
1 1
 <template>
2 2
   <div id="statement-print" class="statement-print">
3
-    <div class="statementTitle">费用明细算单</div>
4
-    <div class="statementTable">
3
+    <div class="statementTitle">费用明细算单</div>
4
+    <div class="statementTable" style="word-wrap: break-word; word-break: break-all;">
5 5
       <table border="1" style="border-collapse: collapse;width: 100%;border: none;">
6 6
         <tr>
7 7
           <td colspan="4">医院机构名称:{{info.fixmedins_name}}</td>
8 8
           <td colspan="4">发票号:</td>
9 9
         </tr>
10 10
         <tr style="border-bottom: 1px solid black;">
11
-          <td colspan="4" >单据编码:{{info.number}}</td>
12
-          <td colspan="2" >就诊时间:{{info.setl_time}}</td>
13
-          <td colspan="2" >金额单位:{{info.medfee_sumamt}}元</td>
11
+          <td colspan="4">单据编码:{{info.number}}</td>
12
+          <td colspan="2">就诊时间:{{info.setl_time}}</td>
13
+          <td colspan="2">金额单位:{{info.medfee_sumamt}}元</td>
14 14
         </tr>
15 15
         <tr>
16 16
           <td colspan="4">姓名:{{info.patient.name}}</td>
@@ -56,44 +56,38 @@
56 56
 
57 57
         </tr>
58 58
         <tr style="border-bottom: 1px solid black;text-align: center;">
59
-          <td width="12.5%">项目</td>
60
-          <td width="12.5%">金额</td>
61
-          <td width="12.5%">项目</td>
62
-          <td width="12.5%">金额</td>
63
-          <td width="12.5%">项目</td>
64
-          <td width="12.5%">金额</td>
65
-          <td width="12.5%">项目</td>
66
-          <td width="12.5%">金额</td>
59
+          <td width="15.1%">医保编码</td>
60
+          <td width="9.1%">医院编码</td>
61
+          <td width="15.1%">医院名称</td>
62
+          <td width="6.1%">单位</td>
63
+          <td width="15.1%">规格</td>
64
+          <td width="6.1%">数量</td>
65
+          <td width="8.1%">单价</td>
66
+          <td width="8.1%">金额</td>
67
+          <td width="10.1%">医保标识</td>
67 68
         </tr>
68
-        <tr style="text-align: center;">
69
-          <td>西药费</td>
70
-          <td>{{info.western_medicine_cost_total}}</td>
71
-          <td>化验费</td>
72
-          <td>{{info.laboratory_cost_total}}</td>
73
-          <td>治疗费</td>
74
-          <td>{{info.treat_cost_total}}</td>
75
-          <td>处置费</td>
76
-          <td></td>
77
-        </tr>
78
-        <tr style="text-align: center;">
79
-          <td>中成药</td>
80
-          <td>{{info.chinese_traditional_medicine_cost_total}}</td>
81
-          <td>诊疗费</td>
82
-          <td></td>
83
-          <td>材料费</td>
84
-          <td>{{info.material_cost_total}}</td>
85
-          <td>护理费</td>
86
-          <td></td>
87
-        </tr>
88
-        <tr style="text-align: center;">
89
-          <td>注射费</td>
90
-          <td></td>
91
-          <td>检查费</td>
92
-          <td>{{info.check_cost_total}}</td>
93
-          <td>输氧费</td>
94
-          <td></td>
95
-          <td>其他</td>
96
-          <td>{{info.other_cost_total}}</td>
69
+        <!-- width="72.6%"  16.82%  16.1-->
70
+        <tr>
71
+          <td colspan="9" style="line-height: 30px;">
72
+            <div v-for="item in info.new_list">
73
+              <div style="display: flex;border-bottom: 1px solid black;font-size: 16px;font-weight: bolder;">
74
+                <div style="width: 72.6%;">{{item.med_chrgitm_name}}</div>
75
+                <div style="width: 8.1%;text-align: center;">小计</div>
76
+                <div style="width: 8.1%;text-align: center;">{{item.total}}</div>
77
+              </div>
78
+              <div v-for="subItem in item.details" style="display: flex; border-bottom: 1px solid black;">
79
+                <div style="width: 16.4%;padding: 5px;">{{subItem.yibao_code}}</div>
80
+                <div style="width: 9.9%;padding: 5px;">{{subItem.yiyuan_code}}</div>
81
+                <div style="width: 16.4%;padding: 5px;">{{subItem.name}}</div>
82
+                <div style="width: 6.7%;padding: 5px;text-align: center;">{{subItem.unit}}</div>
83
+                <div style="width: 16.4%;padding: 5px;">{{subItem.spec}}</div>
84
+                <div style="width: 6.7%;padding: 5px;text-align: center;">{{subItem.count}}</div>
85
+                <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.price}}</div>
86
+                <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.total_price}}</div>
87
+                <div style="width: 10.1%;padding: 5px;"></div>
88
+              </div>
89
+            </div>
90
+          </td>
97 91
         </tr>
98 92
         <tr style="border-bottom: 1px solid black; font: 16px bolder;">
99 93
           <td colspan="8">合计:{{info.medfee_sumamt}}</td>
@@ -204,8 +198,8 @@ export default {
204 198
 .statementTable {
205 199
   width: 100%;
206 200
   font-size: 14px;
207
-  word-wrap: break-word;
208
-  word-break: break-all;
201
+  // word-wrap: break-word;
202
+  // word-break: break-all;
209 203
   table tr td{
210 204
     padding: 5px;
211 205
     line-height: 30px;

+ 1 - 1
src/xt_pages/outpatientDoctorStation/print.vue Ver fichero

@@ -3,7 +3,7 @@
3 3
     <div class="dialysisPage" style="padding-top: 40px">
4 4
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
5 5
 
6
-        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 0" v-bind:childResponse="childResponse"
6
+        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188" v-bind:childResponse="childResponse"
7 7
         :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
8 8
         :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
9 9
         :prescription_id="prescription_id"></printOne>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue Ver fichero

@@ -39,7 +39,7 @@
39 39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40 40
             </div>
41 41
             <div style="margin-bottom: 10px">
42
-              医保卡号:{{ item.hisPatient.number ? item.hisPatient.number : "" }}
42
+              医保卡号:
43 43
             </div>
44 44
             <div style="margin-bottom: 10px" v-if="org_id != 10188">
45 45
               电话:{{ item.patient.phone }}

+ 558 - 0
src/xt_pages/sign/Schedulingdisplay.vue Ver fichero

@@ -0,0 +1,558 @@
1
+<template>
2
+ 
3
+  <div class="main-contain">
4
+        <div class="position">
5
+            <bread-crumb :crumbs="crumbs"></bread-crumb>
6
+            <el-button
7
+                size="small"
8
+                icon="el-icon-menu"
9
+                @click="fullscreenboard"
10
+                type="primary"
11
+                >全屏投影</el-button
12
+            >
13
+        </div>
14
+        <!-- 全屏状态 -->
15
+        <div id="fullscreenbroad" v-show="dialogTableVisible">
16
+            <el-row class="fullRow">
17
+                <el-button
18
+                @click="openSetting"
19
+                icon="el-icon-setting"
20
+                circle
21
+                id="fullscreenbroad-setting"
22
+                ></el-button>
23
+                <el-button
24
+                type="primary"
25
+                icon="el-icon-rank"
26
+                v-if="showSetting"
27
+                id="fullscreenbroad-setting"
28
+                @click="togglefullscreen"
29
+                >切换模式</el-button
30
+                >
31
+                <el-button
32
+                type="primary"
33
+                icon="el-icon-menu"
34
+                v-if="showSetting"
35
+                id="fullscreenbroad-setting"
36
+                @click="outfullscreenboard"
37
+                >退出全屏投影</el-button
38
+                >
39
+            </el-row>
40
+            <div class="page_lineUp">
41
+                <div class="lineUpTitle">
42
+                  <div>{{ this.$store.getters.xt_user.org.org_name }}<span>&nbsp;&nbsp;温馨提示:请注意排队叫号,依次叫号就诊上机,谢谢配合</span></div>
43
+                    <!-- <div>{{ newdate }}&nbsp;&nbsp;{{ time }}</div> -->
44
+                </div>
45
+                <div class="lineUpMain">
46
+                    <div class="lineUpMainLeft">
47
+                        <div class="lineUpMainLeftTitle">
48
+                          <p style="width:12%">分区</p>
49
+                          <p style="width:5%">{{ getdays(day) }}</p>
50
+                          <p style="width:79%">病人姓名 </p>
51
+                        </div>
52
+                    </div>
53
+                    <div class="lineUpList">
54
+                      <div v-for="(item,index) in fenqu" :key="index" style="color:#1C6895;font-size: 38px;padding: 5px;">
55
+                        <p style="display: inline-block;width:12%;text-align: center;">{{ item[1].name }}</p>
56
+                        <p style="display: inline-block;">
57
+                          <span v-for="(it,index) in item[1].data" :key="index" >
58
+                            {{ it.name }}&nbsp;&nbsp;
59
+                          </span>
60
+                        </p>
61
+                      </div>
62
+                    </div>
63
+                </div>
64
+             </div>
65
+        </div>
66
+        <div class="app-container">
67
+            <div class="page_lineUp">
68
+                <div class="lineUpTitle">
69
+                    <div>{{ this.$store.getters.xt_user.org.org_name }}<span>&nbsp;&nbsp;温馨提示:请注意排队叫号,依次叫号就诊上机,谢谢配合</span></div>
70
+                    <!-- <div>{{ newdate }}&nbsp;&nbsp;{{ time }}</div> -->
71
+                </div>
72
+                <div class="lineUpMain">
73
+                    <div class="lineUpMainLeft">
74
+                        <div class="lineUpMainLeftTitle">
75
+                          <p style="width:12%">分区</p>
76
+                          <p style="width:5%">{{ getdays(day) }}</p>
77
+                          <p style="width:79%">病人姓名 </p>
78
+                        </div>
79
+                        <div class="lineUpList">
80
+                          <div v-for="(item,index) in fenqu" :key="index" style="color:#1C6895;font-size: 38px;padding: 5px;">
81
+                            <p style="display: inline-block;width:12%;text-align: center;">{{ item[1].name }}</p>
82
+                            <p style="display: inline-block;">
83
+                              <span v-for="(it,index) in item[1].data" :key="index" >
84
+                                {{ it.name }}&nbsp;&nbsp;
85
+                              </span>
86
+                            </p>
87
+                          </div>
88
+                        </div>
89
+                    </div>
90
+                </div>
91
+            </div>
92
+            <el-pagination
93
+              @size-change="handleSizeChange"
94
+              @current-change="handleCurrentChange"
95
+              :current-page="currentPage"
96
+              :page-sizes="[2, 4, 6, 8, 10]"
97
+              :page-size.sync="pagesize"
98
+              layout="total, sizes, prev, pager, next, jumper"
99
+              :total="this.schArr.length">
100
+            </el-pagination>
101
+
102
+        </div>
103
+    </div>
104
+</template>
105
+
106
+<script>
107
+import {getContextScheduleList} from "@/api/patient"
108
+const moment = require('moment')
109
+import BreadCrumb from "../components/bread-crumb";
110
+import screenfull from "screenfull";
111
+import { uParseTime } from '@/utils/tools'
112
+import axios from 'axios'
113
+export default {
114
+  components:{
115
+      BreadCrumb
116
+  },
117
+  inject: ['reload'],
118
+  data(){
119
+    return{
120
+      crumbs: [
121
+          { path: false, name: "签到排队" },
122
+          { path: false, name: "排班展示" }
123
+        ],
124
+      dialogTableVisible:false,
125
+      showSetting: false,
126
+      time:'',
127
+      newdate:'',
128
+      org_id: 10223,
129
+      fenqu:[],
130
+      schArr:[],
131
+      currentPage: 1,
132
+      total:0,
133
+      page:0,
134
+      pagesize:6,
135
+      day:'',
136
+      teem_sel: [
137
+        { name: "上午", id: 1 },
138
+        { name: "下午", id: 2 },
139
+        { name: "晚上", id: 3 },
140
+      ],
141
+      data:{"1291":{"name":"A1区","data":[{"name":"陈静英","patient_id":"20205","partition_id":"1291","bed_id":"3454","zon_name":"A1区","number":"1"},
142
+          {"name":"许奕芳","patient_id":"15855","partition_id":"1291","bed_id":"3591","zon_name":"A1区","number":"2(滤)"},
143
+          {"name":"林惜群","patient_id":"11434","partition_id":"1291","bed_id":"3592","zon_name":"A1区","number":"3"},
144
+          {"name":"周名浩","patient_id":"12394","partition_id":"1291","bed_id":"3593","zon_name":"A1区","number":"4"},
145
+          {"name":"许素琼","patient_id":"10893","partition_id":"1291","bed_id":"3594","zon_name":"A1区","number":"5"},
146
+          {"name":"陈少荣","patient_id":"17925","partition_id":"1291","bed_id":"3595","zon_name":"A1区","number":"6"},
147
+          {"name":"石佩贤","patient_id":"21244","partition_id":"1291","bed_id":"5455","zon_name":"A1区","number":"31(滤)"}]},
148
+          "1333":{"name":"A2区","data":[{"name":"王梓绵","patient_id":"20283","partition_id":"1333","bed_id":"3596","zon_name":"A2区","number":"7"},
149
+          {"name":"陈惠艮","patient_id":"17935","partition_id":"1333","bed_id":"3597","zon_name":"A2区","number":"8"},
150
+          {"name":"曾御贞","patient_id":"11218","partition_id":"1333","bed_id":"3598","zon_name":"A2区","number":"9"},
151
+          {"name":"陈秋龙","patient_id":"10895","partition_id":"1333","bed_id":"3599","zon_name":"A2区","number":"10"},
152
+          {"name":"陈绍明","patient_id":"17881","partition_id":"1333","bed_id":"3600","zon_name":"A2区","number":"11"},
153
+          {"name":"林淑辉","patient_id":"13598","partition_id":"1333","bed_id":"3601","zon_name":"A2区","number":"12"},
154
+          {"name":"陈龙珠","patient_id":"10925","partition_id":"1333","bed_id":"3602","zon_name":"A2区","number":"13"},
155
+          {"name":"蔡俊生","patient_id":"10909","partition_id":"1333","bed_id":"5456","zon_name":"A2区","number":"29(滤)"},
156
+          {"name":"陈悦钿","patient_id":"10908","partition_id":"1333","bed_id":"5458","zon_name":"A2区","number":"30(滤)"}]},
157
+          "1334":{"name":"A3区","data":[{"name":"陈存福","patient_id":"19331","partition_id":"1334","bed_id":"3603","zon_name":"A3区","number":"14"},
158
+          {"name":"林爱华","patient_id":"15696","partition_id":"1334","bed_id":"3603","zon_name":"A3区","number":"14"},
159
+          {"name":"余丽惜","patient_id":"11941","partition_id":"1334","bed_id":"3604","zon_name":"A3区","number":"15"},
160
+          {"name":"丁晓东","patient_id":"10870","partition_id":"1334","bed_id":"3605","zon_name":"A3区","number":"16"},
161
+          {"name":"许美笋","patient_id":"18018","partition_id":"1334","bed_id":"3606","zon_name":"A3区","number":"17"},
162
+          {"name":"蔡启裕","patient_id":"14455","partition_id":"1334","bed_id":"3607","zon_name":"A3区","number":"18"},
163
+          {"name":"陈万如","patient_id":"16898","partition_id":"1334","bed_id":"3608","zon_name":"A3区","number":"19"},
164
+          {"name":"蔡少侬","patient_id":"20662","partition_id":"1334","bed_id":"3608","zon_name":"A3区","number":"19"},
165
+          {"name":"张淑媛","patient_id":"10902","partition_id":"1334","bed_id":"3609","zon_name":"A3区","number":"20(滤)"}]},
166
+          "1549":{"name":"A4区","data":[{"name":"张和丙","patient_id":"17907","partition_id":"1549","bed_id":"3610","zon_name":"A4区","number":"21(滤)"},
167
+          {"name":"金少铎","patient_id":"22040","partition_id":"1549","bed_id":"3611","zon_name":"A4区","number":"22"},
168
+          {"name":"李树进","patient_id":"17905","partition_id":"1549","bed_id":"3612","zon_name":"A4区","number":"23"},
169
+          {"name":"胡惜丹","patient_id":"10907","partition_id":"1549","bed_id":"3613","zon_name":"A4区","number":"24"},
170
+          {"name":"陈镛祥","patient_id":"10949","partition_id":"1549","bed_id":"3614","zon_name":"A4区","number":"25"},
171
+          {"name":"赵永南","patient_id":"10896","partition_id":"1549","bed_id":"3616","zon_name":"A4区","number":"27"},
172
+          {"name":"黄楚玉","patient_id":"10892","partition_id":"1549","bed_id":"5459","zon_name":"A4区","number":"28(滤)"}]},
173
+          "1292":{"name":"B区","data":[{"name":"陈丽香","patient_id":"15060","partition_id":"1292","bed_id":"3617","zon_name":"B区","number":"B2"},
174
+          {"name":"潘瑜","patient_id":"23203","partition_id":"1292","bed_id":"3618","zon_name":"B区","number":"B3"},
175
+          {"name":"曾炎通","patient_id":"13830","partition_id":"1292","bed_id":"3619","zon_name":"B区","number":"B4"},
176
+          {"name":"王惜群","patient_id":"10943","partition_id":"1292","bed_id":"3620","zon_name":"B区","number":"B5"}]}}
177
+    }
178
+  },
179
+  computed: {
180
+      websocket() {
181
+          return this.$store.state.user.websocket;
182
+      },
183
+  },
184
+
185
+  // beforeMount() {
186
+  //     if (this.websocket) {
187
+  //         if (this.websocket.readyState == 1) {
188
+  //             console.log('执行1')
189
+  //             this.websocketMess();
190
+  //         } else {
191
+  //             setTimeout(() => {
192
+  //                 console.log('执行2')
193
+  //                 this.websocketMess();
194
+  //             }, 1000);
195
+  //         }
196
+  //     } else {
197
+  //         setTimeout(() => {
198
+  //             if (this.websocket.readyState == 1) {
199
+  //                 console.log('执行3')
200
+  //                 this.websocketMess();
201
+  //             } else {
202
+  //                 setTimeout(() => {
203
+  //                     console.log('执行4')
204
+  //                     this.websocketMess();
205
+  //                 }, 1000);
206
+  //             }
207
+  //         }, 1000);
208
+  //     }
209
+
210
+  // },
211
+  mounted(){
212
+    
213
+    this.time = setInterval (()=>{
214
+      // console.log('5555555555',Math.ceil(this.schArr.length / this.pagesize));
215
+      if(this.currentPage < Math.ceil(this.schArr.length / this.pagesize)){
216
+        this.currentPage++
217
+      }else{
218
+        this.currentPage =1
219
+      }
220
+      this.getPageData()
221
+    },20000)
222
+
223
+    // console.log('3333333',this.paiban.length);
224
+      // this.timer = setInterval(() => {
225
+      //     if(this.page < Math.ceil(this.count / 6)){
226
+      //         console.log('执行',Math.ceil(this.count / 6),this.page)
227
+      //         this.page++
228
+      //          this.getlist()
229
+      //         setTimeout(() => {
230
+      //             this.websocketMess();
231
+      //         }, 1000);
232
+      //     }
233
+      //     else{
234
+      //         console.log('执行22223333')
235
+      //         // this.page = 4
236
+      //         const counts = this.deviceNumberList.length;
237
+      //         console.log('sdfasdfdas',Math.ceil(counts / 6));
238
+
239
+      //         if(this.page <= Math.ceil(counts / 6)){
240
+      //           console.log('执行444444444',this.page)
241
+      //           this.page ++
242
+      //         }else{
243
+      //           console.log('执行55555555',this.page)
244
+      //           this.page = 1
245
+      //         }
246
+      //         // this.page++
247
+      //         this.getlist()
248
+      //         setTimeout(() => {
249
+      //             // this.websocketMess();
250
+      //             this.lineUpList
251
+      //         }, 1000);
252
+
253
+
254
+      //     }
255
+      //     console.log('切换时间',this.queueConfig)
256
+      // }, 1000 * parseInt(this.queueConfig.qhsj));
257
+      // this.timerID = setInterval(() => {
258
+      //     this.updateTime()
259
+      // }, 1000);
260
+      // this.newTimes = setInterval(() => {
261
+      //     // this.reload()
262
+      //     console.log('1222222333333333');
263
+      //     sessionStorage.setItem('lineUpKey',1);
264
+      //     window.location.reload()
265
+      // }, 1000 * 60 * 30);
266
+  },
267
+  beforeDestroy(){
268
+      clearInterval(this.time);// 清除定时器
269
+      this.time = null
270
+      // clearInterval(this.timerID);
271
+      // this.timerID = null;// 清除定时器
272
+      // let unObj = {
273
+      //     cmd:'queue/unjoin',
274
+      //     data:{type:2}
275
+      // }
276
+      // this.websocketSend(unObj)
277
+  },
278
+  methods:{
279
+    getindexschedulelists(org_id){
280
+      axios.get('/api/index/schedulelist?org_id='+ org_id
281
+      ).then((res) => {
282
+        if(res.status==200){
283
+          const paiban = res.data.data
284
+          this.day = res.data.type
285
+          this.schArr = Object.entries(paiban);
286
+          this.total = this.schArr.length
287
+          this.getPageData()
288
+          console.log('2222222',paiban);
289
+          console.log('3333333',this.schArr);
290
+          console.log('4444444',this.total);
291
+        }
292
+        
293
+      })
294
+    },
295
+    // 进入全屏
296
+    fullscreenboard: function() {
297
+        sessionStorage.setItem('lineUpKey',1);
298
+        this.dialogTableVisible = true;
299
+        // let routeData = this.$router.resolve({ path: '/fullscreenboard' })
300
+        // window.open(routeData.href, '_blank')
301
+    },
302
+    outfullscreenboard: function() {
303
+        this.dialogTableVisible = false;
304
+        this.showSetting = false;
305
+    },
306
+    togglefullscreen: function() {
307
+        if (!screenfull.enabled) {
308
+            this.$message({
309
+            message: "你的浏览器不支持",
310
+            type: "warning"
311
+            });
312
+            return false;
313
+        }
314
+        screenfull.toggle();
315
+        this.showSetting = false;
316
+    },
317
+    openSetting() {
318
+        if (this.showSetting == false) {
319
+            this.showSetting = true;
320
+        } else {
321
+            this.showSetting = false;
322
+        }
323
+    },
324
+    getDates(time){
325
+        return moment(time * 1000).format('HH:mm:ss')
326
+    },
327
+    updateTime() {
328
+        var cd = new Date();
329
+        var week = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'];
330
+        this.time = this.zeroPadding(cd.getHours(), 2) + ':' + this.zeroPadding(cd.getMinutes(), 2) + ':' + this.zeroPadding(cd.getSeconds(), 2) + ' (' + week[cd.getDay()] + ")";
331
+        this.newdate = this.zeroPadding(cd.getFullYear(), 4) + '-' + this.zeroPadding(cd.getMonth() + 1, 2) + '-' + this.zeroPadding(cd.getDate(), 2);
332
+    },
333
+    zeroPadding(num, digit) {
334
+        var zero = '';
335
+        for (var i = 0; i < digit; i++) {
336
+            zero += '0';
337
+        }
338
+        return (zero + num).slice(-digit);
339
+    },
340
+    handleSizeChange(val) {
341
+      this.pagesize = val
342
+      this.getPageData()
343
+      console.log(`每页 ${val} 条`,this.pagesize);
344
+    },
345
+    handleCurrentChange(val) {
346
+      this.currentPage = val
347
+      this.getPageData()
348
+      console.log(`当前页: ${val}`);
349
+    },
350
+    getPageData() {
351
+    console.log('是否yes');
352
+    let start = (this.currentPage - 1) * this.pagesize;
353
+    let end = start + this.pagesize;
354
+    this.fenqu = this.schArr.slice(start, end);
355
+    },
356
+    getdays(id){
357
+      console.log(1111,id);
358
+      for(let i=0;i<this.teem_sel.length;i++){
359
+        console.log(this.teem_sel[i]);
360
+        if(this.teem_sel[i].id == id){
361
+          return this.teem_sel[i].name
362
+        }
363
+      }
364
+    }
365
+
366
+  },
367
+  created(){ 
368
+    // this.schArr = Object.entries(this.data);
369
+    // console.log('5555555555',Math.ceil(this.schArr.length / this.pagesize));
370
+    // console.log('00000',arr);
371
+    // this.getindexschedulelist()
372
+    this.getindexschedulelists(this.org_id)
373
+    this.getPageData()
374
+  },
375
+
376
+}
377
+</script>
378
+
379
+
380
+<style lang="scss" scoped>
381
+.main-contain{
382
+    height: 100%;
383
+}
384
+.page_lineUp{
385
+    height: 100%;
386
+    .lineUpTitle{
387
+        height: 4vh;
388
+        background: #1A82BF;
389
+        display: flex;
390
+        justify-content: space-between;
391
+        align-items: center;
392
+        padding: 0 20px;
393
+        color:#fff;
394
+        font-size: 2vh;
395
+        font-weight: 600;
396
+    }
397
+    .lineUpMain{
398
+        background: linear-gradient(0deg, #76ECEC, #479CD2);
399
+        height: 95%;
400
+        padding:10px;
401
+    }
402
+    .lineUpMainLeft{
403
+        height: 8%;
404
+        border-radius: 15px;
405
+        display: flex;
406
+        flex-direction: column;
407
+
408
+    }
409
+    .lineUpMainLeftTitle{
410
+        // display: flex;
411
+        // justify-content: space-between;
412
+        align-items: center;
413
+        color:#fff;
414
+        font-size: 4vh;
415
+        font-weight: 600;
416
+        height:7vh;
417
+        line-height: 7vh;
418
+        background: #1A82BF;
419
+        border-radius: 15px 15px 0 0;
420
+        >p{
421
+            display: inline-block;
422
+            text-align: center;
423
+        }
424
+    }
425
+    .lineUpList{
426
+        font-size: 3vh;
427
+        font-weight: 600;
428
+        flex: 1;
429
+        >div:nth-child(odd){
430
+            background: #F9FDFF;
431
+        }
432
+        >div:nth-child(even){
433
+            background: #CCEBFF;
434
+        }
435
+        >div:last-child{
436
+            border-radius: 0 0 15px 15px;
437
+        }
438
+        .lineUpListOne{
439
+            height:16%;
440
+            padding: 0.5%;
441
+            display: flex;
442
+            justify-content: space-between;
443
+            align-items: center;
444
+            color:#1C6895;
445
+            >p{
446
+                width:25%;
447
+                text-align: center;
448
+                display: inline-block;
449
+                padding: 5px 0px;
450
+            }
451
+        }
452
+    }
453
+    .callingBox{
454
+        height: 39%;
455
+        margin-top: 10px;
456
+        display: flex;
457
+        justify-content: space-between;
458
+        .callingBoxLeft{
459
+            width: 49.5%;
460
+            height: 100%;
461
+            display: flex;
462
+            justify-content: space-between;
463
+        }
464
+        .callingBoxLeft1{
465
+            width: 100%;
466
+            height: 100%;
467
+            display: flex;
468
+            justify-content: space-between;
469
+        }
470
+        .callingTitle{
471
+            width: 10vh;
472
+            height: 100%;
473
+            border-radius: 15px 0 0 15px;
474
+            font-size: 5vh;
475
+            font-weight:600;
476
+            text-align: center;
477
+            color: #fff;
478
+            background: #1A82BF;
479
+            display: flex;
480
+            align-items: center;
481
+            margin-right: 5px;
482
+        }
483
+        .newCallingTitle{
484
+            background: #1aa680;
485
+        }
486
+        .callingTop{
487
+            height: 49.5%;
488
+            border-radius: 0 15px 0 0;
489
+            background: #F9FDFF;
490
+            display: flex;
491
+            justify-content: space-between;
492
+            .callingTopTip{
493
+                width: 10vh;
494
+                height: 100%;
495
+                color: #fff;
496
+                font-size: 3vh;
497
+                font-weight: 600;
498
+                background: #1A82BF;
499
+                display: flex;
500
+                align-items: center;
501
+            }
502
+            .newCallingTopTip{
503
+                background: #1aa680;
504
+            }
505
+            .callingContent{
506
+                flex: 1;
507
+                display: flex;
508
+                flex-direction: column;
509
+                font-size: 4vh;
510
+                color:#1C6895;
511
+                font-weight: 600;
512
+                padding-left: 20px;
513
+                justify-content: space-around;
514
+                >p{
515
+                    width:100%;
516
+                    text-align: left;
517
+                    line-height: 50px;
518
+                }
519
+                div>:first-child{
520
+                    margin-bottom: 10px;
521
+                }
522
+            }
523
+            .newCallingContent{
524
+                color:#1aa680;
525
+            }
526
+        }
527
+    }
528
+}
529
+#fullscreenbroad {
530
+  position: fixed;
531
+  top: 0;
532
+  right: 0;
533
+  bottom: 0;
534
+  left: 0;
535
+  overflow: auto;
536
+  margin: 0;
537
+  background: #fff;
538
+  padding: 20px;
539
+  z-index:5000;
540
+  height: 100%;
541
+}
542
+#fullscreenbroad #fullscreenbroad-setting {
543
+  float: right;
544
+}
545
+
546
+#fullscreenbroad .el-button + .el-button {
547
+  margin-left: 0px;
548
+}
549
+#fullscreenbroad .el-button:nth-child(1) {
550
+  margin-left: 10px;
551
+}
552
+#fullscreenbroad .el-button:nth-child(2) {
553
+  margin-left: 10px;
554
+}
555
+.fullRow{
556
+    margin-bottom: 10px;
557
+}
558
+</style>