csx 4 years ago
parent
commit
bb61bab1ee

+ 3 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

204
                     </div>
204
                     </div>
205
                     <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way.indexOf('区域')>-1">
205
                     <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way.indexOf('区域')>-1">
206
                       区域
206
                       区域
207
-                    </div> 
207
+                    </div>
208
                   </div>
208
                   </div>
209
                   <div class="inline_block" style="margin-left:10px;flex:1;">
209
                   <div class="inline_block" style="margin-left:10px;flex:1;">
210
                     穿刺针:
210
                     穿刺针:
509
                       </td>
509
                       </td>
510
                       <td width="200" v-if="org_id == 9919">ktv</td>
510
                       <td width="200" v-if="org_id == 9919">ktv</td>
511
                       <td width="200">病情变化及处理</td>
511
                       <td width="200">病情变化及处理</td>
512
-                     
512
+
513
                       <!-- <td width="100">时间</td>
513
                       <!-- <td width="100">时间</td>
514
                   <td width="30">T<br>C°</td>
514
                   <td width="30">T<br>C°</td>
515
                   <td width="30">P<br/>次/分</td>
515
                   <td width="30">P<br/>次/分</td>
542
                         {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : 0 }}
542
                         {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : 0 }}
543
                       </td>
543
                       </td>
544
                       <td>{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
544
                       <td>{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
545
-                      <td>{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}
546
-                      </td>
545
+                      <td>{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</td>
547
                       <td v-if="(dialysisOrder && monitor.operate_time > dialysisOrder.end_time) || (dialysisOrder && monitor.operate_time < dialysisOrder.start_time)">
546
                       <td v-if="(dialysisOrder && monitor.operate_time > dialysisOrder.end_time) || (dialysisOrder && monitor.operate_time < dialysisOrder.start_time)">
548
                         {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
547
                         {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
549
                       </td>
548
                       </td>

+ 8 - 4
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

351
                 this.$refs.charge.hide()
351
                 this.$refs.charge.hide()
352
                 return false
352
                 return false
353
               } else {
353
               } else {
354
+                this.$refs.charge.hide()
355
+                this.loadingtwo = false
354
                 this.state = '已收费'
356
                 this.state = '已收费'
355
                 this.$message({message: '收费成功', type: 'success'})
357
                 this.$message({message: '收费成功', type: 'success'})
356
-                this.$refs.charge.hide()
357
                 this.loadingtwo = false
358
                 this.loadingtwo = false
358
                 this.cal_one = this.cal_one - 1
359
                 this.cal_one = this.cal_one - 1
359
                 this.cal_two = this.cal_two + 1
360
                 this.cal_two = this.cal_two + 1
371
               this.$refs.charge.hide()
372
               this.$refs.charge.hide()
372
               return false
373
               return false
373
             } else {
374
             } else {
375
+              this.$refs.charge.hide()
376
+
377
+              this.loadingtwo = false
374
               this.state = '已收费'
378
               this.state = '已收费'
375
               this.$message({message: '收费成功', type: 'success'})
379
               this.$message({message: '收费成功', type: 'success'})
376
               this.$refs.charge.hide()
380
               this.$refs.charge.hide()
400
                 this.$refs.register.hide()
404
                 this.$refs.register.hide()
401
                 return false
405
                 return false
402
               } else {
406
               } else {
407
+                this.$refs.register.hide()
403
                 this.getPatientList()
408
                 this.getPatientList()
404
                 this.$message({message: '挂号成功', type: 'success'})
409
                 this.$message({message: '挂号成功', type: 'success'})
405
-                this.$refs.register.hide()
406
                 this.loadingone = false
410
                 this.loadingone = false
407
                 var his_info = response.data.data.his_info
411
                 var his_info = response.data.data.his_info
408
                 this.hisPatientInfo = his_info
412
                 this.hisPatientInfo = his_info
715
 
719
 
716
         } else if (index == 7) {
720
         } else if (index == 7) {
717
           let params={
721
           let params={
718
-            start_time:"2020-12-01",
722
+            start_time:"2020-12-28",
719
             end_time:"2020-12-30",
723
             end_time:"2020-12-30",
720
             insutype:"390",
724
             insutype:"390",
721
             clr_type:"11",
725
             clr_type:"11",
744
 
748
 
745
         } else if (index == 8) {
749
         } else if (index == 8) {
746
           let params={
750
           let params={
747
-            start_time:"2020-12-01",
751
+            start_time:"2020-12-28",
748
             end_time:"2020-12-30",
752
             end_time:"2020-12-30",
749
           }
753
           }
750
           axios.get('http://127.0.0.1:9532/api/checkdetailaccount/get', {
754
           axios.get('http://127.0.0.1:9532/api/checkdetailaccount/get', {