Browse Source

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

28169 1 year ago
parent
commit
c5021dcc42

File diff suppressed because it is too large
+ 2804 - 20758
package-lock.json


+ 5 - 5
package.json View File

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

+ 96 - 321
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

122
                 {{ "/" }}
122
                 {{ "/" }}
123
               </div>
123
               </div>
124
             </div>
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
           </div>
163
           </div>
126
           <div class="row">
164
           <div class="row">
127
             <div class="inline_block">
165
             <div class="inline_block">
176
                 </tr>
214
                 </tr>
177
                 <tr>
215
                 <tr>
178
                   <td colspan="2">
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
                     <div class="row" style="padding: 2px 0; line-height: 23px">
218
                     <div class="row" style="padding: 2px 0; line-height: 23px">
241
                       <div class="inline_block">
219
                       <div class="inline_block">
851
                         </div>
829
                         </div>
852
                       </div>
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
                         <div
834
                         <div
857
                           class="under_line"
835
                           class="under_line"
858
-                          style="width: 70px; text-align: center"
836
+                          style="width: 150px; text-align: center"
859
                         >
837
                         >
860
                           {{
838
                           {{
861
                             record.assessment_before_dislysis &&
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
                         </div>
846
                         </div>
867
                       </div>
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
                     </div>
848
                     </div>
917
 
849
 
918
                     <div
850
                     <div
1261
                           >mg</span
1193
                           >mg</span
1262
                         >
1194
                         >
1263
                       </div>
1195
                       </div>
1196
+                      
1264
                       <div class="inline_block" style="margin-left: 20px">
1197
                       <div class="inline_block" style="margin-left: 20px">
1265
                         透析机号:
1198
                         透析机号:
1266
                         <div
1199
                         <div
1746
                     </table>
1679
                     </table>
1747
                   </td>
1680
                   </td>
1748
                 </tr>
1681
                 </tr>
1749
-                <tr v-if="org_id!=10402">
1682
+                <tr >
1750
                   <td style="padding: 0; position: relative" colspan="2">
1683
                   <td style="padding: 0; position: relative" colspan="2">
1751
                     <table class="inside_table">
1684
                     <table class="inside_table">
1752
                       <tbody>
1685
                       <tbody>
1919
                   </td>
1852
                   </td>
1920
                 </tr>
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
               </tbody>
1855
               </tbody>
2067
             </table>
1856
             </table>
2068
           </div>
1857
           </div>
2113
               <div class="inline_block" style="margin-left: 10px">
1902
               <div class="inline_block" style="margin-left: 10px">
2114
                 年龄:
1903
                 年龄:
2115
                 <div class="under_line" style="width: 30px; text-align: center">
1904
                 <div class="under_line" style="width: 30px; text-align: center">
1905
+                  <!-- {{ record.patient.age }} -->
2116
                   {{ getAge(record.patient) }}
1906
                   {{ getAge(record.patient) }}
2117
                 </div>
1907
                 </div>
2118
1908
2126
               <div class="inline_block" v-if="record.receive_assessment.condition!=1">
1916
               <div class="inline_block" v-if="record.receive_assessment.condition!=1">
2127
                 门特:
1917
                 门特:
2128
                 <div class="under_line" style="width: 30px; text-align: center">
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
                 </div>
1920
                 </div>
2131
               </div>
1921
               </div>
2132
               <div class="inline_block" v-if="record.receive_assessment.condition==1">
1922
               <div class="inline_block" v-if="record.receive_assessment.condition==1">
2133
                 住院:
1923
                 住院:
2134
                 <div class="under_line" style="width: 30px; text-align: center">
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
                 </div>
1926
                 </div>
2137
               </div>
1927
               </div>
2138
-              <div class="inline_block">
1928
+              <div class="inline_block" v-if="org_id!=10510">
2139
                 病区:
1929
                 病区:
2140
                 <div class="under_line" style="width: 50px; text-align: center">
1930
                 <div class="under_line" style="width: 50px; text-align: center">
2141
-                  {{ "/" }}
1931
+                  {{ record.device_zone.name}}
2142
                 </div>
1932
                 </div>
2143
               </div>
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
                 <div class="under_line" style="width: 50px; text-align: center">
1936
                 <div class="under_line" style="width: 50px; text-align: center">
2147
-                  {{ "/" }}
1937
+                  {{ record.device_number.number }}
2148
                 </div>
1938
                 </div>
2149
               </div>
1939
               </div>
2150
               <div class="inline_block">
1940
               <div class="inline_block">
2158
                 <div
1948
                 <div
2159
                   class="under_line"
1949
                   class="under_line"
2160
                   style="width: 70px; text-align: left"
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
                 </div>
1954
                 </div>
2165
                 <div
1955
                 <div
2166
                   class="under_line"
1956
                   class="under_line"
2167
-                  style="width: 70px; text-align: left"
1957
+                  style="width: 70px; text-align: le ft"
2168
                   v-else
1958
                   v-else
2169
                 >
1959
                 >
2170
                   {{ "/" }}
1960
                   {{ "/" }}
2171
                 </div>
1961
                 </div>
2172
               </div>
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
             </div>
2001
             </div>
2174
             
2002
             
2175
             <div class="row">
2003
             <div class="row">
2657
                       class="row"
2485
                       class="row"
2658
                       style="padding: 2px 0; line-height: 23px; display: flex"
2486
                       style="padding: 2px 0; line-height: 23px; display: flex"
2659
                     >
2487
                     >
2660
-                      <div
2661
-                        class="inline_block"
2662
-                        style="flex: 1; display: inline-block"
2663
-                      >
2664
-                        衣物重:
2665
-                        <div
2666
-                          class="under_line"
2667
-                          style="
2668
-                            width: 100px;
2669
-                            line-height: 25px;
2670
-                            text-align: left;
2671
-                            margin-left: 2px;
2672
-                            display: inline-block;
2673
-                            white-space: normal;
2674
-                          "
2675
-                        >
2676
-                          {{
2677
-                            record.assessment_after_dislysis && record.assessment_after_dislysis.additional_weight
2678
-                              ? record.assessment_after_dislysis.additional_weight
2679
-                              : "/"
2680
-                          }}
2681
-                        </div>
2682
-                      </div>
2683
                       <div
2488
                       <div
2684
                         class="inline_block"
2489
                         class="inline_block"
2685
                         style="flex: 1; display: inline-block"
2490
                         style="flex: 1; display: inline-block"
2734
                   
2539
                   
2735
                     </div>
2540
                     </div>
2736
 
2541
 
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>
2542
+                   
2768
                   </td>
2543
                   </td>
2769
                 </tr>
2544
                 </tr>
2770
                 <tr>
2545
                 <tr>

+ 113 - 452
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue View File

127
               {{ "/" }}
127
               {{ "/" }}
128
             </div>
128
             </div>
129
           </div>
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
         </div>
154
         </div>
131
         <div class="row">
155
         <div class="row">
132
           <div class="inline_block">
156
           <div class="inline_block">
212
                     class="row"
236
                     class="row"
213
                     style="padding: 2px 0; line-height: 23px; display: flex"
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
                       <div
241
                       <div
218
                         class="under_line"
242
                         class="under_line"
235
                             : "/"
259
                             : "/"
236
                         }}
260
                         }}
