Browse Source

新分支

28169 1 year ago
parent
commit
b108de7fb2

+ 10 - 2
src/api/schedule.js View File

@@ -306,11 +306,19 @@ export function CreateScheduleTwo(id, schedule,id_two) {
306 306
 
307 307
 
308 308
 export function ChangeScheduleTen(id,schedule){
309
-  
310
-  console.log('schedule', schedule)
309
+
311 310
   return request({
312 311
     url: '/api/schedule/changeschedule?id=' + id+"&bed_id="+schedule.bed_id+"&mode_id="+schedule.mode_id+"&schedule_type="+schedule.schedule_type,
313 312
     method: 'Put',
314 313
     data: schedule
315 314
   })
316 315
 }
316
+
317
+export function getNumberList(id,params){
318
+  
319
+  return request({
320
+    url:"/api/schedule/getordernumber?id="+id,
321
+    method:"Get",
322
+    params:params
323
+  })
324
+}

+ 3 - 3
src/xt_pages/device/objectRegistration.vue View File

@@ -676,7 +676,7 @@
676 676
                    var objectDisinfect =  response.data.data.objectDisinfect
677 677
                    this.$message.success("保存成功!")
678 678
                    this.dialogFormVisible = false
679
-                   this.getObjectTableDisInfectList()
679
+                   this.getlist()
680 680
                  }
681 681
               })
682 682
             }
@@ -847,11 +847,11 @@
847 847
 
848 848
        handleSizeChange(val) {
849 849
         this.limit = val;
850
-        this.getObjectTableDisInfectList()
850
+        this.getlist()
851 851
       },
852 852
       handleCurrentChange(val) {
853 853
         this.page = val;
854
-        this.getObjectTableDisInfectList()
854
+        this.getlist()
855 855
       },
856 856
 
857 857
       saveObjectRegistration(formName){

+ 23 - 21
src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue View File

@@ -476,32 +476,34 @@ export default {
476 476
             modify_other_url: "/api/dialysis/treatmentsummary?mode=3",
477 477
             module: 9,
478 478
           },
479
-        })
480
-        .then((res) => {
479
+        }).then((res) => {
481 480
           if (res.data.state == 0) {
482 481
             this.hasPermission = false;
483 482
           } else if (res.data.state == 1) {
484
-            if (this.record.id != "" && this.record.creater != 0) {
485
-              // 有数据
486
-              if (this.record.creater == this.$store.getters.user.admin.id) {
487
-                // 创建人是自己
488
-                if (res.data.data.is_has_modify == false) {
489
-                  this.hasPermission = false;
490
-                  this.showTxt = "你没有修改治疗小结权限";
483
+            if(this.org_id!=10340){
484
+                if (this.record.id != "" && this.record.creater != 0) {
485
+                // 有数据
486
+                if (this.record.creater == this.$store.getters.user.admin.id) {
487
+                  // 创建人是自己
488
+                  if (res.data.data.is_has_modify == false) {
489
+                    this.hasPermission = false;
490
+                    this.showTxt = "你没有修改治疗小结权限";
491
+                  }
492
+                } else {
493
+                  // 创建人不是自己
494
+                  if (res.data.data.is_has_modify_other == false) {
495
+                    this.hasPermission = false;
496
+                    this.showTxt = "你没有修改他人治疗小结权限";
497
+                  }
491 498
                 }
492
-              } else {
493
-                // 创建人不是自己
494
-                if (res.data.data.is_has_modify_other == false) {
499
+              } else if (this.record.id == "" || this.record.creater == 0) {
500
+                if (res.data.data.is_has_create == false) {
495 501
                   this.hasPermission = false;
496
-                  this.showTxt = "你没有修改他人治疗小结权限";
502
+                  this.showTxt = "你没有新增治疗小结权限";
497 503
                 }
498 504
               }
499
-            } else if (this.record.id == "" || this.record.creater == 0) {
500
-              if (res.data.data.is_has_create == false) {
501
-                this.hasPermission = false;
502
-                this.showTxt = "你没有新增治疗小结权限";
503
-              }
504 505
             }
506
+           
505 507
           }
506 508
         });
507 509
     },
@@ -587,9 +589,9 @@ export default {
587 589
 
588 590
        if(this.org_id ==10090){
589 591
           var str = " 患者今日来我科行血液透析治疗,血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription.mode_id)+
590
-        ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus + ",抗凝剂:"+this.GetAnticoagulant(this.prescription.anticoagulant) +",总量:"+this.prescription.anticoagulant_zongliang+"iu"+
591
-        ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription.target_ultrafiltration +"ml" +",血流量:"+this.prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +","+"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
592
-        ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"ml"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "
592
+        ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus +
593
+        ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription.target_ultrafiltration +"L" +",血流量:"+this.prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +","+"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
594
+        ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"L"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "
593 595
         +",今日使用药品:"+doc_str +",患者下机后测血压,"+"收缩压:"+this.assessment_after_dislysis.systolic_blood_pressure+"mmHg"+",舒张压:"+this.assessment_after_dislysis.diastolic_blood_pressure+"mmHg"+",脉搏:"+this.assessment_after_dislysis.pulse_frequency +"次/分"
594 596
 
595 597
         console.log("str000000000000000000222o2o2",str)

+ 182 - 57
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -45,13 +45,24 @@
45 45
                   }}</td>
46 46
               </tr>
47 47
               <tr>
48
-                <td>病床床号:</td>
49
-                <td>治疗时间:</td>
50
-                <td>干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}</td>
48
+                <td>病床床号:
49
+                  <span>
50
+                  {{
51
+                    dialysisOrder &&
52
+                    dialysisOrder.DeviceNumber &&
53
+                    dialysisOrder.DeviceNumber.number.length > 0
54
+                      ? dialysisOrder.DeviceNumber.number
55
+                      : patientInfo.DialysisSchedule.device_number.number
56
+                    }}
57
+                  </span>
58
+                </td>
59
+                <td>治疗时间:
60
+                  {{afterdialysis.actual_treatment_hour }}<span v-if="afterdialysis.actual_treatment_hour>0">时</span>
61
+                  <span v-if="afterdialysis.actual_treatment_minute>0">{{afterdialysis.actual_treatment_minute>0}}</span> {{afterdialysis.actual_treatment_minute }}<span v-if="afterdialysis.actual_treatment_minute>0">分</span>
62
+                </td>
63
+                <td>干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg</td>
51 64
                 <td>上次透后体重:
52
-                  {{predialysis.weight_after_last_transparency
53
-                      ? predialysis.weight_after_last_transparency
54
-                      : "未称重"}}
65
+                  {{lastafterdialysis.weight_after?lastafterdialysis.weight_after:"未称重"}}
55 66
                 </td>
56 67
               </tr>
57 68
               <tr>
@@ -60,23 +71,34 @@
60 71
                     predialysis.weight_before ? predialysis.weight_before : "/"
61 72
                   }}kg
