Ver código fonte

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

XMLWAN 3 anos atrás
pai
commit
40fa39b410

+ 12 - 12
src/xt_pages/dialysis/batch_print/batch_print_order_fortyThree.vue Ver arquivo

@@ -318,19 +318,19 @@
318 318
                     <tbody>
319 319
                     <tr>
320 320
                         <td width="60">时间</td>
321
-                        <td width="80" style="height:20px;line-height:20px">血压</td>
322
-                        <td width="60" style="height:20px;line-height:20px">脉搏</td>
321
+                        <td width="80" style="height:20px;line-height:20px">血压<br />mmHg</td>
322
+                        <td width="60" style="height:20px;line-height:20px">脉搏<br />(次/分)</td>
323 323
                         <td width="60" style="height:20px;line-height:20px">KTV</td>
324
-                        <td width="60" style="height:20px;line-height:20px">血流量</td>
325
-                        <td width="60" style="height:20px;line-height:20px">静脉压</td>
326
-                        <td width="60" style="height:20px;line-height:20px">动脉压</td>
327
-                        <td width="60" style="height:20px;line-height:20px">跨膜压</td>
328
-                        <td width="60" style="height:20px;line-height:20px">温度</td>
329
-                        <td width="60" style="height:20px;line-height:20px">超滤率</td>
330
-                        <td width="60" style="height:20px;line-height:20px">超滤量</td>
331
-                        <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换率</td>
332
-                        <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换量</td>
333
-                        <td width="60" style="height:20px;line-height:20px">血容量</td>
324
+                        <td width="60" style="height:20px;line-height:20px">血流量<br />(ml/min)</td>
325
+                        <td width="60" style="height:20px;line-height:20px">静脉压<br />mmHg</td>
326
+                        <td width="60" style="height:20px;line-height:20px">动脉压<br />mmHg</td>
327
+                        <td width="60" style="height:20px;line-height:20px">跨膜压<br />mmHg</td>
328
+                        <td width="60" style="height:20px;line-height:20px">温度<br />°C</td>
329
+                        <td width="60" style="height:20px;line-height:20px">超滤率<br />ml/h</td>
330
+                        <td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
331
+                        <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率<br /><br />ml/h</td>
332
+                        <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量<br /><br />ml</td>
333
+                        <td width="60" style="height:20px;line-height:20px">血容量<br />ml</td>
334 334
                         <td width="">病情变化及处理</td>
335 335
                     </tr>
336 336
 

+ 12 - 12
src/xt_pages/dialysis/template/DialysisPrintOrderFortyThree.vue Ver arquivo

@@ -294,19 +294,19 @@
294 294
               <tbody>
295 295
               <tr>
296 296
                   <td width="60">时间</td>
297
-                  <td width="80" style="height:20px;line-height:20px">血压</td>
298
-                  <td width="60" style="height:20px;line-height:20px">脉搏</td>
297
+                  <td width="80" style="height:20px;line-height:20px">血压<br />mmHg</td>
298
+                  <td width="60" style="height:20px;line-height:20px">脉搏<br />(次/分)</td>
299 299
                   <td width="60" style="height:20px;line-height:20px">KTV</td>
300
-                  <td width="60" style="height:20px;line-height:20px">血流量</td>
301
-                  <td width="60" style="height:20px;line-height:20px">静脉压</td>
302
-                  <td width="60" style="height:20px;line-height:20px">动脉压</td>
303
-                  <td width="60" style="height:20px;line-height:20px">跨膜压</td>
304
-                  <td width="60" style="height:20px;line-height:20px">温度</td>
305
-                  <td width="60" style="height:20px;line-height:20px">超滤率</td>
306
-                  <td width="60" style="height:20px;line-height:20px">超滤量</td>
307
-                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
308
-                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
309
-                  <td width="60" style="height:20px;line-height:20px">血容量</td>
300
+                  <td width="60" style="height:20px;line-height:20px">血流量<br />(ml/min)</td>
301
+                  <td width="60" style="height:20px;line-height:20px">静脉压<br />mmHg</td>
302
+                  <td width="60" style="height:20px;line-height:20px">动脉压<br />mmHg</td>
303
+                  <td width="60" style="height:20px;line-height:20px">跨膜压<br />mmHg</td>
304
+                  <td width="60" style="height:20px;line-height:20px">温度<br />°C</td>
305
+                  <td width="60" style="height:20px;line-height:20px">超滤率<br />ml/h</td>
306
+                  <td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
307
+                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率<br /><br />ml/h</td>
308
+                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量<br /><br />ml</td>
309
+                  <td width="60" style="height:20px;line-height:20px">血容量<br />ml</td>
310 310
                   <td width="">病情变化及处理</td>
311 311
               </tr>
312 312
 

+ 7 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyEight.vue Ver arquivo

@@ -220,8 +220,8 @@
220 220
             <div style="width:16%;">医生:
221 221
               <span style="display: inline-block;text-align: left;">
222 222
                 &nbsp;
223
-                <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
224
-                <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
223
+                <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }} </span>
224
+                <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else />
225 225
               </span>
226 226
             </div>
227 227
             <div style="width:16%;">透前评估护士:
@@ -397,8 +397,8 @@
397 397
             <div style="width:16%;">值班医生:
398 398
               <span style="display: inline-block;text-align: left;">
399 399
                 &nbsp;
400
-                <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
401
-                <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
400
+                <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }} </span>
401
+                <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else />
402 402
               </span>
403 403
             </div>
404 404
             <div style="width:16%;">责任护士:
@@ -423,8 +423,8 @@
423 423
         <div style="text-align:right;line-height:30px;">签名医生:
424 424
           <span style="display: inline-block;text-align: left;">
425 425
             &nbsp;
426
-            <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
427
-            <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
426
+            <span v-if="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.creater?prescription.creater:'')) }} </span>
427
+            <img style="height:20px;" :src="setAdminUserES(prescription==null?0:(prescription.creater?prescription.creater:''))" alt="" srcset="" v-else />
428 428
           </span>
429 429
         </div>
430 430
       </div>
@@ -663,7 +663,7 @@ export default {
663 663
         this.$message.error('钠未填')
664 664
       }else if(this.prescription.amylaceum == ""){
665 665
         this.$message.error('葡萄糖未填')
666
-      }else if(this.prescription.prescription_doctor == 0){
666
+      }else if(this.prescription.creater == 0){
667 667
         this.$message.error('医生未填')
668 668
       }else if(this.predialysis.creater == 0){
669 669
         this.$message.error('透前评估护士未填')