237
                       </div>
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
                   </div>
264
                   </div>
253
 
265
 
254
                   <div class="row" style="padding: 2px 0; line-height: 23px">
266
                   <div class="row" style="padding: 2px 0; line-height: 23px">
823
                     class="row"
835
                     class="row"
824
                     style="padding: 2px 0; line-height: 23px; display: flex"
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
                       <div v-if="org_id!=10414"
841
                       <div v-if="org_id!=10414"
856
 
868
 
857
                     </div>
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
                       <div
873
                       <div
862
                         class="under_line"
874
                         class="under_line"
870
                       </div>
882
                       </div>
871
                     </div>
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
                       <div
887
                       <div
876
                         class="under_line"
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
                       </div>
896
                       </div>
885
                     </div>
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
                   </div>
898
                   </div>
950
 
899
 
951
                   <div
900
                   <div
1263
                     </span>
1212
                     </span>
1264
                     </div>
1213
                     </div>
1265
                     <div class="inline_block" style="margin-left: 20px">
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
                       <div
1216
                       <div
1324
                         class="under_line"
1217
                         class="under_line"
1325
                         style="width: 50px; text-align: center"
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
                       </div>
1221
                       </div>
1333
-                      <span>ml/h</span>
1334
-                   
1335
-                  
1222
+                      <span>ml</span>
1336
                     </div>
1223
                     </div>
1337
                     <div class="inline_block" style="margin-left: 20px">
1224
                     <div class="inline_block" style="margin-left: 20px">
1338
-                      碳酸氢钠流速
1225
+                      q:
1339
                       <div
1226
                       <div
1340
                         class="under_line"
1227
                         class="under_line"
1341
                         style="width: 50px; text-align: center"
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
                       </div>
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
                     </div>
1237
                     </div>
1361
                     <div class="inline_block" style="margin-left: 20px">
1238
                     <div class="inline_block" style="margin-left: 20px">
1362
-                      q
1239
+                      透析机号:
1363
                       <div
1240
                       <div
