Parcourir la source

9月21日杨青

杨青 il y a 1 an
Parent
révision
7f01ac624f

Fichier diff supprimé car celui-ci est trop grand
+ 2804 - 20758
package-lock.json


+ 5 - 5
package.json Voir le fichier

@@ -56,15 +56,15 @@
56 56
     "jsbarcode": "^3.11.5",
57 57
     "jsonlint": "1.6.3",
58 58
     "jspdf": "^2.5.1",
59
-    "jszip": "3.1.5",
59
+    "jszip": "^3.10.1",
60 60
     "mockjs": "1.0.1-beta3",
61 61
     "moment": "^2.24.0",
62
-    "node-sass": "^5.0.0",
62
+    "node-sass": "^4.14.1",
63 63
     "normalize.css": "7.0.0",
64 64
     "nprogress": "0.2.0",
65 65
     "print-js": "^1.0.50",
66 66
     "qrcodejs2": "0.0.2",
67
-    "sass-loader": "^7.0.0",
67
+    "sass-loader": "^7.3.1",
68 68
     "screenfull": "4.2.0",
69 69
     "serve-static": "1.13.2",
70 70
     "showdown": "1.8.5",
@@ -101,7 +101,7 @@
101 101
     "cross-env": "^7.0.3",
102 102
     "crypto-js": "^4.1.1",
103 103
     "css-loader": "0.28.7",
104
-    "eslint": "4.13.1",
104
+    "eslint": "^6.8.0",
105 105
     "eslint-friendly-formatter": "3.0.0",
106 106
     "eslint-loader": "1.9.0",
107 107
     "eslint-plugin-html": "4.0.1",
@@ -123,7 +123,7 @@
123 123
     "sass-resources-loader": "^1.3.4",
124 124
     "script-loader": "^0.7.2",
125 125
     "semver": "5.4.1",
126
-    "shelljs": "0.7.8",
126
+    "shelljs": "^0.8.5",
127 127
     "svg-sprite-loader": "3.5.2",
128 128
     "uglifyjs-webpack-plugin": "1.1.3",
129 129
     "url-loader": "0.6.2",

+ 96 - 298
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue Voir le fichier

@@ -122,6 +122,44 @@
122 122
                 {{ "/" }}
123 123
               </div>
124 124
             </div>
125
+            <div class="inline_block" style="flex: 1">
126
+              本次透析日期:
127
+              <div
128
+                class="under_line"
129
+                style="width: 120px; text-align: center"
130
+              >
131
+                {{ getTime(record.schedule_date, "{y}-{m}-{d}") }}
132
+              </div>
133
+            </div>
134
+            <div class="inline_block" style="flex: 1">
135
+              透析次数:
136
+              <div
137
+                class="under_line"
138
+                style="width: 70px; text-align: center"
139
+              >
140
+                {{
141
+                  record.patient.total_dialysis +
142
+                  record.patient.user_sys_before_count
143
+                    ? record.patient.total_dialysis +
144
+                      record.patient.user_sys_before_count
145
+                    : "/"
146
+                }}
147
+              </div>
148
+
149
+              <div
150
+                v-if="org_id ==10234 || org_id ==10121"
151
+                class="under_line"
152
+                style="width: 70px; text-align: center"
153
+              >
154
+                {{
155
+                    record.Count +
156
+                    record.patient.user_sys_before_count
157
+                      ?  record.Count +
158
+                        record.patient.user_sys_before_count
159
+                      : "/"
160
+                  }}
161
+              </div>
162
+            </div>
125 163
           </div>
126 164
           <div class="row">
127 165
             <div class="inline_block">
@@ -176,66 +214,6 @@
176 214
                 </tr>
177 215
                 <tr>
178 216
                   <td colspan="2">
179
-                    <div
180
-                      class="row"
181
-                      style="padding: 2px 0; line-height: 23px; display: flex"
182
-                    >
183
-                      <div class="inline_block" style="flex: 1">
184
-                        本次透析日期:
185
-                        <div
186
-                          class="under_line"
187
-                          style="width: 120px; text-align: center"
188
-                        >
189
-                          {{ getTime(record.schedule_date, "{y}-{m}-{d}") }}
190
-                        </div>
191
-                      </div>
192
-                      <div class="inline_block" style="flex: 1">
193
-                        透析次数:
194
-                        <div
195
-                          v-if="org_id!=10234 && org_id!=10121"
196
-                          class="under_line"
197
-                          style="width: 70px; text-align: center"
198
-                        >
199
-                          {{
200
-                            record.patient.total_dialysis +
201
-                            record.patient.user_sys_before_count
202
-                              ? record.patient.total_dialysis +
203
-                                record.patient.user_sys_before_count
204
-                              : "/"
205
-                          }}
206
-                        </div>
207
-
208
-                        <div
209
-                          v-if="org_id ==10234 || org_id ==10121"
210
-                          class="under_line"
211
-                          style="width: 70px; text-align: center"
212
-                        >
213
-                          {{
214
-                              record.Count +
215
-                              record.patient.user_sys_before_count
216
-                                ?  record.Count +
217
-                                  record.patient.user_sys_before_count
218
-                                : "/"
219
-                            }}
220
-                        </div>
221
-                      </div>
222
-                      <div class="inline_block" style="flex: 1">
223
-                        透前症状:
224
-                        <div
225
-                          class="under_line"
226
-                          style="width: 150px; text-align: center"
227
-                        >
228
-                          {{
229
-                            record.assessment_before_dislysis &&
230
-                            record.assessment_before_dislysis
231
-                              .symptom_before_dialysis
232
-                              ? record.assessment_before_dislysis
233
-                                  .symptom_before_dialysis
234
-                              : "/"
235
-                          }}
236
-                        </div>
237
-                      </div>
238
-                    </div>
239 217
 
240 218
                     <div class="row" style="padding: 2px 0; line-height: 23px">
241 219
                       <div class="inline_block">
@@ -851,68 +829,22 @@
851 829
                         </div>
852 830
                       </div>