62 73
                 </td>
63
-                <td>透析总次数:</td>
64
-                <td colspan="2">患者评估:</td>
74
+                <td>透析总次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }}</td>
75
+                <td colspan="2">患者评估:
76
+                  {{ receiverTreatmentAccess.sick_condition ? receiverTreatmentAccess.sick_condition : "/" }}
77
+                </td>
65 78
               </tr>
66 79
               <tr>
67 80
                 <td colspan="4">
68
-                  <span style="width: 14%;">血管通路:</span>
69
-                  <span style="width: 14%;">部位:</span>
70
-                  <span style="width: 14%;">通路评估:</span>
71
-                  <span style="width: 14%;">震颤:</span>
72
-                  <span style="width: 14%;">外观:</span>
81
+                  <span style="width: 14%;">血管通路:
82
+                    {{ predialysis.blood_access_part_opera_name }}
83
+                  </span>
84
+                  <span style="width: 14%;">部位:
85
+                    {{ predialysis.blood_access_part_id }}
86
+                 </span>
87
+                  <span style="width: 14%;">通路评估:
88
+                     <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
89
+                     <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
90
+                     <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
91
+
92
+                  </span>
93
+                  <!-- <span style="width: 14%;">震颤:</span> -->
94
+                  <!-- <span style="width: 14%;">外观:</span> -->
73 95
                   <span style="width: 14%;">置换方式:
74 96
                     {{
75 97
                       getDisplaceLiquiPart(prescription.displace_liqui_part)
76 98
                     }}
77 99
                   </span>
78 100
                   <span style="width: 14%;">置换总量:
79
-                    {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "/" }}
101
+                    {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "" }}
80 102
                   </span>
81 103
                 </td>
82 104
               </tr>
@@ -84,28 +106,31 @@
84 106
                 <td colspan="4">
85 107
                   <div>
86 108
                     透前生命体征:
87
-                    T <span>
109
+                    T <span>
88 110
                         {{predialysis.temperature
89 111
                         ? predialysis.temperature : "/"
90
-                          }}
112
+                          }}
91 113
                       </span>&nbsp;
92
-                    P <span>
114
+                    P <span>
93 115
                         {{
94 116
                           predialysis.pulse_frequency
95 117
                             ? predialysis.pulse_frequency
96 118
                             : "/"
119
+
97 120
                         }}
121
+                         次/分
98 122
                       </span>&nbsp;
99
-                    R <span>
123
+                    R <span>
100 124
                         {{
101 125
                           predialysis.breathing_rate
102 126
                             ? predialysis.breathing_rate
103 127
                             : "/"
104 128
                         }}
129
+                         次/分
105 130
                       </span>&nbsp;
106
-                    BP <span>
107
-                        {{predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : "/"}} /
108
-                        {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : '/' }}
131
+                    BP <span>
132
+                        {{predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : "/"}} mmHg/
133
+                        {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : '/' }} mmHg
109 134
                       </span>&nbsp;
110 135
                   </div>
111 136
                 </td>
@@ -119,33 +144,85 @@
119 144
               style="border-collapse: collapse;text-align: left;width: 100%;
120 145
             ">
121 146
               <tr>
122
-                <td>治疗模式:</td>
147
+                <td>治疗模式:
148
+                  <span v-if="prescription.mode_id == 1">HD</span>
149
+                  <span v-if="prescription.mode_id == 2">HDF</span>
150
+                  <span v-if="prescription.mode_id == 3">HD+HP</span>
151
+                  <span v-if="prescription.mode_id == 4">HP</span>
152
+                  <span v-if="prescription.mode_id == 5">HF</span>
153
+                  <span v-if="prescription.mode_id == 6">SCUF</span>
154
+                  <span v-if="prescription.mode_id == 7">IUF</span>
155
+                  <span v-if="prescription.mode_id == 8">HFHD</span>
156
+                  <span v-if="prescription.mode_id == 9"> HFHD+HP</span>
157
+                  <span v-if="prescription.mode_id == 10">PHF</span>
158
+                  <span v-if="prescription.mode_id == 11">HFR</span>
159
+                  <span v-if="prescription.mode_id == 12">HDF+HP</span>
160
+                  <span v-if="prescription.mode_id == 13">CRRT</span>
161
+                  <span v-if="prescription.mode_id == 14">腹水回输</span>
162
+                  <span v-if="prescription.mode_id == 15">HD前置换</span>
163
+                  <span v-if="prescription.mode_id == 16">HD后置换</span>
164
+                  <span v-if="prescription.mode_id == 17">HDF前置换</span>
165
+                  <span v-if="prescription.mode_id == 18">HDF后置换</span>
166
+                  <span v-if="prescription.mode_id == 19"> IUF+HD</span>
167
+                  <span v-if="prescription.mode_id == 22"> 血浆胆红素吸附+HDF</span>
168
+                  <span v-if="prescription.mode_id == 23"> 血浆胆红素吸附</span>
169
+                  <span v-if="prescription.mode_id == 24">I-HDF</span>
170
+                  <span v-if="prescription.mode_id == 25"> HD高通</span>
171
+                  <span v-if="prescription.mode_id == 29"> PE</span>
172
+                  <span v-if="prescription.mode_id == 30">血浆胆红素吸附+HP</span>
173
+                </td>
123 174
                 <td>