1364
                         class="under_line"
1241
                         class="under_line"
1365
                         style="width: 50px; text-align: center"
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
                       </div>
1251
                       </div>
1373
-                      <span>h</span>
1374
                     </div>
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
                     <div
1253
                     <div
1382
                       class="inline_block"
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
                       <div
1258
                       <div
1388
                         class="under_line"
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
                       </div>
1263
                       </div>
1264
+                    
1400
                     </div>
1265
                     </div>
1401
                   </div>
1266
                   </div>
1402
                 </td>
1267
                 </td>
1908
             <div class="inline_block" v-if="receiverTreatmentAccess.condition!=1">
1773
             <div class="inline_block" v-if="receiverTreatmentAccess.condition!=1">
1909
               门特:
1774
               门特:
1910
               <div class="under_line" style="width: 30px; text-align: center">
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
               </div>
1777
               </div>
1913
             </div>
1778
             </div>
1914
             <div class="inline_block" v-if="receiverTreatmentAccess.condition==1">
1779
             <div class="inline_block" v-if="receiverTreatmentAccess.condition==1">
1917
                 <check-box :checked="receiverTreatmentAccess.condition == 1"></check-box>
1782
                 <check-box :checked="receiverTreatmentAccess.condition == 1"></check-box>
1918
               </div>
1783
               </div>
1919
             </div>
1784
             </div>
1920
-            <div class="inline_block" v-if="org_id!=10510">
1785
+            <div class="inline_block">
1921
               病区:
1786
               病区:
1922
               <div class="under_line" style="width: 50px; text-align: center">
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
             </div>
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
               <div class="under_line" style="width: 50px; text-align: center">
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
             </div>
1808
             </div>
1944
             <div class="inline_block">
1809
             <div class="inline_block">
1945
               透析号:
1810
               透析号:
1947
                 {{ patientInfo.dialysis_no }}
1812
                 {{ patientInfo.dialysis_no }}
1948
               </div>
1813
               </div>
1949
             </div>
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
             </div>
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
             </div>
1850
             </div>
1967
-          </div>
1968
           </div>
1851
           </div>
1969
           <div class="row" style="margin-bottom: 10px">
1852
           <div class="row" style="margin-bottom: 10px">
1970
             <div class="inline_block">
1853
             <div class="inline_block">
2433
                       <span v-if="org_id ==9675||org_id==10447">L</span>
2316
                       <span v-if="org_id ==9675||org_id==10447">L</span>
2434
                     </div>
2317
                     </div>
2435
                   </div>
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
                   <div
2320
                   <div
2542
                     class="row"
2321
                     class="row"
2543
                     style="padding: 2px 0; line-height: 23px; display: flex"
2322
                     style="padding: 2px 0; line-height: 23px; display: flex"
2544
                   >
2323
                   >
2545
-                    <div
2546
-                      class="inline_block"
2547
-                      style="flex: 1; display: inline-block"
2548
-                    >
2549
-                      衣物重:
2550
-                      <div
2551
-                        class="under_line"
2552
-                        style="
2553
-                          width: 100px;
2554
-                          line-height: 25px;
2555
-                          text-align: left;
2556
-                          margin-left: 2px;
2557
-                          display: inline-block;
2558
-                          white-space: normal;
2559
-                        "
2560
-                      >
2561
-                        {{
2562
-                          afterdialysis.additional_weight
2563
-                            ? afterdialysis.additional_weight
2564
-                            : "/"
2565
-                        }}
2566
-                      </div>kg
2567
-                    </div>
2568
                     <div
2324
                     <div
2569
                       class="inline_block"
2325
                       class="inline_block"
2570
                       style="flex: 1; display: inline-block"
2326
                       style="flex: 1; display: inline-block"
2618
                       </div>
2374
                       </div>
2619
                     </div>
2375
                     </div>
2620
                   </div>
2376
                   </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
                 </td>
2377
                 </td>
2714
               </tr>
2378
               </tr>
2715
               <tr>
2379
               <tr>
2718
                     class="row"
2382
                     class="row"
2719
                     style="padding: 2px 0; line-height: 23px; display: flex"
2383
                     style="padding: 2px 0; line-height: 23px; display: flex"
2720
                   >
2384
                   >
2721
-                   <div v-if="org_id == 0 || org_id == 10440">
2722
-    
2385
+                   <!-- <div>
2723
                     <div class="inline_block" style="flex: 1">
2386
                     <div class="inline_block" style="flex: 1">
2724
                       上机护士:
2387
                       上机护士:
2725
                       <div
2388
                       <div
2759
                         />
2422
                         />
2760
                       </div>
2423
                       </div>
2761
                     </div>