853 831
 
854
-                      <div class="inline_block" style="flex: 1" v-if="org_id ==0 || org_id ==10440">
855
-                        衣物重
832
+                      <div class="inline_block" style="flex: 1">
833
+                        透前症状
856 834
                         <div
857 835
                           class="under_line"
858
-                          style="width: 70px; text-align: center"
836
+                          style="width: 150px; text-align: center"
859 837
                         >
860 838
                           {{
861 839
                             record.assessment_before_dislysis &&
862
-                            record.assessment_before_dislysis.additional_weight
863
-                              ? record.assessment_before_dislysis.additional_weight
840
+                            record.assessment_before_dislysis
841
+                              .symptom_before_dialysis
842
+                              ? record.assessment_before_dislysis
843
+                                  .symptom_before_dialysis
864 844
                               : "/"
865 845
                           }}
866 846
                         </div>
867 847
                       </div>
868
-                      <div
869
-                        class="inline_block"
870
-                        style="flex: 1"
871
-                        v-if="org_id == 9538"
872
-                      >
873
-                        血浆分离器:
874
-                        <div
875
-                          class="under_line"
876
-                          style="width: 70px; text-align: center"
877
-                        >
878
-                          <span
879
-                            v-if="
880
-                              record.prescription.plasma_separator
881
-                                ? record.prescription.plasma_separator != 0 &&
882
-                                  record.prescription.plasma_separator != '0'
883
-                                : false
884
-                            "
885
-                            >{{ record.prescription.plasma_separator }}</span
886
-                          >
887
-                          <span v-else>/</span>
888
-                        </div>
889
-                      </div>
890
-                      <div
891
-                        class="inline_block"
892
-                        style="flex: 1"
893
-                        v-if="org_id == 9538"
894
-                      >
895
-                        胆红素吸附柱:
896
-                        <div
897
-                          class="under_line"
898
-                          style="width: 70px; text-align: center"
899
-                        >
900
-                          <span
901
-                            v-if="
902
-                              record.prescription.bilirubin_adsorption_column
903
-                                ? record.prescription
904
-                                    .bilirubin_adsorption_column != 0 &&
905
-                                  record.prescription
906
-                                    .bilirubin_adsorption_column != '0'
907
-                                : false
908
-                            "
909
-                            >{{
910
-                              record.prescription.bilirubin_adsorption_column
911
-                            }}</span
912
-                          >
913
-                          <span v-else>/</span>
914
-                        </div>
915
-                      </div>
916 848
                     </div>
917 849
 
918 850
                     <div
@@ -1261,6 +1193,7 @@
1261 1193
                           >mg</span
1262 1194
                         >
1263 1195
                       </div>
1196
+                      
1264 1197
                       <div class="inline_block" style="margin-left: 20px">
1265 1198
                         透析机号:
1266 1199
                         <div
@@ -1746,7 +1679,7 @@
1746 1679
                     </table>
1747 1680
                   </td>
1748 1681
                 </tr>
1749
-                <tr v-if="org_id!=10402">
1682
+                <tr >
1750 1683
                   <td style="padding: 0; position: relative" colspan="2">
1751 1684
                     <table class="inside_table">
1752 1685
                       <tbody>
@@ -1919,150 +1852,6 @@
1919 1852
                   </td>
1920 1853
                 </tr>
1921 1854
 
1922
-                 <tr v-if="org_id == 10402">
1923
-                  <td style="padding: 0; position: relative" colspan="2">
1924
-                    <table class="inside_table">
1925
-                      <tbody>
1926
-                        <tr style="line-height: 35px; padding: 8px 5px">
1927
-                          <td
1928
-                            colspan="7"
1929
-                            style="
1930
-                              letter-spacing: 5px;
1931
-                              text-align: center;
1932
-                              font-weight: 520;
1933
-                              font-size: 16px;
1934
-                              padding: 6px 8px;
1935
-                              line-height: 30px;
1936
-                            "
1937
-                          >
1938
-                            医嘱内容
1939
-                          </td>
1940
-                        </tr>
1941
-                        <!-- <tr style="line-height:35px;padding:8px 5px;">
1942
-                                            <td colspan="4" style="font-size: 16px">开医嘱</td>
1943
-                                            <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
1944
-                            </tr> -->
1945
-                        <tr style="line-height: 35px; padding: 8px 5px">
1946
-                          <td style="font-size: 16px" width="10%">时间</td>
1947
-                          <td style="font-size: 16px" colspan="2" width="45%">
1948
-                            医嘱内容
1949
-                          </td>
1950
-                          <td style="font-size: 16px" width="10%">医生签名</td>
1951
-                          <td style="font-size: 16px" width="10%">时间</td>
1952
-                          <td style="font-size: 16px" width="10%">
1953
-                            执行人签名
1954
-                          </td>
1955
-
1956
-                        </tr>
1957
-                        <!-- <template v-for="group in doctor_advices" > -->
1958
-
1959
-                        <template v-if="record.advices">
1960
-                          <tr
1961
-                            v-for="(advice, advice_index) in record.his_advices"
1962
-                            :key="advice_index"
1963
-                          >
1964
-                            <td height="35px">
1965
-                              <span v-if="advice.start_time">
1966
-                                {{ getTime(advice.start_time, "{h}:{i}") }}
1967
-                              </span>
1968
-                            </td>
1969
-
1970
-                            <td
1971
-                              height="35px"
1972
-                              colspan="2"
1973
-                              class="advice-name"
1974
-                              style="padding-left: 7px"
1975
-                            >
1976
-                              <span v-if="advice.parent_id > 0">---></span>
1977
-                              <span>{{ advice.advice_name }}</span>
1978
-
1979
-                              <span
1980
-                               v-if="advice && advice.advice_desc"
1981
-                              >
1982
-                                ({{ advice.advice_desc
1983
-                                }}{{ advice.drug_spec_unit }} )
1984
-                              </span>
1985
-
1986
-                              <span v-if="advice.prescribing_number"
1987
-                                >&nbsp;&nbsp; {{ advice.prescribing_number
1988
-                                }}{{ advice.prescribing_number_unit }}</span
1989
-                              >
1990
-                              <span v-if="advice.single_dose != 0">
1991
-                                {{ advice.single_dose
1992
-                                }}{{ advice.single_dose_unit }}</span
1993
-                              >
1994
-
1995
-                              <span v-if="advice.parent_id == 0">{{
1996
-                                advice.delivery_way
1997
-                              }}</span>
1998
-                              <span v-if="advice.parent_id == 0">{{
1999
-                                advice.execution_frequency
2000
-                              }}</span>
2001
-                              <span
2002
-                                v-if="
2003
-                                  advice.parent_id == 0 &&
2004
-                                  advice.remark.length > 0
2005
-                                "
2006
-                                >({{ advice.remark }})</span
2007
-                              >
2008
-                            </td>
2009
-
2010
-                            <td height="35px">
2011
-                              <span
2012
-                                v-if="
2013
-                                  setAdminUserES(advice, 'advice_doctor') ==
2014
-                                  ''
2015
-                                "
2016
-                                >{{
2017
-                                  getAdminUser(advice, "advice_doctor")
2018
-                                }}</span
2019
-                              >
2020
-                              <img
2021
-                                class="es-img"
2022
-                                :src="
2023
-                                  setAdminUserES(advice, 'advice_doctor')
2024
-                                "
2025
-                                alt=""
2026
-                                srcset=""
2027
-                                v-else
2028
-                                style="height: 40px"
2029
-                              />
2030
-                            </td>
2031
-                            <td height="35px">
2032
-                              <span v-if="advice.execution_time">{{
2033
-                                getTime(advice.execution_time, " {h}:{i}")
2034
-                              }}</span>
2035
-                            </td>
2036
-                            <td height="35px">
2037
-                              <span
2038
-                                v-if="
2039
-                                  setAdminUserES(
2040
-                                    advice,
2041
-                                    'execution_staff'
2042
-                                  ) == ''
2043
-                                "
2044
-                                >{{
2045
-                                  getAdminUser(advice, "execution_staff")
2046
-                                }}</span
2047
-                              >
2048
-                              <img
2049
-                                class="es-img"
2050
-                                :src="
2051
-                                  setAdminUserES(advice, 'execution_staff')
2052
-                                "
2053
-                                alt=""
2054
-                                srcset=""
2055
-                                v-else
2056
-                                style="height: 40px"
2057
-                              />
2058
-                            </td>
2059
-                           
2060
-                          </tr>
2061
-                        </template>
2062
-                      </tbody>
2063
-                    </table>
2064
-                  </td>
2065
-                </tr>
2066 1855
               </tbody>