124 175
                   透析时长:
125 176
                   {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }} h
126 177
                   {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "0" }} min
127 178
                 </td>
128
-                <td>预超:</td>
179
+                <td>预超:{{prescription.target_ultrafiltration }}L</td>
129 180
                 <td>血流量:{{ prescription.blood_flow_volume ? prescription.blood_flow_volume : "/" }}</td>
130 181
               </tr>
131 182
               <tr>
132
-                <td colspan="4">抗凝剂:</td>
183
+                <td colspan="4">抗凝剂:
184
+                  {{prescription.anticoagulant_name?prescription.anticoagulant_name : "/"}}
185
+                </td>
133 186
               </tr>
134 187
               <tr>
135
-                <td colspan="2">透析机:</td>
136
-                <td colspan="2">透析器:
188
+                <td colspan="2">透析机:
189
+                  {{predialysis.machine_type ? predialysis.machine_type : ""}}
190
+                </td>
191
+                <td colspan="2">透析器/灌流器:
137 192
                   {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "/" }}
193
+
194
+                  {{ prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "/" }}
138 195
                 </td>
139 196
               </tr>
140 197
               <tr>
141 198
                 <td colspan="4">
142
-                  <span style="width: 14%;">透析液:</span>
199
+                  <span style="width: 14%;">透析液:
200
+                   流量: {{prescription.dialysate_flow?prescription.dialysate_flow:"" }} ml/min
201
+                   温度: {{ prescription.dialysate_temperature }} ℃
202
+                   钾:{{ prescription.kalium }} mmol/L
203
+                   钠:{{ prescription.sodium }} mmol/L
204
+                   钙:{{ prescription.calcium }} mmol/L
205
+                   碳酸氢盐: {{ prescription.bicarbonate }} mmol/L
206
+                  </span>
143 207
                 </td>
144 208
               </tr>
145 209
               <tr>
146 210
                 <td colspan="2"></td>
147 211
                 <td colspan="2">
148 212
                   处方医生:
213
+                  <span
214
+                    style="height: 30px; display: inline-block"
215
+                      v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
216
+                      >
217
+                     {{ getAdminUser(doctor_advices[0].advice_doctor) }}
218
+                  </span>
219
+                  <img
220
+                    style="height: 40px"
221
+                    :src="setAdminUserES(doctor_advices[0].advice_doctor)"
222
+                    alt=""
223
+                    srcset=""
224
+                    v-else
225
+                  />
149 226
                 </td>
150 227
               </tr>
151 228
             </table>
@@ -175,20 +252,37 @@
175 252
                 <th width="50">超滤率<br>ml/h</th>
176 253
                 <th width="50">电导率<br>ms/cm</th>
177 254
               </tr>