2424
                     </div>
2762
-                  
2763
-                  
2764
-                  </div>
2765
-                  <div v-if="org_id!=0 && org_id!=10440">
2425
+                  </div> -->
2426
+                  <div>
2766
                     <div class="inline_block" style="flex: 1">
2427
                     <div class="inline_block" style="flex: 1">
2767
                       穿刺护士:
2428
                       穿刺护士:
2768
                       <div
2429
                       <div
2804
                     </div>
2465
                     </div>
2805
                   </div>
2466
                   </div>
2806
                    
2467
                    
2807
-                  <div v-if="org_id==0||org_id==10440">
2468
+                  <!-- <div v-if="org_id==0||org_id==10440">
2808
                     
2469
                     
2809
                     <div class="inline_block" style="flex: 1">                 
2470
                     <div class="inline_block" style="flex: 1">                 
2810
                      <div>
2471
                      <div>
2811
-                      <span>责任护士:</span> 
2472
+                      责任护士: 
2812
                       <div
2473
                       <div
2813
                         class="under_line"
2474
                         class="under_line"
2814
                         style="width: 80px; text-align: center"
2475
                         style="width: 80px; text-align: center"
2851
 
2512
 
2852
                     </div>
2513
                     </div>
2853
 
2514
 
2854
-                  </div>
2515
+                  </div> -->
2855
 
2516
 
2856
-                  <div v-if="org_id!=0&&org_id!=10440">
2517
+                  <div>
2857
                     <div class="inline_block" style="flex: 1">
2518
                     <div class="inline_block" style="flex: 1">
2858
                       <span v-if="org_id==10414">责任护士:</span> 
2519
                       <span v-if="org_id==10414">责任护士:</span> 
2859
                       <span v-else>治疗护士:</span> 
2520
                       <span v-else>治疗护士:</span> 
3098
           <!-- <div  class="print-yema">1</div> -->
2759
           <!-- <div  class="print-yema">1</div> -->
3099
         </div>
2760
         </div>
3100
         <!-- 患者签名 -->
2761
         <!-- 患者签名 -->
3101
-        <div style="position: relative; left: 70%;top: 30px;">
2762
+        <div style="position: relative; left: 70%;top: 50px;">
3102
           患者签名:
2763
           患者签名:
3103
           <div class="under_line" style="width: 120px;">
2764
           <div class="under_line" style="width: 120px;">
3104
             <img
2765
             <img

+ 4 - 4
src/xt_pages/outpatientCharges/invoicePrint.vue View File

10
         type="primary"
10
         type="primary"
11
       >打印</el-button>
11
       >打印</el-button>
12
     </template>
12
     </template>
13
-    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375"><!---->
13
+    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 "><!---->
14
         <div class='dialysisPage'>
14
         <div class='dialysisPage'>
15
-          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id !=0" >
15
+          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387" >
16
             <printOne v-if="org_id != 10088 &&  org_id != 0 " :paramsObj="invoiceParams"></printOne>
16
             <printOne v-if="org_id != 10088 &&  org_id != 0 " :paramsObj="invoiceParams"></printOne>
17
-            <printThree v-if="org_id == 10088" :paramsObj="invoiceParams"></printThree>
17
+            <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams"></printThree>
18
           </div>
18
           </div>
19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
33
       </div>
33
       </div>
34
     </div>
34
     </div>
35
 
35
 
36
-    <div class="app-container" style="" v-if="org_id == 10217 || org_id == 0">
36
+    <div class="app-container" style="" v-if="org_id == 10217 ">
37
       <div class='dialysisPage'>
37
       <div class='dialysisPage'>
38
         <printSix :paramsObj="invoiceParams"></printSix>
38
         <printSix :paramsObj="invoiceParams"></printSix>
39
       </div>
39
       </div>

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

39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40
             </div>
40
             </div>
41
             <div style="margin-bottom: 10px" v-if="org_id == 10537">
41
             <div style="margin-bottom: 10px" v-if="org_id == 10537">
42
-              医保卡号:{{item.patient.id_card_no}}
42
+              身份证号:{{item.patient.id_card_no}}
43
             </div>
43
             </div>
44
             <div style="margin-bottom: 10px" v-else>
44
             <div style="margin-bottom: 10px" v-else>
45
               医保卡号:
45
               医保卡号:

+ 7 - 7
src/xt_pages/user/evaluationtool/Fallassessment.vue View File

103
                       <td class="start">自理能力</td>
103
                       <td class="start">自理能力</td>
104
                       <td>
104
                       <td>
105
                         <div class="jiange">
105
                         <div class="jiange">