2067 1856
             </table>
2068 1857
           </div>
@@ -2113,6 +1902,7 @@
2113 1902
               <div class="inline_block" style="margin-left: 10px">
2114 1903
                 年龄:
2115 1904
                 <div class="under_line" style="width: 30px; text-align: center">
1905
+                  <!-- {{ record.patient.age }} -->
2116 1906
                   {{ getAge(record.patient) }}
2117 1907
                 </div>
2118 1908
@@ -2126,25 +1916,25 @@
2126 1916
               <div class="inline_block" v-if="record.receive_assessment.condition!=1">
2127 1917
                 门特:
2128 1918
                 <div class="under_line" style="width: 30px; text-align: center">
2129
-                  <check-box :checked="record.patient.source == 1"></check-box>
1919
+                  <check-box :checked="record.patient.source == 3"></check-box>
2130 1920
                 </div>
2131 1921
               </div>
2132 1922
               <div class="inline_block" v-if="record.receive_assessment.condition==1">
2133 1923
                 住院:
2134 1924
                 <div class="under_line" style="width: 30px; text-align: center">
2135
-                  <check-box :checked="record.patient.source == 1"></check-box>
1925
+                  <check-box :checked="record.patient.source == 2"></check-box>
2136 1926
                 </div>
2137 1927
               </div>
2138
-              <div class="inline_block">
1928
+              <div class="inline_block" v-if="org_id!=10510">
2139 1929
                 病区:
2140 1930
                 <div class="under_line" style="width: 50px; text-align: center">
2141
-                  {{ "/" }}
1931
+                  {{ record.device_zone.name}}
2142 1932
                 </div>
2143 1933
               </div>
2144
-              <div class="inline_block" v-if="org_id!=10460">
1934
+              <div class="inline_block" v-if="org_id!=10510 && org_id!=10460">
2145 1935
                 床号:
2146 1936
                 <div class="under_line" style="width: 50px; text-align: center">
2147
-                  {{ "/" }}
1937
+                  {{ record.device_number.number }}
2148 1938
                 </div>
2149 1939
               </div>
2150 1940
               <div class="inline_block">
@@ -2158,18 +1948,56 @@
2158 1948
                 <div
2159 1949
                   class="under_line"
2160 1950
                   style="width: 70px; text-align: left"
2161
-                  v-if="record.patient.admission_number"
1951
+                  v-if="record.receive_assessment.admission_number"
2162 1952
                 >
2163
-                  {{ record.patient.admission_number }}
1953
+                  {{ record.receive_assessment.admission_number }}
2164 1954
                 </div>
2165 1955
                 <div
2166 1956
                   class="under_line"
2167
-                  style="width: 70px; text-align: left"
1957
+                  style="width: 70px; text-align: le ft"
2168 1958
                   v-else
2169 1959
                 >
2170 1960
                   {{ "/" }}
2171 1961
                 </div>
2172 1962
               </div>
