瀏覽代碼

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

csx 6 年之前
父節點
當前提交
5feb3f73f9

+ 10 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue 查看文件

314
                           style="font-size:16px;padding:8px 8px;">透析中记录
314
                           style="font-size:16px;padding:8px 8px;">透析中记录
315
                       </td>
315
                       </td>
316
                       <td width="100">时间</td>
316
                       <td width="100">时间</td>
317
-                      <td width="80">血压<br/>mmHg</td>
318
-                      <td width="60">脉率<br/>次/分</td>
319
-                      <td width="60">呼吸<br/>次/分</td>
317
+                      <td width="80">BP<br/>mmHg</td>
318
+                      <td width="60">P<br/>次/分</td>
319
+                      <td width="60">R<br/>次/分</td>
320
+                      <td width="60">静脉压/动脉压<br/>mmHg</td>
321
+
320
                       <td width="60">血流量<br/>ml/min</td>
322
                       <td width="60">血流量<br/>ml/min</td>
321
                       <td width="60">超滤量累计<br/>L</td>
323
                       <td width="60">超滤量累计<br/>L</td>
322
-                      <td width="60">静脉压/动脉压<br/>mmHg</td>
323
                       <td width="60">钠浓度<br/>mmol/L</td>
324
                       <td width="60">钠浓度<br/>mmol/L</td>
324
 
325
 
325
                       <td>病情特殊情况处理<br/>及专科护理措施记录</td>
326
                       <td>病情特殊情况处理<br/>及专科护理措施记录</td>
335
                       </td>
336
                       </td>
336
                       <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
337
                       <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
337
                       <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
338
                       <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
338
-                      <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
339
-                      <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
340
                       <td>
339
                       <td>