106
-                          <span v-for="item in zilinl" class="rightjiange">
107
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
106
+                          <span v-for="item in zilinl" class="rightjiange" @change="handleCheckedCitiesChange">
107
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
108
                           </span>
108
                           </span>
109
                         </div>
109
                         </div>
110
                         
110
                         
143
                 <div>
143
                 <div>
144
                   <span>评估日期:</span>
144
                   <span>评估日期:</span>
145
                   <el-date-picker
145
                   <el-date-picker
146
-                    v-model="value1"
146
+                    v-model="pingdate"
147
                     type="date"
147
                     type="date"
148
                     placeholder="选择日期"
148
                     placeholder="选择日期"
149
                     :clearable="false"
149
                     :clearable="false"
152
                 </div>
152
                 </div>
153
                 <div>
153
                 <div>
154
                   <span>护士:</span>
154
                   <span>护士:</span>
155
-                  <el-select v-model="value" placeholder="请选择" >
155
+                  <el-select v-model="Nurse" placeholder="请选择" >
156
                     <el-option
156
                     <el-option
157
                       v-for="item in options"
157
                       v-for="item in options"
158
                       :key="item.value"
158
                       :key="item.value"
409
     data() {
409
     data() {
410
       return {
410
       return {
411
         patient_id:0,
411
         patient_id:0,
412
-        value1:'',
413
-        value:'',
412
+        pingdate:'',
413
+        Nurse:'',
414
         input:'',
414
         input:'',
415
         tumble_Totalpoints:0,
415
         tumble_Totalpoints:0,
416
         options:[],
416
         options:[],
417
         checkList:[],
417
         checkList:[],
418
-        nianlin:['≥65岁(1分)','<65(1分)'],
418
+        nianlin:['≥65岁(1分)','<65(0分)'],
419
         jiwnag:['有跌倒史(2分)','有坠床史(2分)','晕厥(2分)','低血压(2分)'],
419
         jiwnag:['有跌倒史(2分)','有坠床史(2分)','晕厥(2分)','低血压(2分)'],
420
         yishizt:['烦躁(4分)','谵妄(3分)','嗜睡(2分)','模糊(2分)','痴呆(2分)','昏迷(1分)'],
420
         yishizt:['烦躁(4分)','谵妄(3分)','嗜睡(2分)','模糊(2分)','痴呆(2分)','昏迷(1分)'],
421
         ganguan:['头晕(4分)','视觉障碍(2分)','听力障碍(2分)'],
421
         ganguan:['头晕(4分)','视觉障碍(2分)','听力障碍(2分)'],

+ 37 - 33
src/xt_pages/workforce/components/editTableData.vue View File

160
               min-width="60"
160
               min-width="60"
161
               align="center"
161
               align="center"
162
               fixed
162
               fixed
163
-              
163
+
164
           ></el-table-column>
164
           ></el-table-column>
165
           <el-table-column
165
           <el-table-column
166
               prop="cut"
166
               prop="cut"
168
               min-width="50"
168
               min-width="50"
169
               align="center"
169
               align="center"
170
               fixed
170
               fixed
171
-              
171
+
172
           ></el-table-column>
172
           ></el-table-column>
173
           <el-table-column
173
           <el-table-column
174
               :label="'周一 (' + weekTitle[0] + ')'"
174
               :label="'周一 (' + weekTitle[0] + ')'"
1345
           </el-option>
1345
           </el-option>
1346
         </el-select>
1346
         </el-select>
1347
 
1347
 
1348
-       
1348
+
1349
       </div>
1349
       </div>
1350
       <span slot="footer" class="dialog-footer" style="text-align: center">
1350
       <span slot="footer" class="dialog-footer" style="text-align: center">
1351
         <el-button
1351
         <el-button
1385
           <el-form-item label="" prop="mode_id">
1385
           <el-form-item label="" prop="mode_id">
1386
             <span>透析模式:</span>
1386
             <span>透析模式:</span>
1387
             <el-select
1387
             <el-select
1388
-               filterable 
1388
+               filterable
1389
                 v-model="changeSchedule.mode_id"
1389
                 v-model="changeSchedule.mode_id"
1390
                 placeholder="请选择"
1390
                 placeholder="请选择"
1391
                 style="width: 100%"
1391
                 style="width: 100%"
1400
               </el-option>
1400
               </el-option>
1401
             </el-select>
1401
             </el-select>
1402
           </el-form-item>
1402
           </el-form-item>
1403
-          
1403
+
1404
           <!-- <el-form-item>
1404
           <!-- <el-form-item>
1405
             <span>透析班次:</span>
1405
             <span>透析班次:</span>
1406
             <el-select
1406
             <el-select
1407
-                filterable 
1407
+                filterable
1408
                 v-model="changeSchedule.schedule_type"
1408
                 v-model="changeSchedule.schedule_type"
1409
                 placeholder="请选择"
1409
                 placeholder="请选择"
1410
                 style="width: 100%"
1410
                 style="width: 100%"
1419
               </el-option>
1419
               </el-option>
1420
             </el-select>
1420
             </el-select>
1421
           </el-form-item>
1421
           </el-form-item>
1422
-        
1422
+
1423
           <el-form-item>
1423
           <el-form-item>
1424
             <span>透析分区:</span>
1424
             <span>透析分区:</span>
1425
             <el-select
1425
             <el-select
1426
-            filterable 
1426
+            filterable
1427
               v-model="changeSchedule.partition_id"
1427
               v-model="changeSchedule.partition_id"
1428
               placeholder="请选择"
1428
               placeholder="请选择"
1429
               style="width: 100%"
1429
               style="width: 100%"
1442
           <el-form-item>
1442
           <el-form-item>
1443
             <span>透析床位:</span>
1443
             <span>透析床位:</span>
1444
             <el-select
1444
             <el-select
1445
-               filterable 
1445
+               filterable
1446
                 v-model="changeSchedule.bed_id"
1446
                 v-model="changeSchedule.bed_id"
1447
                 placeholder="请选择"
1447
                 placeholder="请选择"
1448
                 style="width: 100%"
1448
                 style="width: 100%"
1753
         <el-button @click="tipDialogVisibleThree = false">取 消</el-button>
1753
         <el-button @click="tipDialogVisibleThree = false">取 消</el-button>
1754
       </span>
1754
       </span>
1755
     </el-dialog>
1755
     </el-dialog>
1756
-    
1756
+
1757
   </div>
1757
   </div>
1758
 </template>
1758
 </template>
1759
 
1759
 
3141
       }else{
3141
       }else{
3142
         this.cur_info.contagions = []
3142
         this.cur_info.contagions = []
3143
       }
3143
       }
3144
-     
3144
+
3145
       this.patient_id_hover = row.id
3145
       this.patient_id_hover = row.id
3146
     },
3146
     },