1963
+              <div class="inline_block" style="flex: 1">
1964
+                本次透析日期:
1965
+                <div
1966
+                  class="under_line"
1967
+                  style="width: 120px; text-align: center"
1968
+                >
1969
+                  {{ getTime(record.schedule_date, "{y}-{m}-{d}") }}
1970
+                </div>
1971
+              </div>
1972
+              <div class="inline_block" style="flex: 1">
1973
+                透析次数:
1974
+                <div
1975
+                  class="under_line"
1976
+                  style="width: 70px; text-align: center"
1977
+                >
1978
+                  {{
1979
+                    record.patient.total_dialysis +
1980
+                    record.patient.user_sys_before_count
1981
+                      ? record.patient.total_dialysis +
1982
+                        record.patient.user_sys_before_count
1983
+                      : "/"
1984
+                  }}
1985
+                </div>
1986
+
1987
+                <div
1988
+                  v-if="org_id ==10234 || org_id ==10121"
1989
+                  class="under_line"
1990
+                  style="width: 70px; text-align: center"
1991
+                >
1992
+                  {{
1993
+                      record.Count +
1994
+                      record.patient.user_sys_before_count
1995
+                        ?  record.Count +
1996
+                          record.patient.user_sys_before_count
1997
+                        : "/"
1998
+                    }}
1999
+                </div>
2000
+              </div>
2173 2001
             </div>
2174 2002
             
2175 2003
             <div class="row">
@@ -2734,37 +2562,7 @@
2734 2562
                   
2735 2563
                     </div>
2736 2564
 
2737
-                    <div
2738
-                      class="row"
2739
-                      style="padding: 2px 0; line-height: 23px; display: flex"
2740
-                      v-if="org_id == 0 || org_id ==10375"
2741
-                    >
2742
-                      <div
2743
-                        class="inline_block"
2744
-                        style="flex: 1; display: inline-block"
2745
-                      >
2746
-                        宣教知识:
2747
-                        <div
2748
-                          class="under_line"
2749
-                          style="
2750
-                            width: 840px;
2751
-                            line-height: 25px;
2752
-                            text-align: left;
2753
-                            margin-left: 2px;
2754
-                            display: inline-block;
2755
-                            white-space: normal;
2756
-                          "
2757
-                        >
2758
-                          {{
2759
-                            record.summer && record.summer.mission
2760
-                              ? record.summer.mission
2761
-                              : "/"
2762
-                          }}
2763
-                        </div>
2764
-                      </div>
2765
-
2766
-                  
2767
-                    </div>
2565
+                   
2768 2566
                   </td>
2769 2567
                 </tr>
2770 2568
                 <tr>

+ 113 - 429
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue Voir le fichier

@@ -127,6 +127,30 @@
127 127
               {{ "/" }}
128 128
             </div>
129 129
           </div>
130
+          <div class="inline_block" style="flex: 1">
131
+            本次透析日期:
132
+            <div
133
+              class="under_line"
134
+              style="width: 100px; text-align: center"
135
+            >
136
+              {{ xtdate }}
137
+            </div>
138
+          </div>
139
+          <div class="inline_block" style="flex: 1">
140
+            透析次数:
141
+            <div
142
+              class="under_line"
143
+              style="width: 70px; text-align: center"
144
+            >
145
+              {{
146
+                patientInfo.total_dialysis +
147
+                patientInfo.user_sys_before_count
148
+                  ? patientInfo.total_dialysis +
149
+                    patientInfo.user_sys_before_count
150
+                  : "/"
151
+              }}
152
+            </div>
153
+          </div>
130 154
         </div>
131 155
         <div class="row">
132 156
           <div class="inline_block">
@@ -212,7 +236,7 @@
212 236
                     class="row"
213 237
                     style="padding: 2px 0; line-height: 23px; display: flex"
214 238
                   >
215
-                    <div class="inline_block" style="flex: 1">
239
+                    <!-- <div class="inline_block" style="flex: 1">
216 240
                       本次透析日期:
217 241
                       <div
218 242
                         class="under_line"
@@ -235,20 +259,8 @@
235 259
                             : "/"
236 260
                         }}
237 261
                       </div>
238
-                    </div>
239
-                    <div class="inline_block" style="flex: 1">
240
-                      透前症状:
241
-                      <div
242
-                        class="under_line"
243
-                        style="width: 150px; text-align: center"
244
-                      >
245
-                        {{
246
-                          predialysis.symptom_before_dialysis
247
-                            ? predialysis.symptom_before_dialysis
248
-                            : "/"
249
-                        }}
250
-                      </div>
251
-                    </div>
262
+                    </div> -->
263
+                   
252 264
                   </div>
253 265
 
254 266
                   <div class="row" style="padding: 2px 0; line-height: 23px">
@@ -823,7 +835,7 @@
823 835
                     class="row"
824 836
                     style="padding: 2px 0; line-height: 23px; display: flex"
825 837
                   >
826
-                    <div class="inline_block" style="flex: 1" v-if="org_id!=10290">
838
+                    <div class="inline_block" style="flex: 1">
827 839
                       透析(滤)器:
828 840
                       <!--  透析(滤)器分开取值 -->
829 841
                       <div v-if="org_id!=10414"
@@ -856,7 +868,7 @@
856 868
 
857 869
                     </div>
858 870
 
859
-                    <div class="inline_block" style="flex: 1" v-if="org_id!=10290">
871
+                    <div class="inline_block" style="flex: 1" >
860 872
                       灌流器:
861 873
                       <div
862 874
                         class="under_line"
@@ -870,82 +882,19 @@
870 882
                       </div>
871 883
                     </div>
872 884
 
873
-                     <div class="inline_block" style="flex: 1" v-if="org_id ==0 || org_id ==10440">
874
-                      衣物重
885
+                    <div class="inline_block" style="flex: 1">
886
+                      透前症状
875 887
                       <div
876 888
                         class="under_line"
877
-                        style="width: 70px; text-align: center"
889
+                        style="width: 150px; text-align: center"
878 890
                       >
879 891
                         {{
880
-                          predialysis.additional_weight
881
-                            ? predialysis.additional_weight
892
+                          predialysis.symptom_before_dialysis
893
+                            ? predialysis.symptom_before_dialysis
882 894
                             : "/"
883 895
                         }}
884 896
                       </div>
885 897
                     </div>