178
-              <tr>
179
-                <td></td>
180
-                <td></td>
181
-                <td></td>
182
-                <td></td>
183
-                <td></td>
184
-                <td></td>
185
-                <td></td>
186
-                <td></td>
187
-                <td></td>
188
-                <td></td>
189
-                <td></td>
190
-                <td></td>
191
-                <td></td>
255
+              <tr v-for="(monitor, monindex) in monitors" :key="monindex">
256
+                <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
257
+                <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
258
+                {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>
259
+                <td>{{monitor.breathing_rate ? monitor.breathing_rate : ""}}</td>
260
+                <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
261
+                <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
262
+                <td>{{monitor.venous_pressure? monitor.venous_pressure: ""}}</td>
263
+                <td>{{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
264
+                <td>{{monitor.replacement_rate? monitor.replacement_rate: ""}}</td>
265
+                <td>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</td>
266
+                <td>{{monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</td>
267
+                <td>{{monitor.conductivity? monitor.conductivity: ""}}</td>
268
+                <td>{{monitor.dispose? monitor.dispose: ""}}
269
+                  {{monitor.result? monitor.result: ""}}
270
+                </td>
271
+                <td>
272
+                  <span
273
+                    style="height: 30px; display: inline-block"
274
+                      v-if="setAdminUserES(monitor.creater) == ''"
275
+                      >
276
+                     {{ getAdminUser(monitor.creater) }}
277
+                  </span>
278
+                  <img
279
+                    style="height: 40px"
280
+                    :src="setAdminUserES(monitor.creater)"
281
+                    alt=""
282
+                    srcset=""
283
+                    v-else
284
+                  />
285
+                </td>
192 286
               </tr>
193 287
             </table>
194 288
           </div>
@@ -297,7 +391,9 @@
297 391
                       : "/"
298 392
                   }}
299 393
                 </td>
300
-                <td>实超:</td>
394
+                <td>实超:
395
+                  {{ afterdialysis.actual_ultrafiltration }}ml
396
+                </td>
301 397
                 <td>实际治疗时长:
302 398
                   {{
303 399
                     afterdialysis.actual_treatment_hour
@@ -310,25 +406,42 @@
310 406
                   }}分钟
311 407
                 </td>
312 408
                 <td>下机时间:
313
-                  <!-- {{ getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}") ? getTime(Order.end_time, "{y}-{m}-{d} {h}:{i}") : "0" }} -->
409
+                  {{ getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") ? getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") : "0" }}
314 410
                 </td>
315 411
               </tr>
316 412
               <tr>
317 413
                 <td colspan="4">
318 414
                   <div>
319 415
                     透后生命体征:
320
-                    T <span>36.5 ℃</span>&nbsp;
321
-                    P <span>36.5 ℃</span>&nbsp;
322
-                    R <span>36.5 ℃</span>&nbsp;
323
-                    BP <span>36.5 ℃</span>&nbsp;
416
+                    T: <span>
417
+                      {{ afterdialysis.temperature }}  ℃
418
+                    </span>&nbsp;
419
+                    P: <span>
420
+                     {{ afterdialysis.pulse_frequency }} 次/分
421
+                    </span>&nbsp;
422
+                    R: <span>
423
+                      {{ afterdialysis.breathing_rate }} 次/分
424
+                    </span>&nbsp;
425
+                    BP: <span>
426
+                      {{ afterdialysis.systolic_blood_pressure }} mmHg / {{ afterdialysis.diastolic_blood_pressure }}mmHg
427
+                    </span>&nbsp;
324 428
                   </div>
325 429
                 </td>
326 430
               </tr>
327 431
               <tr>
328 432
                 <td colspan="4">
329
-                  <span style="width: 14%;">通路评估:</span>
330
-                  <span style="width: 14%;">震颤:</span>
331
-                  <span style="width: 14%;">外观:</span>
433
+                  <span style="width: 14%;">通路评估:
434
+                    {{
435
+                      afterdialysis.internal_fistula
436
+                        ? afterdialysis.internal_fistula
437
+                        : ""
438
+                     }}
439
+
440
+                     {{
441
+                        afterdialysis.catheter ? afterdialysis.catheter : ""
442
+                    }}
443
+                  </span>
444
+
332 445
                 </td>
333 446
               </tr>
334 447
             </table>
@@ -336,7 +449,9 @@
336 449
 
337 450
           <div class="infoTitle">治疗小结</div>
338 451
           <div style="height: 80px;margin: 10px 0px;text-align: left;">
339
-            <span>治疗小结:</span>
452
+            <span>治疗小结:
453
+            {{summary.dialysis_summary?summary.dialysis_summary:'/'}}
454
+            </span>
340 455
           </div>
341 456
           <div style="text-align: left;width: 100%;">
342 457
             <table>
@@ -373,18 +488,28 @@
373 488
                       srcset=""
374 489
                       v-else
375 490
                     />
376
-                    
491
+
377 492
                   </span>
378 493
                 </td>
379
-                <td width="10%">核对护士:</td>
494
+                <td width="18%">核对护士:
495
+
496
+                 <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.finish_nurse)}}</span>
497
+                <img style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
498
+                </td>
380 499
                 <td width="10%"></td>
381
-                <td width="10%">下机护士:</td>
500
+                <td width="15%">下机护士:
501
+                 <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.finish_nurse)}}</span>
502
+                                      <img style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
503
+                </td>
382 504
                 <td width="10%"></td>
383
-                <td width="10%">医生:</td>
505
+                <td width="10%">医生:
506
+                 <span v-if="setAdminUserES(prescription.creater) == ''">{{getAdminUser(prescription.creater)}}</span>
507
+                                      <img style="height:20px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else>
508
+                </td>
384 509
                 <td width="10%"></td>
385 510
               </tr>
386 511
             </table>
387
-          
512
+
388 513
           </div>
389 514
         </div>
390 515
       </div>
@@ -1407,7 +1532,7 @@ export default {
1407 1532
   .table tr td{
1408 1533
     padding: 5px;
1409 1534
   }
1410
-  
1535
+
1411 1536
 
1412 1537
 }
1413 1538
 </style>

+ 55 - 41
src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue View File

@@ -1,12 +1,14 @@
1
+
1 2
 <template>
3
+  
2 4
   <div id='invoice-print'>
3
-    <div v-for='(i,index) in pageArr.length' :key="index" >
4
-      <div :style="{position: 'absolute',top:(20 + (index * 520))  + 'px',left:200+ 'px',}">盐城大丰悦达金骆驼血液透析中心</div>
5
-      <div :style="{position: 'absolute',top:(70 + (index * 520))  + 'px',left:150+ 'px',}">{{ list.order_number }}</div>
5
+    <div v-for='(i,index) in pageArr.length' :key="index" style="position: relative;">
6
+      <div :style="{position: 'absolute',top:(38 + (index * 380))  + 'px',left:152+ 'px',}">盐城大丰悦达金骆驼血液透析中心</div>
7
+      <div :style="{position: 'absolute',top:(76 + (index * 380))  + 'px',left:117+ 'px',}">{{ list.order_number }}</div>
6 8
       <div style="display:flex;justify-content: space-between;">
7
-        <div :style="{position: 'absolute',top:(100 + (index * 520))  + 'px',left:100+ 'px',}">{{ paramsObj.name }}</div>
9
+        <div :style="{position: 'absolute',top:(95 + (index * 380))  + 'px',left:92+ 'px',}">{{ paramsObj.name }}</div>
8 10
       </div>
9
-      <div :style="{position: 'absolute',top:(190 + (index * 520))  + 'px',left:120+ 'px',}">
11
+      <div :style="{position: 'absolute',top:(140 + (index * 380))  + 'px',left:76+ 'px',}">
10 12
         <div v-if="list.westernMedicineCostTotal">西药 {{ list.westernMedicineCostTotal }}</div>
11 13
         <div v-if="list.treatCostTotal">治疗费 {{ list.treatCostTotal }}</div>
12 14
         <div v-if="list.bedCostTotal">床位费 {{ list.bedCostTotal }}</div>
@@ -16,9 +18,9 @@
16 18
         <div v-if="list.otherCostTotal">其他费 {{ list.otherCostTotal }}</div>
17 19
         <div v-if="list.materialCostTotal">材料费 {{ list.materialCostTotal }}</div>