3147
     // 选择透析模式
3147
     // 选择透析模式
3238
               id : row[key].schedule_id,
3238
               id : row[key].schedule_id,
3239
               contagions: row[key].patient_contagions,
3239
               contagions: row[key].patient_contagions,
3240
             }
3240
             }
3241
+            console.log('4444444',row[key].schedule_id);
3241
           }else{
3242
           }else{
3242
             this.cur_drag_obj = 3
3243
             this.cur_drag_obj = 3
3243
             this.cur_drag_info={
3244
             this.cur_drag_info={
3331
           this.$message.error(response.data.msg);
3332
           this.$message.error(response.data.msg);
3332
           this.tipDialogVisibleTwo = false
3333
           this.tipDialogVisibleTwo = false
3333
         } else {
3334
         } else {
3335
+          console.log('11111111111',response.data);
3334
           this.$message.success("替换成功");
3336
           this.$message.success("替换成功");
3335
           this.tipDialogVisible = false
3337
           this.tipDialogVisible = false
3336
           this.tipDialogVisibleTwo = false
3338
           this.tipDialogVisibleTwo = false
3337
           this.getSchedules();
3339
           this.getSchedules();
3338
         }
3340
         }
3339
       });
3341
       });
3342
+
3340
     },
3343
     },
3341
     // 交换位置
3344
     // 交换位置
3342
     changeSchTwo(){
3345
     changeSchTwo(){
3352
             this.$message.error(response.data.msg);
3355
             this.$message.error(response.data.msg);
3353
             this.tipDialogVisibleThree = false
3356
             this.tipDialogVisibleThree = false
3354
           } else {
3357
           } else {
3358
+            console.log('22222222',response.data);
3355
             this.$message.success("交换成功");
3359
             this.$message.success("交换成功");
3356
             this.tipDialogVisible = false
3360
             this.tipDialogVisible = false
3357
             this.tipDialogVisibleThree = false
3361
             this.tipDialogVisibleThree = false
3382
             id : row[key].schedule_id,
3386
             id : row[key].schedule_id,
3383
             partition_type : row.zone_type,
3387
             partition_type : row.zone_type,
3384
           }
3388
           }
3389
+          console.log('ffffffffffff',this.currentData);
3385
           // let nowDate = new Date();
3390
           // let nowDate = new Date();
3386
           // let date = {
3391
           // let date = {
3387
           //       year: nowDate.getFullYear(),
3392
           //       year: nowDate.getFullYear(),
3391
           //   let Month=date.month<10 ? '0'+ date.month :  date.month