886
-                    <div class="inline_block" style="flex: 1" v-if="org_id==10290">
887
-                      透析器/灌流器:
888
-                      <div
889
-                        class="under_line"
890
-                        style="width: 100px; text-align: center"
891
-                      >
892
-                        {{
893
-                          prescription.dialyzer_perfusion_apparatus
894
-                            ? prescription.dialyzer_perfusion_apparatus
895
-                            : ""
896
-                        }}
897
-                        <span v-if="prescription.dialysis_dialyszers&&prescription.dialysis_dialyszers!=''">/</span>
898
-                        {{
899
-                          prescription.dialysis_dialyszers
900
-                            ? prescription.dialysis_dialyszers
901
-                            : ""
902
-                        }}
903
-                      </div>
904
-                    </div>
905
-                    <div
906
-                      class="inline_block"
907
-                      style="flex: 1"
908
-                      v-if="org_id == 9538"
909
-                    >
910
-                      血浆分离器:
911
-                      <div
912
-                        class="under_line"
913
-                        style="width: 70px; text-align: center"
914
-                      >
915
-                        <span
916
-                          v-if="
917
-                            prescription.plasma_separator
918
-                              ? prescription.plasma_separator != 0 &&
919
-                                prescription.plasma_separator != '0'
920
-                              : false
921
-                          "
922
-                          >{{ prescription.plasma_separator }}</span
923
-                        >
924
-                        <span v-else>/</span>
925
-                      </div>
926
-                    </div>
927
-                    <div
928
-                      class="inline_block"
929
-                      style="flex: 1"
930
-                      v-if="org_id == 9538"
931
-                    >
932
-                      胆红素吸附柱:
933
-                      <div
934
-                        class="under_line"
935
-                        style="width: 70px; text-align: center"
936
-                      >
937
-                        <span
938
-                          v-if="
939
-                            prescription.bilirubin_adsorption_column
940
-                              ? prescription.bilirubin_adsorption_column != 0 &&
941
-                                prescription.bilirubin_adsorption_column != '0'
942
-                              : false
943
-                          "
944
-                          >{{ prescription.bilirubin_adsorption_column }}</span
945
-                        >
946
-                        <span v-else>/</span>
947
-                      </div>
948
-                    </div>
949 898
                   </div>
950 899
 
951 900
                   <div
@@ -1263,140 +1212,56 @@
1263 1212
                     </span>
1264 1213
                     </div>
1265 1214
                     <div class="inline_block" style="margin-left: 20px">
1266
-                      透析机号:
1267
-                      <div
1268
-                        class="under_line"
1269
-                        style="width: 50px; text-align: center"
1270
-                      >
1271
-                        {{
1272
-                          dialysisOrder &&
1273
-                          dialysisOrder.DeviceNumber &&
1274
-                          dialysisOrder.DeviceNumber.number.length > 0
1275
-                            ? dialysisOrder.DeviceNumber.number
1276
-                            : patientInfo.DialysisSchedule.device_number.number
1277
-                        }}
1278
-                      </div>
1279
-                    </div>
1280
-                    <div
1281
-                      class="inline_block"
1282
-                      style="margin-left: 20px"
1283
-                    >
1284
-                      透析机型:
1285
-                      <div
1286
-                        class="under_line"
1287
-                        style="width: 50px; text-align: center"
1288
-                      >
1289
-                       {{predialysis.machine_type ? predialysis.machine_type : ""}}
1290
-                      </div>
1291
-                    
1292
-                    </div>
1293
-                  </div>
1294
-
1295
-
1296
-                  <div class="row" style="padding: 2px 0; line-height: 23px">
1297
-                    <div
1298
-                      class="inline_block"
1299
-                      style="margin-left: 20px"
1300
-                      v-if="prescription.anticoagulant != 5"
1301
-                    >
1302
-                      置换速度:
1303
-                      <div
1304
-                        class="under_line"
1305
-                        style="width: 50px; text-align: center"
1306
-                      >
1307
-                        {{
1308
-                          prescription.displace_speed
1309
-                            ? prescription.displace_speed
1310
-                            : ""
1311
-                        }}
1312
-                      </div>
1313
-                      <span>ml/h</span>
1314
-                   
1315
-                  
1316
-                    </div>
1317
-                    <div
1318
-                      class="inline_block"
1319
-                      style="margin-left: 20px"
1320
-                      v-if="prescription.anticoagulant != 5"
1321
-                    >
1322
-                    透析液流速:
1215
+                      Ns冲洗量:
1323 1216
                       <div
1324 1217
                         class="under_line"
1325 1218
                         style="width: 50px; text-align: center"
1326 1219
                       >
1327
-                        {{
1328
-                          prescription.dialysis_fluid_flow
1329
-                            ? prescription.dialysis_fluid_flow
1330
-                            : ""
1331
-                        }}
1220
+                        {{prescription.warsh_count?prescription.warsh_count:""}}
1332 1221
                       </div>
1333
-                      <span>ml/h</span>
1334
-                   
1335
-                  
1222
+                      <span>ml</span>
1336 1223
                     </div>
1337 1224
                     <div class="inline_block" style="margin-left: 20px">
1338
-                      碳酸氢钠流速
1225
+                      q:
1339 1226
                       <div
1340 1227
                         class="under_line"
1341 1228
                         style="width: 50px; text-align: center"
1342 1229
                       >
1343 1230
                         {{
1344
-                          prescription.sodium_bicarbonate_flow
1345
-                            ? prescription.sodium_bicarbonate_flow
1231
+                          prescription.washing_time
1232
+                            ? prescription.washing_time
1346 1233
                             : ""
1347 1234
                         }}
1348 1235
                       </div>
1349
-                      <span>ml/h</span>
1350
-                    </div>
1351
-                    <div class="inline_block" style="margin-left: 20px">
1352
-                      Ns冲洗量:
1353
-                      <div
1354
-                        class="under_line"
1355
-                        style="width: 50px; text-align: center"
1356
-                      >
1357
-                        {{prescription.warsh_count?prescription.warsh_count:""}}
1358
-                      </div>
1359
-                      <span>ml</span>
1236
+                      <span>h</span>
1360 1237
                     </div>