18 20
       </div>
19
-      <div :style="{position: 'absolute',top:(190 + (index * 520))  + 'px',left:300+ 'px'}">
21
+      <div :style="{position: 'absolute',top:(140 + (index * 380))  + 'px',left:247+ 'px'}">
20 22
         <div v-for="item in list.order_info.slice(index * 10,(index * 10) + pageArr[index])">
21
-                    <span style="display:inline-block;width:200px;">
23
+                    <span style="display:inline-block;width:300px;">
22 24
                         <span v-if="item.advice.id == 0">
23 25
                             <span v-if="item.project.type == 2"> {{ item.project.project.project_name }}</span>
24 26
                             <span v-if="item.project.type == 3">{{ item.project.good_info.good_name }}</span>
@@ -26,64 +28,76 @@
26 28
                         <span v-else>{{ item.advice.advice_name }}</span>
27 29
                     </span>
28 30
           <span style="display:inline-block;width:50px;">
29
-                        <span v-if="item.advice.id == 0">
30
-                            <span v-if="item.project.type == 2">{{ item.project.count }}{{ item.project.unit }}</span>
31
-                            <span v-if="item.project.type == 3">{{ item.project.count }}{{ item.project.unit }}</span>
32
-                        </span>
33
-                        <span v-else>{{ item.advice.prescribing_number }}{{ item.advice.prescribing_number_unit }}</span>
34
-                    </span>
31
+              <span v-if="item.advice.id == 0">
32
+                  <span v-if="item.project.type == 2">{{ item.project.count }}{{ item.project.unit }}</span>
33
+                  <span v-if="item.project.type == 3">{{ item.project.count }}{{ item.project.unit }}</span>
34
+              </span>
35
+              <span v-else>{{ item.advice.prescribing_number }}{{ item.advice.prescribing_number_unit }}</span>
36
+          </span>
35 37
           <span>
36
-                        <span v-if="item.advice.id == 0">
37
-                            <span v-if="item.project.type == 2">{{ (item.project.count * item.pric).toFixed(2) }}</span>
38
-                            <span v-if="item.project.type == 3">{{ (item.project.count * item.pric).toFixed(2) }}</span>
39
-                        </span>
40
-                        <span v-else>{{ (item.advice.prescribing_number * item.pric).toFixed(2) }}</span>
41
-                    </span>
38
+              <span v-if="item.advice.id == 0">
39
+                  <span v-if="item.project.type == 2">{{ (item.project.count * item.pric).toFixed(2) }}</span>
40
+                  <span v-if="item.project.type == 3">{{ (item.project.count * item.pric).toFixed(2) }}</span>
41
+              </span>
42
+              <span v-else>{{ (item.advice.prescribing_number * item.pric).toFixed(2) }}</span>
43
+          </span>
42 44
         </div>
43 45
       </div>
44
-      <div :style="{position: 'absolute',top:(390 + (index * 520))  + 'px',left:130+ 'px'}">{{ zhongwen }}</div>
45
-      <div :style="{position: 'absolute',top:(390 + (index * 520))  + 'px',left:480+ 'px'}">{{ list.medfee_sumamt }}</div>
46
-      <div v-if="index == pageArr.length - 1" :style="{position: 'absolute',top:(410 + (index * 520))  + 'px',left:110+ 'px',width:100 + '%',fontSize:12+'px'}">
46
+      <div :style="{position: 'absolute',top:(285 + (index * 380))  + 'px',left:121+ 'px'}">{{ zhongwen }}</div>
47
+      <div :style="{position: 'absolute',top:(285 + (index * 380))  + 'px',left:391+ 'px'}">{{ list.medfee_sumamt }}</div>
48
+      <div v-if="index == pageArr.length - 1" :style="{position: 'absolute',top:(304 + (index * 380))  + 'px',left:125+ 'px',width:100 + '%',fontSize:12+'px'}">
47 49
         <div style="display:flex;">
48 50
           <div style="width:140px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
49 51
           <div style="width:140px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
50 52
           <div style="width:140px">统筹支出:{{ list.order.hifp_pay }}</div>
51 53
           <div style="width:140px">大病支出:{{list.order.hifmi_pay}}</div>
54
+          <div style="width:140px">个人账户支付:{{ list.order.acct_pay }}</div>
55
+          <div style="width:140px">现金支出:{{ list.order.psn_cash_pay }}</div>
56
+          <div style="width:220px">医疗救助基金支出:{{ list.order.maf_pay }}</div>
52 57
 
53 58
         </div>
54 59
         <div style="display:flex;">
55
-          <div style="width:140px">个人账户支付:{{ list.order.acct_pay }}</div>
56
-          <div style="width:140px">现金支出:{{ list.order.psn_cash_pay }}</div>
57 60
           <div style="width:140px">本次账户:0</div>
58 61
           <div style="width:140px">上次账户:0</div>
59
-        </div>
60
-        <div style="display:flex;">
61 62
           <div style="width:140px">账户余额:{{ list.order.balc }}</div>
62 63
           <div style="width:140px">其他支出:{{ list.order.oth_pay }}</div>
63 64
           <div style="width:140px">大病补充保险支出:0</div>
64 65
           <div style="width:140px">民政支出:0</div>
65
-        </div>
66
-        <div style="display:flex;">
67
-          <div style="width:220px">医疗救助基金支出:{{ list.order.maf_pay }}</div>
68 66
           <div style="width:280px">企业补充医疗保险基金支出:{{ list.order.hifes_pay }}</div>
69 67
         </div>
70 68
 
71 69
       </div>