3396
           //   let Month=date.month<10 ? '0'+ date.month :  date.month
3392
           //   let Dateday= date.date<10 ? '0'+date.date : date.date
3397
           //   let Dateday= date.date<10 ? '0'+date.date : date.date
3393
           //   this.systemDate = date.year + '-'+ Month + '-'+ Dateday;
3398
           //   this.systemDate = date.year + '-'+ Month + '-'+ Dateday;
3394
-          // console.log('this.currentData的数据',this.currentData);
3395
-          // console.log('this.cur_drag_info的数据',this.cur_drag_info);
3399
+          console.log('this.currentData的数据',row[key].patient_id);
3400
+          console.log('this.cur_drag_info的数据',key);
3396
           // console.log('123453545',this.systemDate);
3401
           // console.log('123453545',this.systemDate);
3397
           // 当表格有数据
3402
           // 当表格有数据
3398
           if ( row[key].mode_id > 0 || row[key].patient_id > 0) {
3403
           if ( row[key].mode_id > 0 || row[key].patient_id > 0) {
3421
                       that.currentData.patient_id = that.cur_drag_info.patient_id
3426
                       that.currentData.patient_id = that.cur_drag_info.patient_id
3422
                       that.currentData.patient = that.cur_drag_info.patient_name
3427
                       that.currentData.patient = that.cur_drag_info.patient_name
3423
                        that.currentData.contagions = that.cur_drag_info.contagions
3428
                        that.currentData.contagions = that.cur_drag_info.contagions
3424
-                        console.log("中国hshshshshhs",that.cur_drag_info.contagions)
3429
+                        console.log("中国hshshshshhs",that.cur_drag_info.id)
3430
+
3425
 
3431
 
3426
-                      
3427
                         that.setScheduleTwo(this.cur_drag_info.id);
3432
                         that.setScheduleTwo(this.cur_drag_info.id);
3428
                 }
3433
                 }
3429
               }else{ // 非同一天
3434
               }else{ // 非同一天
3450
         }
3455
         }
3451
       }
3456
       }
3452
     },
3457
     },
3453
-    
3458
+
3454
     // 左边栏选中名字和模式拖动结束后
3459
     // 左边栏选中名字和模式拖动结束后
3455
     taskDraggerEnd(e) {},
3460
     taskDraggerEnd(e) {},
3456
     //move回调方法
3461
     //move回调方法
3765
         //
3770
         //
3766
         return "table-row-new-class schedule-table-row Infectious_disease";
3771
         return "table-row-new-class schedule-table-row Infectious_disease";
3767
       }
3772
       }
3768
-      // if(columnIndex==1 ){  
3769
-      //   return 'border_bott ' 
3773
+      // if(columnIndex==1 ){
3774
+      //   return 'border_bott '
3770
       // }
3775
       // }
3771
       // if(columnIndex==0){
3776
       // if(columnIndex==0){
3772
       //   return 'border_left'
3777
       //   return 'border_left'
3795
                 row[column.property].patient_id == this.patient_id_hover
3800
                 row[column.property].patient_id == this.patient_id_hover
3796
             ) {
3801
             ) {
3797
               return "hover-td schedule-table-cell-disable";
3802
               return "hover-td schedule-table-cell-disable";
3798
-            } 
3803
+            }
3799
             // if(column.label == '晚'){
3804
             // if(column.label == '晚'){
3800
             //   return 'evening_border schedule-table-cell-disable'
3805
             //   return 'evening_border schedule-table-cell-disable'
3801
             // }
3806
             // }
3839
     //       // console.log('33333333333');
3844
     //       // console.log('33333333333');
3840
     //       return 'border-top: 1px solid aqua;'
3845
     //       return 'border-top: 1px solid aqua;'
3841
     //     }
3846
     //     }
3842
-    //   } 
3847
+    //   }
3843
     // },
3848
     // },
3844
     // 单元格的患者名称的回调方法
3849
     // 单元格的患者名称的回调方法
3845
     patientClass({row,column, rowIndex,columnIndex}){
3850
     patientClass({row,column, rowIndex,columnIndex}){
4573
         this.currentData.contagions = row.contagions;
4578
         this.currentData.contagions = row.contagions;
4574
       }
4579
       }
4575
     },
4580
     },