1361 1238
                     <div class="inline_block" style="margin-left: 20px">
1362
-                      q
1239
+                      透析机号:
1363 1240
                       <div
1364 1241
                         class="under_line"
1365 1242
                         style="width: 50px; text-align: center"
1366 1243
                       >
1367 1244
                         {{
1368
-                          prescription.washing_time
1369
-                            ? prescription.washing_time
1370
-                            : ""
1245
+                          dialysisOrder &&
1246
+                          dialysisOrder.DeviceNumber &&
1247
+                          dialysisOrder.DeviceNumber.number.length > 0
1248
+                            ? dialysisOrder.DeviceNumber.number
1249
+                            : patientInfo.DialysisSchedule.device_number.number
1371 1250
                         }}
1372 1251
                       </div>
1373
-                      <span>h</span>
1374 1252
                     </div>
1375
-                  </div>
1376
-                  <div
1377
-                    class="row"
1378
-                    style="padding: 2px 0; line-height: 23px; display: flex"
1379
-                    v-if="org_id != 10223"
1380
-                  >
1381 1253
                     <div
1382 1254
                       class="inline_block"
1383
-                      style="flex: 1; display: inline-block"
1384
-                      v-if="org_id!=9675 && org_id!=10447"
1255
+                      style="margin-left: 20px"
1385 1256
                     >
1386
-                      备注
1257
+                      透析机型:
1387 1258
                       <div
1388 1259
                         class="under_line"
1389
-                        style="
1390
-                          width: 860px;
1391
-                          line-height: 25px;
1392
-                          text-align: left;
1393
-                          margin-left: 2px;
1394
-                          display: inline-block;
1395
-                          white-space: normal;
1396
-                        "
1260
+                        style="width: 50px; text-align: center"
1397 1261
                       >
1398
-                        {{ predialysis.remark ? predialysis.remark : "/" }}
1262
+                       {{predialysis.machine_type ? predialysis.machine_type : ""}}
1399 1263
                       </div>
1264
+                    
1400 1265
                     </div>
1401 1266
                   </div>
1402 1267
                 </td>
@@ -1908,7 +1773,7 @@
1908 1773
             <div class="inline_block" v-if="receiverTreatmentAccess.condition!=1">
1909 1774
               门特:
1910 1775
               <div class="under_line" style="width: 30px; text-align: center">
1911
-                <check-box :checked="patientInfo_source_1"></check-box>
1776
+                <check-box :checked="patientInfo_source_3"></check-box>
1912 1777
               </div>
1913 1778
             </div>
1914 1779
             <div class="inline_block" v-if="receiverTreatmentAccess.condition==1">
@@ -1917,29 +1782,29 @@
1917 1782
                 <check-box :checked="receiverTreatmentAccess.condition == 1"></check-box>
1918 1783
               </div>
1919 1784
             </div>
1920
-            <div class="inline_block" v-if="org_id!=10510">
1785
+            <div class="inline_block">
1921 1786
               病区:
1922 1787
               <div class="under_line" style="width: 50px; text-align: center">
1923
-              <span v-if="org_id == 10121||org_id == 10138 || org_id == 9675 || org_id == 10447 || org_id == 0 || org_id ==10460">{{
1924
-                patientInfo.DialysisSchedule.device_zone.name
1925
-                  ? patientInfo.DialysisSchedule.device_zone.name
1926
-                  : ""
1927
-              }}</span>
1928
-              <span v-else>{{ "/" }}</span>
1929
-            </div>
1788
+                <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447 || org_id == 0 || org_id ==10460">{{
1789
+                  patientInfo.DialysisSchedule.device_zone.name
1790
+                    ? patientInfo.DialysisSchedule.device_zone.name
1791
+                    : ""
1792
+                }}</span>
1793
+                <span v-else>{{ "/" }}</span>
1794
+              </div>
1930 1795
             </div>
1931
-            <div class="inline_block" v-if="org_id!=10510 && org_id!=10460" >
1796
+            <div class="inline_block" v-if="org_id!=10460">
1932 1797
               床号:
1933 1798
               <div class="under_line" style="width: 50px; text-align: center">
1934
-              <span v-if="org_id == 10121 || org_id == 9675 || org_id == 10447 || org_id == 0 ||org_id == 10460">{{
1935
-                dialysisOrder &&
1936
-                dialysisOrder.DeviceNumber &&
1937
-                dialysisOrder.DeviceNumber.number.length > 0
1938
-                  ? dialysisOrder.DeviceNumber.number
1939
-                  : patientInfo.DialysisSchedule.device_number.number
1940
-              }}</span>
1941
-              <span v-else>{{ "/" }}</span>
1942
-            </div>
1799
+                <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
1800
+                  dialysisOrder &&
1801
+                  dialysisOrder.DeviceNumber &&
1802
+                  dialysisOrder.DeviceNumber.number.length > 0
1803
+                    ? dialysisOrder.DeviceNumber.number
1804
+                    : patientInfo.DialysisSchedule.device_number.number
1805
+                }}</span>
1806
+                <span v-else>{{ "/" }}</span>
1807
+              </div>
1943 1808
             </div>
1944 1809
             <div class="inline_block">
1945 1810
               透析号:
@@ -1947,24 +1812,42 @@
1947 1812
                 {{ patientInfo.dialysis_no }}
1948 1813
               </div>
1949 1814
             </div>