341
                         {{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}
340
                         {{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}
342
                       </td>
341
                       </td>
342
+                      <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
343
+                      <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
343
                       <td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
344
                       <td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
344
                       <td>
345
                       <td>
345
                         {{monitor_record.symptom}}
346
                         {{monitor_record.symptom}}
539
 
540
 
540
                     <div class="inline_block">
541
                     <div class="inline_block">
541
                       &emsp;核对时间:
542
                       &emsp;核对时间:
542
-                      <div class="under_line" style="width: 150px;">
543
+                      <div class="under_line" style="width: 200px;">
543
                         {{record.check?getTime(record.check.updated_time,'{y}年{m}月{d}日 {h}时'):''}}
544
                         {{record.check?getTime(record.check.updated_time,'{y}年{m}月{d}日 {h}时'):''}}
544
                       </div>
545
                       </div>
545
                     </div>
546
                     </div>
873
                       <td height="60px" v-if="advice_index == 0"
874
                       <td height="60px" v-if="advice_index == 0"
874
                           :rowspan="group.advices.length">
875
                           :rowspan="group.advices.length">
875
                                     <span v-if="advice.start_time">
876
                                     <span v-if="advice.start_time">
876
-                                      {{getTime(advice.start_time,'{h}:{i}')}}
877
+                                      {{getTime(advice.start_time,'{y}-{m}-{d} {h}:{i}')}}
877
                                     </span>
878
                                     </span>
878
                         <span v-else>&nbsp;<br/>&nbsp;</span>
879
                         <span v-else>&nbsp;<br/>&nbsp;</span>
879
                       </td>
880
                       </td>
923
 
924
 
924
 
925
 
925
                     <td height="60px"><span v-if="advice.execution_time">
926
                     <td height="60px"><span v-if="advice.execution_time">
926
-                    {{getTime(advice.execution_time,'{h}:{i}')}}
927
+                    {{getTime(advice.execution_time,'{y}-{m}-{d} {h}:{i}')}}
927
                   </span>
928
                   </span>
928
                     </td>
929
                     </td>
929
 
930
 

+ 10 - 84
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

1519
               <tr><td colspan="12" class="title-box text-align-left">二、透析中护理记录:</td></tr>
1519
               <tr><td colspan="12" class="title-box text-align-left">二、透析中护理记录:</td></tr>
1520
             <tr class="print-table-tr-new">
1520
             <tr class="print-table-tr-new">
1521
               <td width="100">时间</td>
1521
               <td width="100">时间</td>
1522
-              <td width="40">T<br/>C°</td>
1522
+              <td width="60">BP<br/><span class="text-align-right">mmHg</span></td>
1523
               <td width="30">P<br/><small>次/分</small></td>
1523
               <td width="30">P<br/><small>次/分</small></td>
1524
               <td width="30">R<br/><small>次/分</small></td>
1524
               <td width="30">R<br/><small>次/分</small></td>
1525
-              <td width="60">BP<br/><span class="text-align-right">mmHg</span></td>
1526
               <td width="80">静脉压/动脉压mmHg</td>
1525
               <td width="80">静脉压/动脉压mmHg</td>
1527
               <td width="80">血流量<br>ml/min</td>
1526
               <td width="80">血流量<br>ml/min</td>
1528
               <td width="80">超滤量累计L</td>
1527
               <td width="80">超滤量累计L</td>
1529
-              <td width="80">肝素剩余量ml</td>
1530
               <td width="80">钠浓度<br/>mmol/L</td>
1528
               <td width="80">钠浓度<br/>mmol/L</td>
1531
 
1529
 
1532
               <td width="">病情特殊情况、处理<br/>及专科护理措施记录</td>
1530
               <td width="">病情特殊情况、处理<br/>及专科护理措施记录</td>
1541
               </td>
1539
               </td>
1542
               <td>&nbsp;{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
1540
               <td>&nbsp;{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
1543
               <td>&nbsp;{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
1541
               <td>&nbsp;{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
1542
+              <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
1544
               <td>&nbsp;{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
1543
               <td>&nbsp;{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
1545
               <td>&nbsp;{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
1544
               <td>&nbsp;{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
1546
-              <td>&nbsp;{{monitor.displacement_quantity?monitor.displacement_quantity:''}}</td>
1547
-              <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
1548
               <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
1545
               <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
1549
 
1546
 
1550
               <td>&nbsp;{{monitor.symptom}}
1547
               <td>&nbsp;{{monitor.symptom}}
1559
             </tr>
1556
             </tr>
1560
             </tbody>
1557
             </tbody>
1561
           </table>
1558
           </table>
1562
-          <table class="print-table" border="1" style="margin-bottom: 400px">
1559
+          <table class="print-table" border="1" >
1563
             <tbody>
1560
             <tbody>
1564
               <tr class="title-box-pro-tr">
1561
               <tr class="title-box-pro-tr">
1565
                 <td class="title-box-pro">三、透析后护理纪录:</td>
1562
                 <td class="title-box-pro">三、透析后护理纪录:</td>
1780
                     </td>
1777
                     </td>
1781
 
1778
 
1782
                     <td width="60">核对时间:</td>
1779
                     <td width="60">核对时间:</td>
1783
-                    <td width="100">
1784
-                      <div class="under-line">&nbsp;{{getTime(check.updated_time,'{y}年{m}月{d}日 {h}时')}}</div>
1780
+                    <td width="200">
1781
+                      <div class="under-line">{{getTime(check.updated_time,'{y}年{m}月{d}日 {h}时')}}</div>
1785
 
1782
 
1786
                     </td>
1783
                     </td>
1787
 
1784
 
1842
                       </div>
1839
                       </div>
1843
                     </td>
1840
                     </td>
1844
                     <td width="60">时间:</td>
1841
                     <td width="60">时间:</td>
1845
-                    <td width="100">
1842
+                    <td width="200">
1846
                       <div class="under-line" style="padding-bottom: 5px" v-if="dialysisOrder != null">&nbsp;{{getTime(dialysisOrder.end_time,'{y}年{m}月{d}日 {h}时')}}</div>
1843
                       <div class="under-line" style="padding-bottom: 5px" v-if="dialysisOrder != null">&nbsp;{{getTime(dialysisOrder.end_time,'{y}年{m}月{d}日 {h}时')}}</div>
1847
                     </td>
1844
                     </td>
1848
                     <td width=""></td>
1845
                     <td width=""></td>
2169
             </tr>
2166
             </tr>
2170
             </tbody>
2167
             </tbody>
2171
           </table>
2168
           </table>
2172
-          <!--<table class="print-table-no" border="1" count="0" >-->
2173
-            <!--<tbody>-->
2174
-            <!--<tr><td colspan="6">医嘱</td></tr>-->
2175
-            <!--<tr><td colspan="3">开医嘱</td><td colspan="3">执行核对医嘱</td></tr>-->
2176
-            <!--<tr>-->
2177
-              <!--<td width="40px">时间</td>-->
2178
-              <!--<td width="120px">医嘱内容</td>-->
2179
-              <!--<td width="80px">医生签名</td>-->
2180
-              <!--<td width="75px">核对人签名</td>-->
2181
-              <!--<td width="80px">执行人签名</td>-->
2182
-              <!--<td width="55px">时间</td>-->
2183
-            <!--</tr>-->
2184
-           <!---->
2185
-            <!--<tr v-for="(advice, index) in advice_groups" :key="index">-->
2186
-              <!--<td height="10px">-->
2187
-                                  <!--<span v-if="advice[0].start_time">-->
2188
-                                    <!--{{getTime(advice[0].start_time,'{h}:{i}')}}-->
2189
-                                  <!--</span>-->
2190
-                <!--<span v-else>&nbsp;<br/>&nbsp;</span>-->
2191
-              <!--</td>-->
2192
-              <!--<td class="advice-name">-->
2193
-                <!--<span v-if="advice[0].parent_id>0">└</span>-->
2194
-                <!--<span>{{advice[0].advice_name }}</span>-->
2195
-                <!--<span>{{advice[0].advice_desc}}</span>-->
2196
-                <!--&lt;!&ndash; <span v-if="advice[0].drug_spec">{{advice[0].drug_spec}}{{advice[0].drug_spec_unit}}</span> &ndash;&gt;-->
2197
-                <!--<span v-if="advice[0].prescribing_number">* {{advice[0].prescribing_number}}{{advice[0].prescribing_number_unit}}</span>-->
2198
-                <!--<span-->
2199
-                  <!--v-if="advice[0].single_dose != 0">单次用量 {{advice[0].single_dose}}{{advice[0].single_dose_unit}}</span>-->
2200
-                <!--<span>{{advice[0].delivery_way}}</span>-->
2201
-                <!--<span>{{advice[0].execution_frequency}}</span>-->
2202
-                <!--<div v-for="(child, childindex) in advice[0].children" :key="childindex" class="advice-children">-->
2203
-                  <!--<div>▲</div>-->
2204
-                  <!--<div>-->
2205
-                    <!--<span>{{child.advice_name }}</span>-->
2206
-                    <!--<span>{{child.advice_desc}}</span>-->
2207
-                    <!--<span v-if="child.drug_spec">{{child.drug_spec}}{{child.drug_spec_unit}}</span>-->
2208
-                    <!--<span-->
2209
-                      <!--v-if="child.prescribing_number">* {{child.prescribing_number}}{{child.prescribing_number_unit}}</span>-->
2210
-                    <!--<span v-if="child.single_dose != 0">单次用量 {{child.single_dose}}{{child.single_dose_unit}}</span>-->
2211
-                  <!--</div>-->
2212
-                <!--</div>-->
2213
-              <!--</td>-->
2214
-              <!--<td>-->
2215
-                <!--<span-->
2216
-                  <!--v-if="setAdminUserES(advice[0].advice_doctor) == ''">{{getAdminUser(advice[0].advice_doctor)}}</span>-->
2217
-                <!--<img class="es-img" :src="setAdminUserES(advice[0].advice_doctor)"-->
2218
-                     <!--alt="" srcset="" v-else>-->
2219
-              <!--</td>-->
2220
-              <!--<td>-->
2221
-                <!--<span v-if="setAdminUserES(advice[0].checker) == ''">{{getAdminUser(advice[0].checker)}}</span>-->
2222
-                <!--<img class="es-img" :src="setAdminUserES(advice[0].checker)"-->
2223
-                     <!--alt="" srcset="" v-else>-->
2224
-
2225
-              <!--</td>-->
2226
-              <!--<td>-->
2227
-                <!--<span-->
2228
-                  <!--v-if="setAdminUserES(advice[0].execution_staff) == ''">{{getAdminUser(advice[0].execution_staff)}}</span>-->
2229
-                <!--<img class="es-img" :src="setAdminUserES(advice[0].execution_staff)"-->
2230
-                     <!--alt="" srcset="" v-else>-->
2231
-
2232
-              <!--</td>-->
2233
-
2234
-              <!--<td><span v-if="advice[0].execution_time">-->
2235
-                    <!--{{getTime(advice[0].execution_time,'{h}:{i}')}}-->
2236
-                  <!--</span>-->
2237
-              <!--</td>-->
2238
-
2239
-            <!--</tr>-->
2240
-
2241
 
2169
 
2242
-            <!--</tbody>-->
2243
-          <!--</table>-->
2244
           <table class="print-table-no" border="1" count="0" >
2170
           <table class="print-table-no" border="1" count="0" >
2245
             <tbody>
2171
             <tbody>
2246
             <tr><td colspan="7">医嘱</td></tr>
2172
             <tr><td colspan="7">医嘱</td></tr>
2261
               <td height="10px"               v-if="advice_index == 0"
2187
               <td height="10px"               v-if="advice_index == 0"
2262
                   :rowspan="group.advices.length">
2188
                   :rowspan="group.advices.length">
2263
                                   <span v-if="advice.start_time">
2189
                                   <span v-if="advice.start_time">
2264
-                                    {{getTime(advice.start_time,'{h}:{i}')}}
2190
+                                    {{getTime(advice.start_time,'{y}-{m}-{d} {h}:{i}')}}
2265
                                   </span>
2191
                                   </span>
2266
                 <span v-else>&nbsp;<br/>&nbsp;</span>
2192
                 <span v-else>&nbsp;<br/>&nbsp;</span>
2267
               </td>
2193
               </td>
2309
               </td>
2235
               </td>
2310
 
2236
 
2311
               <td><span v-if="advice.execution_time">
2237
               <td><span v-if="advice.execution_time">
2312
-                    {{getTime(advice.execution_time,'{h}:{i}')}}
2238
+                    {{getTime(advice.execution_time,'{y}-{m}-{d} {h}:{i}')}}
2313
                   </span>
2239
                   </span>
2314
               </td>
2240
               </td>
2315
 
2241
 
2607
             this.monitors = response.data.data.monitors
2533
             this.monitors = response.data.data.monitors
2608
             this.summary = response.data.data.summary
2534
             this.summary = response.data.data.summary
2609
             this.org_template_info = response.data.data.org_template_info
2535
             this.org_template_info = response.data.data.org_template_info
2610
-            if (this.monitors.length < 12) {
2611
-              var nl = 12 - this.monitors.length
2536
+            if (this.monitors.length < 9) {
2537
+              var nl = 9 - this.monitors.length
2612
               for (let index = 0; index < nl; index++) {
2538
               for (let index = 0; index < nl; index++) {
2613
                 this.monitors.push([])
2539
                 this.monitors.push([])
2614
               }
2540
               }