72
-      <div>
73
-        <div :style="{position: 'absolute',top:(480 + (index * 520))  + 'px',left:140+ 'px'}">盐城大丰悦达金骆驼血液透析中心</div>
74
-        <div :style="{position: 'absolute',top:(480 + (index * 520))  + 'px',left:410+ 'px'}">{{ paramsObj.chargeName }}</div>
75
-        <div :style="{position: 'absolute',top:(480 + (index * 520))  + 'px',left:550+ 'px'}">
70
+      <div v-if="index != pageArr.length - 1">
71
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:140+ 'px'}">盐城大丰悦达金骆驼血液透析中心</div>
72
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:374+ 'px'}">{{ paramsObj.chargeName }}</div>
73
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:435+ 'px'}">
76 74
           <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>
77 75
         </div>
78
-        <div :style="{position: 'absolute',top:(480 + (index * 520))  + 'px',left:610+ 'px'}">
76
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:479+ 'px'}">
79 77
           <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</span>
80 78
         </div>
81
-        <div :style="{position: 'absolute',top:(480 + (index * 520))  + 'px',left:650+ 'px'}">
79
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:500+ 'px'}">
82 80
           <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</span>
83 81
         </div>
84 82
       </div>
83
+
84
+      <div v-if="index == pageArr.length - 1">
85
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:140+ 'px'}">盐城大丰悦达金骆驼血液透析中心</div>
86
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:374+ 'px'}">{{ paramsObj.chargeName }}</div>
87
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:435+ 'px'}">
88
+          <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>
89
+        </div>
90
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:479+ 'px'}">
91
+          <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</span>
92
+        </div>
93
+        <div :style="{position: 'absolute',top:(361 + (index * 380))  + 'px',left:500+ 'px'}">
94
+          <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</span>
95
+        </div>
96
+      </div>
97
+
85 98
     </div>
86 99
   </div>
100
+  
87 101
 </template>
88 102
 
89 103
 
@@ -136,7 +150,7 @@ export default {
136 150
         this.printDate = data.getFullYear() + "-" + month + "-" + date;
137 151
         this.pageArr = []
138 152
         this.getPage()
139
-        this.pageArr.push(10)
153
+        this.pageArr.push(9)
140 154
         console.log('pageArr',this.pageArr.length)
141 155
       })
142 156
     },
@@ -199,14 +213,14 @@ export default {
199 213
       return ''
200 214
     },