4576
-    // 取消关闭弹窗
4577
-    // closePatientPanel() {
4578
-    //   this.dialogTableVisible = false;
4579
-    //   this.currentData.patient_id = 0;
4580
-    // },
4581
+
4581
     getSchedules() {
4582
     getSchedules() {
4582
       var partionStr = this.partition_id;
4583
       var partionStr = this.partition_id;
4584
+      console.log('66665555',partionStr);
4583
       var arr = this.zoneIdList.join(",");
4585
       var arr = this.zoneIdList.join(",");
4586
+      console.log('ccccccc',this.zoneIdList);
4584
       var str = "";
4587
       var str = "";
4585
       if (partionStr == 0) {
4588
       if (partionStr == 0) {
4586
         str = arr;
4589
         str = arr;
4588
       if (partionStr != 0) {
4591
       if (partionStr != 0) {
4589
         str = partionStr.join(",");
4592
         str = partionStr.join(",");
4590
       }
4593
       }
4594
+      console.log('qqqqqqq',str);
4591
       const params = {
4595
       const params = {
4592
         weekTime: this.theType,
4596
         weekTime: this.theType,
4593
         patitionid: str,
4597
         patitionid: str,
4597
       getSchedulesOne(params).then((response) => {
4601
       getSchedulesOne(params).then((response) => {
4598
         if (response.data.state == 1) {
4602
         if (response.data.state == 1) {
4599
           this.weekTitle = response.data.data.weekTitle;
4603
           this.weekTitle = response.data.data.weekTitle;
4600
-
4604
+          console.log('999990000',response.data.data);
4601
           this.weekDays = response.data.data.days;
4605
           this.weekDays = response.data.data.days;
4602
           this.toDay = response.data.data.today;
4606
           this.toDay = response.data.data.today;
4603
           var theSchedules = response.data.data.schdules;
4607
           var theSchedules = response.data.data.schdules;
5138
               });
5142
               });
5139
               // this.msDialogVisible = false;
5143
               // this.msDialogVisible = false;
5140
               // this.getAllZones()
5144
               // this.getAllZones()
5141
-             
5145
+
5142
             }
5146
             }
5143
             this.changing_mode = false;
5147
             this.changing_mode = false;
5144
           }).catch((err) => {
5148
           }).catch((err) => {
5402
         default:
5406
         default:
5403
           break;
5407
           break;
5404
       }
5408
       }
5405
-    },    
5409
+    },
5406
     setScheduleTwo(id_two) {
5410
     setScheduleTwo(id_two) {
5407
       console.log("1112222222",this.currentData.contagions.length)
5411
       console.log("1112222222",this.currentData.contagions.length)
5408
       var that = this;
5412
       var that = this;
5509
             cflag = true;
5513
             cflag = true;
5510
           }
5514
           }
5511
         });
5515
         });
5512
-      
5516
+
5513
         if (!cflag) {
5517
         if (!cflag) {
5514
           this.$confirm(
5518
           this.$confirm(
5515
               "此患者有传染病,与此透析机不匹配,确定在此排班吗?",
5519
               "此患者有传染病,与此透析机不匹配,确定在此排班吗?",
5533
         } else {
5537
         } else {
5534
           this.CreateSchedule(this.currentData.patient_id, this.currentData);
5538
           this.CreateSchedule(this.currentData.patient_id, this.currentData);
5535
         }
5539
         }
5536
-        
5540
+
5537
       } else if (that.currentData.partition_type > 1) {
5541
       } else if (that.currentData.partition_type > 1) {
5538
         this.$confirm(
5542
         this.$confirm(
5539
             "此患者没有传染病,与此透析机不匹配,确定在此排班吗?",
5543
             "此患者没有传染病,与此透析机不匹配,确定在此排班吗?",
5546
         )
5550
         )
5547
             .then(() => {
5551
             .then(() => {
5548
               this.CreateSchedule(this.currentData.patient_id, this.currentData);
5552
               this.CreateSchedule(this.currentData.patient_id, this.currentData);
5549
-              
5553
+
5550
             })
5554
             })
5551
             .catch(() => {
5555
             .catch(() => {
5552
               this.dialogTableVisible=false
5556
               this.dialogTableVisible=false
5897
     this.partitions = this.partitionsProp;
5901
     this.partitions = this.partitionsProp;
5898
 
5902
 
5899
     var contagions = this.$store.getters.contagions;
5903
     var contagions = this.$store.getters.contagions;
5900
- 
5904
+
5901
     if (contagions.length > 0) {
5905
     if (contagions.length > 0) {
5902
       var that = this;
5906
       var that = this;
5903
       contagions.forEach(function (citem) {
5907
       contagions.forEach(function (citem) {
6070
 .border_left{
6074
 .border_left{
6071
   border-left: 1px solid aqua !important;
6075
   border-left: 1px solid aqua !important;
6072
 }
6076
 }
6073
- 
6077
+
6074
 .evening_border{
6078
 .evening_border{
6075
   border-right: 1px solid aqua !important;
6079
   border-right: 1px solid aqua !important;
6076
 }
6080
 }