Просмотр исходного кода

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

XMLWAN 3 лет назад
Родитель
Сommit
56a335d6ed

+ 30 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue Просмотреть файл

@@ -639,6 +639,36 @@
639 639
                                       </span>
640 640
                                   </div>
641 641
                               </td>
642
+                              <td width='40'>首剂</td>
643
+                              <td width='50'>
644
+                                  <div class="under-line">
645
+                                      &nbsp;<span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6 && prescription.anticoagulant != 7">{{ prescription.anticoagulant_shouji }}</span>
646
+                                  </div>
647
+                              </td>
648
+                              <td width='10'>
649
+                                <span v-if="prescription.anticoagulant == 5">mg</span>
650
+                                <span v-if="prescription.anticoagulant == 4">mg</span>
651
+                                <span v-if="prescription.anticoagulant == 3">IU</span>
652
+                                <span v-if="prescription.anticoagulant == 2">mg</span>
653
+                                <span v-if="prescription.anticoagulant == 1">mg</span>
654
+                                <span v-if="prescription.anticoagulant == 6">IU</span>
655
+                                <span v-if="prescription.anticoagulant == 7">IU</span>
656
+                              </td>
657
+                              <td width='40'>追加</td>
658
+                              <td width='50'>
659
+                                  <div class="under-line">
660
+                                      &nbsp;<span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6 && prescription.anticoagulant != 7">{{ prescription.anticoagulant_weichi }}</span>
661
+                                  </div>
662
+                              </td>
663
+                              <td width='10'>
664
+                                <span v-if="prescription.anticoagulant == 7">IU/h</span>
665
+                                <span v-if="prescription.anticoagulant == 6">IU/h</span>
666
+                                <span v-if="prescription.anticoagulant == 5">ml/h</span>
667
+                                <span v-if="prescription.anticoagulant == 4">mg/h</span>
668
+                                <span v-if="prescription.anticoagulant == 3">IU/h</span>
669
+                                <span v-if="prescription.anticoagulant == 2">IU/h</span>
670
+                                <span v-if="prescription.anticoagulant == 1">mg/h</span>
671
+                              </td>
642 672
                               <td></td>
643 673
                           </tr>
644 674
                       </tbody>

+ 17 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Просмотреть файл

@@ -695,7 +695,9 @@ export default {
695 695
         { value: 11, label: '普通门诊' },
696 696
         { value: 14, label: '门诊特殊病' },
697 697
         { value: '1111', label: '精一' },
698
-        { value: '1112', label: '精二' }
698
+        { value: '1112', label: '精二' },
699
+        { value: '9922', label: '家庭通道' }
700
+
699 701
       ],
700 702
 
701 703
       registerThree: [
@@ -705,7 +707,11 @@ export default {
705 707
         { value: '1112', label: '精二' },
706 708
         { value: '9933', label: '门诊特殊病(9933)' },
707 709
         { value: '990602', label: '门诊特殊病(990602)' },
708
-        { value: '1402', label: '门诊特殊病(1402)' }
710
+        { value: '1402', label: '门诊特殊病(1402)' },
711
+        { value: '1402', label: '门诊特殊病(1402)' },
712
+        { value: '9922', label: '家庭通道' }
713
+
714
+
709 715
 
710 716
       ],
711 717
       register_two: [
@@ -713,7 +719,9 @@ export default {
713 719
         { value: '14', label: '门诊特殊病' },
714 720
         { value: '9933', label: '门诊特殊病(9933)' },
715 721
         { value: '990602', label: '门诊特殊病(990602)' },
716
-        { value: '1402', label: '门诊特殊病(1402)' }
722
+        { value: '1402', label: '门诊特殊病(1402)' },
723
+        { value: '9922', label: '家庭通道' }
724
+
717 725
 
718 726
       ],
719 727
       loading: false,
@@ -2152,6 +2160,11 @@ export default {
2152 2160
           this.$message({ message: '该患者尚未挂号,请先挂号', type: 'error' })
2153 2161
           return
2154 2162
         }
2163
+        console.log( "-------")
2164
+        console.log(this.getTotalFour(prescriptions))
2165
+        console.log( this.currentOrder)
2166
+        console.log( this.hisPatientInfo)
2167
+
2155 2168
 
2156 2169
         if (this.hisPatientInfo.id_card_type == 1) {
2157 2170
           if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188) {
@@ -2166,6 +2179,7 @@ export default {
2166 2179
 
2167 2180
           }
2168 2181
         } else {
2182
+
2169 2183
           if (this.activeName == 'first') {
2170 2184
             this.$refs.charge.show(this.getTotalFour(prescriptions), this.currentOrder)
2171 2185
           } else {