1950
-            <div class="inline_block" style="margin-left: 5px"
1951
-            v-if="org_id!=9675 && org_id!=10447 && org_id!=10460">
1952
-            住院号/门诊号:
1953
-            <div
1954
-              class="under_line"
1955
-              style="width: 70px; text-align: left"
1956
-              v-if="receiverTreatmentAccess.admission_number"
1957
-            >
1958
-             {{ receiverTreatmentAccess.admission_number }}
1815
+            <div class="inline_block" style="margin-left: 5px;" v-if="org_id!=9675 && org_id!=10447&&org_id!=10460">
1816
+              住院号/门诊号:
1817
+              <div class="under_line" style="width: 70px;text-align: left" v-if="receiverTreatmentAccess.admission_number">
1818
+                {{ receiverTreatmentAccess.admission_number }}
1819
+              </div>
1820
+              <div class="under_line" style="width: 70px;text-align: left" v-else-if="patientInfo.admission_number">
1821
+                {{ patientInfo.admission_number }}
1822
+              </div>
1823
+              <div class="under_line" style="width: 70px;text-align: left" v-else>
1824
+                {{ "/" }}
1825
+              </div>
1959 1826
             </div>
1960
-            <div
1961
-              class="under_line"
1962
-              style="width: 70px; text-align: left"
1963
-              v-else
1964
-            >
1965
-              {{ "/" }}
1827
+            <div class="inline_block" style="flex: 1">
1828
+              本次透析日期:
1829
+              <div
1830
+                class="under_line"
1831
+                style="width: 100px; text-align: center"
1832
+              >
1833
+                {{ xtdate }}
1834
+              </div>
1835
+            </div>
1836
+            <div class="inline_block" style="flex: 1">
1837
+              透析次数:
1838
+              <div
1839
+                class="under_line"
1840
+                style="width: 70px; text-align: center"
1841
+              >
1842
+                {{
1843
+                  patientInfo.total_dialysis +
1844
+                  patientInfo.user_sys_before_count
1845
+                    ? patientInfo.total_dialysis +
1846
+                      patientInfo.user_sys_before_count
1847
+                    : "/"
1848
+                }}
1849
+              </div>
1966 1850
             </div>
1967
-          </div>
1968 1851
           </div>
1969 1852
           <div class="row" style="margin-bottom: 10px">
1970 1853
             <div class="inline_block">
@@ -2433,110 +2316,6 @@
2433 2316
                       <span v-if="org_id ==9675||org_id==10447">L</span>
2434 2317
                     </div>
2435 2318
                   </div>
2436
-                  <div
2437
-                    class="row"
2438
-                    style="padding: 2px 0; line-height: 23px; display: flex"
2439
-                    v-if="org_id == 10223"
2440
-                  >
2441
-                    <div class="inline_block" style="flex: 1">
2442
-                      动脉管道:
2443
-                      <div
2444
-                        class="under_line"
2445
-                        style="width: 100px; text-align: center"
2446
-                      >
2447
-                        <span v-if="afterdialysis.arterial_tube == 0">/</span>
2448
-                        <span v-if="afterdialysis.arterial_tube == 1"
2449
-                          >动脉管道0</span
2450
-                        >
2451
-                        <span v-if="afterdialysis.arterial_tube == 2"
2452
-                          >动脉管道+</span
2453
-                        >
2454
-                        <span v-if="afterdialysis.arterial_tube == 3"
2455
-                          >动脉管道++</span
2456
-                        >
2457
-                        <span v-if="afterdialysis.arterial_tube == 4"
2458
-                          >动脉管道+++</span
2459
-                        >
2460
-                      </div>
2461
-                    </div>
2462
-                    <div class="inline_block" style="flex: 1">
2463
-                      静脉管道:
2464
-                      <div
2465
-                        class="under_line"
2466
-                        style="width: 100px; text-align: center"
2467
-                      >
2468
-                        <span v-if="afterdialysis.intravenous_tube == 0"
2469
-                          >/</span
2470
-                        >
2471
-                        <span v-if="afterdialysis.intravenous_tube == 1"
2472
-                          >静脉管道0</span
2473
-                        >
2474
-                        <span v-if="afterdialysis.intravenous_tube == 2"
2475
-                          >静脉管道+</span
2476
-                        >
2477
-                        <span v-if="afterdialysis.intravenous_tube == 3"
2478
-                          >静脉管道++</span
2479
-                        >
2480
-                        <span v-if="afterdialysis.intravenous_tube == 4"
2481
-                          >静脉管道+++</span
2482
-                        >
2483
-                      </div>
2484
-                    </div>
2485
-                    <div class="inline_block" style="flex: 1">
2486
-                      并发症:
2487
-                      <div
2488
-                        class="under_line"
2489
-                        style="width: 170px; text-align: center"
2490
-                      >
2491
-                        {{
2492
-                          afterdialysis.complication
2493
-                            ? afterdialysis.complication
2494
-                            : "/"
2495
-                        }}
2496
-                      </div>
2497
-                    </div>
2498
-                  </div>
2499
-                  <div
2500
-                    class="row"
2501
-                    style="padding: 2px 0; line-height: 23px; display: flex"
2502
-                    v-if="org_id == 10223"
2503
-                  >
2504
-                    <div class="inline_block" style="flex: 1">
2505
-                      穿刺处血肿:
2506
-                      <div
2507
-                        class="under_line"
2508
-                        style="width: 50px; text-align: center"
2509
-                      >
2510
-                        <span v-if="afterdialysis.puncture_point_haematoma == 0"
2511
-                          >/</span
2512
-                        >
2513
-                        <span v-if="afterdialysis.puncture_point_haematoma == 1"
2514
-                          >有</span
2515
-                        >
2516
-                        <span v-if="afterdialysis.puncture_point_haematoma == 2"
2517
-                          >无</span
2518
-                        >
2519
-                      </div>
2520
-                    </div>
2521
-                    <div class="inline_block" style="flex: 1">
2522
-                      中心静脉封管(肝素-A端):
2523
-                      <div
2524
-                        class="under_line"
2525
-                        style="width: 70px; text-align: center"
2526
-                      >
2527
-                        {{ afterdialysis.cvc_a ? afterdialysis.cvc_a : "/" }}
2528
-                      </div>
2529
-                    </div>
2530
-                    <div class="inline_block" style="flex: 1">
2531
-                      中心静脉封管(肝素-V端):
2532
-                      <div
2533
-                        class="under_line"
2534
-                        style="width: 70px; text-align: center"
2535
-                      >
2536
-                        {{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "/" }}
2537
-                      </div>
2538
-                    </div>
2539
-                  </div>
2540 2319
 
