See999 4 years ago
parent
commit
d99e9f83f2

+ 5 - 0
config/prod.env.js View File

@@ -1,8 +1,13 @@
1 1
 "use strict";
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
+<<<<<<< .mine
4 5
   BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5 6
   // BASE_API: '"https://api.xt.kuyicloud.com"'
7
+=======
8
+  BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
9
+  //BASE_API: '"https://api.xt.kuyicloud.com"'
10
+>>>>>>> .theirs
6 11
   // BASE_API:'"http://localhost:9529"',
7 12
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 13
   // http://api.xt.test.sgjyun.com

+ 2 - 0
src/pages/main/dialog/OrdersDialog.vue View File

@@ -54,6 +54,8 @@
54 54
       <div class="DialogContent choose" id="dialogTop" style="height:6.5rem;">
55 55
 
56 56
         <div class="content clearfix">
57
+
58
+
57 59
           <div class="orderTable">
58 60
 
59 61
             <table class="table">

+ 1 - 1
src/pages/main/template/DialysisPrintOrderEleven.vue View File

@@ -87,7 +87,7 @@
87 87
                 <div class="inline_block" style="flex:1;">
88 88
                   透析次数:
89 89
                   <div class="under_line" style="width: 70px;text-align: center">
90
-                    {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
90
+                    {{patientInfo.total_dialysis + patientInfo.user_sys_before_count?patientInfo.total_dialysis+patientInfo.user_sys_before_count:'/'}}
91 91
                   </div>
92 92
                 </div>
93 93
                 <div class="inline_block" style="flex:1;">

+ 4 - 4
src/pages/main/template/DialysisPrintOrderSeven.vue View File

@@ -123,7 +123,7 @@
123 123
                   </td>
124 124
                   <td style="text-align:left;margin-left:15px" colspan="2">
125 125
                     透析次数:
126
-                    <span class="under-line">&nbsp;{{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}</span>
126
+                    <span class="under-line">&nbsp;{{patientInfo.total_dialysis+patientInfo.user_sys_before_count?patientInfo.total_dialysis+patientInfo.user_sys_before_count:'/'}}</span>
127 127
                   </td>
128 128
                  </tr>
129 129
                   <tr>
@@ -774,7 +774,7 @@
774 774
                 压迫后内瘘震颤:
775 775
                 <label-box
776 776
                   :isChecked="
777
-                    predialysis.internal_fistula.indexOf('震颤-存在') > -1
777
+                    afterdialysis.internal_fistula.indexOf('震颤-存在') > -1
778 778
                       ? true
779 779
                       : false
780 780
                   "
@@ -783,7 +783,7 @@
783 783
                 &nbsp;
784 784
                 <label-box
785 785
                   :isChecked="
786
-                    predialysis.internal_fistula.indexOf('震颤-减弱') > -1
786
+                    afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1
787 787
                       ? true
788 788
                       : false
789 789
                   "
@@ -792,7 +792,7 @@
792 792
                 &nbsp;
793 793
                 <label-box
794 794
                   :isChecked="
795
-                    predialysis.internal_fistula.indexOf('震颤-无') > -1
795
+                    afterdialysis.internal_fistula.indexOf('震颤-无') > -1
796 796
                       ? true
797 797
                       : false
798 798
                   "

+ 1 - 1
src/pages/main/template/DialysisPrintOrderSix.vue View File

@@ -86,7 +86,7 @@
86 86
                   <div class="inline_block" style="flex:1;">
87 87
                     透析次数:
88 88
                     <div class="under_line" style="width: 70px;text-align: center">
89
-                      {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
89
+                      {{patientInfo.total_dialysis + patientInfo.user_sys_before_count?patientInfo.total_dialysis+patientInfo.user_sys_before_count:'/'}}
90 90
                     </div>
91 91
                   </div>
92 92
                   <div class="inline_block" style="flex:1;">

File diff suppressed because it is too large
+ 864 - 866
src/pages/main/template/DialysisPrintOrderTen.vue