201 215
     getPage(){
202
-      if(this.list.order_info.length <= 10){
216
+      if(this.list.order_info.length <= 9){
203 217
         this.page = 1
204 218
         this.pageArr.push(this.list.order_info.length)
205
-      }else if(this.list.order_info.length > 10){
206
-        this.page = parseInt(this.list.order_info.length / 10)
207
-        let num = this.list.order_info.length % 10
219
+      }else if(this.list.order_info.length > 9){
220
+        this.page = parseInt(this.list.order_info.length / 9)
221
+        let num = this.list.order_info.length % 9
208 222
         for (var i=0;i<this.page;i++){
209
-          this.pageArr.push(10)
223
+          this.pageArr.push(9)
210 224
         }
211 225
         if(num != 0){
212 226
           this.pageArr.push(num)

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -206,7 +206,7 @@
206 206
                               <div>
207 207
 
208 208
                                 <el-button
209
-                                    v-if="(hisPatientInfo.id_card_type == 4 && hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0  && org_id != 10340)"
209
+                                    v-if="(hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0  && org_id != 10340)"
210 210
                                     size="small"
211 211
                                     @click="open(50,items.med_type,items.prescriptions[0].order,items.prescriptions)"
212 212
                                     type="primary"

+ 2 - 3
src/xt_pages/outpatientDoctorStation/recordPrint.vue View File

@@ -17,7 +17,6 @@
17 17
           org_id != 10217 && org_id != 10188 &&org_id != 10318&&
18 18
           org_id != 9675 &&
19 19
           org_id != 9671 &&
20
-          org_id != 0 &&
21 20
           org_id != 10164 && org_id != 10341 && 
22 21
           org_id != 10342 && org_id != 10138 &&
23 22
           org_id != 10278
@@ -48,7 +47,7 @@
48 47
       ></printTwo>
49 48
       
50 49
       <printThree
51
-        v-if="org_id == 10318 || org_id == 0 "
50
+        v-if="org_id == 10318"
52 51
         ref="printThree"
53 52
         v-bind:childResponse="childResponse"
54 53
         :patient="patient"
@@ -59,7 +58,7 @@
59 58
       <!-- || org_id == 0-->
60 59
       </printThree>
61 60
       <printFour
62
-        v-if="org_id == 10138 || org_id == 10278 || org_id == 10341 || org_id == 10342 || org_id == 0"
61
+        v-if="org_id == 10138 || org_id == 10278 || org_id == 10341 || org_id == 10342"
63 62
         ref="printFour"
64 63
         v-bind:childResponse="childResponse"
65 64
         :patient="patient"

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

@@ -32,7 +32,7 @@
32 32
         </div>
33 33
         <div class="otherInfo">
34 34
             <div>药物过敏史:</div>
35
-            <div style="flex:1;">{{patient.past_history?patient.past_history:''}}</div>
35
+            <div style="flex:1;">{{history.allergic_history?history.allergic_history:''}}</div>
36 36
         </div>
37 37
         <div class="otherInfo">
38 38
             <div>病历编号:</div>

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

@@ -116,7 +116,7 @@
116 116
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
117 117
             </div>
118 118
           </div>
119
-          
119
+
120 120
           <div
121 121
             class="drugsBox"
122 122
             v-for="(it, i) in item.additionalcharge"
@@ -130,8 +130,8 @@
130 130
           </div>
131 131
           <div style="text-align: center">(以下空白)</div>
132 132
         </div>
133
-        <div class="doctorBox" v-if="org_id != 10188 && org_id != 0">
134
-          <p v-if="org_id == 10217 || org_id == 0">
133
+        <div class="doctorBox">
134
+          <p v-if="org_id == 10217 || org_id == 0 || org_id == 10188">
135 135
             医师:
136 136
             <span
137 137
               style="width: 100px; display: inline-block"
@@ -159,9 +159,9 @@
159 159
           <p>日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</p>
160 160
         </div>
161 161
 
162
-        <div class="doctorBoxs" style="border-bottom: 2px solid #000;" v-if="org_id == 10188 || org_id == 0">
163
-          <p>医师:{{ item.doctor ? item.doctor : "" }}</p>
164
-        </div>
162
+<!--        <div class="doctorBoxs" style="border-bottom: 2px solid #000;" v-if="org_id == 10188 || org_id == 0">-->
163
+<!--          <p>医师:{{ item.doctor ? item.doctor : "" }}</p>-->
164
+<!--        </div>-->
165 165
         <!-- <div class="doctorBoxtwo" v-if="org_id == 10188 || org_id == 0">
166 166
           <p >审核、调配:</p>
167 167
           <p >核对、发药:</p>

+ 46 - 3
src/xt_pages/user/components/PatientForm.vue View File

@@ -393,7 +393,8 @@
393 393
                   </el-radio-group>
394 394
                 </el-form-item>
395 395
               </el-col>
396
-
396
+           
397
+              <el-row>
397 398
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
398 399
                 <el-form-item
399 400
                   label="患者去向 : "
@@ -409,10 +410,29 @@
409 410
                   </el-radio-group>
410 411
                 </el-form-item>
411 412
               </el-col>
413
+            </el-row>
412 414
 
415
+            <!-- <el-row>
413 416
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
414 417
                 <el-form-item
415
-                  label="患者去向时间 : "
418
+                  label="流转地址: "
419
+                >
420
+                <el-select v-model="value" placeholder="请选择">
421
+                    <el-option
422
+                      v-for="item in options"
423
+                      :key="item.value"
424
+                      :label="item.label"
425
+                      :value="item.value">
426
+                    </el-option>
427
+                 </el-select>
428
+                </el-form-item>
429
+              </el-col>
430
+            </el-row>
431
+  -->
432
+              <el-row>
433
+                <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
434
+                <el-form-item
435
+                  label="开始时间 : "
416 436
                 >
417 437
                 <el-date-picker
418 438
                   size="small"
@@ -430,6 +450,28 @@
430 450
                 </el-form-item>
431 451
               </el-col>
432 452
 
453
+              <!-- <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
454
+                <el-form-item
455
+                  label="结束时间 : "
456
+                >
457
+                <el-date-picker
458
+                  size="small"
459
+                  v-model="form.patient_end_time"
460
+                  prefix-icon="el-icon-date"
461
+                  :editable="false"
462
+                  style="width: 150px;"
463
+                  type="date"
464
+                  placeholder="选择日期时间"
465
+                  align="right"
466
+                  format="yyyy-MM-dd"
467
+                  value-format="yyyy-MM-dd"
468
+                  @change="startTimeChange"
469
+                 ></el-date-picker>
470
+                </el-form-item>
471
+              </el-col> -->
472
+              </el-row>
473
+             
474
+
433 475
               <el-col :span="8" style="margin-bottom: 20px;" :style="isEdit ? 'width:360px' : ''">
434 476
                 <el-form-item
435 477
                   label="备注 : "
@@ -1099,6 +1141,7 @@ const defaultForm = {
1099 1141
   doctor:"",
1100 1142
   patient_source:0,
1101 1143
   patient_start_time:"",
1144
+  patient_end_time:"",
1102 1145
   formItem: [
1103 1146
     {
1104 1147
       id: 0,
@@ -1349,7 +1392,7 @@ export default {
1349 1392
         {value:1,label:"门诊"},
1350 1393
         {value:2,label:"住院"},
1351 1394
         {value:3,label:"请假"},
1352
-        {value:4,label:"备注"}
1395
+        {value:4,label:"流转"}
1353 1396
       ],
1354 1397
       lapsetoOptions: [
1355 1398
         { value: 1, label: "留治" },

+ 55 - 42
src/xt_pages/workforce/components/editTableData.vue View File

@@ -1396,7 +1396,7 @@
1396 1396
             </el-select>
1397 1397
           </el-form-item>
1398 1398
           
1399
-          <el-form-item>
1399
+          <!-- <el-form-item>
1400 1400
             <span>透析班次:</span>
1401 1401
             <el-select
1402 1402
                 filterable 
@@ -1422,13 +1422,13 @@
1422 1422
               v-model="changeSchedule.partition_id"
1423 1423
               placeholder="请选择"
1424 1424
               style="width: 100%"
1425
-              @change="changePartition"
1425
+              @change="changePartitionOne"
1426 1426
               >
1427 1427
               <el-option
1428
-                  v-for="(item, index) in zone_names"
1428
+                  v-for="(item, index) in zones"
1429 1429
                   :key="index"
1430
-                  :label="item"
1431
-                  :value="item"
1430
+                  :label="item.name"
1431
+                  :value="item.id"
1432 1432
               >
1433 1433
               </el-option>
1434 1434
               </el-select>
@@ -1450,7 +1450,7 @@
1450 1450
               >
1451 1451
               </el-option>
1452 1452
             </el-select>
1453
-          </el-form-item>
1453
+          </el-form-item> -->
1454 1454
         </el-form>
1455 1455
       </div>
1456 1456
       <span slot="footer" class="dialog-footer">
@@ -1765,6 +1765,7 @@ import {
1765 1765
   ExchangeSch,
1766 1766
   getPatientSmartSch,
1767 1767
   BatchSmartSch,
1768
+
1768 1769
 } from "@/api/schedule_template/sch_template";
1769 1770
 import {
1770 1771
   CancelScheduleTwo,
@@ -1778,7 +1779,8 @@ import {
1778 1779
   getUrgentScheduleInitData,
1779 1780
   getWeekPanelsOne,
1780 1781
   getAllZones,
1781
-  ChangeScheduleTen
1782
+  ChangeScheduleTen,
1783
+  getNumberList
1782 1784
 } from "@/api/schedule";
1783 1785
 import ScheduleItem from "./ScheduleItem";
1784 1786
 
@@ -5017,13 +5019,13 @@ export default {
5017 5019
         console.log("WOOWOWOWOWOW",this.zones)
5018 5020
         console.log("numberowowow",this.numberList)
5019 5021
         this.changeSchedule.mode_id = row[column.property].mode_id
5020
-        var zone_names = ""
5021
-        for(let i=0;i<this.zones.length;i++){
5022
-          if(row.zone_id == this.zones[i].id){
5023
-           zone_names = this.zones[i].name
5024
-          }
5025
-        }
5026
-        this.changeSchedule.partition_id = zone_names
5022
+        // var zone_names = ""
5023
+        // for(let i=0;i<this.zones.length;i++){
5024
+        //   if(row.zone_id == this.zones[i].id){
5025
+        //    zone_names = this.zones[i].name
5026
+        //   }
5027
+        // }
5028
+        this.changeSchedule.partition_id = row.zone_id
5027 5029
         this.changeSchedule.schedule_type = week[1];
5028 5030
         this.changeSchedule.bed_id = row.jihao_id;
5029 5031
         console.log("床位id",this.changeSchedule.bed_id)
@@ -5076,7 +5078,7 @@ export default {
5076 5078
       this.changing_mode = true;
5077 5079
       this.changeSchedule.change_action = "change_mode";
5078 5080
 
5079
-      ChangeScheduleTen(this.currentData.id, this.changeSchedule).then((response) => {
5081
+      ChangeSchedule(this.currentData.id, this.changeSchedule).then((response) => {
5080 5082
             if (response.data.state == 0) {
5081 5083
               this.$message.error(response.data.msg);
5082 5084
             } else {
@@ -5084,32 +5086,32 @@ export default {
5084 5086
                 type: "success",
5085 5087
                 message: "修改成功!",
5086 5088
               });
5087
-              // var that = this;
5088
-              // var schedule = response.data.data.schedule;
5089
-              // this.msDialogVisible = false
5090
-              // this.scheduleZone.forEach(function (zone, index) {
5091
-              //   if (
5092
-              //       zone.zone_id == schedule.partition_id &&
5093
-              //       zone.jihao_id == schedule.bed_id
5094
-              //   ) {
5095
-              //     var weekPath = that.weekPath(
5096
-              //         schedule.schedule_week,
5097
-              //         schedule.schedule_type
5098
-              //     );
5099
-              //     if (weekPath.length == 2) {
5100
-              //       var weekPathKey = weekPath[0] + "_" + weekPath[1];
5101
-              //       that.scheduleZone[index][weekPathKey].dialysis_machine_name =
5102
-              //           schedule.dialysis_machine_name;
5103
-              //       that.scheduleZone[index][weekPathKey].mode_id =
5104
-              //           schedule.mode_id;
5105
-              //       that.scheduleZone[index][weekPathKey].mode_name = typeof that.modeOptions[schedule.mode_id] === "undefined"
5106
-              //               ? ""
5107
-              //               : that.modeOptions[schedule.mode_id].name;
5108
-              //     }
5109
-              //   }
5110
-              // });
5111
-              this.msDialogVisible = false;
5112
-              this.getAllZones()
5089
+              var that = this;
5090
+              var schedule = response.data.data.schedule;
5091
+              this.msDialogVisible = false
5092
+              this.scheduleZone.forEach(function (zone, index) {
5093
+                if (
5094
+                    zone.zone_id == schedule.partition_id &&
5095
+                    zone.jihao_id == schedule.bed_id
5096
+                ) {
5097
+                  var weekPath = that.weekPath(
5098
+                      schedule.schedule_week,
5099
+                      schedule.schedule_type
5100
+                  );
5101
+                  if (weekPath.length == 2) {
5102
+                    var weekPathKey = weekPath[0] + "_" + weekPath[1];
5103
+                    that.scheduleZone[index][weekPathKey].dialysis_machine_name =
5104
+                        schedule.dialysis_machine_name;
5105
+                    that.scheduleZone[index][weekPathKey].mode_id =
5106
+                        schedule.mode_id;
5107
+                    that.scheduleZone[index][weekPathKey].mode_name = typeof that.modeOptions[schedule.mode_id] === "undefined"
5108
+                            ? ""
5109
+                            : that.modeOptions[schedule.mode_id].name;
5110
+                  }
5111
+                }
5112
+              });
5113
+              // this.msDialogVisible = false;
5114
+              // this.getAllZones()
5113 5115
              
5114 5116
             }
5115 5117
             this.changing_mode = false;
@@ -5177,6 +5179,17 @@ export default {
5177 5179
       this.current_devices = this.zone_device_map[value];
5178 5180
       this.device_id = this.current_devices[0].id;
5179 5181
     },
5182
+    changePartitionOne(val){
5183
+      console.log("valwoowow",val)
5184
+
5185
+      getNumberList(val).then(response=>{
5186
+         if(response.data.state==1){
5187
+           var number = response.data.data.number
5188
+           this.numberList = []
5189
+           this.numberList = number
5190
+         }
5191
+      })
5192
+    },
5180 5193
     // 选择下拉框方法
5181 5194
     changeScheduleType(schedule_type) {
5182 5195
       const params = {
@@ -5782,7 +5795,7 @@ export default {
5782 5795
 
5783 5796
           this.strArr = strArr;
5784 5797
           var device_number =  response.data.data.devicenumber
5785
-
5798
+          this.numberList = []
5786 5799
           this.numberList = device_number
5787 5800
           console.log("所有床位",device_number)
5788 5801
           this.getWeekPanels();