2541 2320
                   <div
2542 2321
                     class="row"
@@ -2618,98 +2397,6 @@
2618 2397
                       </div>
2619 2398
                     </div>
2620 2399
                   </div>
2621
-                  <div
2622
-                    v-if="org_id!=10460"
2623
-                    class="row"
2624
-                    style="padding: 2px 0; line-height: 23px; display: flex"
2625
-                  >
2626
-                    <div
2627
-                      class="inline_block"
2628
-                      style="flex: 1; display: inline-block"
2629
-                    >
2630
-                      宣教知识:
2631
-                      <div
2632
-                        class="under_line"
2633
-                        style="
2634
-                          width: 860px;
2635
-                          line-height: 25px;
2636
-                          text-align: left;
2637
-                          margin-left: 2px;
2638
-                          display: inline-block;
2639
-                          white-space: normal;
2640
-                        "
2641
-                      >
2642
-                        {{
2643
-                          summary.mission
2644
-                            ? summary.mission
2645
-                            : "/"
2646
-                        }}
2647
-                      </div>
2648
-                    </div>
2649
-                  </div>
2650
-                  <div
2651
-                    class="row"
2652
-                    style="padding: 2px 0; line-height: 23px; display: flex"
2653
-                    v-if="org_id != 10223&&org_id!=9538&&org_id!=9675"
2654
-                  >
2655
-                    <div
2656
-                      class="inline_block"
2657
-                      style="flex: 1; display: inline-block"
2658
-                      v-if="org_id!=9675 && org_id!=10447"
2659
-                    >
2660
-                      备注:
2661
-                      <div
2662
-                        class="under_line"
2663
-                        style="
2664
-                          width: 860px;
2665
-                          line-height: 25px;
2666
-                          text-align: left;
2667
-                          margin-left: 2px;
2668
-                          display: inline-block;
2669
-                          white-space: normal;
2670
-                        "
2671
-                      >
2672
-                        {{ afterdialysis.remark ? afterdialysis.remark : "/" }}
2673
-                      </div>
2674
-                    </div>
2675
-                  </div>
2676
-                  <div
2677
-                    class="row"
2678
-                    style="padding: 2px 0; line-height: 23px; display: flex"
2679
-                    v-if="org_id == 9538||org_id == 9675 || org_id == 0"
2680
-                  >
2681
-                    <div
2682
-                      class="inline_block"
2683
-                      style="flex: 1; display: inline-block"
2684
-                    >
2685
-                      中心静脉导管封管:A端<div
2686
-                        class="under_line"
2687
-                        style="
2688
-                          width: 60px;
2689
-                          line-height: 25px;
2690
-                          text-align: center;
2691
-                          margin-left: 2px;
2692
-                          display: inline-block;
2693
-                          white-space: normal;
2694
-                        "
2695
-                      >
2696
-                        {{ afterdialysis.cvc_a ? afterdialysis.cvc_a : "/" }}
2697
-                      </div>ml,V端<div
2698
-                        class="under_line"
2699
-                        style="
2700
-                          width: 60px;
2701
-                          line-height: 25px;
2702
-                          text-align: center;
2703
-                          margin-left: 2px;
2704
-                          display: inline-block;
2705
-                          white-space: normal;
2706
-                        "
2707
-                      >
2708
-                        {{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "/" }}
2709
-                      </div>ml
2710
-                      
2711
-                    </div>
2712
-                  </div>
2713 2400
                 </td>
2714 2401
               </tr>
2715 2402
               <tr>
@@ -2718,8 +2405,7 @@
2718 2405
                     class="row"
2719 2406
                     style="padding: 2px 0; line-height: 23px; display: flex"
2720 2407
                   >
2721
-                   <div v-if="org_id == 0 || org_id == 10440">
2722
-    
2408
+                   <!-- <div>
2723 2409
                     <div class="inline_block" style="flex: 1">
2724 2410
                       上机护士:
2725 2411
                       <div
@@ -2759,10 +2445,8 @@
2759 2445
                         />
2760 2446
                       </div>
2761 2447
                     </div>
2762
-                  
2763
-                  
2764
-                  </div>
2765
-                  <div v-if="org_id!=0 && org_id!=10440">
2448
+                  </div> -->
2449
+                  <div>
2766 2450
                     <div class="inline_block" style="flex: 1">
2767 2451
                       穿刺护士:
2768 2452
                       <div
@@ -2804,11 +2488,11 @@
2804 2488
                     </div>
2805 2489
                   </div>
2806 2490
                    
2807
-                  <div v-if="org_id==0||org_id==10440">
2491
+                  <!-- <div v-if="org_id==0||org_id==10440">
2808 2492
                     
2809 2493
                     <div class="inline_block" style="flex: 1">                 
2810 2494
                      <div>
2811
-                      <span>责任护士:</span> 
2495
+                      责任护士: 
2812 2496
                       <div
2813 2497
                         class="under_line"
2814 2498
                         style="width: 80px; text-align: center"
@@ -2851,9 +2535,9 @@
2851 2535
 
2852 2536
                     </div>
2853 2537
 
2854
-                  </div>
2538
+                  </div> -->
2855 2539
 
2856
-                  <div v-if="org_id!=0&&org_id!=10440">
2540
+                  <div>
2857 2541
                     <div class="inline_block" style="flex: 1">
2858 2542
                       <span v-if="org_id==10414">责任护士:</span> 
2859 2543
                       <span v-else>治疗护士:</span> 
@@ -3098,7 +2782,7 @@
3098 2782
           <!-- <div  class="print-yema">1</div> -->
3099 2783
         </div>
3100 2784
         <!-- 患者签名 -->
3101
-        <div style="position: relative; left: 70%;top: 30px;">
2785
+        <div style="position: relative; left: 70%;top: 50px;">
3102 2786
           患者签名:
3103 2787
           <div class="under_line" style="width: 120px;">
3104 2788
             <img